History log of /dokuwiki/feed.php (Results 76 – 100 of 138)
Revision Date Author Comments
# a7c93226 02-Mar-2012 Andreas Gohr <andi@splitbrain.org>

make RSS contents (media/pages) configurable


# 27833958 29-Jan-2012 Anika Henke <anika@selfthinker.org>

added tpl_getMediaFile() to replace tpl_getFavicon()

The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing near

added tpl_getMediaFile() to replace tpl_getFavicon()

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.

show more ...


# e5d185e1 02-Aug-2011 Kate Arzamastseva <pshns@ukr.net>

issue #9 config option to disable media revisions, auth


# 6dd095f5 02-Aug-2011 Kate Arzamastseva <pshns@ukr.net>

issue #10 media revisions/changes in RSS feed


# d6b643fa 01-May-2011 Matthias Schulte <post@lupo49.de>

fixed location of favicon in feed.php (FS#2232)


# b5a0be43 07-Dec-2010 Adrian Lang <dokuwiki@adrianlang.de>

Various changes to feed.php’s parameter handling

* Do not emit E_NOTICEs
* Introduce explicit feed mode default value »recent« instead of handling
every unknown feed mode as recent changes m

Various changes to feed.php’s parameter handling

* 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

show more ...


# e3776c06 29-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


# de3eb1d7 28-Sep-2010 Adrian Lang <lang@cosmocode.de>

Small fixes / cleanup


# 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


123456