TorrentPier Bison. Версия 2.3.1
Ссылка:
Чейнджлог:
Основные изменения:
Ссылка:
Чейнджлог:
Основные изменения:
- docs: change official forum path ()
- Fixed broken sql log selecting in debug-panel ()
- New implementation of old browser detector ()
- Fixed SQLite caching issue ()
- Extended email validation ()
- Admin panel adjustments ()
- Added user birthday icon in profile ()
- Added forum description in viewforum page ()
- Fixed broken copy log from debug-panel ()
- Added copy button in viewforum page ()
- Added current topic url copy button in viewtopic ()
- Added $bb_cfg['emailer']['enabled'] check in admin_mass_email.php ()
- Updated scrollTo up to 1.4.6 ()
- Updated quicksearch up to Feb 21, 2018 commit ()
- Updated treeview up to 1.4.2 ()
- Removed ugly copyright in indexer ()
- Added ability to print page ()
- Removed deprecated SQL_CACHE ()
- Added min required mysql / mariadb version ()
- Added needed "ORDER BY" in sql query ()
- Added missing sql query in changes.txt ()
- Minor adjustments in sql dumps , ()
- New BB_PATH implementation ()
- Use constants instead of string literals , ()
- Hide feed button if feed file doesn't exist ()
- Added some new fonts in bbcode editor ()
- Added some new font sizes in bbcode editor ()
- Added optional parameter in $valid_actions [AJAX] ()
- Check if request is ajax ()
- Fixed code-style in some files ()
- Minor adjustments , ()
- Added link to forum in admin_forumauth.tpl ()
- Simplified make_rand_str function ()
- Redesigned admin_ug_auth ()
- Fixed broken "user_viewonline" in admin panel ()
- Make sitemap sending configurable ()
- Fixed get_avatar method ()
- Added show avatar in memberlist ()
- Make activate key length configurable ()
- Minor adjustments , , ()
- Fixed typo in src/Cache/File.php ()
- Use APP_NAME instead lang variables ()
- New Crowdin updates , , ()
- Use translations instead of untranslatable strings ()
- Fixed undefined $subject in register.php ()
- Removed length limits for search_id & autologin_id ()
- Small refactoring for avatar.php [AJAX] , ()
- Added PM counter in title ()
- Redesigned AJAX system styles (, )
- Minor edits to the localization ()
- New cron initialization and minor edits ()
- Fixed broken avatar ajax action for users ()
- Added ability to hide ajax loading alert ()
- Added passkey check in get_bt_userdata ()
- Miscellaneous static analysis improvements for php 7.1 ()
- Fixed getting online info from cache (, )
- Globally improved log system ()
SQL:
ALTER TABLE `bb_search_results` CHANGE `search_id` `search_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `autologin_id` `autologin_id` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
DELETE FROM `bb_config` WHERE `config_name` = 'cron_enabled';
Последнее редактирование: