TorrentPier LTS. Версия 2.1.5-2023.03
Ссылка:
Основные изменения:
Ссылка:
Основные изменения:
- Release v2.1.5-2023.03 🎉
- Fixed broken user search in admin_groups ()
- Fix broken ajax ()
- Various bug fixes described on the forum ()
- Simplified make_rand_str function ()
- Tidy deprecated option merge-spans remove ()
- Incorrect case close operators ()
- Poster birthday with no birthday date fix ()
- New external service for look up IP address ()
- Add check lang ()
- Fixed array multi sorting ()
- Added $bb_cfg['emailer_disabled'] check ()
- Updated jQuery up to v1.12.4 ()
- Fixed broken avatar ajax action for users ()
- Added passkey check in show_bt_userdata ()
- Fixed getting online info from cache ()
- Incorrect log file rotation regex ()
- Fixed typo in file cache ()
- Fixed undefined is_moz ()
- Fixed Static methods invocation via '->'. ()
- Fixed broken user_birthday applying ajax ()
- Insecure 'uniqid(...)' usage (Insufficient Entropy Vulnerability). ()
- Fixed Binary-unsafe 'fopen(...)' usage ()
- New check PHP ver method ()
- Replaced banned message to native ()
- Fixed broken log copy ()
- Added missing default statement in switch case ()
- Added ability to hide ajax loading alert ()
- Added optional parament in $valid_actions [AJAX] ()
- Added SQLite3 installed check ()
- Fixed broken predicting birthday year ()
- Fixed broken sql log selecting in debug-panel ()
- Added link to forum in admin_forumauth.tpl ()
- Fix multiple variable cleanup in private messaging ()
- Removed copyright check ()
- Default value for user_birthday causes exception on user password change ()
- Fixed broken SQLite3 cache ()
- Added word censor in some cases ()
- Unique topic page title ()
- Updated ZF up to 2.4.13 ()
- Added replenishable status ()
- Auto language removal ()
- Minor adjustments in sql dump ()
- Fix default users language in dump ()
- Fix some bugs with MySQL strict mode ()
- Fixed broken sitemap sending ()
- Minor fixes , , , , ()
SQL:
UPDATE `bb_config` SET `config_value` = 'http://whatismyipaddress.com/ip/' WHERE `config_name` = 'whois_info';
ALTER TABLE `bb_cron` CHANGE `last_run` `last_run` DATETIME NOT NULL DEFAULT '1900-01-01 00:00:00';
ALTER TABLE `bb_cron` CHANGE `next_run` `next_run` DATETIME NOT NULL DEFAULT '1900-01-01 00:00:00';
ALTER TABLE `bb_users` CHANGE `user_birthday` `user_birthday` DATE NOT NULL DEFAULT '1900-01-01';
ALTER TABLE `bb_posts` CHANGE `mc_comment` `mc_comment` TEXT NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `user_sig` `user_sig` TEXT NOT NULL DEFAULT '';
ALTER TABLE `bb_groups` CHANGE `group_signature` `group_signature` TEXT NOT NULL DEFAULT '';
ALTER TABLE `bb_groups` CHANGE `group_description` `group_description` TEXT NOT NULL DEFAULT '';
Последнее редактирование: