Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -2008,7 +2008,13 @@ |
2009 | 2009 | * @link http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864 |
2010 | 2010 | * @link http://en.wikipedia.org/wiki/Template%3AOS9 |
2011 | 2011 | */ |
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;\)/' |
2013 | 2019 | ); |
2014 | 2020 | |
2015 | 2021 | /** |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -93,7 +93,9 @@ |
94 | 94 | * (bug 7899) Added \hline and \vline to the list of allowed TeX commands |
95 | 95 | * (bug 7993) support mathematical symbol classes |
96 | 96 | * (bug 10007) Allow Block IP to work with Postgrs again. |
| 97 | +* Add Google Wireless Transcoder to the Unicode editing blacklist |
97 | 98 | |
| 99 | + |
98 | 100 | == MediaWiki API changes since 1.10 == |
99 | 101 | |
100 | 102 | (For ongoing development discussion, see http://www.mediawiki.org/wiki/API) |