mediawiki-extensions-AbuseF.../includes/View
Thiemo Kreuz 0e8a08ebca Replace custom regex with TextContent::normalizeLineEndings()
This does the same as before, replacing \r\n as well as \r with \n.
Additionally the new method applies an rtrim() on both strings. I
believe this is even a good thing. It possibly removes irrelevant
noise from the diff.

Change-Id: I584740a24e6b25bbcbc928c2369f09b785a485c8
2021-10-01 08:49:49 +02:00
..
AbuseFilterView.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
AbuseFilterViewDiff.php Replace custom regex with TextContent::normalizeLineEndings() 2021-10-01 08:49:49 +02:00
AbuseFilterViewEdit.php build: Updating mediawiki/mediawiki-phan-config to 0.11.0 2021-09-07 19:30:42 -07:00
AbuseFilterViewExamine.php Stop requiring the Skin interface in AbuseFilterChangesList 2021-09-25 10:28:50 +02:00
AbuseFilterViewHistory.php Clean up AbuseFilterViewHistory and AbuseFilterHistoryPager 2021-04-18 18:31:17 +02:00
AbuseFilterViewImport.php ViewImport/ViewList: Use setTitle instead of addHiddenField/setAction 2021-07-02 13:18:01 +02:00
AbuseFilterViewList.php ViewImport/ViewList: Use setTitle instead of addHiddenField/setAction 2021-07-02 13:18:01 +02:00
AbuseFilterViewRevert.php Remove afl_filter entirely 2021-09-18 11:06:10 +00:00
AbuseFilterViewTestBatch.php Stop requiring the Skin interface in AbuseFilterChangesList 2021-09-25 10:28:50 +02:00
AbuseFilterViewTools.php Create a new method for authorizing access to test tools 2021-02-20 17:54:35 +01:00
HideAbuseLog.php build: Updating dependencies 2021-07-21 18:51:18 +00:00