##// END OF EJS Templates
Cache post's threads count, don't load all threads each time
Cache post's threads count, don't load all threads each time

File last commit:

r1180:e46298a6 default
r1531:2b982d03 default
Show More
__init__.py
4 lines | 216 B | text/x-python | PythonLexer
neko259
Split thread view into separate views for each mode
r951 from boards.views.thread.thread import ThreadView
from boards.views.thread.normal import NormalThreadView
from boards.views.thread.gallery import GalleryThreadView
neko259
Added tree mode for the thread
r1180 from boards.views.thread.tree import TreeThreadView