summaryrefslogtreecommitdiff
path: root/feed.php
Commit message (Collapse)AuthorAge
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* scrutinizer documentations issuesGerrit Uitslag2014-09-29
|
* Merge pull request #626 from splitbrain/feedmodelistsortAndreas Gohr2014-05-25
|\ | | | | Added sort by date option to feed in list mode
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php
| * Merge pull request #547 from splitbrain/chris_rssfeedfixesChristopher Smith2014-03-02
| |\ | | | | | | RSS feed fixes
| | * 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
| | | | | | | | | | | | | | | | | | This resolves issues with broken images when the wiki feed is hosted by third parties (e.g. FeedBurner), as mentioned in FS#2931 comments.
| | * add missing '&' before 't' in url constructionChristopher Smith2014-02-14
| | |
* | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| | | | | | | | | | | | | | Conflicts: inc/html.php
| * | 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 ↵Michael Hamann2013-12-02
| | | | | | | | | | | | https://www.dokuwiki.org/config:hidepages)" This reverts commit f5151bdbf999043dfe1ba73a684d37b27ff6e021.
| * Revert "fix indention of RSS patch"Michael Hamann2013-12-02
| | | | | | | | This reverts commit a010fc32a9c11bfbe8a82ad55fdec134d2476306.
* | 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 ↵Snarkturne2013-10-11
| | | | https://www.dokuwiki.org/config:hidepages)
* 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
| | | | for changes to Diff class introduced in PR#179)
* 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