Miscellaneous
Global:
- [Added] comment edit support
- [Added] search for hidden posts for admins
- [Added] date of last login to users
- [Fixed] last comments respect users' safety settings
- [Fixed] undefined method error when returning from invalid search to post view
Frontend:
- [Added] pagination to logs
- [Added] window close confirmation windows
- [Fixed] statistics for each user in user list showed comment count instead of post count
- [Fixed] issues with
[spoiler]
Markdown tag inside lists - [Fixed] every line beginning with
#blah
was rendered as header, not as a link toblah
tag. ATX-style headers are still available using### syntax
(note the space) - [Fixed] post edit appearance during sliding animation
- [Fixed] post edit focus
- [Fixed] tags containing parentheses were left unparsed in logs
Backend:
- [Changed] edit tokens moved from controller layer to model layer
- [Fixed] filtering posts when permitted safety list is empty
- [Fixed] simplified case insensitivity support in post search engine
- [Fixed] CSS and JS inclusion overhaul - they are no longer included from controller layer (instead, they are taken care of by view layer itself, like it should be done from the beginning)