Go to file
Ori Livneh 6421f1f37b Don't rely on strip marker uniqueness
The RSS extension expects two different parser instances to use two different
string patterns for strip markers as a workaround for T36763. As of I31d4556bb,
the parser uses a fixed string pattern for strip markers, so this trick no
longer works. We can work around this by doing the same thing we did in
SemanticForms in I7ed3996a1, which is to perform the stripping / unstripping in
extension code directly.

Bug: T10104
Change-Id: Ice44740fb8fea9db4e29e8c2b411384e24a88ae3
2015-06-01 16:36:43 -07:00
i18n Localisation updates from https://translatewiki.net. 2015-05-21 23:00:11 +02:00
.gitignore Add .gitignore 2012-05-21 01:42:35 +01:00
.gitreview Add .gitreview file 2012-03-22 14:07:04 -07:00
COPYING svn:eol-style native 2010-07-24 16:00:42 +00:00
README svn:eol-style native 2010-07-24 16:00:42 +00:00
RELEASE-NOTES Bug 55763 2013-10-17 23:40:17 +02:00
RSS.i18n.php Update i18n shim 2014-04-22 13:40:10 +00:00
RSS.php Add missing class RSSHighlighter to autoload 2015-03-21 19:15:39 +01:00
RSSData.php Bug 55763 2013-10-17 23:40:17 +02:00
RSSHooks.php version 2.18 + squashed commit RSS changes fromSVN 2013-02-20 20:10:11 +01:00
RSSParser.php Don't rely on strip marker uniqueness 2015-06-01 16:36:43 -07:00

== About ==

Displays an RSS feed on a wiki page.
See http://www.mediawiki.org/wiki/Extension:RSS

== Credits to other projects ==

* MagpieRSS
This extension includes code from the MagpieRSS library.
MagpieRSS provides an XML-based (expat) RSS parser in PHP,
and is released under the GPL.