Skip to content
Snippets Groups Projects
  1. May 21, 2012
    • Robert Nitsch's avatar
      Fixes messages.txt's modification timestamp not being updated. · c07c5d93
      Robert Nitsch authored
      This bug occurs on systems where writing a zero-length string to an
      empty file does not update the file's modification timestamp.
      
      This leads to the messages.txt being downloaded almost endlessly, causing
      long delays for logged-in users. Visitors are not affected, because the
      messages.txt is only updated for logged-in users.
      c07c5d93
  2. May 20, 2012
  3. May 16, 2012
  4. May 14, 2012
  5. 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
      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
  6. May 10, 2012
  7. May 08, 2012
  8. May 02, 2012
  9. May 01, 2012
  10. Apr 27, 2012
  11. Apr 26, 2012
  12. Apr 23, 2012
  13. Apr 20, 2012
  14. Apr 19, 2012
  15. Apr 17, 2012
  16. Apr 16, 2012
  17. Apr 15, 2012
  18. Apr 12, 2012
  19. Apr 11, 2012
  20. Apr 07, 2012
  21. Apr 05, 2012
  22. Apr 04, 2012
  23. Apr 03, 2012
Loading