r99982 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99981‎ | r99982 | r99983 >
Date:22:15, 16 October 2011
Author:demon
Status:ok
Tags:
Comment:
MFT r99126
Modified paths:
  • /branches/wmf/1.18wmf1/includes/specials/SpecialEditWatchlist.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/specials/SpecialEditWatchlist.php
@@ -459,7 +459,7 @@
460460 * @return HTMLForm
461461 */
462462 protected function getRawForm(){
463 - $titles = implode( array_map( 'htmlspecialchars', $this->getWatchlist() ), "\n" );
 463+ $titles = implode( $this->getWatchlist(), "\n" );
464464 $fields = array(
465465 'Titles' => array(
466466 'type' => 'textarea',
Property changes on: branches/wmf/1.18wmf1/includes/specials/SpecialEditWatchlist.php
___________________________________________________________________
Added: svn:mergeinfo
467467 Merged /branches/wmf-deployment/includes/specials/SpecialEditWatchlist.php:r53381,56967
468468 Merged /branches/REL1_15/phase3/includes/specials/SpecialEditWatchlist.php:r51646
469469 Merged /branches/sqlite/includes/specials/SpecialEditWatchlist.php:r58211-58321
470470 Merged /trunk/phase3/includes/specials/SpecialEditWatchlist.php:r92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94346,94372,94422,94425,94444,94448,94456,94498,94601,94630,94728,94825,94862,94995-94997,95042,95155,95332,95410,95442,95468,95601,95812,98578,98598,98656,99126

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99126* (bug 31435) Fix raw watchlist edit regression from r84718....brion18:08, 6 October 2011

Status & tagging log