##// END OF EJS Templates
Increased version in the description
Pavel Ryapolov -
r295:1713fb75 1.3 default
parent child Browse files
Show More
@@ -189,7 +189,7 b''
189 {% block metapanel %}
189 {% block metapanel %}
190
190
191 <span class="metapanel">
191 <span class="metapanel">
192 <b><a href="{% url "authors" %}">Neboard</a> 1.2</b>
192 <b><a href="{% url "authors" %}">Neboard</a> 1.3</b>
193 {% trans "Pages:" %}
193 {% trans "Pages:" %}
194 {% for page in pages %}
194 {% for page in pages %}
195 [<a href="
195 [<a href="
@@ -1,5 +1,6 b''
1 = Features =
1 = Features =
2 [DONE] Connecting tags to each other
2 [DONE] Connecting tags to each other
3 [DONE] Connect posts to the replies (in messages), get rid of the JS reply map
3
4
4 [NOT STARTED] Tree view (JS)
5 [NOT STARTED] Tree view (JS)
5 [NOT STARTED] Adding tags to images filename
6 [NOT STARTED] Adding tags to images filename
@@ -11,7 +12,6 b''
11 [NOT STARTED] Thread autoupdate (JS + API)
12 [NOT STARTED] Thread autoupdate (JS + API)
12 [NOT STARTED] Better django admin pages to simplify admin operations
13 [NOT STARTED] Better django admin pages to simplify admin operations
13 [NOT STARTED] Regen script to update all posts
14 [NOT STARTED] Regen script to update all posts
14 [NOT STARTED] Connect posts to the replies (in messages), get rid of the JS reply map
15 [NOT STARTED] Group tags by first letter in all tags list
15 [NOT STARTED] Group tags by first letter in all tags list
16 [NOT STARTED] Show board speed in the lower panel (posts per day)
16 [NOT STARTED] Show board speed in the lower panel (posts per day)
17
17
General Comments 0
You need to be logged in to leave comments. Login now