aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/feed.php
Commit message (Expand)AuthorAge
* fix linelengths in feed.phpAndreas Gohr2022-02-04
* Code Style fixjpedryc2022-01-27
* feed.php updates:jpedryc2022-01-26
* Renamed constant to RECENTS_ONLY_CREATIONPhy2020-03-09
* Implemented only_new option for RSS feed, so you can request RSS feed that co...Tero Kivinen2020-03-09
* initialize rssRecentChanges flag to 0Phy2020-03-09
* Add option rss_show_deletedAurélien Martin2020-03-09
* deprecated trigger_event() in favor of a static method on EventAndreas Gohr2019-04-20
* First go at moving the plugin classes into their own namespaceAndreas Gohr2019-04-20
* Rename fields and add deprecated __get/__setMichael Große2019-02-14
* Refactor cache.php into different filesMichael Große2019-02-02
* split changelog classes into their own namespaceAndreas Gohr2018-06-15
* do not disclose email or IP addresses of users through RSSAndreas Gohr2017-08-05
* use composer based library for feed creator #1970Andreas Gohr2017-05-18
* Fix PHP7 evaluation order incompatibilityGerrit Uitslag2016-03-02
* Remove error supression for file_exists()Andreas Gohr2015-01-07
* scrutinizer documentations issuesGerrit Uitslag2014-09-29
* Merge pull request #626 from splitbrain/feedmodelistsortAndreas Gohr2014-05-25
|\
| * add date sort option for list mode of feedGerrit Uitslag2014-03-20
| * Improve encoding dir in rssListNamespace()Gerrit Uitslag2014-03-20
* | username_link should show user's name in feed tooGerrit Uitslag2014-05-14
* | use new $INPUT->valid() method in feed.phpAndreas Gohr2014-04-30
* | add 404 status header to feed disabledGerrit Uitslag2014-03-18
* | allow disabling the rss feedGerrit Uitslag2014-03-18
|/
* Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\
| * Merge pull request #547 from splitbrain/chris_rssfeedfixesChristopher Smith2014-03-02
| |\
| | * add security character '$' around REMOTE_USER in cache key to avoid key clashesChristopher Smith2014-02-26
| | * remove rendundant lineChristopher Smith2014-02-26
| | * add HOST and PORT to feed cache keyChristopher Smith2014-02-26
| | * make media links in rss feeds absoluteChristopher Smith2014-02-14
| | * add missing '&' before 't' in url constructionChristopher Smith2014-02-14
* | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| |
| * | Improve PHPDocs, rename auth_basic to DokuWiki_Auth_PluginGerrit Uitslag2014-02-17
| |/
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\|
| * Fix RSS namespace listings containing hidden pagesMichael Hamann2013-12-02
| * Revert "Exclude hidden pages (config["hidepages"]) from RSS feed (see https:/...Michael Hamann2013-12-02
| * Revert "fix indention of RSS patch"Michael Hamann2013-12-02
* | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
* | update function calls to changelog functionsGerrit Uitslag2013-11-20
|/
* fix indention of RSS patchAndreas Gohr2013-10-13
* Exclude hidden pages (config["hidepages"]) from RSS feed (see https://www.dok...Snarkturne2013-10-11
* removed superfluous parameter FS#2773Andreas Gohr2013-05-05
* FS#2738, fix double encoding of html entities in RSS feeds (updates feed.php ...Christopher Smith2013-04-10
* Fix content of pages with incorrect metadata in list feedsMichael Hamann2013-01-11
* Fix title of media items in the feed with useheading onMichael Hamann2012-09-14
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into p...Andreas Gohr2012-07-06
|\
| * fix incorrect usage of tpl_getMediaFileTom N Harris2012-06-29
* | Merge branch 'master' of github.com:splitbrain/dokuwiki into frontend_improve...Anika Henke2012-06-29
|\|
| * added Input wrapper to feed.phpAndreas Gohr2012-06-24
| * code cleanupAndreas Gohr2012-06-24