Archived
1
0

37 Commits

Author SHA1 Message Date
onli 62380a3086 PHP 8 compat fix for showing freetag RSS feeds 2021-06-06 12:32:23 +02:00
onli 11526604e1 php8 compat: undefined display_dat array keys 2021-04-19 17:19:44 +02:00
onli b664435ef6 PHP 7.2 compat: session_cache, each (#564, #556) 2018-09-13 14:22:01 +02:00
Garvin Hicking 1afc4d929d Adjust fetchLimit to ensure integer content 2018-07-18 11:59:45 +02:00
Garvin Hicking 97277cfd1a issue #430 2017-01-26 08:23:17 +01:00
Thomas Heidrich 99e9b70c9b Strict feed template name checking (#431)
otherwise requests like /rss.php?version=1 will still crash
2016-12-14 18:19:44 +01:00
onli e9f98f80f0 Add additional check for allowed feed tpls (#431) 2016-12-14 12:43:50 +01:00
onli 3179ed7d57 Make feeds work with simplified template fallback
Since default is no longer queried if not set specifically, the new
default template 2k11 needs to carry the feed template and the banner
image. See http://board.s9y.org/viewtopic.php?f=3&t=20801 and
https://github.com/s9y/Serendipity/commit/8affa1126a80f045aea61b40c5f449e05b843419
2016-07-27 10:35:03 +02:00
Garvin Hicking 72f555d9a6 port cors 2016-05-19 14:27:16 +02:00
Garvin Hicking 1712d9bb5b use ssl when called, thanks to hboeck! 2015-04-17 15:36:54 +02:00
Ian aca77bd482 cleanup cosmetics 2014-12-10 14:34:54 +01:00
onli 92afc37753 Introduce serendipity_specialchars-wrapper for encoding bug (#236)
PHP 5.4 sets UTF-8 as the default for htmlspecialchars, htmlentities and html_entity_decode. The first two will echo an empty string when given a string with umlauts. This commits introduces serendipity_specialchar-wrapper that are meant to be a temporary solution for the s9y-core until PHP 5.6 fixed the bug, so the native charset option of s9y continues to work.
2014-11-23 23:41:08 +01:00
onli ac24978984 Upgrader task for syndication plugin (#196) 2014-07-07 01:36:45 +02:00
onli 2439399c08 implement force-feed logic (#196) 2014-07-07 00:32:50 +02:00
onli 719ed77457 syndication: feed options into core; option for rss + atom
The force-feed option still needs to be included into the core
2014-06-29 03:10:43 +02:00
Garvin Hicking 0a9c821500 insert renamed plugin name 2014-02-14 15:05:11 +01:00
onli 9d3d04a00c upport (from falks 1.7-2.0-merge) 2013-07-05 14:08:24 +02:00
onli a654b13a9a Complete include_once usage, romove constants 2013-06-22 12:32:54 +02:00
Garvin Hicking f1b3e3b241 backport 2012-06-13 15:22:57 +02:00
Garvin Hicking 2749dc54ad Smarty3 2011-11-24 12:16:02 +01:00
Garvin Hicking b8bbc3c1ed patch by onli 2010-10-12 12:40:32 +00:00
Garvin Hicking 55e85b5f41 patch by onli to support plugin channel data 2010-01-21 09:20:41 +00:00
Garvin Hicking c28452ef4a * Change syndication plugin to also support new feeds2.feedburner.com
style URLs (garvinhicking)
2009-01-30 14:03:31 +00:00
Garvin Hicking 9bfe2cec62 Add Status: 302 header for redirects, have fun, nitrox. :) 2008-08-27 19:20:23 +00:00
Garvin Hicking aa77cb9b1f * Added header('Status:...') calls so that some CGI installations
of apache emit proper headers (garvinhicking)
2008-08-22 09:20:13 +00:00
Garvin Hicking 78cc09f15f Future compatibility 2007-05-16 10:12:47 +00:00
Garvin Hicking 4cdbb7ccf1 fix typo that made rss-fullfeed things to not properly work as intended 2007-04-12 09:34:12 +00:00
Garvin Hicking 30ccea2f96 Make plugins be able to emit custom RSS feeds, see http://board.s9y.org/viewtopic.php?p=53320#53320 2007-04-01 11:55:46 +00:00
Garvin Hicking 742fd47078 Shared http/https sessions by rob richards from the forums 2007-02-08 12:08:43 +00:00
Garvin Hicking 1b1991a697 Add feedburner recognittion for "bad" caching.
RFE #1588802
2006-11-02 11:20:35 +00:00
Garvin Hicking 6b02e66e03 also set VIEW when calling directly 2006-10-31 08:34:19 +00:00
Jude Anthony d4c2ec72e3 Use correct server offset; found by JohnnyPark of forums. 2006-09-29 02:00:02 +00:00
Garvin Hicking de2f7fe707 Fix gmdate function for proper parameters 2006-08-25 13:20:34 +00:00
Garvin Hicking 1ce4265402 Fi conditional get caching when server-timezone offset is != 0 2006-08-16 08:56:26 +00:00
Garvin Hicking bb7fb4e5a8 Support HTTP-Authentication (especially for RSS feeds) 2006-08-16 08:28:32 +00:00
Garvin Hicking 2fcd70c8f4 fix bad variable call, thanks to stm 2006-08-05 20:44:05 +00:00
Garvin Hicking 80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00