Show More
@@ -14,3 +14,15 b' thread.' | |||||
14 | * Added API for viewing threads and posts |
|
14 | * Added API for viewing threads and posts | |
15 | * New tag popularity algorithm |
|
15 | * New tag popularity algorithm | |
16 | * Tags list page changes. Now tags list is more like a tag cloud |
|
16 | * Tags list page changes. Now tags list is more like a tag cloud | |
|
17 | ||||
|
18 | # 1.7 Anubis | |||
|
19 | * [ADMIN] Added admin page for post editing, capable of adding and removing tags | |||
|
20 | * [CODE] Post view unification | |||
|
21 | * Post caching instead of thread caching | |||
|
22 | * Simplified tag list page | |||
|
23 | * [API] Added api for thread update in json | |||
|
24 | * Image duplicate check | |||
|
25 | * Posting over ajax (no page reload now) | |||
|
26 | * Update last update time with thread update | |||
|
27 | * Added z-index to the images to move the dragged image to front | |||
|
28 | * [CODE] Major view refactoring. Now almost all views are class-based |
@@ -15,7 +15,6 b'' | |||||
15 | post or its part (delimited by N characters) into quote of the new post. |
|
15 | post or its part (delimited by N characters) into quote of the new post. | |
16 | [NOT STARTED] Ban confirmation page with reason |
|
16 | [NOT STARTED] Ban confirmation page with reason | |
17 | [NOT STARTED] Post deletion confirmation page |
|
17 | [NOT STARTED] Post deletion confirmation page | |
18 | [NOT STARTED] Moderating page. Tags editing and adding |
|
|||
19 | [NOT STARTED] Get thread graph image using pygraphviz |
|
18 | [NOT STARTED] Get thread graph image using pygraphviz | |
20 | [NOT STARTED] Subscribing to tag via AJAX |
|
19 | [NOT STARTED] Subscribing to tag via AJAX | |
21 |
|
20 |
General Comments 0
You need to be logged in to leave comments.
Login now