Skip to content
Snippets Groups Projects
  1. May 16, 2012
  2. May 14, 2012
  3. May 11, 2012
    • Michael Hamann's avatar
      tpl_get_action: Return empty params array instead of params string · 84148531
      Michael Hamann authored
      This prevents an "Illegal string offset" error in PHP 5.4 in the test
      cases (the integration tests failed here with PHP 5.4).
      84148531
    • Michael Hamann's avatar
      Adapt tests for PHP 5.4 · df08777d
      Michael Hamann authored
      Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and
      stdClass objects can't be instantiated automatically anymore.
      df08777d
    • Michael Hamann's avatar
      Fix nested triggering of the same event · 8cb3706d
      Michael Hamann authored
      Previously when in an event handler the same event was triggered again,
      only the handlers for the second event invocation were all executed, the
      handling of the "outer" event stopped after the handling of the inner
      event as they both used the same iterator of the hooks array. This
      caused caching bugs e.g. when both the include and the indexmenu plugin
      were enabled as both of them load metadata in the cache handler which
      triggers another renderer cache event.
      8cb3706d
  4. May 10, 2012
  5. May 09, 2012
  6. May 08, 2012
  7. May 07, 2012
  8. May 04, 2012
  9. May 02, 2012
  10. May 01, 2012
  11. Apr 27, 2012
  12. Apr 26, 2012
  13. Apr 23, 2012
Loading