https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112709
Revision: 112709
Author: wikinaut
Date: 2012-02-29 20:00:43 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
function name typo correction. Version number update
Modified Paths:
--------------
trunk/extensions/RSS/RELEASE-NOTES
trunk/extensions/RSS/RSS.php
trunk/extensions/RSS/RSSHooks.php
Modified: trunk/extensions/RSS/RELEASE-NOTES
===================================================================
--- trunk/extensions/RSS/RELEASE-NOTES 2012-02-29 19:40:05 UTC (rev 112708)
+++ trunk/extensions/RSS/RELEASE-NOTES 2012-02-29 20:00:43 UTC (rev 112709)
@@ -11,6 +11,10 @@
(otherwise using the defaults - PHP will abort the entire program when your
memory usage gets too high)
+
+=== Version 2.11 2012-02-29 ===
+* function name typo correction
+
=== Version 2.10 2012-02-27 ===
* final solution of bug 30028 "Error parsing XML for RSS" - improve and harden
Extension:RSS when parsing differently flavoured RSS feeds and ATOM feeds
Modified: trunk/extensions/RSS/RSS.php
===================================================================
--- trunk/extensions/RSS/RSS.php 2012-02-29 19:40:05 UTC (rev 112708)
+++ trunk/extensions/RSS/RSS.php 2012-02-29 20:00:43 UTC (rev 112709)
@@ -4,7 +4,7 @@
*
* @file
* @ingroup Extensions
- * @version 2.10
+ * @version 2.11
* @author mutante, Daniel Kinzler, Rdb, Mafs, Thomas Gries, Alxndr, Chris
Reigrut, K001
* @author Kellan Elliott-McCrea <[email protected]> -- author of MagpieRSS
* @author Jeroen De Dauw
@@ -14,7 +14,7 @@
* @link http://www.mediawiki.org/wiki/Extension:RSS Documentation
*/
-define( "EXTENSION_RSS_VERSION", "2.10 20120227" );
+define( "EXTENSION_RSS_VERSION", "2.11 20120229" );
if ( !defined( 'MEDIAWIKI' ) ) {
die( "This is not a valid entry point.\n" );
@@ -94,4 +94,4 @@
// limit the number of characters in the item description
// or set to false for unlimited length.
// $wgRSSItemMaxLength = false;
-$wgRSSItemMaxLength = 200;
+$wgRSSItemMaxLength = false;
Modified: trunk/extensions/RSS/RSSHooks.php
===================================================================
--- trunk/extensions/RSS/RSSHooks.php 2012-02-29 19:40:05 UTC (rev 112708)
+++ trunk/extensions/RSS/RSSHooks.php 2012-02-29 20:00:43 UTC (rev 112709)
@@ -64,7 +64,7 @@
}
if ( !Http::isValidURI( $input ) ) {
- return RSSutils::RSSError( 'rss-invalid-url',
htmlspecialchars( $input ) );
+ return RSSUtils::RSSError( 'rss-invalid-url',
htmlspecialchars( $input ) );
}
if ( $wgRSSCacheCompare ) {
$timeout = $wgRSSCacheCompare;
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs