[Pkg-mediawiki-commits] r217 - in mediawiki/exp-1.16/debian: . patches

Jonathan Wiltshire jmw-guest at alioth.debian.org
Wed Jul 28 21:34:57 UTC 2010


Author: jmw-guest
Date: 2010-07-28 21:34:51 +0000 (Wed, 28 Jul 2010)
New Revision: 217

Removed:
   mediawiki/exp-1.16/debian/patches/detect_invalid_titles.patch
Modified:
   mediawiki/exp-1.16/debian/changelog
   mediawiki/exp-1.16/debian/patches/series
Log:
detect_invalid_titles.patch now integrated upstream

Modified: mediawiki/exp-1.16/debian/changelog
===================================================================
--- mediawiki/exp-1.16/debian/changelog	2010-07-28 21:33:42 UTC (rev 216)
+++ mediawiki/exp-1.16/debian/changelog	2010-07-28 21:34:51 UTC (rev 217)
@@ -2,8 +2,9 @@
 
   * New upstream release
   * Refactor patches
+    - detect_invalid_titles.patch integrated upstream
 
- -- Jonathan Wiltshire <debian at jwiltshire.org.uk>  Wed, 28 Jul 2010 22:33:17 +0100
+ -- Jonathan Wiltshire <debian at jwiltshire.org.uk>  Wed, 28 Jul 2010 22:34:10 +0100
 
 mediawiki (1:1.15.5-1) unstable; urgency=high
 

Deleted: mediawiki/exp-1.16/debian/patches/detect_invalid_titles.patch
===================================================================
--- mediawiki/exp-1.16/debian/patches/detect_invalid_titles.patch	2010-07-28 21:33:42 UTC (rev 216)
+++ mediawiki/exp-1.16/debian/patches/detect_invalid_titles.patch	2010-07-28 21:34:51 UTC (rev 217)
@@ -1,14 +0,0 @@
-Index: mediawiki-1.15.2/includes/specials/SpecialMostlinked.php
-===================================================================
---- mediawiki-1.15.2.orig/includes/specials/SpecialMostlinked.php	2008-07-17 20:31:18.000000000 -0500
-+++ mediawiki-1.15.2/includes/specials/SpecialMostlinked.php	2010-03-15 12:02:51.000000000 -0500
-@@ -75,6 +75,9 @@
- 	function formatResult( $skin, $result ) {
- 		global $wgLang;
- 		$title = Title::makeTitleSafe( $result->namespace, $result->title );
-+                if ( !$title ) {
-+                        return '<!-- ' . htmlspecialchars( "Invalid title: [[$title]]" ) . ' -->';
-+                }
- 		$link = $skin->makeLinkObj( $title );
- 		$wlh = $this->makeWlhLink( $title,
- 			wfMsgExt( 'nlinks', array( 'parsemag', 'escape'),

Modified: mediawiki/exp-1.16/debian/patches/series
===================================================================
--- mediawiki/exp-1.16/debian/patches/series	2010-07-28 21:33:42 UTC (rev 216)
+++ mediawiki/exp-1.16/debian/patches/series	2010-07-28 21:34:51 UTC (rev 217)
@@ -1,7 +1,6 @@
 texvc_location.patch
 mimetypes.patch
 debian_specific_config.patch
-#detect_invalid_titles.patch
 #add_rss_guid.patch
 backup_documentation.patch
 suppress_warnings.patch




More information about the Pkg-mediawiki-commits mailing list