-
Notifications
You must be signed in to change notification settings - Fork 14
/
TODO
51 lines (46 loc) · 1.69 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-- General
* Add {{/header}}-type thing
** Make compatible with current data as of column on main page
* http://en.wikipedia.org/wiki/Wikipedia:Database_reports/Redesign
-- Report adjustments
* Change crontab for polluted cats
** Twice weekly or something
* Sync all wiki config subpages to actual files
** Automate this?
* Subpages without incoming links
** http://en.wikipedia.org/wiki/Talk:World_War_III/Archive_1
** Have query for this now # BUMP PRIORITY
* Orphaned subpages part II
** List all pages in NS:4
** Move titles that contain a / to a separate file
** Run through dpn.py
* User cats
** Add members column
** Add last edited column
* Shebang needs to be updated (I think)
* Scripts need newline at the bottom
* userlinksinarticles.py
** Queries are out of order
-- Report ideas
* Fix archive names?
** Query page titles in NS:1 that aren't redirects
*** SELECT page_title FROM page WHERE page_namespace = 1 AND page_is_redirect = 0;
** Grep for "archive_"
* Pages with _/ or /_
* User / user pages of users with 0 edits
** Filter out redirects
* User / user talk page redirects with zero incoming links
** RFBailey's subpage
* Subpages where the root page doesn't exist
** Need to figure out cases like Foo/bar/baz where only bar doesn't exist
* Plaintext (spam) user pages
** Run through appropriate filters too. ("founded by", etc.)
* "Populated category redirects"
** Need template list from Vega
* Templates that transclude themselves
** Query available somewhere in my queries directory
* Add report "Articles containing red-linked categories"
** Indefinitely on hold; too many results (~24,000)
-- Two helpful checks in queries
* If page is a subpage
* If page exists (when querying from logging table)