| #
8de6bd98 |
| 09-Mar-2020 |
Phy <git@phy25.com> |
initialize rssRecentChanges flag to 0
|
| #
7b299f22 |
| 21-Sep-2017 |
Aurélien Martin <01aurelien@gmail.com> |
Add option rss_show_deleted
|
| #
9329b002 |
| 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change static methods into instance methods
|
| #
0cba610b |
| 14-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite deprecated ft_* functions
|
| #
cbb44eab |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated trigger_event() in favor of a static method on Event
|
| #
e1d9dcc8 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace
|
| #
d2f1d7a1 |
| 14-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename fields and add deprecated __get/__set
These fields might still be accessed from the outside, so in order to not break backwards compatibility, this uses magic methods that emit deprecation er
Rename fields and add deprecated __get/__set
These fields might still be accessed from the outside, so in order to not break backwards compatibility, this uses magic methods that emit deprecation errors.
show more ...
|
| #
0db5771e |
| 02-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Refactor cache.php into different files
|
| #
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
|