r22565 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22564‎ | r22565 | r22566 >
Date:15:24, 30 May 2007
Author:brion
Status:old
Tags:
Comment:
* Add Google Wireless Transcoder to the Unicode editing blacklist
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -2008,7 +2008,13 @@
20092009 * @link http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864
20102010 * @link http://en.wikipedia.org/wiki/Template%3AOS9
20112011 */
2012 - '/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/'
 2012+ '/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/',
 2013+
 2014+ /**
 2015+ * Google wireless transcoder, seems to eat a lot of chars alive
 2016+ * http://it.wikipedia.org/w/index.php?title=Luciano_Ligabue&diff=prev&oldid=8857361
 2017+ */
 2018+ '/^Mozilla\/4\.0 \(compatible; MSIE 6.0; Windows NT 5.0; Google Wireless Transcoder;\)/'
20132019 );
20142020
20152021 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -93,7 +93,9 @@
9494 * (bug 7899) Added \hline and \vline to the list of allowed TeX commands
9595 * (bug 7993) support mathematical symbol classes
9696 * (bug 10007) Allow Block IP to work with Postgrs again.
 97+* Add Google Wireless Transcoder to the Unicode editing blacklist
9798
 99+
98100 == MediaWiki API changes since 1.10 ==
99101
100102 (For ongoing development discussion, see http://www.mediawiki.org/wiki/API)

Follow-up revisions

RevisionCommit summaryAuthorDate
r22587Merged revisions 22555-22586 via svnmerge from...david03:19, 31 May 2007