History log of /dokuwiki/feed.php (Results 76 – 100 of 130)
Revision Date Author Comments
# 681a59b2 26-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1884: respect $conf['showuseras'] in feeds


# 05ed2c25 12-Mar-2010 Andreas Gohr <andi@splitbrain.org>

some more load fixes


# 49eb6e38 15-Jan-2010 Andreas Gohr <andi@splitbrain.org>

some more coding standard compliance updates


# 0bda0363 14-Dec-2009 Adrian Lang <lang@cosmocode.de>

Fix feed author mail after variable name change

Ignore-this: ae4838a9a494746190a1c2c00838fe85

darcs-hash:20091214121831-e4919-e2cd550ff9d486a2681f1958f451c9f24bdaa577.gz


# 0d67055c 15-Nov-2009 Michael Klier <chi@chimeric.de>

make feed use the cache class - fixes FS#1676

darcs-hash:20091115142450-23886-297f1373aeafdbdb5d33097b220d29798f663a2d.gz


# 4bf3df7c 10-Nov-2009 Gina Haeussge <osd@foosel.net>

Introduced new events in feed.php for preprocessing the wiki's feeds

Ignore-this: 4032feaea914f4b03dcdc4656837a11a
This patch introduces three new events, FEED_OPTS_POSTPROCESS, FEED_MODE_UNKNOWN an

Introduced new events in feed.php for preprocessing the wiki's feeds

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

show more ...


# db959ae3 20-Oct-2009 Andreas Gohr <andi@splitbrain.org>

Coding Standard Cleanup

Ignore-this: 259cb5773c3144c6c706d87298dcf674

darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz


# 622e7bd9 29-Jul-2009 Andreas Gohr <andi@splitbrain.org>

removed trailing ?> from doku.php and feed.php

Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca

darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz


# 758447cf 13-Mar-2009 Andreas Gohr <andi@splitbrain.org>

Support for multirange requests for media FS#1630

Ignore-this: 50de569608231b910a62327d2f3af1de

This patch moves all HTTP sending related functions to inc/httputils.php

Handling of range requests

Support for multirange requests for media FS#1630

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

show more ...


# 50ddb617 11-Oct-2008 Andreas Gohr <andi@splitbrain.org>

don't let Google and co index the RSS feed by setting X-Robots-Tag header FS#1467

darcs-hash:20081011170454-7ad00-9e724a621d886e298479bffdd529d604cbc07ae9.gz


# 3d581c29 16-Jul-2008 Andreas Gohr <andi@splitbrain.org>

Fix author names in RSS feeds FS#1448

darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz


# c1791678 03-Dec-2007 Andreas Gohr <andi@splitbrain.org>

getUserData should really be implemented always... (FS#1272)

... but with this patch DokuWiki will not break completely when left out for
trustExternal() auth backends

darcs-hash:20071203201532-7ad

getUserData should really be implemented always... (FS#1272)

... but with this patch DokuWiki will not break completely when left out for
trustExternal() auth backends

darcs-hash:20071203201532-7ad00-72dbc2d16e4c8c09cca9558286164f4d858c19ce.gz

show more ...


# d0a27cb0 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use fullpath() before initialized

darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

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

show more ...


# 209cd8e1 18-Jul-2007 Andreas Gohr <andi@splitbrain.org>

better name for previously added action event

darcs-hash:20070718122311-7ad00-51d49508ab9ec8260d06b04d27aa803d686f8ff7.gz


# 883480fb 18-Jul-2007 Andreas Gohr <andi@splitbrain.org>

Action plugin hook for manipulating feed items

darcs-hash:20070718122011-7ad00-5c9ae37801b80ff2e42929ae9729f625c447c405.gz


# 4bb1b5ae 18-Jul-2007 Andreas Gohr <andi@splitbrain.org>

RSS feeds for search results

Lets you subscribe to the result of a full text search

darcs-hash:20070718071053-7ad00-131c87d5a51ec0d600358590539193ab59b3dbe6.gz


# 2f1faf49 17-Jul-2007 Andreas Gohr <andi@splitbrain.org>

some feed fixes

darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz


# 4ab889ea 11-Jul-2007 Andreas Gohr <andi@splitbrain.org>

improved feed creation

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-7ad

improved feed creation

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

show more ...


# 0f4f4adf 25-Jun-2007 Andreas Gohr <andi@splitbrain.org>

degrade to unauthed user when auth backen unavailable FS#1168

Instead of disabling the whole ACL feature when the auth backend is unavailable
just degrade the user to an anonymous user.

darcs-hash:

degrade to unauthed user when auth backen unavailable FS#1168

Instead of disabling the whole ACL feature when the auth backend is unavailable
just degrade the user to an anonymous user.

darcs-hash:20070625205228-7ad00-19cfa3c302b4ee63f0a6562823c5d550f9c9755c.gz

show more ...


# c5983034 13-Dec-2006 Andreas Gohr <andi@splitbrain.org>

fix for feed whith Apache auth and no ACL #981

darcs-hash:20061213192616-7ad00-526c26ebf249c07c6188f0062e928d70c7ee89db.gz


# 5d03233c 08-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

fix feed links and cache

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

fix feed links and cache

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

show more ...


# 2ab3459f 05-Dec-2006 Andreas Gohr <andi@splitbrain.org>

fix for diff links in feed

darcs-hash:20061205200144-7ad00-fbafb0be3d30bb9068213749e6067ad7485be485.gz


# a1716312 01-Nov-2006 Marc Mayfield <celf@intelf.com>

rss_summary_config

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 d

rss_summary_config

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

show more ...


# 615960fe 15-Nov-2006 Tom N Harris <tnharris@whoopdedo.org>

use generated CSS for RSS feeds

plugins can include styles with feed.css,
templates can use the media type feed in style.ini

darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb

use generated CSS for RSS feeds

plugins can include styles with feed.css,
templates can use the media type feed in style.ini

darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz

show more ...


123456