Ian
d7b1e7d23d
minor whitespace and code cleanup
...
and a small github docnote fix
and added a todo for transforming a filename into a valid upload path
2015-09-30 11:22:37 +02:00
Ian
a8d00a8080
typo
2015-08-29 19:53:50 +02:00
Thomas Hochstein
63786a41c2
Really fix concatenation of entry body for full feed
...
Commit 70c4ce8e406a6a3088f0f2485a9af21c68033589 will need double quotes around \n ...
See #335 for context.
2015-03-29 21:50:52 +02:00
Matthias Gutjahr
70c4ce8e40
Fix concatenation of entry body for full feed
...
When requesting a (RSS) feed response, the extended body is added to the entry body. The separating charcter has been changed from a space to a newline because some plugins like Markdown or Textile could not parse the first line of the extended body correctly.
Fixes : #335
Related: http://board.s9y.org/viewtopic.php?f=10&t=20331
2015-03-29 21:11:18 +02:00
Ian
8da4c647a8
cleanup tabs and whites
2014-11-24 14:17:38 +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
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
Matthias Mees
7288ffdef8
Fixed most of the redundant br elements in the core.
2012-12-03 13:35:59 +01:00
Garvin Hicking
4b590b202e
* RSS feed timestamp properly calculates offset (abdussamad)
2010-08-30 09:01:00 +00:00
Grischa Brockhaus
fb25837a85
Add feed_guid only, if not set externaly prior
2008-03-17 18:54:03 +00:00
Garvin Hicking
935283f0f0
Fix comment rss feed timestap
...
(http://board.s9y.org/viewtopic.php?p=64011 )
2007-10-15 10:16:51 +00:00
Grischa Brockhaus
bde584609d
Reverted last patch for making Atom Feed working with parameterized URLs.
2007-07-29 10:11:53 +00:00
Grischa Brockhaus
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
Garvin Hicking
7f7afb21a2
For the future: Always indicate source of where frontend_display is called. Thanks to Karotte.
2007-07-08 20:07:41 +00:00
Garvin Hicking
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
Garvin Hicking
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
Garvin Hicking
80e14346a5
Also support "last X" REST interface
2006-08-02 10:07:34 +00:00