mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
1ba92ac870
This change makes EditFilterMerged handler replace all \r\n with \n. Parser::preSaveTransform replaces \r\n with \n for all texts, so there are no \r in the database. The hook EditFilterMerged is run before the text is processed by Parser::preSaveTransform, so the diff will be useless if the client sends content with \r\n as line endings. Change-Id: If81fe7cc5e3af51a6564f86597d3afaefc7ad4b7 |
||
---|---|---|
api | ||
db_patches | ||
modules | ||
special | ||
tests | ||
Views | ||
.gitreview | ||
AbuseFilter.alias.php | ||
AbuseFilter.class.php | ||
AbuseFilter.hooks.php | ||
AbuseFilter.i18n.php | ||
AbuseFilter.parser.php | ||
AbuseFilter.php | ||
abusefilter.tables.pg.sql | ||
abusefilter.tables.sql | ||
abusefilter.tables.sqlite.sql | ||
AbuseFilterVariableHolder.php | ||
phpTest.php |