Skip to content
Snippets Groups Projects
  1. 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.
      8f34cf3d
  2. Jan 24, 2017
  3. Nov 28, 2016
  4. Oct 21, 2016
  5. Jun 11, 2016
  6. Jun 10, 2016
  7. Apr 30, 2016
  8. Apr 29, 2016
  9. Apr 20, 2016
  10. Apr 18, 2016
  11. Apr 14, 2016
  12. Aug 17, 2015
  13. Jul 31, 2015
  14. Jul 15, 2015
  15. Feb 19, 2015
  16. Jan 08, 2015
    • Robin H. Johnson's avatar
      Optionally render RSS unsorted. · 38c6f603
      Robin H. Johnson authored
      
      By default, SimplePie sorts RSS entries by the the date on each entry.
      
      If some cases, mostly where RSS is used as a input format for another
      service, rendering the order as-is is better than having it sorted.
      
      This patch adds a new parameter for the rss keyword, 'nosort', which can
      be used to disable SimplePie's sorting.
      
      This makes it possible to correctly display RSS feeds from "Remember The
      Milk", which have a complex order from the system.
      
      Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
      38c6f603
  17. Dec 01, 2014
  18. Nov 11, 2014
  19. Oct 01, 2014
  20. Sep 29, 2014
  21. Sep 28, 2014
  22. Aug 02, 2014
  23. May 24, 2014
  24. Mar 05, 2014
  25. Feb 25, 2014
  26. Feb 21, 2014
  27. Feb 20, 2014
  28. Feb 17, 2014
  29. Feb 15, 2014
  30. Feb 14, 2014
Loading