Releases: Schlaefer/Saito
Releases · Schlaefer/Saito
3.2.0
What's new
- Search improvements
- [new] sort by "rank" or "time" in simple-search
- [new] error message in simple-search if entered search-term is shorter than DB-config permits
- [new] "jump to first page"-link in search-result navigation
- [fix] Search for username matches substring #154
- [change] Split simple and advanced search into two separate pages #218
- [new] Gelesene Beiträge tatsächlich als gelesen markieren. #96
- [fix] "subject is to long" error #219
- [change] Deprecate auto sanitizing in AppModel #217
Migration Notes
DB Changes
Note: Don't forget to add your table prefix if necessary.
CREATE TABLE `user_read` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`entry_id` int(11) NOT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `entry_id` (`entry_id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
Links
3.1.2
3.1.1
What's new
Notable changes are:
- [fix] Fix new/old heading link color in inline-open and mix-view #214
- [fix] debug output in page footer should be full page width #211
- [fix] content of columns Image / Title missing in admin/smilies #87
- [fix] improves BBCode-tag handling quotes
- [fix] tightens username input validation
Links
3.1.0
What's new
Notable changes are:
- [new] new help-system #206
- [new] introduce [e] tag for editing with appropriate icon #205
- [new] show newest registered user in disclaimer footer #183
- [new] increase view counter on all entries in thread when thread is viewed in mix view #66
- [new] Bring back bottom bar at least on entries/index in Paz default theme #201
- [change] Decrease interface elements and heading size in inline-opened posting (Paz) #203
Migration Notes
Existing app/Config/database.php
must be amended with a $saitoHelp
configuration:
class DATABASE_CONFIG {
public $default = array(
…
);
public $saitoHelp = [
'datasource' => 'SaitoHelp.SaitoHelpSource'
];
…
Links
3.0.2
What's new
Notable changes are:
- [new] BBCode tag documentation in docs/user-bbcodes.md
- [fix] Resolve page heading RSS feeds static page #190
- [fix] Fix i10n admin panel → create new user #196
- [fix] finish i10n admin interface #184
- [fix] Localize Merge Thread Form #60
- [fix] Registration time for admin in new installation is not set #195
- [fix] Set database default connection for installation to utf8 #200
- [fix] Fix failing travis test cases #199
- [change] swaps Home/Saito Home links in admin menu #40
- [change] renames common.js, main.js to common.min.js and main.min.js
Links
3.0.1
What's new
Bugfix release for 3.0.0. Inline-open "all" performance is greatly improved.
Notable changes are:
- [new] resolution independent and i10nable NSFW badge #188
- [fix] fix loading indicator lockup on inline-open #192
- [fix] BBCode detaginizer must preprocess Geshi content #193
- [fix] Center uploaded images #189
- [fix] finish i10n entries/add #185
- [fix] CSS for prerequisite warnings is missing #197
- [change] consolidate Paz theme JS #198
- [change] Update to CakePHP 2.4.5 #180
Links
3.0.0
What's new
- [new] new Default Theme Paz
- [new] changes named parameter
stopwatch:true
to GET request parameter?stopwatch=true
- [new] changes named parameter
lang:<lang>
to GET request parameter?lang=<lang>
- [new] completes english i10n in users/edit
- [new] dynamically resizes textarea in posting form
- [new] adds [float] BBCode tag
- [fix] comment text cut off in bookmarks/index
- [fix] fixes special char encoding when editing an existing bookmark comment
- [fix] fixes "open new" button not working/shown
- [fix] fixes internal hash links not working in BBCode-lists
- [change] signature is not longer shown below n/t- or in inline-opened postings
- [change] displays shorter time format for older entries
- [change] minor layout refinements in search-, login- and register-form
- [change] minor layout adjustments to users/view
- [change] refines answering locked button design
- [change] updates core libraries (jQuery UI 1.10.4)
- [remove] Bootstrap is no longer available in user front-end
- [remove] removes buggy 'thread with new entry' bullet indicator
- [remove] deactivates help menu
2.0.1
2.0.0
What's new
Complete changelist. Noteworthy changes:
- [new] #174 Add user-preference theme chooser (for configuring see
app/Config/saito_config.php
) - [new] #173 Remove user font-size customization
- [new] retina smiley button image
- [new] retina button for image upload delete
- [new] icon for HTML5 notification is located in
webroot/img/html5-notification-icon.png
now - [new] Shoutbox performance improvements
- [new]
title_for_page
andforum_name
variables available in view files - [new] search result navigation buttons are moved into navigation bar
- [new] changes version string to semantic versioning
- [new] updates core libraries (#177 CakePHP 2.4.4, #178 jQuery 2.1, #179 Marionette 1.5+, require.js 1.9.10)
- [new] updates layout in users/index
- [fix] Shoutbox input field is two lines high in Firefox
- [fix] #172 No code toggle icon for geshi
- [fix] #171 Email notifications are not filtered by recipient === author
- [task] #175 Change GET theme selector from named param to standard query-string
Code refactoring esp. CSS class name cleanup in preparation of new default theme.
Migration Notes
Theme
Theme is recompiled. Note esp. the new <div class="body">
wrapper in default.ctp
.
DB Changes
Note: Don't forget to add your table prefix if necessary.
ALTER TABLE `users` DROP `user_font_size`;
ALTER TABLE `users` ADD `user_theme` VARCHAR(255) NULL DEFAULT NULL;
2013-11.06
What's new
- [new] show warning if JavaScript is not available
- [new] show warning if localStorage is not available
- [fix] don't timeout DOM if localStorage is not available
- [fix] layout tweaks
- [task] updates CakePHP to 2.4.3
- [task] makes auth cookie http only
Migration notes
Theme is recompiled and uses compass 0.13.alpha.10+ instead of 0.12.