TorrentPier Cattle. Версия 2.4.0-alpha1
Ссылка:
Release v2.4.0-alpha1 · torrentpier/torrentpier
Чейнджлог:
Comparing v2.3.1...v2.4.0-alpha1 · torrentpier/torrentpier
Основные изменения:
Ссылка:
Release v2.4.0-alpha1 · torrentpier/torrentpier
Чейнджлог:
Comparing v2.3.1...v2.4.0-alpha1 · torrentpier/torrentpier
Основные изменения:
- Added ability to select email type in mass email #624 (belomaxorka)
- Added password method in validator #625 (belomaxorka)
- Show default avatar after delete, instead of hide #628 (belomaxorka)
- Switching to Symfony Mailer #629 (Exileum)
- Added missing comments into Env class #633 (belomaxorka)
- Apply fixes from StyleCI #634, #635 (Exileum)
- Added missing comments Emailer #637 (belomaxorka)
- Various fixes after composer deps update #638 (belomaxorka)
- Fixed undefined value() functions #640 (belomaxorka)
- Added IPHelper implementation #631 (belomaxorka)
- Fixing the .env load #643 (Exileum)
- Added Http class implementation #632 (belomaxorka)
- Refactored Validate class #646 (belomaxorka)
- Added system check requirements and more #645 (belomaxorka)
- Removed useless email empty check in register.php #647 (belomaxorka)
- Refactored Sitemap class #648 (belomaxorka)
- Refactored Dev class #649 (belomaxorka)
- Refactored Ajax class #650 (belomaxorka)
- Added SQLite3 installed check [Cache/Datastore] #652 (belomaxorka)
- Added missing default statement in switch case #653 (belomaxorka)
- Refactored Sessions class #656 (belomaxorka)
- Refactored CronHelper class #657 (belomaxorka)
- Minor edits to the localization #655 (belomaxorka)
- Fixed broken pin first post #660 (belomaxorka)
- Reworked info.php #664 (belomaxorka)
- Removed useless copy actions #661 (belomaxorka)
- New implementation of IPHelper #665 (belomaxorka)
- Fixed broken flood control #666 (belomaxorka)
- Fixed empty $auth_key after gen passkey #670 (belomaxorka)
- Fixed broken predicting birthday year #668 (belomaxorka)
- Prevent issue with broken deleting posts #673 (belomaxorka)
- Removed isAJAX check [So buggy] #675 (belomaxorka)
- Show correct info about password requirements #676 (belomaxorka)
- Updated sidebar links #678 (belomaxorka)
- Added theme exists check #679 (belomaxorka)
- Fixed broken get gethostbyaddr #681 (belomaxorka)
- Cumulative update
#685 (belomaxorka) - Remove unused use statement #687 (belomaxorka)
- Prevent issue with empty $disallowed_id removing #692 (belomaxorka)
- Fixed input types in some cases #693 (belomaxorka)
- [TEMP] Prevent issue with undefined lang variable #694 (belomaxorka)
- New Crowdin updates #626, #695 (Exileum)
- Minor adjustments #644 (belomaxorka)
- Minor fixes #654, #659, #662, #663, #667, #670, #674, #682, #686 (belomaxorka)
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 '';
Last edited: