summaryrefslogtreecommitdiff
path: root/feed.php
Commit message (Collapse)AuthorAge
* Fix content of pages with incorrect metadata in list feedsMichael Hamann2013-01-11
| | | | | | | | | Before this change the last modification time was taken from metadata and then the revision that was specified there was loaded from the attic. Now revisions from attic are only loaded when the page has been modified more recently and the date is normally the last modification time of the page source. This was a problem when the most recent change was an external edit, then an older revision was shown in the feed.
* Fix title of media items in the feed with useheading onMichael Hamann2012-09-14
| | | | | | | This fixes the problem that media items in the feed got the title of the previous item when useheading was enabled as no metadata is loaded for media entries and thus the previous metadata was used again. This also fixes dates for media files.
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-110 * 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php Conflicts: lib/exe/css.php
| * fix incorrect usage of tpl_getMediaFileTom N Harris2012-06-29
| |
* | Merge branch 'master' of github.com:splitbrain/dokuwiki into ↵Anika Henke2012-06-29
|\| | | | | | | | | | | | | frontend_improvements Conflicts: lib/tpl/dokuwiki/css/basic.css
| * added Input wrapper to feed.phpAndreas Gohr2012-06-24
| |
| * code cleanupAndreas Gohr2012-06-24
| |
* | removed superfluous whitespacesAndreas Gohr2012-06-29
| |
* | match on img tag in feed's img align replacementAndreas Gohr2012-04-23
| | | | | | | | | | this should avoid false positive matches on user content (which is already escaped at this point)
* | removed align attribute from images and inserted them only in the feed (FS#1351)Anika Henke2012-04-08
|/ | | | can someone with better regex skills please revise this?
* make RSS contents (media/pages) configurableAndreas Gohr2012-03-02
|
* added tpl_getMediaFile() to replace tpl_getFavicon()Anika Henke2012-01-29
| | | | | 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.
* issue #9 config option to disable media revisions, authKate Arzamastseva2011-08-02
|
* issue #10 media revisions/changes in RSS feedKate Arzamastseva2011-08-02
|
* fixed location of favicon in feed.php (FS#2232)Matthias Schulte2011-05-01
|
* Various changes to feed.php’s parameter handlingAdrian Lang2010-12-08
| | | | | | | | | | | | | * 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
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | 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.
* Small fixes / cleanupAdrian Lang2010-09-28
|
* FS#1884: respect $conf['showuseras'] in feedsGina Haeussge2010-06-26
|
* some more load fixesAndreas Gohr2010-03-12
|
* some more coding standard compliance updatesAndreas Gohr2010-01-15
|
* Fix feed author mail after variable name changeAdrian Lang2009-12-14
| | | | | | Ignore-this: ae4838a9a494746190a1c2c00838fe85 darcs-hash:20091214121831-e4919-e2cd550ff9d486a2681f1958f451c9f24bdaa577.gz
* make feed use the cache class - fixes FS#1676Michael Klier2009-11-15
| | | | darcs-hash:20091115142450-23886-297f1373aeafdbdb5d33097b220d29798f663a2d.gz
* Introduced new events in feed.php for preprocessing the wiki's feedsGina Haeussge2009-11-10
| | | | | | | 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
* Coding Standard CleanupAndreas Gohr2009-10-20
| | | | | | Ignore-this: 259cb5773c3144c6c706d87298dcf674 darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
* removed trailing ?> from doku.php and feed.phpAndreas Gohr2009-07-29
| | | | | | Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
* Support for multirange requests for media FS#1630Andreas Gohr2009-03-13
| | | | | | | | | | | 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
* don't let Google and co index the RSS feed by setting X-Robots-Tag header ↵Andreas Gohr2008-10-11
| | | | | | FS#1467 darcs-hash:20081011170454-7ad00-9e724a621d886e298479bffdd529d604cbc07ae9.gz
* Fix author names in RSS feeds FS#1448Andreas Gohr2008-07-16
| | | | darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz
* getUserData should really be implemented always... (FS#1272)Andreas Gohr2007-12-03
| | | | | | | ... but with this patch DokuWiki will not break completely when left out for trustExternal() auth backends darcs-hash:20071203201532-7ad00-72dbc2d16e4c8c09cca9558286164f4d858c19ce.gz
* don't use fullpath() before initializedAndreas Gohr2007-09-30
| | | | darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | 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
* better name for previously added action eventAndreas Gohr2007-07-18
| | | | darcs-hash:20070718122311-7ad00-51d49508ab9ec8260d06b04d27aa803d686f8ff7.gz
* Action plugin hook for manipulating feed itemsAndreas Gohr2007-07-18
| | | | darcs-hash:20070718122011-7ad00-5c9ae37801b80ff2e42929ae9729f625c447c405.gz
* RSS feeds for search resultsAndreas Gohr2007-07-18
| | | | | | Lets you subscribe to the result of a full text search darcs-hash:20070718071053-7ad00-131c87d5a51ec0d600358590539193ab59b3dbe6.gz
* some feed fixesAndreas Gohr2007-07-17
| | | | darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz
* improved feed creationAndreas Gohr2007-07-11
| | | | | | | | | 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
* degrade to unauthed user when auth backen unavailable FS#1168Andreas Gohr2007-06-25
| | | | | | | 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
* fix for feed whith Apache auth and no ACL #981Andreas Gohr2006-12-13
| | | | darcs-hash:20061213192616-7ad00-526c26ebf249c07c6188f0062e928d70c7ee89db.gz
* fix feed links and cacheBen Coburn2006-12-08
| | | | | | | 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
* fix for diff links in feedAndreas Gohr2006-12-05
| | | | darcs-hash:20061205200144-7ad00-fbafb0be3d30bb9068213749e6067ad7485be485.gz
* rss_summary_configMarc Mayfield2006-11-01
| | | | | | | | 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
* use generated CSS for RSS feedsTom N Harris2006-11-15
| | | | | | | plugins can include styles with feed.css, templates can use the media type feed in style.ini darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
* fixed parse-error in feed.phpMichael Klier chi@chimeric.de2006-05-30
| | | | darcs-hash:20060530063009-484ab-4617e68ce72052124027d3baeb901e33a2300848.gz
* Use meta data in RSS feedAndreas Gohr2006-05-28
| | | | darcs-hash:20060528133552-7ad00-8281720582dbc448534f35cc978e9c8175b54f0d.gz
* events.php require added to feed.phpalexander.krause2006-04-19
| | | | darcs-hash:20060419162307-0ad7b-b0d52123d32f81c024a0ac9e336baedff95b8738.gz
* feedcreator changes for ATOM1.0Andreas Gohr2006-04-09
| | | | | | | | | | 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
* fix for diff links in feed.php #761Andreas Gohr2006-03-31
| | | | darcs-hash:20060331082125-7ad00-f7038baf83932614ba07fa1617463b24b2f1b6be.gz
* RSS update time and 304 Not ModifiedBen Coburn2006-03-24
| | | | | | | | - 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
* revised wiki:dokuwiki pageAndreas Gohr2006-03-03
| | | | darcs-hash:20060303102012-7ad00-56d4ffdd28b89af5cc6bc7f16c32f78beee2d782.gz