##// END OF EJS Templates
Updated TODOs
neko259 -
r347:61fcb523 default
parent child Browse files
Show More
@@ -1,33 +1,35 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
10
11 [NOT STARTED] Tree view (JS)
11 [NOT STARTED] Tree view (JS)
12 [NOT STARTED] Adding tags to images filename
12 [NOT STARTED] Adding tags to images filename
13 [NOT STARTED] Federative network for s2s communication
13 [NOT STARTED] Federative network for s2s communication
14 [NOT STARTED] XMPP gate
14 [NOT STARTED] XMPP gate
15 [NOT STARTED] Bitmessage gate
15 [NOT STARTED] Bitmessage gate
16 [NOT STARTED] Notification engine
16 [NOT STARTED] Notification engine
17 [NOT STARTED] Javascript disabling engine
17 [NOT STARTED] Javascript disabling engine
18 [NOT STARTED] Thread autoupdate (JS + API)
18 [NOT STARTED] Thread autoupdate (JS + API)
19 [NOT STARTED] Group tags by first letter in all tags list
19 [NOT STARTED] Group tags by first letter in all tags list
20 [NOT STARTED] Show board speed in the lower panel (posts per day)
20 [NOT STARTED] Show board speed in the lower panel (posts per day)
21 [NOT STARTED] Character counter in the post field
21 [NOT STARTED] Character counter in the post field
22 [NOT STARTED] Use transactions in tests
22 [NOT STARTED] Use transactions in tests
23 [NOT STARTED] Save image thumbnails size to the separate field
23 [NOT STARTED] Save image thumbnails size to the separate field
24 [NOT STARTED] Whitelist functionality. Permin autoban of an address
24 [NOT STARTED] Whitelist functionality. Permin autoban of an address
25 [NOT STARTED] Split up post model into post and thread,
26 and move everything that is used only in 1st post to thread model.
25
27
26 = Bugs =
28 = Bugs =
27 [DONE] Fix bug with creating threads from tag view
29 [DONE] Fix bug with creating threads from tag view
28 [DONE] Quote characters within quote causes quote parsing to fail
30 [DONE] Quote characters within quote causes quote parsing to fail
29
31
30 = Testing =
32 = Testing =
31 [NOT STARTED] Make tests for every view
33 [NOT STARTED] Make tests for every view
32 [NOT STARTED] Make tests for every model
34 [NOT STARTED] Make tests for every model
33 [NOT STARTED] Make tests for every form No newline at end of file
35 [NOT STARTED] Make tests for every form
General Comments 0
You need to be logged in to leave comments. Login now