Skip to content
Snippets Groups Projects
  1. Aug 05, 2017
    • Andreas Gohr's avatar
      do not disclose email or IP addresses of users through RSS · 4364181f
      Andreas Gohr authored
      The feed used to add real or fake email addresses to items (because some
      feed formats require them). The default RSS1.0 format did not show them,
      but that changed in the recent update of our FeedCreator classes.
      
      Now all code for that has been removed, always showing an
      @undisclosed.example.com email address. Because some feed readers may
      use the email address to distinguis authors, the mechanism to prepend
      the user name was kept.
      4364181f
  2. May 18, 2017
  3. Mar 02, 2016
  4. 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
  5. Sep 28, 2014
  6. May 14, 2014
  7. Apr 30, 2014
  8. Mar 20, 2014
  9. Mar 18, 2014
  10. Feb 25, 2014
  11. Feb 17, 2014
  12. Feb 14, 2014
  13. Dec 01, 2013
  14. Nov 21, 2013
  15. Nov 20, 2013
  16. Oct 13, 2013
  17. Oct 11, 2013
  18. May 05, 2013
  19. Apr 10, 2013
  20. 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
  21. 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
  22. Jun 29, 2012
  23. Jun 24, 2012
  24. Apr 23, 2012
  25. Apr 08, 2012
  26. Mar 02, 2012
  27. 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
  28. Aug 02, 2011
  29. May 01, 2011
  30. 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
Loading