r23248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23247‎ | r23248 | r23249 >
Date:20:23, 22 June 2007
Author:tstarling
Status:old
Tags:
Comment:
* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving overlong key errors.
* Fixed zero-padding issues with MySQL 5 binary schema
* Added option to install to MyISAM
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -99,6 +99,7 @@
100100 queued task; allows extensions to introduce custom jobs
101101 * (bug 10326) AJAX-based page watching and unwatching has been cleaned up and
102102 enabled by default.
 103+* Added option to install to MyISAM
103104
104105 == Bugfixes since 1.10 ==
105106
@@ -193,6 +194,9 @@
194195 * As intended, *skip* the HTTP proxy purges when doing HTCP purges
195196 * (bug 9696) Fix handling of brace transformations in "pagemovedtext"
196197 * (bug 10325) Fix regression in form action on Special:Listusers
 198+* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving
 199+ overlong key errors.
 200+* Fixed zero-padding issues with MySQL 5 binary schema
197201
198202 == API changes since 1.10 ==
199203

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Status & tagging log