##// END OF EJS Templates
Updated TODOs
neko259 -
r375:db6ca8e9 default
parent child Browse files
Show More
@@ -1,43 +1,43 b''
1 = Features =
1 = Features =
2 [DONE] Connecting tags to each other
2 [DONE] Connecting tags to each other
3 [DONE] Connect posts to the replies (in messages), get rid of the JS reply map
3 [DONE] Connect posts to the replies (in messages), get rid of the JS reply map
4 [DONE] Better django admin pages to simplify admin operations
4 [DONE] Better django admin pages to simplify admin operations
5 [DONE] Regen script to update all posts
5 [DONE] Regen script to update all posts
6 [DONE] Remove jump links from refmaps
6 [DONE] Remove jump links from refmaps
7 [DONE] Ban reasons. Split bans into 2 types "read-only" and "read
7 [DONE] Ban reasons. Split bans into 2 types "read-only" and "read
8 denied". Use second only for autoban for spam
8 denied". Use second only for autoban for spam
9 [DONE] Clean up tests and make them run ALWAYS
9 [DONE] Clean up tests and make them run ALWAYS
10 [DONE] Use transactions in tests
10 [DONE] Use transactions in tests
11
11 [DONE] Thread autoupdate (JS + API)
12 [IN PROGRESS] Thread autoupdate (JS + API)
13
12
14 [NOT STARTED] Tree view (JS)
13 [NOT STARTED] Tree view (JS)
15 [NOT STARTED] Adding tags to images filename
14 [NOT STARTED] Adding tags to images filename
16 [NOT STARTED] Federative network for s2s communication
15 [NOT STARTED] Federative network for s2s communication
17 [NOT STARTED] XMPP gate
16 [NOT STARTED] XMPP gate
18 [NOT STARTED] Bitmessage gate
17 [NOT STARTED] Bitmessage gate
19 [NOT STARTED] Notification engine
18 [NOT STARTED] Notification engine
20 [NOT STARTED] Javascript disabling engine
19 [NOT STARTED] Javascript disabling engine
21 [NOT STARTED] Group tags by first letter in all tags list
20 [NOT STARTED] Group tags by first letter in all tags list
22 [NOT STARTED] Show board speed in the lower panel (posts per day)
21 [NOT STARTED] Show board speed in the lower panel (posts per day)
23 [NOT STARTED] Character counter in the post field
22 [NOT STARTED] Character counter in the post field
24 [NOT STARTED] Save image thumbnails size to the separate field
23 [NOT STARTED] Save image thumbnails size to the separate field
25 [NOT STARTED] Whitelist functionality. Permin autoban of an address
24 [NOT STARTED] Whitelist functionality. Permin autoban of an address
26 [NOT STARTED] Split up post model into post and thread,
25 [NOT STARTED] Split up post model into post and thread,
27 and move everything that is used only in 1st post to thread model.
26 and move everything that is used only in 1st post to thread model.
28 [NOT STARTED] Statistics module. Count views (optional, may result in bad
27 [NOT STARTED] Statistics module. Count views (optional, may result in bad
29 performance), posts per day/week/month, users (or IPs)
28 performance), posts per day/week/month, users (or IPs)
30 [NOT STARTED] Quote button next to "reply" for posts in thread to include full
29 [NOT STARTED] Quote button next to "reply" for posts in thread to include full
31 post or its part (delimited by N characters) into quote of the new post.
30 post or its part (delimited by N characters) into quote of the new post.
32 [NOT STARTED] Ban confirmation page with reason
31 [NOT STARTED] Ban confirmation page with reason
33 [NOT STARTED] Post deletion confirmation page
32 [NOT STARTED] Post deletion confirmation page
34 [NOT STARTED] Moderating page. Tags editing and adding
33 [NOT STARTED] Moderating page. Tags editing and adding
34 [NOT STARTED] Get thread graph image using pygraphviz
35
35
36 = Bugs =
36 = Bugs =
37 [DONE] Fix bug with creating threads from tag view
37 [DONE] Fix bug with creating threads from tag view
38 [DONE] Quote characters within quote causes quote parsing to fail
38 [DONE] Quote characters within quote causes quote parsing to fail
39
39
40 = Testing =
40 = Testing =
41 [NOT STARTED] Make tests for every view
41 [NOT STARTED] Make tests for every view
42 [NOT STARTED] Make tests for every model
42 [NOT STARTED] Make tests for every model
43 [NOT STARTED] Make tests for every form
43 [NOT STARTED] Make tests for every form
General Comments 0
You need to be logged in to leave comments. Login now