#
8c6b3080 |
| 30-May-2006 |
Michael Klier chi@chimeric.de <andi@splitbrain.org> |
fixed parse-error in feed.php
darcs-hash:20060530063009-484ab-4617e68ce72052124027d3baeb901e33a2300848.gz
|
#
8716966d |
| 28-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
Use meta data in RSS feed
darcs-hash:20060528133552-7ad00-8281720582dbc448534f35cc978e9c8175b54f0d.gz
|
#
30e171a0 |
| 19-Apr-2006 |
alexander.krause <alexander.krause@erazor-zone.de> |
events.php require added to feed.php
darcs-hash:20060419162307-0ad7b-b0d52123d32f81c024a0ac9e336baedff95b8738.gz
|
#
26d75eef |
| 09-Apr-2006 |
Andreas Gohr <andi@splitbrain.org> |
feedcreator changes for ATOM1.0
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 additiona
feedcreator changes for ATOM1.0
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
show more ...
|
#
37beb806 |
| 31-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for diff links in feed.php #761
darcs-hash:20060331082125-7ad00-f7038baf83932614ba07fa1617463b24b2f1b6be.gz
|
#
fbf82939 |
| 24-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
RSS update time and 304 Not Modified
- 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
RSS update time and 304 Not Modified
- 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
show more ...
|
#
fa3fcd9b |
| 03-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
revised wiki:dokuwiki page
darcs-hash:20060303102012-7ad00-56d4ffdd28b89af5cc6bc7f16c32f78beee2d782.gz
|
#
c0f9af6d |
| 31-Jan-2006 |
Nathan Neulinger <nneul@umr.edu> |
fix for feed.php and new auth mechanism
darcs-hash:20060131222019-effc9-784af6d641de5bfb57a15897fd657a94714629ce.gz
|
#
85cf8195 |
| 26-Nov-2005 |
Andreas Gohr <andi@splitbrain.org> |
honor useheading in list feed mode #625
darcs-hash:20051126131800-7ad00-f8d8dd84e4aec36bc6a5abffee835dbc774c870c.gz
|
#
aa11db09 |
| 21-Oct-2005 |
Andreas Gohr <andi@splitbrain.org> |
fixed double encoding in feeds #603
darcs-hash:20051021224230-7ad00-f5721db5853f1e5e22c3d15d77c19c60acbb4292.gz
|
#
b6912aea |
| 02-Oct-2005 |
Andreas Gohr <andi@splitbrain.org> |
minor edit checkbox
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 excl
minor edit checkbox
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
show more ...
|
#
d437bcc4 |
| 18-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
more efficient changelog reading for recent changes
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 memor
more efficient changelog reading for recent changes
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
show more ...
|
#
7a98db20 |
| 16-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
fixed author/email handling in RSS/Atom feeds
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 i
fixed author/email handling in RSS/Atom feeds
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
show more ...
|
#
31f1284d |
| 16-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
$conf['rss_type'] selecting default RSS feed type
darcs-hash:20050916203729-36b45-e260ee168228c79204402c72244f7561e02dd8eb.gz
|
#
92e52d8d |
| 15-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
$conf['rss_linkto'] specifying default RSS feed linkto
darcs-hash:20050915153238-36b45-6a10efcc6969713d3c2554ab610535ebae95aca1.gz
|
#
d190794c |
| 15-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
RSS entry description now starts at first paragraph
darcs-hash:20050915015745-36b45-4325cadc4e66b9343b148beed306b69833166246.gz
|
#
03ee62cb |
| 15-Sep-2005 |
joe.lapp <joe.lapp@pobox.com> |
$conf['useheading'] now applies to RSS feed entries
darcs-hash:20050915015209-36b45-000b261098cb368db880942248de6ded546456b0.gz
|
#
dbb00abc |
| 30-Aug-2005 |
Esther Brunner <esther@kaffeehaus.ch> |
Namespace filtering for recent changes
darcs-hash:20050830202115-283c4-2a186854aa11e2e6e5a12da39dcd90c8723e2c90.gz
|
#
7131b668 |
| 06-Aug-2005 |
Andreas Gohr <andi@splitbrain.org> |
caching for feeds
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
caching for feeds
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
show more ...
|
#
8746e727 |
| 08-Jun-2005 |
andi <andi@splitbrain.org> |
session_write_close added #364
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
session_write_close added #364
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
show more ...
|
#
f62ea8a1 |
| 05-Jun-2005 |
andi <andi@splitbrain.org> |
directory layout cleanup !IMPORTANT
This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html
As the changes.log is not
directory layout cleanup !IMPORTANT
This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html
As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log
I think I modified the code at all nessessary places, but I may have forgotten a few things.
darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
show more ...
|
#
5749f1ce |
| 25-May-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
fix for history navigation buttons
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 loa
fix for history navigation buttons
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
show more ...
|
#
7d8be200 |
| 20-May-2005 |
andi <andi@splitbrain.org> |
fixed problem with utf8_substr and feed generation #340
darcs-hash:20050520203448-9977f-4381d98899e730a301c655b5aae59e83b5580a88.gz
|
#
2a27e99a |
| 29-Apr-2005 |
andi <andi@splitbrain.org> |
more cleanup
darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
|
#
4d58bd99 |
| 23-Apr-2005 |
andi <andi@splitbrain.org> |
feed fixed, linkto param added
darcs-hash:20050423103219-9977f-2373bc3ad2f6524f9076fe2cc91f891cd451e50e.gz
|