Skip to content
Snippets Groups Projects
  1. Mar 02, 2016
  2. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  3. Sep 28, 2014
  4. May 14, 2014
  5. Apr 30, 2014
  6. Mar 20, 2014
  7. Mar 18, 2014
  8. Feb 25, 2014
  9. Feb 17, 2014
  10. Feb 14, 2014
  11. Dec 01, 2013
  12. Nov 21, 2013
  13. Nov 20, 2013
  14. Oct 13, 2013
  15. Oct 11, 2013
  16. May 05, 2013
  17. Apr 10, 2013
  18. 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
  19. 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
  20. Jun 29, 2012
  21. Jun 24, 2012
  22. Apr 23, 2012
  23. Apr 08, 2012
  24. Mar 02, 2012
  25. 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
  26. Aug 02, 2011
  27. May 01, 2011
  28. 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
  29. Nov 29, 2010
  30. Sep 28, 2010
Loading