History log of /dokuwiki/feed.php (Results 51 – 75 of 138)
Revision Date Author Comments
# 3bf4233a 26-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add HOST and PORT to feed cache key


# 8fcb305d 23-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into diff_navigation

Conflicts:
inc/html.php


# 0e2431b7 17-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Improve PHPDocs, rename auth_basic to DokuWiki_Auth_Plugin


# 2643fc17 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into diff_navigation


# 27538f87 14-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

make media links in rss feeds absolute

This resolves issues with broken images when the wiki feed is
hosted by third parties (e.g. FeedBurner), as mentioned in
FS#2931 comments.


# ed714c3e 14-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add missing '&' before 't' in url construction


# 0b4e20cc 01-Dec-2013 Michael Hamann <michael@content-space.de>

Fix RSS namespace listings containing hidden pages


# 11540fc1 01-Dec-2013 Michael Hamann <michael@content-space.de>

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

This reverts commit f5151bdbf999043dfe1ba73a684d37b27ff6e021.


# 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?


123456