r105672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105671‎ | r105672 | r105673 >
Date:14:48, 9 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r105575, r105619, r105671 Add RELEASE-NOTES-1.19
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/Cdb.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -101,6 +101,7 @@
102102 * Differences in the history page now uses slightly better colors for people
103103 perceiving colors differently. Colors comes from the French Wikipedia.
104104 * (bug 32879) Upgrade jQuery to 1.7.1
 105+* jQuery UI upgraded to 1.8.17
105106
106107 === Bug fixes in 1.19 ===
107108 * $wgUploadNavigationUrl should be used for file redlinks if.
Index: trunk/phase3/includes/Cdb.php
@@ -85,11 +85,15 @@
8686
8787 /**
8888 * Create the object and open the file
 89+ *
 90+ * @param $fileName string
8991 */
9092 abstract function __construct( $fileName );
9193
9294 /**
9395 * Set a key to a given value. The value will be converted to string.
 96+ * @param $key string
 97+ * @param $value string
9498 */
9599 abstract public function set( $key, $value );
96100
@@ -100,7 +104,6 @@
101105 abstract public function close();
102106 }
103107
104 -
105108 /**
106109 * Reader class which uses the DBA extension
107110 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105575Update jQuery.ui from 1.8.16 to 1.8.17reedy19:17, 8 December 2011
r105619Update jquery.effectsreedy23:54, 8 December 2011
r1056711.8.17 alsoreedy14:46, 9 December 2011

Status & tagging log