1
0
Commit Graph

13 Commits

Author SHA1 Message Date
Ian
8da4c647a8 cleanup tabs and whites 2014-11-24 14:17:38 +01:00
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
42ca45db68 Fix //-errors in feed
See http://board.s9y.org/viewtopic.php?f=10&t=19485 - needs testing, I only tested that on localhost with / as relative path
2013-10-01 01:15:53 +02:00
7288ffdef8 Fixed most of the redundant br elements in the core. 2012-12-03 13:35:59 +01:00
4b590b202e * RSS feed timestamp properly calculates offset (abdussamad) 2010-08-30 09:01:00 +00:00
fb25837a85 Add feed_guid only, if not set externaly prior 2008-03-17 18:54:03 +00:00
935283f0f0 Fix comment rss feed timestap
(http://board.s9y.org/viewtopic.php?p=64011)
2007-10-15 10:16:51 +00:00
bde584609d Reverted last patch for making Atom Feed working with parameterized URLs. 2007-07-29 10:11:53 +00:00
79fb859060 Atom feeds became invalid, if entry has href or src attributes containing char represented by XML Entities normaly (like href="test.de?a=1&b=2") 2007-07-27 14:17:34 +00:00
7f7afb21a2 For the future: Always indicate source of where frontend_display is called. Thanks to Karotte. 2007-07-08 20:07:41 +00:00
c580fa35d3 Strip tags from comments also in RSS-Feeds for comments, thanks to
tmix from the forums (garvinhicking)
2007-04-11 10:17:10 +00:00
f03841587a Ensure to not be able to call s9y files under circumstances where .htaccess does not deny request AND register_globals is turned on 2006-11-30 21:34:29 +00:00
80e14346a5 Also support "last X" REST interface 2006-08-02 10:07:34 +00:00