TorrentPier Cattle. Версия 2.4.0-alpha1
Ссылка:
Чейнджлог:
Основные изменения:
Ссылка:
Чейнджлог:
Основные изменения:
- Added ability to select email type in mass email ()
- Added password method in validator ()
- Show default avatar after delete, instead of hide ()
- Switching to Symfony Mailer ()
- Added missing comments into Env class ()
- Apply fixes from StyleCI , ()
- Added missing comments Emailer ()
- Various fixes after composer deps update ()
- Fixed undefined value() functions ()
- Added IPHelper implementation ()
- Fixing the .env load ()
- Added Http class implementation ()
- Refactored Validate class ()
- Added system check requirements and more ()
- Removed useless email empty check in register.php ()
- Refactored Sitemap class ()
- Refactored Dev class ()
- Refactored Ajax class ()
- Added SQLite3 installed check [Cache/Datastore] ()
- Added missing default statement in switch case ()
- Refactored Sessions class ()
- Refactored CronHelper class ()
- Minor edits to the localization ()
- Fixed broken pin first post ()
- Reworked info.php ()
- Removed useless copy actions ()
- New implementation of IPHelper ()
- Fixed broken flood control ()
- Fixed empty $auth_key after gen passkey ()
- Fixed broken predicting birthday year ()
- Prevent issue with broken deleting posts ()
- Removed isAJAX check [So buggy] ()
- Show correct info about password requirements ()
- Updated sidebar links ()
- Added theme exists check ()
- Fixed broken get gethostbyaddr ()
- Cumulative update ☕ ()
- Remove unused use statement ()
- Prevent issue with empty $disallowed_id removing ()
- Fixed input types in some cases ()
- [TEMP] Prevent issue with undefined lang variable ()
- New Crowdin updates , ()
- Minor adjustments ()
- Minor fixes , , , , , , , , ()
SQL:
ALTER TABLE `bb_search_results` CHANGE `session_id` `session_id` CHAR(255) CHARACTER SET utf8 COLLATE utf8_bin 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_users` CHANGE `username` `username` VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE `bb_users` CHANGE `user_password` `user_password` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
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 '';
Последнее редактирование: