Skip to content

Releases: Schlaefer/Saito

2013-09.03

21 Sep 11:29
Compare
Choose a tag to compare

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

21 Sep 11:29
Compare
Choose a tag to compare

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

04 Nov 07:09
Compare
Choose a tag to compare

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

04 Sep 14:41
Compare
Choose a tag to compare
  • [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

24 Aug 06:20
Compare
Choose a tag to compare

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

15 Aug 14:56
Compare
Choose a tag to compare

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

12 Aug 06:44
Compare
Choose a tag to compare

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

26 Jul 18:21
Compare
Choose a tag to compare

What’s New

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

14 Jul 10:29
Compare
Choose a tag to compare

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

03 Jul 10:20
Compare
Choose a tag to compare
  • [new] performance improvements (settings are now cached)
  • [fix] email addresses in admin user index are link instead of mailto