##// END OF EJS Templates
Updated TODOs
neko259 -
r339:d16f9b44 default
parent child Browse files
Show More
@@ -1,25 +1,28 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
7
8 [NOT STARTED] Tree view (JS)
8 [NOT STARTED] Tree view (JS)
9 [NOT STARTED] Adding tags to images filename
9 [NOT STARTED] Adding tags to images filename
10 [NOT STARTED] Federative network for s2s communication
10 [NOT STARTED] Federative network for s2s communication
11 [NOT STARTED] XMPP gate
11 [NOT STARTED] XMPP gate
12 [NOT STARTED] Bitmessage gate
12 [NOT STARTED] Bitmessage gate
13 [NOT STARTED] Notification engine
13 [NOT STARTED] Notification engine
14 [NOT STARTED] Javascript disabling engine
14 [NOT STARTED] Javascript disabling engine
15 [NOT STARTED] Thread autoupdate (JS + API)
15 [NOT STARTED] Thread autoupdate (JS + API)
16 [NOT STARTED] Group tags by first letter in all tags list
16 [NOT STARTED] Group tags by first letter in all tags list
17 [NOT STARTED] Show board speed in the lower panel (posts per day)
17 [NOT STARTED] Show board speed in the lower panel (posts per day)
18 [NOT STARTED] Character counter in the post field
18 [NOT STARTED] Character counter in the post field
19 [NOT STARTED] Use transactions in tests
19 [NOT STARTED] Use transactions in tests
20 [NOT STARTED] Clean up tests and make them run ALWAYS
20 [NOT STARTED] Clean up tests and make them run ALWAYS
21 [NOT STARTD] Save image thumbnails size to the separate field
21 [NOT STARTED] Save image thumbnails size to the separate field
22 [NOT STARTED] Whitelist functionality. Permin autoban of an address
23 [NOT STARTED] Ban reasons. Split bans into 2 types "read-only" and "read
24 denied". Use second only for autoban for spam
22
25
23 = Bugs =
26 = Bugs =
24 [DONE] Fix bug with creating threads from tag view
27 [DONE] Fix bug with creating threads from tag view
25 [DONE] Quote characters within quote causes quote parsing to fail
28 [DONE] Quote characters within quote causes quote parsing to fail
General Comments 0
You need to be logged in to leave comments. Login now