r10820 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10819‎ | r10820 | r10821 >
Date:21:59, 28 August 2005
Author:vibber
Status:old
Tags:
Comment:
* (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
Modified paths:
  • /branches/REL1_5/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_5/phase3/includes/Database.php (modified) (history)
  • /branches/REL1_5/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: branches/REL1_5/phase3/includes/SkinTemplate.php
@@ -225,7 +225,7 @@
226226 $tpl->setRef( 'jsmimetype', $wgJsMimeType );
227227 $tpl->setRef( 'charset', $wgOutputEncoding );
228228 $tpl->set( 'headlinks', $out->getHeadLinks() );
229 - $tpl->setRef('headscripts', $out->getScript() );
 229+ $tpl->set('headscripts', $out->getScript() );
230230 $tpl->setRef( 'wgScript', $wgScript );
231231 $tpl->setRef( 'skinname', $this->skinname );
232232 $tpl->setRef( 'stylename', $this->stylename );
Index: branches/REL1_5/phase3/includes/Database.php
@@ -1472,7 +1472,7 @@
14731473 /**
14741474 * @todo document
14751475 */
1476 - function resultObject( &$result ) {
 1476+ function resultObject( $result ) {
14771477 if( empty( $result ) ) {
14781478 return NULL;
14791479 } else {
Index: branches/REL1_5/phase3/RELEASE-NOTES
@@ -721,7 +721,9 @@
722722
723723
724724 === Changes since 1.5rc3 ===
 725+
725726 * (bug 3280) Respect 'move' group permission on page moves
 727+* (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
726728
727729
728730 === Caveats ===

Follow-up revisions

RevisionCommit summaryAuthorDate
r11577* (bug 2885) Remove unnecessary reference parameter which broke classic skin...vibber01:30, 30 October 2005
r11578* (bug 2885) Remove unnecessary reference parameter which broke classic skin...vibber01:30, 30 October 2005

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r10239* (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3...vibber11:29, 22 July 2005
r10316* (bug 2885, 2931) Problems with references in php 4.4 and 5.1avar19:47, 30 July 2005
r10514* New special page: SpecialMostlinked...avar02:59, 15 August 2005
r10516* New special page: SpecialMostlinked...avar03:04, 15 August 2005
r10521* (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep!avar12:07, 15 August 2005
r10819* (bug 2885) More PHP 5.1 fixes: skin, search, log, undeletevibber21:58, 28 August 2005

Status & tagging log