##// END OF EJS Templates
Moved imageboard settings to the boards settings module. Added setting to disable archive
Moved imageboard settings to the boards settings module. Added setting to disable archive

File last commit:

r701:f697a88a 1.8-dev
r716:a6b9dd95 1.8.1 default
Show More
changelog.markdown
37 lines | 1.4 KiB | text/x-markdown | MarkdownLexer
/ changelog.markdown
neko259
Added changelog file and version name
r454 # 1.5 Aker #
* Saving image previews size. No space will be shown below images in some
styles.
* Showing notification in page title when new posts are loaded into the open
neko259
Updated TODOs and changelog
r457 thread.
* Thread moderation fixes
neko259
Fixed threads title in the browser title bar. Moving old threads to archive instead of deleting them.
r484 * Added new gallery with search links and image metadata
# 1.6 Amon #
neko259
Deleting old users when the new are created. Only empty users without posts and tags are removed
r486 * Deleted threads are moved to archive instead of permanent delete
neko259
Updated changelog. Removed one unneeded todo item
r488 * User management fixes and optimizations
neko259
Added api for getting thread list
r499 * Markdown fixes
* Pagination changes. Pages counter now starts from 1 instead of 0
* Added API for viewing threads and posts
neko259
Updated changelog
r510 * New tag popularity algorithm
neko259
Made tags list page look like tag cloud
r511 * Tags list page changes. Now tags list is more like a tag cloud
neko259
Updated changelog and todo list
r568
# 1.7 Anubis
* [ADMIN] Added admin page for post editing, capable of adding and removing tags
* [CODE] Post view unification
* Post caching instead of thread caching
* Simplified tag list page
* [API] Added api for thread update in json
* Image duplicate check
* Posting over ajax (no page reload now)
* Update last update time with thread update
* Added z-index to the images to move the dragged image to front
* [CODE] Major view refactoring. Now almost all views are class-based
neko259
Bumped version in description. Added changelog
r701
# 1.8 Kara
* [CODE] Removed thread update logging
* [CODE] Refactored compact form. Now it uses the same one form and moves
elements instead of swapping them
* [CODE] Moved image to a separate model. This will allow to add multiple
images to a post
* Added search over posts and tags
* [ADMIN] Command to remove empty users