##// END OF EJS Templates
Updated TODO
neko259 -
r846:00824e9e default
parent child Browse files
Show More
@@ -1,25 +1,26 b''
1 = Features =
1 = Features =
2 * Tree view (JS)
2 * Tree view (JS)
3 * Adding tags to images filename
3 * Adding tags to images filename
4 * Federative network for s2s communication
4 * Federative network for s2s communication
5 * XMPP gate
5 * XMPP gate
6 * Bitmessage gate
6 * Bitmessage gate
7 * Notification engine
7 * Notification engine
8 * Group tags by first letter in all tags list
8 * Group tags by first letter in all tags list
9 * [JS] Character counter in the post field
9 * [JS] Character counter in the post field
10 * Statistics module. Count views (optional, may result in bad
10 * Statistics module. Count views (optional, may result in bad
11 performance), posts per day/week/month, IPs
11 performance), posts per day/week/month, IPs
12 * Ban confirmation page (or alert) with reason
12 * Ban confirmation page (or alert) with reason
13 * Post deletion confirmation page (or alert)
13 * Post deletion confirmation page (or alert)
14 * Get thread graph image using pygraphviz
14 * Get thread graph image using pygraphviz
15 * Subscribing to tag via AJAX
15 * Subscribing to tag via AJAX
16 * Add buttons to insert a named link or a named quote to the markup panel
16 * Add buttons to insert a named link or a named quote to the markup panel
17 * Add support for "attention posts" that are shown in the header"
17 * Add support for "attention posts" that are shown in the header"
18 * Use default boards/settings when it is not defined. Maybe default_settings.py module?
18
19
19 = Bugs =
20 = Bugs =
20 * Search sort order is confusing
21 * Search sort order is confusing
21
22
22 = Testing =
23 = Testing =
23 * Make tests for every view
24 * Make tests for every view
24 * Make tests for every model
25 * Make tests for every model
25 * Make tests for every form
26 * Make tests for every form
General Comments 0
You need to be logged in to leave comments. Login now