Skip to content
Snippets Groups Projects
  1. Jul 18, 2007
    • Andreas Gohr's avatar
      RSS feeds for search results · 4bb1b5ae
      Andreas Gohr authored
      Lets you subscribe to the result of a full text search
      
      darcs-hash:20070718071053-7ad00-131c87d5a51ec0d600358590539193ab59b3dbe6.gz
      4bb1b5ae
  2. Jul 17, 2007
    • Andreas Gohr's avatar
      some feed fixes · 2f1faf49
      Andreas Gohr authored
      darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz
      2f1faf49
  3. 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
  4. Jun 25, 2007
  5. Dec 13, 2006
  6. 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
  7. Dec 05, 2006
  8. 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
  9. 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
  10. May 30, 2006
  11. May 28, 2006
  12. Apr 19, 2006
  13. 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
  14. Mar 31, 2006
  15. 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
  16. Mar 03, 2006
  17. Jan 31, 2006
  18. Nov 26, 2005
  19. Oct 21, 2005
  20. 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
  21. 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
  22. 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
  23. Sep 15, 2005
  24. Sep 14, 2005
  25. Aug 30, 2005
  26. Aug 06, 2005
    • Andreas Gohr's avatar
      caching for feeds · 7131b668
      Andreas Gohr authored
      This patch adds caching for XML/ATOM feeds. This is most useful for the
      default feed (linked from the footer and HTML meta header) as this is
      usually the most used one.
      
      The cache is invalidated if a change was made (by checking the the
      filemtime of the changelog). A 5 minute settling time is used to avoid
      invalidating the cache too often when the wiki changes rapidly.
      
      darcs-hash:20050806155857-7ad00-5b9cb05b42d67c3f23f0358676735038b9f59664.gz
      7131b668
  27. Jun 08, 2005
    • andi's avatar
      session_write_close added #364 · 8746e727
      andi authored
      I just learned that PHP does lock it's session objects. This is realy
      bad if you have multiple images in a page as each one will call fetch.php
      which locks the session, so everything can only be loaded sequentially.
      The fix for this is to close the session after using it which is after doing
      the auth and the breadcrumbs. I added the needed calls everywhere.
      
      darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
      8746e727
  28. Jun 05, 2005
  29. May 25, 2005
    • matthiasgrimm's avatar
      fix for history navigation buttons · 5749f1ce
      matthiasgrimm authored
      This patch adds some sanity checks for the history start parameter
      'first'. Only the needed history entries will be loaded at once
      now. This will reduce server load a bit
      
      darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz
      5749f1ce
  30. May 20, 2005
  31. Apr 29, 2005
    • andi's avatar
      more cleanup · 2a27e99a
      andi authored
      darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
      2a27e99a
  32. Apr 23, 2005
  33. Mar 11, 2005
  34. Feb 26, 2005
    • andi's avatar
      some feed tuning · 79b608ce
      andi authored
      darcs-hash:20050226133325-9977f-001fc0ae4081b812bdef84350074624bb530f6f7.gz
      79b608ce
  35. Feb 19, 2005
  36. Jan 14, 2005
    • andi's avatar
      phpdoc comments · 15fae107
      andi authored
      darcs-hash:20050114164057-9977f-e4936fde9037c65c3f32c30b31b2b7df35732f3a.gz
      15fae107
  37. Jan 12, 2005
    • andi's avatar
      Initial revision. · f3f0262c
      andi authored
      darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz
      f3f0262c
Loading