r109189 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109188
|
r109189
|
r109190
>
Date:
19:28, 17 January 2012
Author:
rfaulk
Status:
deferred
Tags:
sopa
Comment:
modified the filter string to filter all requests under the "Special" page
Modified paths:
/trunk/udplog/filters/SOPA-filter.c
(modified) (
history
)
Diff
[
purge
]
Index: trunk/udplog/filters/SOPA-filter.c
—
—
@@ -3,7 +3,7 @@
4
4
#include <string.h>
5
5
6
6
char * urls[] = {
7
- "en.wikipedia.org/wiki/Special:CongressLookup?zip=",
7
+ "en.wikipedia.org/wiki/Special:CongressLookup",
8
8
};
9
9
10
10
main() {
Status & tagging log
17:27, 18 January 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r109189
[
removed:
new
added:
deferred]
00:32, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r109189
[
added:
sopa]