Reedy
434a740ef8
Bug 35886 - AbuseLog broken with upgrade to mediawiki 1.20
...
Change-Id: I15217295d83c75254399e38633e965f4b230f83f
2012-04-11 14:45:57 +01:00
Sam Reed
69e582dc17
More documentation stubs
...
Fix Html::inputLabel to Xml::inputLabel
Fix up some deprecated code
Change-Id: If6503b1794d89666206802591094949e5d715ac1
2012-03-26 16:03:23 +02:00
Roan Kattouw
6c4bd57043
Revert r111217 (unreviewed rev in AbuseFilter) and its dependencies r113585, r113587, r113588, r113589.
...
All of these revisions are tagged with 'gerritmigration' and will be resubmitted into Gerrit after the Gerrit switchover. See also http://lists.wikimedia.org/pipermail/wikitech-l/2012-March/059124.html
2012-03-21 19:41:11 +00:00
Sam Reed
05a9d4d061
More documentation stubs
...
Fix Html::inputLabel to Xml::inputLabel
Fix up some deprecated code
2012-03-11 20:51:54 +00:00
Andrew Garrett
5e4289ce4e
AbuseFilter: Resolve bugs 18374, 28633.
...
* Store the revision ID associated with a log entry if the action is successful.
* Expose this as a diff link in the UI.
* Implicitly hide log entries if their corresponding revisions are also hidden.
* Includes scope for expanding to log entries if desired.
2012-02-10 23:41:05 +00:00
Sam Reed
ea1cc05f99
Fix mixed whitespace in r107455
2012-01-06 17:52:15 +00:00
Mark A. Hershberger
4e8be82722
Bug 33380 - Details of actions caught by a private filter should be private
...
Author: Nikola Kovacs
Hide private information from logs
2012-01-03 17:29:10 +00:00
Mark A. Hershberger
21b1cefe81
r107451 - Add message to special page
2011-12-28 00:37:43 +00:00
John Du Hart
a968ea2cd8
Followup r103298 which causes a fatal error
2011-12-23 20:23:29 +00:00
John Du Hart
7cf809bb0e
Changes from r103817
2011-11-22 16:08:18 +00:00
John Du Hart
453af554b9
Added context where possible to main AbuseFilter class
...
Most of the rest cannot get a context since it originates from hooks with no context sources. Instead of just getting the main context we might as well wait for a proper solution.
2011-11-17 00:55:53 +00:00
John Du Hart
274dcd06a2
Pass one of converting AbuseFilter to use ContextSource
...
The main AbuseFilter class still needs to be fixed up, but that's a bigger job and I'm out of time
2011-11-16 05:34:24 +00:00
Raimond Spekking
4e578cac93
Run some filter IDs through formatNum() for better l10n
2011-10-17 07:56:05 +00:00
John Du Hart
b30697e94c
Adds ResourceLoader support to AbuseFilter
...
Rewrote javascript to use jQuery
Added API modules to replace sajax_* calls
Solves bug 29714
2011-08-26 20:12:34 +00:00
Alexandre Emsenhuber
a93e1088b0
Passing a string to DifferenceEngine's constructor is really not a good idea since it expects a Title object or null
2011-07-28 18:01:30 +00:00
Sam Reed
10e07d59a4
More wfMkdirParents() __METHOD__ additions
2011-07-25 22:09:05 +00:00
Sam Reed
fdbfe82422
Followup r89617, r91428 call $pager->doQuery explicitally so we get a set result object, from which, we can then get a row count
...
Expliticly marking doQuery() in pager as public
2011-07-05 00:09:09 +00:00
Sam Reed
4dc6db0278
Followup r89617
...
Check if result object is set and usable before trying to get a count from it
So we hopefully don't get a fatal as described in CR
2011-07-04 22:00:06 +00:00
Sam Reed
beb93b68cf
* (bug 28695) If there are no results for an abuse filter log, can you put "No matching items in log" or something similar, as we do for usual logs
...
Think this is right, not verified
2011-06-06 23:46:13 +00:00
Sam Reed
56f266da57
Create api folder, move api files into it
...
Same for special
2011-05-10 23:05:25 +00:00