v2.1.5-2023.04 (2023-05-04)
Merged pull requests:
- Release v2.1.5-2023.04 🎉
- Display source language if no user language variable #113 (belomaxorka)
- Torrent file content sort fix #119 (belomaxorka)
- Fix release template editor #120 (belomaxorka)
- Fix some notices in admin panel reported by BugSnag #121 (belomaxorka)
- Fix magnet link passkey creation for new users #122 (belomaxorka)
- Make activate key lenght configurable #125 (belomaxorka)
- Make user_newpasswd lenght configurable #126 (belomaxorka)
- Make password lenght configurable #127 (belomaxorka)
- Increase mysql types limits #128 (belomaxorka)
- Added installed extensions check #129 (belomaxorka)
- Make sql log file name configurable #130 (belomaxorka)
- Enhanced https check #131, #132 (belomaxorka)
- Added ability to configure sphinx debug #137 (belomaxorka)
- Redundant pagination, mysql 5.7+ issue #140 (belomaxorka)
- Added Freeleech #143 (belomaxorka)
- Added some new torrent clients into sidebar #146 (belomaxorka)
- Fixed issue with atom feed #147 (belomaxorka)
- Added theme exists check #149 (belomaxorka)
- Use XS_TPL_PREFIX instread of 'tpl_' #150 (belomaxorka)
- Use constants instead of string literals #151, #160 (belomaxorka)
- Sync language (html dir) with latest sources #152 (belomaxorka)
- Updated UK lang icons #155 (belomaxorka)
- Minor fixes #124, #133, #135, #136, #139, #142, #144, #145, #148, #153, #154, #156, #157, #158, #159, #162, #163, #164, #165, #166 (belomaxorka)
For update to this version, you should perform the following database queries:
ALTER TABLE `bb_users` CHANGE `user_actkey` `user_actkey` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `user_newpasswd` `user_newpasswd` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `autologin_id` `autologin_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `username` `username` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `bb_sessions` CHANGE `session_id` `session_id` CHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_search_results` CHANGE `search_id` `search_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_search_results` CHANGE `session_id` `session_id` CHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';