- Mar 02, 2016
-
-
Gerrit Uitslag authored
Fixes #1480
-
- Jan 07, 2015
-
-
Andreas Gohr authored
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.
-
- Sep 28, 2014
-
-
Gerrit Uitslag authored
-
- May 14, 2014
-
-
Gerrit Uitslag authored
-
- Apr 30, 2014
-
-
Andreas Gohr authored
-
- Mar 20, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Mar 18, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Feb 25, 2014
-
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
- Feb 17, 2014
-
-
Gerrit Uitslag authored
-
- Feb 14, 2014
-
-
Christopher Smith authored
This resolves issues with broken images when the wiki feed is hosted by third parties (e.g. FeedBurner), as mentioned in FS#2931 comments.
-
Christopher Smith authored
-
- Dec 01, 2013
-
-
Michael Hamann authored
-
Michael Hamann authored
Revert "Exclude hidden pages (config["hidepages"]) from RSS feed (see https://www.dokuwiki.org/config:hidepages)" This reverts commit f5151bdb.
-
Michael Hamann authored
This reverts commit a010fc32.
-
- Nov 21, 2013
-
-
Gerrit Uitslag authored
-
- Nov 20, 2013
-
-
Gerrit Uitslag authored
-
- Oct 13, 2013
-
-
Andreas Gohr authored
-
- Oct 11, 2013
-
-
Snarkturne authored
Exclude hidden pages (config["hidepages"]) from RSS feed (see https://www.dokuwiki.org/config:hidepages)
-
- May 05, 2013
-
-
Andreas Gohr authored
-
- Apr 10, 2013
-
-
Christopher Smith authored
FS#2738, fix double encoding of html entities in RSS feeds (updates feed.php for changes to Diff class introduced in PR#179)
-
- Jan 11, 2013
-
-
Michael Hamann authored
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.
-
- Sep 14, 2012
-
-
Michael Hamann authored
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.
-
- Jun 29, 2012
-
-
Andreas Gohr authored
-
Tom N Harris authored
-
- Jun 24, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 23, 2012
-
-
Andreas Gohr authored
this should avoid false positive matches on user content (which is already escaped at this point)
-
- Apr 08, 2012
-
-
Anika Henke authored
can someone with better regex skills please revise this?
-
- Mar 02, 2012
-
-
Andreas Gohr authored
-
- Jan 29, 2012
-
-
Anika Henke authored
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.
-
- Aug 02, 2011
-
-
Kate Arzamastseva authored
-
Kate Arzamastseva authored
-
- May 01, 2011
-
-
Matthias Schulte authored
-
- Dec 08, 2010
-
-
Adrian Lang authored
* 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
-
- Nov 29, 2010
-
-
Michael Hamann authored
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.
-
- Sep 28, 2010
-
-
Adrian Lang authored
-