mediawiki-extensions-AbuseF.../Views
MatmaRex 3d4d705b06 AbuseFilterViewDiff: Make diffs use standard styling (and more)
They still used old 1.18-style diffs, with styles copied from core.

Also:
* Remove the distinction between "simple" and "multiline" diff chunk,
  enabling consistent styling
* Always show word-level diff, even in previously "simple" chunks
* Ensure the full context is always shown. This was clearly intended
  (showing straight side-by-side comparison if there were no changes
  and in "simple" chunks, diff otherwise; showing chunks with no
  changes), but the default context is only 2 lines.
* Remove the distinction between 'wikitext' and 'text' diffs (all are
  treated like 'text' was); it's impossible to show parsed code with
  word-level diff, and it was only enabled for "simple" chunks, all of
  which are intended to be one-line strings and are shown unparsed
  elsewhere (e.g. filter description on the list on Special:AbuseFilter)

Bug: 36478
Change-Id: Ie24ad5ac5a9a2bc9b8f0fc0c4a03d5dfe7a6a83f
2013-06-29 23:43:45 +00:00
..
AbuseFilterView.php Merge "Add Permission for Global-Rule Editing" 2012-12-28 01:29:39 +00:00
AbuseFilterViewDiff.php AbuseFilterViewDiff: Make diffs use standard styling (and more) 2013-06-29 23:43:45 +00:00
AbuseFilterViewEdit.php Revert "Change AbuseFilter to use UserCache instead of user_text fields" 2013-06-27 01:01:15 +02:00
AbuseFilterViewExamine.php Hide external changes in Special:AbuseFilter/examine 2013-05-24 16:34:22 +02:00
AbuseFilterViewHistory.php Revert "Change AbuseFilter to use UserCache instead of user_text fields" 2013-06-27 01:01:15 +02:00
AbuseFilterViewImport.php Maintenance for AbuseFilter extension. 2012-10-09 22:26:45 +02:00
AbuseFilterViewList.php Revert "Change AbuseFilter to use UserCache instead of user_text fields" 2013-06-27 01:01:15 +02:00
AbuseFilterViewRevert.php Revert "Change AbuseFilter to use UserCache instead of user_text fields" 2013-06-27 01:01:15 +02:00
AbuseFilterViewTestBatch.php Hide external changes in Special:AbuseFilter/test 2013-05-24 22:24:06 +02:00
AbuseFilterViewTools.php Maintenance for AbuseFilter extension. 2012-10-09 22:26:45 +02:00