##// END OF EJS Templates
Fixed links to not existing messages
Fixed links to not existing messages

File last commit:

r375:db6ca8e9 default
r388:2d312aa9 default
Show More
todo.txt
43 lines | 1.9 KiB | text/plain | TextLexer
= Features =
[DONE] Connecting tags to each other
[DONE] Connect posts to the replies (in messages), get rid of the JS reply map
[DONE] Better django admin pages to simplify admin operations
[DONE] Regen script to update all posts
[DONE] Remove jump links from refmaps
[DONE] Ban reasons. Split bans into 2 types "read-only" and "read
denied". Use second only for autoban for spam
[DONE] Clean up tests and make them run ALWAYS
[DONE] Use transactions in tests
[DONE] Thread autoupdate (JS + API)
[NOT STARTED] Tree view (JS)
[NOT STARTED] Adding tags to images filename
[NOT STARTED] Federative network for s2s communication
[NOT STARTED] XMPP gate
[NOT STARTED] Bitmessage gate
[NOT STARTED] Notification engine
[NOT STARTED] Javascript disabling engine
[NOT STARTED] Group tags by first letter in all tags list
[NOT STARTED] Show board speed in the lower panel (posts per day)
[NOT STARTED] Character counter in the post field
[NOT STARTED] Save image thumbnails size to the separate field
[NOT STARTED] Whitelist functionality. Permin autoban of an address
[NOT STARTED] Split up post model into post and thread,
and move everything that is used only in 1st post to thread model.
[NOT STARTED] Statistics module. Count views (optional, may result in bad
performance), posts per day/week/month, users (or IPs)
[NOT STARTED] Quote button next to "reply" for posts in thread to include full
post or its part (delimited by N characters) into quote of the new post.
[NOT STARTED] Ban confirmation page with reason
[NOT STARTED] Post deletion confirmation page
[NOT STARTED] Moderating page. Tags editing and adding
[NOT STARTED] Get thread graph image using pygraphviz
= Bugs =
[DONE] Fix bug with creating threads from tag view
[DONE] Quote characters within quote causes quote parsing to fail
= Testing =
[NOT STARTED] Make tests for every view
[NOT STARTED] Make tests for every model
[NOT STARTED] Make tests for every form