Releases: Schlaefer/Saito
2013-09.03
What's new
- [fix] resovles thread tree sort ambiguity if entries have same time
- [fix] no upload form in entries/add
- [fix] performance improvement in entries/view
2013-09.02
What's new
- [fix] improves "double click to send twice"-protection in entry form
- [fix] show ValidityState messages in entry form
Code refactoring.
2013-09.01
What's new
- [new] JSON API for basic forum functionality (login, add, edit, logout)
- [new] [s] as shorthand for [strike] bbcode-tag
- [new] Smiley model is cached for better performance
- [new] Updates CakePHP to 2.4.1
- [fix] fixes missing whitespaces in [spoiler] text
Code refactoring and performance improvements.
There's a new JSON API which is optional at the moment. See docs/api-v1.md
for more information.
DB Changes
Note: Don't forget to add your table prefix if necessary.
INSERT INTO `settings` (`name`, `value`) VALUES ('api_enabled', '1');
INSERT INTO `settings` (`name`, `value`) VALUES ('api_crossdomain', '');
2013-08.03
- [new] new [spoiler] bbcode tag with button
- [new] removed [u] underline bbcode button
- [new] unified bbcode buttons for image and media
- [fix] #150 Upload not working in iCab Mobile
- [task] updates CakePHP to 2.4.0
Code refactoring.
2013-08.02
What's new
- [fix] makes youtu.be video insert protocol relative
- [task] includes require.js in main-prod.js
- [task] updates jQuery from 2.0.2 to 2.0.3
- [task] updates CakePHP to 2.4.0-RC2
- [task] updates font-awesome to 2.3.1
- [task] updates require.js to 2.1.8
- [task] updates r.js to 2.1.8
- [task] updates text.js to 2.0.10
Migration notes
This version uses a Release Candidate version of CakePHP. Stay at 2013-06.05 for a stable release.
Don't forget to update your lib/Cake
folder.
2013-08.01
What's new
- [new] improved navigation in admin settings
- [fix] user ranks in admin settings are not shown
- [fix] changing category title in admin settings doesn't empty thread cache
- [fix] can't save entry if subject is exactly max length (regression from 2013-07.01)
- [fix] shoutbox is rendered twice on page load
- [task] updates to CakePHP2.4-RC1
Significant code refactoring and minor performance improvements.
Migration notes
This version uses a Release Candidate version of CakePHP. Stay at 2013-06.05 for a stable release.
Don't forget to update your lib/Cake
folder.
2013-07.01b
What’s New
- [fix] answering in admin category fails
Migration notes
This version uses a beta version of CakePHP. Stay at 2013-06.05 for a stable release.
2013-07.01a
What’s New
- updates to latest CakePHP 2.4 dev version
- temporary fix for https://cakephp.lighthouseapp.com/projects/42648/tickets/3938-this-redirectthis-auth-redirecturl-broken
Migration notes
This version uses a beta version of CakePHP. Stay at 2013-06.05 for a stable release.
Don't forget to update your lib/Cake
folder.
2013-07.01
What's new
- [fix] #148 encoding in [code] block not working
- [task] update to CakePHP 2.4beta
Code refactoring. Performance and security improvements.
Migration notes
This version uses a beta version of CakePHP. Stay at 2013-06.05 for a stable release.
Don't forget to update your lib/Cake folder.
2013-06.05
- [new] performance improvements (settings are now cached)
- [fix] email addresses in admin user index are link instead of mailto