From fdf629f61224d743ccbf0c363a12069c3de4810e Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 1 Apr 2023 13:56:33 +0700 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a57d3551 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,244 @@ +# Change Log + +## [v2.1.5-2023.03](https://github.com/torrentpier/torrentpier/tree/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](https://github.com/torrentpier/torrentpier-lts/pull/1) ([belomaxorka](https://github.com/belomaxorka)) +- Fix broken ajax [\#2](https://github.com/torrentpier/torrentpier-lts/pull/2) ([belomaxorka](https://github.com/belomaxorka)) +- Various bug fixes described on the forum [\#3](https://github.com/torrentpier/torrentpier-lts/pull/3) ([belomaxorka](https://github.com/belomaxorka)) +- Simplified make_rand_str function [\#4](https://github.com/torrentpier/torrentpier-lts/pull/4) ([belomaxorka](https://github.com/belomaxorka)) +- Tidy deprecated option merge-spans remove [\#5](https://github.com/torrentpier/torrentpier-lts/pull/5) ([belomaxorka](https://github.com/belomaxorka)) +- Incorrect case close operators [\#6](https://github.com/torrentpier/torrentpier-lts/pull/6) ([belomaxorka](https://github.com/belomaxorka)) +- Fix Error in GET /bt/announce.php [\#7](https://github.com/torrentpier/torrentpier-lts/pull/7) ([belomaxorka](https://github.com/belomaxorka)) +- Poster birthday with no birthday date fix [\#8](https://github.com/torrentpier/torrentpier-lts/pull/8) ([belomaxorka](https://github.com/belomaxorka)) +- New external service for look up IP address [\#9](https://github.com/torrentpier/torrentpier-lts/pull/9) ([belomaxorka](https://github.com/belomaxorka)) +- Add check lang [\#10](https://github.com/torrentpier/torrentpier-lts/pull/10) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed array multi sorting [\#11](https://github.com/torrentpier/torrentpier-lts/pull/11) ([belomaxorka](https://github.com/belomaxorka)) +- Added $bb_cfg['emailer_disabled'] check [\#12](https://github.com/torrentpier/torrentpier-lts/pull/12) ([belomaxorka](https://github.com/belomaxorka)) +- Updated jQuery up to v1.12.4 [\#13](https://github.com/torrentpier/torrentpier-lts/pull/13) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken avatar ajax action for users [\#14](https://github.com/torrentpier/torrentpier-lts/pull/14) ([belomaxorka](https://github.com/belomaxorka)) +- Added passkey check in show_bt_userdata [\#15](https://github.com/torrentpier/torrentpier-lts/pull/15) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed getting online info from cache [\#16](https://github.com/torrentpier/torrentpier-lts/pull/16) ([belomaxorka](https://github.com/belomaxorka)) +- Incorrect log file rotation regex [\#77](https://github.com/torrentpier/torrentpier-lts/pull/77) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed typo in file cache [\#78](https://github.com/torrentpier/torrentpier-lts/pull/78) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed get_avatar method [\#79](https://github.com/torrentpier/torrentpier-lts/pull/79) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed undefined is_moz [\#80](https://github.com/torrentpier/torrentpier-lts/pull/80) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed Static methods invocation via '->'. [\#81](https://github.com/torrentpier/torrentpier-lts/pull/81) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken user_birthday applying ajax [\#82](https://github.com/torrentpier/torrentpier-lts/pull/82) ([belomaxorka](https://github.com/belomaxorka)) +- Insecure 'uniqid(...)' usage (Insufficient Entropy Vulnerability). [\#83](https://github.com/torrentpier/torrentpier-lts/pull/83) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed Binary-unsafe 'fopen(...)' usage [\#84](https://github.com/torrentpier/torrentpier-lts/pull/84) ([belomaxorka](https://github.com/belomaxorka)) +- New check PHP ver method [\#85](https://github.com/torrentpier/torrentpier-lts/pull/85) ([belomaxorka](https://github.com/belomaxorka)) +- Replaced banned message to native [\#86](https://github.com/torrentpier/torrentpier-lts/pull/86) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken log copy [\#87](https://github.com/torrentpier/torrentpier-lts/pull/87) ([belomaxorka](https://github.com/belomaxorka)) +- Added missing default statement in switch case [\#88](https://github.com/torrentpier/torrentpier-lts/pull/88) ([belomaxorka](https://github.com/belomaxorka)) +- Added ability to hide ajax loading alert [\#90](https://github.com/torrentpier/torrentpier-lts/pull/90) ([belomaxorka](https://github.com/belomaxorka)) +- Added optional parament in $valid_actions [AJAX] [\#91](https://github.com/torrentpier/torrentpier-lts/pull/91) ([belomaxorka](https://github.com/belomaxorka)) +- Added SQLite3 installed check [\#92](https://github.com/torrentpier/torrentpier-lts/pull/92) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken predicting birthday year [\#93](https://github.com/torrentpier/torrentpier-lts/pull/93) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken sql log selecting in debug-panel [\#95](https://github.com/torrentpier/torrentpier-lts/pull/95) ([belomaxorka](https://github.com/belomaxorka)) +- Added link to forum in admin_forumauth.tpl [\#96](https://github.com/torrentpier/torrentpier-lts/pull/96) ([belomaxorka](https://github.com/belomaxorka)) +- Fix multiple variable cleanup in private messaging [\#97](https://github.com/torrentpier/torrentpier-lts/pull/97) ([belomaxorka](https://github.com/belomaxorka)) +- Removed copyright check [\#99](https://github.com/torrentpier/torrentpier-lts/pull/99) ([belomaxorka](https://github.com/belomaxorka)) +- Default value for user_birthday causes exception on user password change [\#100](https://github.com/torrentpier/torrentpier-lts/pull/100) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken SQLite3 cache [\#102](https://github.com/torrentpier/torrentpier-lts/pull/102) ([belomaxorka](https://github.com/belomaxorka)) +- Added word censor in some cases [\#104](https://github.com/torrentpier/torrentpier-lts/pull/104) ([belomaxorka](https://github.com/belomaxorka)) +- Unique topic page title [\#105](https://github.com/torrentpier/torrentpier-lts/pull/105) ([belomaxorka](https://github.com/belomaxorka)) +- Updated ZF up to 2.4.13 [\#106](https://github.com/torrentpier/torrentpier-lts/pull/106) ([belomaxorka](https://github.com/belomaxorka)) +- Added replenishable status [\#107](https://github.com/torrentpier/torrentpier-lts/pull/107) ([belomaxorka](https://github.com/belomaxorka)) +- Auto language removal [\#108](https://github.com/torrentpier/torrentpier-lts/pull/108) ([belomaxorka](https://github.com/belomaxorka)) +- Minor fixes [\#89](https://github.com/torrentpier/torrentpier-lts/pull/89), [\#94](https://github.com/torrentpier/torrentpier-lts/pull/94), [\#98](https://github.com/torrentpier/torrentpier-lts/pull/98), [\#101](https://github.com/torrentpier/torrentpier-lts/pull/101), [\#103](https://github.com/torrentpier/torrentpier-lts/pull/103) ([belomaxorka](https://github.com/belomaxorka)) + +## [v2.1.5](https://github.com/torrentpier/torrentpier/tree/v2.1.5) (2015-05-23) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.1.4...v2.1.5) + +**Merged pull requests:** + +- Add a Gitter chat badge to README.md [\#47](https://github.com/torrentpier/torrentpier/pull/47) ([gitter-badger](https://github.com/gitter-badger)) +- Фикс подтверждения пароля [\#43](https://github.com/torrentpier/torrentpier/pull/43) ([dreddred](https://github.com/dreddred)) +- Fix port Ocelot [\#42](https://github.com/torrentpier/torrentpier/pull/42) ([Altairko](https://github.com/Altairko)) +- Develop [\#40](https://github.com/torrentpier/torrentpier/pull/40) ([Exileum](https://github.com/Exileum)) + +## [v2.1.4](https://github.com/torrentpier/torrentpier/tree/v2.1.4) (2014-11-26) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.1.3...v2.1.4) + +**Merged pull requests:** + +- Develop [\#39](https://github.com/torrentpier/torrentpier/pull/39) ([Exileum](https://github.com/Exileum)) + +## [v2.1.3](https://github.com/torrentpier/torrentpier/tree/v2.1.3) (2014-10-24) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.1.2...v2.1.3) + +**Merged pull requests:** + +- Версия 2.1.3 ALPHA-3 [\#38](https://github.com/torrentpier/torrentpier/pull/38) ([Exileum](https://github.com/Exileum)) + +## [v2.1.2](https://github.com/torrentpier/torrentpier/tree/v2.1.2) (2014-10-20) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.1.1...v2.1.2) + +**Merged pull requests:** + +- Версия 2.1.2 ALPHA-2 [\#37](https://github.com/torrentpier/torrentpier/pull/37) ([Exileum](https://github.com/Exileum)) + +## [v2.1.1](https://github.com/torrentpier/torrentpier/tree/v2.1.1) (2014-09-11) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.1.0...v2.1.1) + +**Merged pull requests:** + +- Версия 2.1.1 ALPHA-1 [\#34](https://github.com/torrentpier/torrentpier/pull/34) ([Exileum](https://github.com/Exileum)) + +## [v2.1.0](https://github.com/torrentpier/torrentpier/tree/v2.1.0) (2014-09-07) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.599b...v2.1.0) + +**Merged pull requests:** + +- Версия 2.1 \(R600\) [\#32](https://github.com/torrentpier/torrentpier/pull/32) ([Exileum](https://github.com/Exileum)) + +## [v2.0.599b](https://github.com/torrentpier/torrentpier/tree/v2.0.599b) (2014-08-30) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.599...v2.0.599b) + +**Merged pull requests:** + +- Develop [\#31](https://github.com/torrentpier/torrentpier/pull/31) ([Exileum](https://github.com/Exileum)) +- Feature/terms [\#30](https://github.com/torrentpier/torrentpier/pull/30) ([Exileum](https://github.com/Exileum)) + +## [v2.0.599](https://github.com/torrentpier/torrentpier/tree/v2.0.599) (2014-08-29) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.598...v2.0.599) + +**Merged pull requests:** + +- R599 [\#29](https://github.com/torrentpier/torrentpier/pull/29) ([Exileum](https://github.com/Exileum)) + +## [v2.0.598](https://github.com/torrentpier/torrentpier/tree/v2.0.598) (2014-08-27) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.597...v2.0.598) + +**Merged pull requests:** + +- R598 [\#28](https://github.com/torrentpier/torrentpier/pull/28) ([Exileum](https://github.com/Exileum)) + +## [v2.0.597](https://github.com/torrentpier/torrentpier/tree/v2.0.597) (2014-08-24) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.596...v2.0.597) + +**Merged pull requests:** + +- R597 [\#27](https://github.com/torrentpier/torrentpier/pull/27) ([Exileum](https://github.com/Exileum)) + +## [v2.0.596](https://github.com/torrentpier/torrentpier/tree/v2.0.596) (2014-08-20) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.595...v2.0.596) + +**Merged pull requests:** + +- Develop [\#26](https://github.com/torrentpier/torrentpier/pull/26) ([Exileum](https://github.com/Exileum)) + +## [v2.0.595](https://github.com/torrentpier/torrentpier/tree/v2.0.595) (2014-08-14) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.594b...v2.0.595) + +**Merged pull requests:** + +- Develop [\#22](https://github.com/torrentpier/torrentpier/pull/22) ([Exileum](https://github.com/Exileum)) + +## [v2.0.594b](https://github.com/torrentpier/torrentpier/tree/v2.0.594b) (2014-08-07) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.594...v2.0.594b) + +**Merged pull requests:** + +- Develop [\#17](https://github.com/torrentpier/torrentpier/pull/17) ([Exileum](https://github.com/Exileum)) +- Hotfix/bbcode [\#16](https://github.com/torrentpier/torrentpier/pull/16) ([Exileum](https://github.com/Exileum)) + +## [v2.0.594](https://github.com/torrentpier/torrentpier/tree/v2.0.594) (2014-08-07) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.593b...v2.0.594) + +**Merged pull requests:** + +- Develop [\#15](https://github.com/torrentpier/torrentpier/pull/15) ([Exileum](https://github.com/Exileum)) + +## [v2.0.593b](https://github.com/torrentpier/torrentpier/tree/v2.0.593b) (2014-08-05) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.593...v2.0.593b) + +## [v2.0.593](https://github.com/torrentpier/torrentpier/tree/v2.0.593) (2014-08-05) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.592...v2.0.593) + +**Merged pull requests:** + +- Develop [\#13](https://github.com/torrentpier/torrentpier/pull/13) ([Exileum](https://github.com/Exileum)) + +## [v2.0.592](https://github.com/torrentpier/torrentpier/tree/v2.0.592) (2014-08-01) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.591...v2.0.592) + +## [v2.0.591](https://github.com/torrentpier/torrentpier/tree/v2.0.591) (2014-07-13) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.590...v2.0.591) + +## [v2.0.590](https://github.com/torrentpier/torrentpier/tree/v2.0.590) (2014-06-21) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.589...v2.0.590) + +## [v2.0.589](https://github.com/torrentpier/torrentpier/tree/v2.0.589) (2014-06-19) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.588...v2.0.589) + +## [v2.0.588](https://github.com/torrentpier/torrentpier/tree/v2.0.588) (2014-06-17) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.587...v2.0.588) + +## [v2.0.587](https://github.com/torrentpier/torrentpier/tree/v2.0.587) (2014-06-15) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.586...v2.0.587) + +## [v2.0.586](https://github.com/torrentpier/torrentpier/tree/v2.0.586) (2014-06-13) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.585...v2.0.586) + +## [v2.0.585](https://github.com/torrentpier/torrentpier/tree/v2.0.585) (2014-05-14) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.584...v2.0.585) + +## [v2.0.584](https://github.com/torrentpier/torrentpier/tree/v2.0.584) (2014-03-07) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.583...v2.0.584) + +## [v2.0.583](https://github.com/torrentpier/torrentpier/tree/v2.0.583) (2014-02-10) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.581...v2.0.583) + +## [v2.0.581](https://github.com/torrentpier/torrentpier/tree/v2.0.581) (2014-02-03) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.572...v2.0.581) + +## [v2.0.572](https://github.com/torrentpier/torrentpier/tree/v2.0.572) (2014-01-28) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.564...v2.0.572) + +## [v2.0.564](https://github.com/torrentpier/torrentpier/tree/v2.0.564) (2014-01-20) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.560...v2.0.564) + +## [v2.0.560](https://github.com/torrentpier/torrentpier/tree/v2.0.560) (2014-01-17) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.556...v2.0.560) + +## [v2.0.556](https://github.com/torrentpier/torrentpier/tree/v2.0.556) (2014-01-12) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.552...v2.0.556) + +## [v2.0.552](https://github.com/torrentpier/torrentpier/tree/v2.0.552) (2013-09-05) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.506...v2.0.552) + +## [v2.0.506](https://github.com/torrentpier/torrentpier/tree/v2.0.506) (2013-06-23) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.500...v2.0.506) + +## [v2.0.500](https://github.com/torrentpier/torrentpier/tree/v2.0.500) (2013-05-14) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.491...v2.0.500) + +## [v2.0.491](https://github.com/torrentpier/torrentpier/tree/v2.0.491) (2013-01-12) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.477...v2.0.491) + +## [v2.0.477](https://github.com/torrentpier/torrentpier/tree/v2.0.477) (2012-11-14) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.463...v2.0.477) + +## [v2.0.463](https://github.com/torrentpier/torrentpier/tree/v2.0.463) (2012-10-16) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.456...v2.0.463) + +## [v2.0.456](https://github.com/torrentpier/torrentpier/tree/v2.0.456) (2012-09-07) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.400...v2.0.456) + +## [v2.0.400](https://github.com/torrentpier/torrentpier/tree/v2.0.400) (2012-04-13) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.300...v2.0.400) + +## [v2.0.300](https://github.com/torrentpier/torrentpier/tree/v2.0.300) (2011-10-14) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.261...v2.0.300) + +## [v2.0.261](https://github.com/torrentpier/torrentpier/tree/v2.0.261) (2011-08-28) +[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.0.0...v2.0.261) + +## [v2.0.0](https://github.com/torrentpier/torrentpier/tree/v2.0.0) (2011-08-08) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*