diff --git a/todo.txt b/todo.txt --- a/todo.txt +++ b/todo.txt @@ -1,28 +1,26 @@ = Features = -[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] Character counter in the post field -[NOT STARTED] Whitelist functionality. Permin autoban of an address -[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] Get thread graph image using pygraphviz -[NOT STARTED] Subscribing to tag via AJAX -[NOT STARTED] Use post and thread caching instead of many parameters to the -post view and post urls. +* Tree view (JS) +* Adding tags to images filename +* Federative network for s2s communication +* XMPP gate +* Bitmessage gate +* Notification engine +* Group tags by first letter in all tags list +* [JS] Character counter in the post field +* Statistics module. Count views (optional, may result in bad + performance), posts per day/week/month, IPs +* Ban confirmation page (or alert) with reason +* Post deletion confirmation page (or alert) +* Get thread graph image using pygraphviz +* Subscribing to tag via AJAX +* Use django's native auth framework for administration +* Add buttons to insert a named link or a named quote to the markup panel +* Add support for "attention posts" that are shown in the header" = Bugs = +* Search is very slow and sort order is confusing = Testing = -[NOT STARTED] Make tests for every view -[NOT STARTED] Make tests for every model -[NOT STARTED] Make tests for every form +* Make tests for every view +* Make tests for every model +* Make tests for every form