Skip to content
Snippets Groups Projects
  1. Oct 13, 2013
  2. Oct 11, 2013
  3. May 05, 2013
  4. Apr 10, 2013
  5. 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
  6. 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
  7. Jun 29, 2012
  8. Jun 24, 2012
  9. Apr 23, 2012
  10. Apr 08, 2012
  11. Mar 02, 2012
  12. 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
  13. Aug 02, 2011
  14. May 01, 2011
  15. 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
  16. Nov 29, 2010
  17. Sep 28, 2010
  18. Jun 26, 2010
  19. Mar 12, 2010
  20. Jan 15, 2010
  21. Dec 14, 2009
  22. Nov 15, 2009
  23. Nov 10, 2009
    • Gina Haeussge's avatar
      Introduced new events in feed.php for preprocessing the wiki's feeds · 4bf3df7c
      Gina Haeussge authored
      Ignore-this: 4032feaea914f4b03dcdc4656837a11a
      This patch introduces three new events, FEED_OPTS_POSTPROCESS, FEED_MODE_UNKNOWN and FEED_DATA_PROCESS that allow for action plugins to hook into every part of the feed creation process.
      
      darcs-hash:20091110203404-2b4f5-54f2f928302e02459cc6bf7927438cceae3f2cc2.gz
      4bf3df7c
  24. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  25. Jul 29, 2009
  26. Mar 13, 2009
    • Andreas Gohr's avatar
      Support for multirange requests for media FS#1630 · 758447cf
      Andreas Gohr authored
      Ignore-this: 50de569608231b910a62327d2f3af1de
      
      This patch moves all HTTP sending related functions to inc/httputils.php
      
      Handling of range requests was rewritten completely to support mutirange
      requests. This should fix problems with Adobe Reader but needs testing.
      
      darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz
      758447cf
  27. Oct 11, 2008
  28. Jul 16, 2008
  29. Dec 03, 2007
  30. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use fullpath() before initialized · d0a27cb0
      Andreas Gohr authored
      darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
      d0a27cb0
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  31. Jul 18, 2007
  32. Jul 17, 2007
    • Andreas Gohr's avatar
      some feed fixes · 2f1faf49
      Andreas Gohr authored
      darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz
      2f1faf49
  33. Jul 11, 2007
    • Andreas Gohr's avatar
      improved feed creation · 4ab889ea
      Andreas Gohr authored
      The feed now can export diff views (unified and HTML) as well as full HTML
      page content.
      
      Some things might be broken. Everybody please test it!
      
      darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
      4ab889ea
  34. Jun 25, 2007
Loading