History log of /dokuwiki/feed.php (Results 26 – 50 of 130)
Revision Date Author Comments
# 0c3a5702 15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

split changelog classes into their own namespace

The remaining functions in inc/changelog.php should be moved into a
utility class.


# 4364181f 05-Aug-2017 Andreas Gohr <andi@splitbrain.org>

do not disclose email or IP addresses of users through RSS

The feed used to add real or fake email addresses to items (because some
feed formats require them). The default RSS1.0 format did not show

do not disclose email or IP addresses of users through RSS

The feed used to add real or fake email addresses to items (because some
feed formats require them). The default RSS1.0 format did not show them,
but that changed in the recent update of our FeedCreator classes.

Now all code for that has been removed, always showing an
@undisclosed.example.com email address. Because some feed readers may
use the email address to distinguis authors, the mechanism to prepend
the user name was kept.

show more ...


# 572dd708 18-May-2017 Andreas Gohr <andi@splitbrain.org>

use composer based library for feed creator #1970


# 6ebabe2f 02-Mar-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Fix PHP7 evaluation order incompatibility

Fixes #1480


# 79e79377 07-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove error supression for file_exists()

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 PH

Remove error supression for file_exists()

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.

show more ...


# e0c26282 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

scrutinizer documentations issues


# ed74b60e 25-May-2014 Andreas Gohr <andi@splitbrain.org>

Merge pull request #626 from splitbrain/feedmodelistsort

Added sort by date option to feed in list mode


# 470bf4b2 14-May-2014 Gerrit Uitslag <klapinklapin@gmail.com>

username_link should show user's name in feed too


# d2704764 30-Apr-2014 Andreas Gohr <andi@splitbrain.org>

use new $INPUT->valid() method in feed.php


# 477e5998 20-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add date sort option for list mode of feed


# 6dcc1e8f 20-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Improve encoding dir in rssListNamespace()


# b09b9f47 18-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add 404 status header to feed disabled


# 54be1338 18-Mar-2014 Gerrit Uitslag <klapinklapin@gmail.com>

allow disabling the rss feed


# 3275c5d6 14-Mar-2014 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into diff_navigation

* 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 eve

Merge branch 'master' into diff_navigation

* 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

show more ...


# e90eadd0 02-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #547 from splitbrain/chris_rssfeedfixes

RSS feed fixes


# 26b26af6 26-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add security character '$' around REMOTE_USER in cache key to avoid key clashes


# 4a193141 26-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

remove rendundant line


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


123456