Skip to content
Snippets Groups Projects
  1. Dec 19, 2017
  2. Dec 15, 2017
  3. Dec 14, 2017
  4. Dec 13, 2017
  5. Dec 12, 2017
  6. Dec 11, 2017
  7. Dec 10, 2017
  8. Dec 09, 2017
  9. Dec 08, 2017
  10. Dec 06, 2017
  11. Oct 28, 2017
  12. Oct 06, 2017
  13. Oct 04, 2017
  14. Sep 24, 2017
  15. Sep 16, 2017
  16. Sep 14, 2017
  17. Sep 10, 2017
  18. Sep 02, 2017
  19. Aug 29, 2017
    • Andreas Gohr's avatar
      refactor Ajax functions into a class · 16a367d4
      Andreas Gohr authored
      This doesn't really do much except wrapping the functions into a
      namespaced class. Autoloading takes care of loading the file.
      It's now possible to call lib/exe/ajax.php multiple times in a test
      request.
      16a367d4
  20. Aug 28, 2017
  21. Aug 27, 2017
  22. Aug 16, 2017
  23. Aug 15, 2017
  24. Aug 14, 2017
  25. Aug 10, 2017
  26. Aug 01, 2017
  27. Jul 28, 2017
  28. Jul 26, 2017
    • Michael Große's avatar
      Fix PHP Notices: Reduce error log noise · 8f34cf3d
      Michael Große authored
      While DokuWiki suppresses PHP Notices they are still a code smell and
      should be fixed. This fixes some PHP Notices that occurred.
      
      Some of these fixes could be refactored into nicer code once we move to
      PHP 7 and get access to the `??` operator.
Loading