Skip to content
Snippets Groups Projects
  1. Jan 19, 2012
  2. Jan 15, 2012
    • Michael Hamann's avatar
      Disable E_STRICT error reporting · 4fcd684a
      Michael Hamann authored
      This change disables the reporting of strict standard errors in PHP 5.4,
      in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for
      these versions this doesn't cause any change (however E_STRICT is
      available in all versions of PHP 5 so this doesn't cause any problems).
      See also FS#2427.
      4fcd684a
    • Michael Hamann's avatar
      Make Sitemapper functions static as they were used as static functions · 47251657
      Michael Hamann authored
      All calls to the Sitemapper were static function calls, this caused
      notices because they weren't static, with this commit they are marked as
      static. Furthermore two FIXME comments were removed as dbglog now checks
      if debugging is enabled.
      47251657
  3. Jan 13, 2012
  4. Jan 09, 2012
  5. Jan 08, 2012
  6. Jan 07, 2012
  7. Dec 22, 2011
  8. Dec 20, 2011
  9. Dec 18, 2011
  10. Dec 15, 2011
  11. Dec 14, 2011
  12. Dec 13, 2011
  13. Dec 08, 2011
  14. Dec 06, 2011
  15. Dec 04, 2011
  16. Nov 28, 2011
  17. Nov 27, 2011
  18. Nov 14, 2011
  19. Nov 13, 2011
  20. Nov 12, 2011
  21. Nov 10, 2011
Loading