mediawiki-extensions-AbuseF.../Views
Happy-melon 12e1428629 * Implement an extensible Block::prevents( <action> ) function to replace the plethora of direct member variable accesses This pushes the historic *disable*-createaccount-vs-*allow* usertalk-edit wierdness down to the database layer
* Implement accessors for isHardblock() and getRangeStart()/getRangeEnd() in the same fashion.
* Make the corresponding variables private, removing external accessors.  This required updating AbuseFilter with non-B/C code, so I also implemented the rest of the changes I've made to the blocking backend in that extension.
* Move the "get an IP range which encompasses the given IP/range" logic to Block.php; will be needed later... :D
2011-03-19 23:47:08 +00:00
..
AbuseFilterView.php Parameter and Return Type hints 2011-02-10 17:32:57 +00:00
AbuseFilterViewDiff.php AbuseFilter: coding style tweaks, changed some while loops to foreach (as per http://www.mediawiki.org/wiki/Manual:Coding_conventions#Assignment_expressions) and added __METHOD__ to one DB query 2010-08-19 21:12:09 +00:00
AbuseFilterViewEdit.php Another big cull on unused variables and such 2010-10-29 21:55:29 +00:00
AbuseFilterViewExamine.php Start removing/fixing calls to deprecated methods in WMF used extensions 2010-10-29 15:14:44 +00:00
AbuseFilterViewHistory.php Another big cull on unused variables and such 2010-10-29 21:55:29 +00:00
AbuseFilterViewImport.php Add accesskeys 's' for save actions 2010-03-13 17:35:12 +00:00
AbuseFilterViewList.php Parameter and Return Type hints 2011-02-10 17:32:57 +00:00
AbuseFilterViewRevert.php * Implement an extensible Block::prevents( <action> ) function to replace the plethora of direct member variable accesses This pushes the historic *disable*-createaccount-vs-*allow* usertalk-edit wierdness down to the database layer 2011-03-19 23:47:08 +00:00
AbuseFilterViewTestBatch.php Code cleanup, mainly unused variables 2010-11-04 01:29:10 +00:00
AbuseFilterViewTools.php Nuke some more unused globals 2010-07-24 21:12:27 +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