v2.1.5-2023.03 (2023-04-04)
Merged pull requests:
- Release v2.1.5-2023.03 🎉
- Fixed broken user search in admin_groups #1 (belomaxorka)
- Fix broken ajax #2 (belomaxorka)
- Various bug fixes described on the forum #3 (belomaxorka)
- Simplified make_rand_str function #4 (belomaxorka)
- Tidy deprecated option merge-spans remove #5 (belomaxorka)
- Incorrect case close operators #6 (belomaxorka)
- Poster birthday with no birthday date fix #8 (belomaxorka)
- New external service for look up IP address #9 (belomaxorka)
- Add check lang #10 (belomaxorka)
- Fixed array multi sorting #11 (belomaxorka)
- Added $bb_cfg['emailer_disabled'] check #12 (belomaxorka)
- Updated jQuery up to v1.12.4 #13 (belomaxorka)
- Fixed broken avatar ajax action for users #14 (belomaxorka)
- Added passkey check in show_bt_userdata #15 (belomaxorka)
- Fixed getting online info from cache #16 (belomaxorka)
- Incorrect log file rotation regex #77 (belomaxorka)
- Fixed typo in file cache #78 (belomaxorka)
- Fixed undefined is_moz #80 (belomaxorka)
- Fixed Static methods invocation via '->'. #81 (belomaxorka)
- Fixed broken user_birthday applying ajax #82 (belomaxorka)
- Insecure 'uniqid(...)' usage (Insufficient Entropy Vulnerability). #83 (belomaxorka)
- Fixed Binary-unsafe 'fopen(...)' usage #84 (belomaxorka)
- New check PHP ver method #85 (belomaxorka)
- Replaced banned message to native #86 (belomaxorka)
- Fixed broken log copy #87 (belomaxorka)
- Added missing default statement in switch case #88 (belomaxorka)
- Added ability to hide ajax loading alert #90 (belomaxorka)
- Added optional parament in $valid_actions [AJAX] #91 (belomaxorka)
- Added SQLite3 installed check #92 (belomaxorka)
- Fixed broken predicting birthday year #93 (belomaxorka)
- Fixed broken sql log selecting in debug-panel #95 (belomaxorka)
- Added link to forum in admin_forumauth.tpl #96 (belomaxorka)
- Fix multiple variable cleanup in private messaging #97 (belomaxorka)
- Removed copyright check #99 (belomaxorka)
- Default value for user_birthday causes exception on user password change #100 (belomaxorka)
- Fixed broken SQLite3 cache #102 (belomaxorka)
- Added word censor in some cases #104 (belomaxorka)
- Unique topic page title #105 (belomaxorka)
- Updated ZF up to 2.4.13 #106 (belomaxorka)
- Added replenishable status #107 (belomaxorka)
- Auto language removal #108 (belomaxorka)
- Minor adjustments in sql dump #109 (belomaxorka)
- Fix default users language in dump #110 (belomaxorka)
- Fix some bugs with MySQL strict mode #111 (belomaxorka)
- Fixed broken sitemap sending #112 (belomaxorka)
- Minor fixes #89, #94, #98, #101, #103 (belomaxorka)
For update to this version, you should perform the following database queries:
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 '';