Skip to content
Snippets Groups Projects
  1. Jun 23, 2012
  2. Jun 22, 2012
  3. Jun 13, 2012
  4. Jun 12, 2012
  5. Jun 10, 2012
  6. Jun 09, 2012
  7. Jun 03, 2012
  8. May 27, 2012
  9. May 23, 2012
  10. May 22, 2012
  11. 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
  12. May 20, 2012
  13. May 16, 2012
  14. May 14, 2012
  15. 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
  16. May 10, 2012
  17. May 09, 2012
  18. May 08, 2012
  19. May 07, 2012
Loading