Skip to content
Snippets Groups Projects
  1. Dec 14, 2009
  2. Nov 15, 2009
  3. 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
  4. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  5. Jul 29, 2009
  6. 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
  7. Oct 11, 2008
  8. Jul 16, 2008
  9. Dec 03, 2007
  10. 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
  11. Jul 18, 2007
  12. Jul 17, 2007
    • Andreas Gohr's avatar
      some feed fixes · 2f1faf49
      Andreas Gohr authored
      darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz
      2f1faf49
  13. 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
  14. Jun 25, 2007
  15. Dec 13, 2006
  16. Dec 08, 2006
    • Ben Coburn's avatar
      fix feed links and cache · 5d03233c
      Ben Coburn authored
      Fixed a double escaping error with & when no url rewriting was done.
      Also made the feeds more responsive to changes in the wiki preferences.
      
      darcs-hash:20061208065933-05dcb-a4a6f1aa7457c05eb75349a978bb7743c46b4c05.gz
      5d03233c
  17. Dec 05, 2006
  18. Oct 31, 2006
    • Marc Mayfield's avatar
      rss_summary_config · a1716312
      Marc Mayfield authored
      Add a configuration option to control whether or not the edit/revision summary is
      displayed with the title of RSS feeds. The default is to show the summary, the same as
      DokuWiki did prior to this addition.
      
      darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
      a1716312
  19. Nov 15, 2006
    • Tom N Harris's avatar
      use generated CSS for RSS feeds · 615960fe
      Tom N Harris authored
      plugins can include styles with feed.css,
      templates can use the media type feed in style.ini
      
      darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
      615960fe
  20. May 30, 2006
  21. May 28, 2006
  22. Apr 19, 2006
  23. Apr 09, 2006
    • Andreas Gohr's avatar
      feedcreator changes for ATOM1.0 · 26d75eef
      Andreas Gohr authored
      This patch updates the feedcreator.class.php with a few non official changes
      found at [1] - the download link didn't work at this page so [2] was used.
      Some additional minor modifications were done.
      
      feed.php now accepts the type
      
      darcs-hash:20060409132507-7ad00-8e5986631146eca9606aa1fb48278cb045a5db0a.gz
      26d75eef
  24. Mar 31, 2006
  25. Mar 24, 2006
    • Ben Coburn's avatar
      RSS update time and 304 Not Modified · fbf82939
      Ben Coburn authored
        - Gives the wiki administrator control over how often the RSS feed is regenerated.
        - The RSS feed now handles conditional requests and returns HTTP '304 Not Modified'
          responses when possible.
      
      darcs-hash:20060324133315-05dcb-3b814e28523f2a0717222a4940d6fbbb28576cf5.gz
      fbf82939
  26. Mar 03, 2006
  27. Jan 31, 2006
  28. Nov 26, 2005
  29. Oct 21, 2005
  30. Oct 02, 2005
    • Andreas Gohr's avatar
      minor edit checkbox · b6912aea
      Andreas Gohr authored
      This patch adds a minor edit checkbox to the edit form for logged in
      users. Minor edits are displayed different in recent changes and the
      page revision history. The RSS feed excludes minor edits by default -
      this can be changed by adding a minor
      
      darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
      b6912aea
  31. Sep 18, 2005
    • Andreas Gohr's avatar
      more efficient changelog reading for recent changes · d437bcc4
      Andreas Gohr authored
      getRecents now reads the changelog backwards in 4KB chunks instead of
      loading the whole file into an array and rsort it. This should be more
      memory efficient (and probably faster) for large change logs.
      
      Note: the format of the array returned by getRecents changed slightly
            plugins relying on it need to be adjusted. Sorry.
      
      darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
      d437bcc4
  32. Sep 16, 2005
    • joe.lapp's avatar
      fixed author/email handling in RSS/Atom feeds · 7a98db20
      joe.lapp authored
      1) Now reports full user name for logged in users
      2) Reports actual email when not mail guarding; otherwise it's "user@ip"
      3) RSS 1.0 (default) format is now <dc:creator>name (email)</dc:creator>
      4) RSS 0.91/RSS 2.0 format is now <author>email (name)</author>
      5) Atom format is now <author><name>name</name><email>email</email></author>
      6) When anonymous, all RSS formats just reports "user@ip" in element
      7) When anonymous, Atom just reports <author><email>user@ip</email></author>
      
      darcs-hash:20050916203852-36b45-ed5310a65360811bdd153ba12b0e925675bdd7a4.gz
      7a98db20
    • joe.lapp's avatar
      $conf['rss_type'] selecting default RSS feed type · 31f1284d
      joe.lapp authored
      darcs-hash:20050916203729-36b45-e260ee168228c79204402c72244f7561e02dd8eb.gz
      31f1284d
  33. Sep 15, 2005
  34. Sep 14, 2005
  35. Aug 30, 2005
Loading