r85010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85009‎ | r85010 | r85011 >
Date:14:33, 30 March 2011
Author:demon
Status:ok
Tags:
Comment:
Merge some deployment changes to trunk: r82738 (as HISTORY), r81962
Modified paths:
  • /trunk/phase3/HISTORY (modified) (history)
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/HISTORY
@@ -10,6 +10,12 @@
1111 from config/ to mw-config/. The specific bugs are listed below in the
1212 general notes.
1313
 14+=== New ResourceLoader in 1.17 ===
 15+MediaWiki 1.17 ships with a ResourceLoader which combines and minifies css and
 16+javascript attached to the page. They are served from the new entry point load.php
 17+If the page is served with the &debug=true parameter, the non-minified files
 18+are used instead.
 19+
1420 === Configuration changes in 1.17 ===
1521 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
1622 extensions has been removed.
Index: trunk/phase3/includes/ChangesList.php
@@ -1130,6 +1130,7 @@
11311131 $this->insertComment( $r, $rcObj );
11321132 $this->insertRollback( $r, $rcObj );
11331133 # Tags
 1134+ $classes = explode( ' ', $classes );
11341135 $this->insertTags( $r, $rcObj, $classes );
11351136 # Show how many people are watching this if enabled
11361137 $r .= $this->numberofWatchingusers($rcObj->numberofWatchingusers);
Property changes on: trunk/phase3/includes/ChangesList.php
___________________________________________________________________
Modified: svn:mergeinfo
11371138 Merged /branches/wmf/1.17wmf1/includes/ChangesList.php:r81926

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81962Commit my live hack. $classes should be an array or array_merge() will yell a...demon12:23, 11 February 2011
r82738Add a release-notes entry about the resourceloader....platonides17:57, 24 February 2011

Status & tagging log