Skip to content
Snippets Groups Projects
  1. May 14, 2014
  2. Apr 30, 2014
  3. Mar 20, 2014
  4. Mar 18, 2014
  5. Feb 25, 2014
  6. Feb 17, 2014
  7. Feb 14, 2014
  8. Dec 01, 2013
  9. Nov 21, 2013
  10. Nov 20, 2013
  11. Oct 13, 2013
  12. Oct 11, 2013
  13. May 05, 2013
  14. Apr 10, 2013
  15. Jan 11, 2013
    • Michael Hamann's avatar
      Fix content of pages with incorrect metadata in list feeds · 1512eb89
      Michael Hamann authored
      Before this change the last modification time was taken from metadata
      and then the revision that was specified there was loaded from the
      attic. Now revisions from attic are only loaded when the page has been
      modified more recently and the date is normally the last modification
      time of the page source. This was a problem when the most recent change
      was an external edit, then an older revision was shown in the feed.
      1512eb89
  16. Sep 14, 2012
    • Michael Hamann's avatar
      Fix title of media items in the feed with useheading on · be808eff
      Michael Hamann authored
      This fixes the problem that media items in the feed got the title of the
      previous item when useheading was enabled as no metadata is loaded for
      media entries and thus the previous metadata was used again. This also
      fixes dates for media files.
      be808eff
  17. Jun 29, 2012
  18. Jun 24, 2012
  19. Apr 23, 2012
  20. Apr 08, 2012
  21. Mar 02, 2012
  22. Jan 29, 2012
    • Anika Henke's avatar
      added tpl_getMediaFile() to replace tpl_getFavicon() · 27833958
      Anika Henke authored
      The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated.
      tpl_favicon() can still be used, though.
      27833958
  23. Aug 02, 2011
  24. May 01, 2011
  25. Dec 08, 2010
    • Adrian Lang's avatar
      Various changes to feed.php’s parameter handling · b5a0be43
      Adrian Lang authored
        * Do not emit E_NOTICEs
        * Introduce explicit feed mode default value »recent« instead of handling
          every unknown feed mode as recent changes mode. This means:
          - FEED_MODE_UNKNOWN is only executed if the given feed mode is indeed
            unknown. This is specifically not the case if no feed mode request param
            has been specified or the requested feed mode is »recent«.
          - FEED_MODE_UNKNOWN dies with an error as default behaviour
        * opt[items] is forced to be a non-negative integer
        * opt[show_minor] is forced to be a boolean and thus has a default value of
          false instead of null
      b5a0be43
  26. Nov 29, 2010
  27. Sep 28, 2010
  28. Jun 26, 2010
  29. Mar 12, 2010
  30. Jan 15, 2010
Loading