mediawiki-extensions-AbuseF.../Views
Aryeh Gregor ed5b83e6ac Remove most named character references from output
Recommit of r66254 to trunk.  This was just

find extensions phase3 -iname '*.php' \! -iname '*.i18n.php' \! -iname 'Messages*.php' \! -iname '*_Messages.php' -exec sed -i 's/ /\ /g;s/—/―/g;s/•/•/g;s/á/á/g;s/´/´/g;s/à/à/g;s/α/α/g;s/ä/ä/g;s/ç/ç/g;s/©/©/g;s/↓/↓/g;s/°/°/g;s/é/é/g;s/ê/ê/g;s/ë/ë/g;s/è/è/g;s/€/€/g;s/↔//g;s/…/…/g;s/í/í/g;s/ì/ì/g;s/←/←/g;s/“/“/g;s/·/·/g;s/−/−/g;s/–/–/g;s/ó/ó/g;s/ô/ô/g;s/œ/œ/g;s/ò/ò/g;s/õ/õ/g;s/ö/ö/g;s/£/£/g;s/′/′/g;s/″/″/g;s/»/»/g;s/→/→/g;s/”/”/g;s/Σ/Σ/g;s/×/×/g;s/ú/ú/g;s/↑/↑/g;s/ü/ü/g;s/¥/¥/g' {} +

followed by reading over every single line of the resulting diff and
fixing a whole bunch of false positives.  The reason for this change is
given in <http://lists.wikimedia.org/pipermail/wikitech-l/2010-April/047617.html>.
I cleared it with Tim and Brion on IRC before committing.  It might
cause a few problems, but I tried to be careful; please report any
issues.

I skipped all messages files.  I plan to make a follow-up commit that
alters wfMsgExt() with 'escapenoentities' to sanitize all the entities.
That way, the only messages that will be problems will be ones that
output raw HTML, and we want to get rid of those anyway.

This should get rid of all named entities everywhere except messages.  I
skipped a few things like &nbsp that I noticed in manual inspection,
because they weren't well-formed XML anyway.

Also, to everyone who uses non-breaking spaces when they could use a
normal space, or nothing at all, or CSS padding: I still hate you.  Die.
2010-05-30 17:33:59 +00:00
..
AbuseFilterView.php Update code formatting, run stylize.php, whitespace updates 2010-02-13 14:10:36 +00:00
AbuseFilterViewDiff.php Update code formatting, run stylize.php, whitespace updates 2010-02-13 14:10:36 +00:00
AbuseFilterViewEdit.php Add accesskeys 's' for save actions 2010-03-13 17:35:12 +00:00
AbuseFilterViewExamine.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
AbuseFilterViewHistory.php Update code formatting, run stylize.php, whitespace updates 2010-02-13 14:10:36 +00:00
AbuseFilterViewImport.php Add accesskeys 's' for save actions 2010-03-13 17:35:12 +00:00
AbuseFilterViewList.php Use commaList() for better i18n 2010-03-13 17:23:08 +00:00
AbuseFilterViewRevert.php Use commaList() for better i18n 2010-03-13 17:23:08 +00:00
AbuseFilterViewTestBatch.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
AbuseFilterViewTools.php Remove most named character references from output 2010-05-30 17:33:59 +00:00
examine.js AbuseFilter: big commit - coding style & spacing cleanup; also marked SpecialPages' construct() and execute() functions as public and capitalized some SQL keywords 2009-10-07 13:57:06 +00:00
tools.js AbuseFilter: big commit - coding style & spacing cleanup; also marked SpecialPages' construct() and execute() functions as public and capitalized some SQL keywords 2009-10-07 13:57:06 +00:00