r24708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24707‎ | r24708 | r24709 >
Date:20:02, 9 August 2007
Author:robchurch
Status:old
Tags:
Comment:
Fix XHTML
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUndelete.php
@@ -631,7 +631,7 @@
632632
633633 $wgOut->addHtml(
634634 wfElement( 'textarea', array(
635 - 'readonly' => true,
 635+ 'readonly' => 'readonly',
636636 'cols' => intval( $wgUser->getOption( 'cols' ) ),
637637 'rows' => intval( $wgUser->getOption( 'rows' ) ) ),
638638 $rev->getText() . "\n" ) .
Index: trunk/phase3/RELEASE-NOTES
@@ -368,12 +368,13 @@
369369 sort keys to work on Safari
370370 * (bug 4530) Fix local name of Kurdish language
371371 * (bug 10830) Fix local name Haitian Creole language
372 -* Fix comments in contributions and log pages for RTL languages
 372+* Fix comments in contributions and log pages for right-to-left languages
373373 * Make installer include_path-independent, so it should work on hosts which
374374 disable user setting of PHP include_path setting
375375 * glob() is horribly unreliable and doesn't work on some systems, including
376376 free.fr shared hosting. No longer using it in Language::getLanguageNames()
377377 * (bug 10763) Fix multi-insert logic for PostgreSQL
 378+* Fix invalid XHTML when viewing a deleted revision
378379
379380 == API changes since 1.10 ==
380381

Follow-up revisions

RevisionCommit summaryAuthorDate
r24755Merged revisions 24694-24754 via svnmerge from...david19:48, 13 August 2007

Status & tagging log