TorrentPier LTS. Версия 2.1.5-2023.04
Ссылка:
Основные изменения:
Ссылка:
Основные изменения:
- Release v2.1.5-2023.04 🎉
- Display source language if no user language variable ()
- Torrent file content sort fix ()
- Fix release template editor ()
- Fix some notices in admin panel reported by BugSnag ()
- Fix magnet link passkey creation for new users ()
- Make activate key lenght configurable ()
- Make user_newpasswd lenght configurable ()
- Make password lenght configurable ()
- Increase mysql types limits ()
- Added installed extensions check ()
- Make sql log file name configurable ()
- Enhanced https check , ()
- Added ability to configure sphinx debug ()
- Redundant pagination, mysql 5.7+ issue ()
- Added Freeleech ()
- Added some new torrent clients into sidebar ()
- Fixed issue with atom feed ()
- Added theme exists check ()
- Use XS_TPL_PREFIX instread of 'tpl_' ()
- Use constants instead of string literals , ()
- Sync language (html dir) with latest sources ()
- Updated UK lang icons ()
- Minor fixes , , , , , , , , , , , , , , , , , , , ()
SQL:
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 '';
Последнее редактирование: