##// END OF EJS Templates
Updated TODOs
Updated TODOs

File last commit:

r375:db6ca8e9 default
r375:db6ca8e9 default
Show More
todo.txt
43 lines | 1.9 KiB | text/plain | TextLexer
Pavel Ryapolov
Added todo and readme docs.
r273 = Features =
neko259
Added linked tags feature. If a tag is linked to some tag, it will be added to the thread along with the specified tag.
r279 [DONE] Connecting tags to each other
Pavel Ryapolov
Increased version in the description
r295 [DONE] Connect posts to the replies (in messages), get rid of the JS reply map
neko259
Modified todos
r316 [DONE] Better django admin pages to simplify admin operations
[DONE] Regen script to update all posts
neko259
Updated a TODO
r321 [DONE] Remove jump links from refmaps
neko259
Added ban reasons. Added write-only bans.
r340 [DONE] Ban reasons. Split bans into 2 types "read-only" and "read
denied". Use second only for autoban for spam
neko259
Updated TODOs
r346 [DONE] Clean up tests and make them run ALWAYS
neko259
Added post preview popups
r352 [DONE] Use transactions in tests
neko259
Updated TODOs
r375 [DONE] Thread autoupdate (JS + API)
neko259
Updated TODOs
r371
Pavel Ryapolov
Added todo and readme docs.
r273 [NOT STARTED] Tree view (JS)
[NOT STARTED] Adding tags to images filename
Pavel Ryapolov
Added some more major todos
r275 [NOT STARTED] Federative network for s2s communication
[NOT STARTED] XMPP gate
[NOT STARTED] Bitmessage gate
neko259
Added a bunch of todos
r276 [NOT STARTED] Notification engine
[NOT STARTED] Javascript disabling engine
Pavel Ryapolov
Added TODOs
r285 [NOT STARTED] Group tags by first letter in all tags list
Pavel Ryapolov
Added a todo
r294 [NOT STARTED] Show board speed in the lower panel (posts per day)
neko259
Modified todos
r316 [NOT STARTED] Character counter in the post field
neko259
Updated TODOs
r339 [NOT STARTED] Save image thumbnails size to the separate field
[NOT STARTED] Whitelist functionality. Permin autoban of an address
neko259
Updated TODOs
r347 [NOT STARTED] Split up post model into post and thread,
and move everything that is used only in 1st post to thread model.
Pavel Ryapolov
Updated TODOs
r348 [NOT STARTED] Statistics module. Count views (optional, may result in bad
performance), posts per day/week/month, users (or IPs)
neko259
Updated TODOs
r350 [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.
neko259
Updated TODOs
r351 [NOT STARTED] Ban confirmation page with reason
[NOT STARTED] Post deletion confirmation page
neko259
Updated TODOs
r371 [NOT STARTED] Moderating page. Tags editing and adding
neko259
Updated TODOs
r375 [NOT STARTED] Get thread graph image using pygraphviz
Pavel Ryapolov
Added todo and readme docs.
r273
= Bugs =
Pavel Ryapolov
Fixed bug with creating thread from tag view
r278 [DONE] Fix bug with creating threads from tag view
neko259
Fixed quotes parsing
r303 [DONE] Quote characters within quote causes quote parsing to fail
neko259
Updated TODOs
r346
= Testing =
[NOT STARTED] Make tests for every view
[NOT STARTED] Make tests for every model
Pavel Ryapolov
Updated TODOs
r348 [NOT STARTED] Make tests for every form