History log of /dokuwiki/feed.php (Results 51 – 75 of 130)
Revision Date Author Comments
# 44f11664 01-Dec-2013 Michael Hamann <michael@content-space.de>

Revert "fix indention of RSS patch"

This reverts commit a010fc32a9c11bfbe8a82ad55fdec134d2476306.


# 047bad06 21-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

refactor PageRevisionLog into Media- and PageChangelog extending Changelog


# f523c971 20-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

update function calls to changelog functions


# a010fc32 13-Oct-2013 Andreas Gohr <andi@splitbrain.org>

fix indention of RSS patch


# f5151bdb 11-Oct-2013 Snarkturne <snarkturne@gmail.com>

Exclude hidden pages (config["hidepages"]) from RSS feed (see https://www.dokuwiki.org/config:hidepages)


# 3e967eac 05-May-2013 Andreas Gohr <andi@splitbrain.org>

removed superfluous parameter FS#2773


# a494ed33 10-Apr-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2738, fix double encoding of html entities in RSS feeds (updates feed.php for changes to Diff class introduced in PR#179)


# 1512eb89 11-Jan-2013 Michael Hamann <michael@content-space.de>

Fix content of pages with incorrect metadata in list feeds

Before this change the last modification time was taken from metadata
and then the revision that was specified there was loaded from the
at

Fix content of pages with incorrect metadata in list feeds

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.

show more ...


# be808eff 14-Sep-2012 Michael Hamann <michael@content-space.de>

Fix title of media items in the feed with useheading on

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 fo

Fix title of media items in the feed with useheading on

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.

show more ...


# 29f2dfdc 06-Jul-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110

* 'input-validation' of git://github.com/whoopdedo/dokuwiki:
fix incorrect usage of tpl_getMediaFile

Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into 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

show more ...


# 0c06a181 29-Jun-2012 Anika Henke <anika@selfthinker.org>

Merge branch 'master' of github.com:splitbrain/dokuwiki into frontend_improvements

Conflicts:
lib/tpl/dokuwiki/css/basic.css


# df06cef4 29-Jun-2012 Andreas Gohr <andi@splitbrain.org>

removed superfluous whitespaces


# 36d61a2c 29-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

fix incorrect usage of tpl_getMediaFile


# 8fbb9b14 24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

added Input wrapper to feed.php


# f9aa73bf 24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

code cleanup


# 1a821051 23-Apr-2012 Andreas Gohr <andi@splitbrain.org>

match on img tag in feed's img align replacement

this should avoid false positive matches on user content (which is
already escaped at this point)


# 3c86b7eb 08-Apr-2012 Anika Henke <anika@selfthinker.org>

removed align attribute from images and inserted them only in the feed (FS#1351)

can someone with better regex skills please revise this?


# 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


123456