v2.1.5-2024.12 [Final v10] (2024-12-26)
- Release v2.1.5-2024.12 π
- Added support avif images in BBCode
- Set cursor: pointer; for buttons, inputs (buttons)
- Show torrent status changes in actions log
- Show torrent type (gold / silver) changes in actions log
- Show torrent unregister action in log actions
- Fixed callseed spam bug
- Fixed empty topic_id in log actions after topic rename
- Some other changes / improvements
v2.1.5-2024.10-HotFix [Final v9] (2024-11-09)
- Release v2.1.5-2024.10-HotFix π
- Revert "Fixed incorrect page width on mobile devices" due to some bugs
- Fixed broken torrent stats displaying
v2.1.5-2024.10 [Final v8] (2024-11-05)
- Release v2.1.5-2024.10 π
- Fixed incorrect page width on mobile devices
- Improved BitTorrent clients ban functionality
- Some other changes / improvements
v2.1.5-2024.09 [Final v7] (2024-09-07)
- Release v2.1.5-2024.09 π
- Fixed Template.php caching issue
- Fixed undefined $lang in functions_delete.php
- Fixed incorrect SQL-query in topic_watch.php
- Some fixes for is_unread() working
- Increased USEREMAIL_MAX_LENGTH
- Some other changes / improvements
- Updated Download Center link
- Updated translations
v2.1.5-2024.07-HotFix [Final v6] (2024-07-13)
- Release v2.1.5-2024.07-HotFix π
- CVE-2024-40624 Fixed: Deserialization of untrusted data
- Hide in topic: Added country hiding
- Admin panel -> Ranks: Added support for images in URLs
- Fixed broken "Disable Board" function
- Some other changes / improvements
v2.1.5-2024.07 [Final v5] (2024-06-27)
- Release v2.1.5-2024.07 π
- Added TLS support for SMTP
- Added info_hash fast copy in viewtopic.php
- Fixed memberlist.php sorting issue
- Fixed clean_pm.php cron job
- Fixes for spam filter functionality
- Fixed seed bonus accrual
- Included all security patch up to 12.06.24
- Some other changes / improvements
- Updated translations
v2.1.5-2024.06 [Final v4] (2024-05-01)
- Release v2.1.5-2024.06 π
- Merged some enhancements for atom feed from the newest versions
- Make post date clickable in posting.php
- Fixed quote selection for smiles
- Don't require fill textarea for mod comment deleting
- Improved restrict registration functionality
- log_error(): Hide Referer string if empty
- Added showing poll status in topic_watch.php
- Added showing poll status in tracker.php
- Some other changes / improvements
- Updated translations
v2.1.5-2024.03 [Final v3] (2024-02-26)
- Release v2.1.5-2024.03 π
- Used new SSL check method
- Fixed issue with poll_users cleaning at every cron job startup
- Fixed PM quick reply issue
- Fixed negative integer seed bonus accrual
- Fixed broken user dl status
- Fixed download counter for torrent files
- Fixed admin_terms.php textarea reset in preview mode
- Hide feed button if feed file doesn't exist
- Some enhancements for topic_tpl
- Don't update download counter if attachment not exists
- Added support for rutracker font BBCode tag
- Added ability to view "Watching topics" of other people's (For admins only)
- Included all security patch up to 24.01.24
- Some other changes / improvements
- Updated translations
v2.1.5-2024.02 [Final v2] (2024-01-21)
- Release v2.1.5-2024.02 π
- Some improvements in default template
- Fixed void function result used
- Feature to ban specific torrent clients
- Get SERVER_NAME variable for cron tasks
- Improved handling errors while uploading
- Hide vote button in poll if user already voted
- Fixed Undefined index: to_id when trying to delete empty forum category
- Fixed HTTP 500 while cron running in server-side
- Fixed auth(): empty $f_access
- Fixed broken captcha check on login.php
- Fixed broken sorting in group.php
- Fixed extensions issue
- Restored unused functionality "Block torrent editing with certain status"
- Some fixes for Thumbnails functionality
- Some fixes for Ban functionality
- Some enhancements for dl.php
- Some other changes / improvements
- Some reported bugfixes
- Updated translations
v2.1.5-2023.10-HotFix [Final] (2023-11-20)
Merged pull requests:
- Release v2.1.5-2023.10-HotFix π
- Fixed announce-list indexes ordering #339 (belomaxorka)
- Fixed $bb_cfg['file_id_ext'] ordering #338 (belomaxorka)
- Normalizing announce-list #337 (belomaxorka)
- Fixed announcer-list issue #335, #336 (belomaxorka)
- Don't create empty announce-list dict, if ann_urls are empty #334 (belomaxorka, kovalensky)
- Improve code for retracker addition #333 (belomaxorka, kovalensky)
- Don't use main announce url inside announce-list #332 (belomaxorka, kovalensky)
- Don't check for announce-list while adding new urls 9db4517 (belomaxorka, kovalensky)
- Security measures #330, #331 (belomaxorka, kovalensky)
- Fix for html entities being displayed in magnet links #329 (belomaxorka, kovalensky)
- Fixed a bug causing inability to view file contents for some torrents #328 (belomaxorka, kovalensky)
- Updated UTF8 class up to v2.3.1 ed2220e (belomaxorka)
- Block uploading more than one torrent file 33bb006 (belomaxorka)
- Fixed: Moderators can't see self IP addresses 39d4b14 (belomaxorka)
- Fixed undefined tpl variable SHOW_GROUP_MEMBERSHIP 8e96648 (belomaxorka)
- Fixed broken avatar ajax action for users 48ea82e (belomaxorka)
- Unset debug cookies if SQL_DEBUG disabled
- Unset debug cookie if user not in dbg_users array
- Updated translations
- Added missing translations
- Some other changes / improvements
v2.1.5-2023.10 [Final] (2023-11-04)
Merged pull requests:
- Release v2.1.5-2023.10 π
- Added ability to debug ajax_die() calls
- Added missing migration file (lts03-user_birthday.php)
- Check $tpl_vars['QUESTION'] in print_confirmation() 5bff794 (belomaxorka)
- Some fixes in admin_attach_cp.php
- Fixed undefined $lang['PREVIOUS'] c0769be (belomaxorka)
- Fixed broken letter marking in memberlist.php 6be1eb9 (belomaxorka)
- Fixed error while trying to delete posts by bot 8ee06f8, df5ed81 (belomaxorka)
- Added the ability to add additional announce URLs into torrent files
- Added check $bb_cfg['magnet_links_enabled'] in create_magnet()
- Added $lang['BT_UNREGISTERED_ALREADY'] lang key
- SQL: Increase speed_up & speed_down type limits
- Use strip_tags() for message in prompt_for_confirm()
- Use strip_tags() for error message in ajax_die()
- Use lang variable $lang['BT_REG_FAIL'] instead of text
- Fixed percentage calculation for SQL debug
- Minor improvements #297, #298, #300, #301, #302, #303, #305, #306, #307, #310, #312, #313, #315, #316, #317, #319, #321, #322, #323, #324 (belomaxorka)
v2.1.5-2023.09 (2023-10-04)
Merged pull requests:
- Release v2.1.5-2023.09 π
- Use humn_size() for AVATAR_EXPLAIN #295 (belomaxorka)
- Added missing template var in group.php #294 (belomaxorka)
- Prevent infinity user adding into group #292 (belomaxorka)
- Maked configurable email visibility for everybody #291 (belomaxorka)
- Corrected translations in topic templates #289 (belomaxorka)
- ACP: Changed extensions sorting #288 (belomaxorka)
- Fix $mail_to format (Adding missing ">" at end) #284 (belomaxorka, dchistyakov)
- Added missing EXCLUDED_USERS_CSV in tr_stats.php #283 (belomaxorka)
- Added support 7z archives #282 (belomaxorka)
- Added support bmp images in BBCode #279 (belomaxorka)
- Added support webp images in BBCode #278 (belomaxorka)
- Enhancements for text editor #277 (belomaxorka)
- Added missing !defined('BB_ROOT') check #274 (belomaxorka)
- Exclude padding files #260 (belomaxorka, kovalensky)
- Added missing translation in admin_ug_auth #254 (belomaxorka)
- Support for IDN domains #252 (belomaxorka, kovalensky)
- Fixed cache directory auto-creating with SQLite #247 (belomaxorka)
- Minor improvements #245, #246, #248, #249, #250, #251, #253, #255, #256, #257, #258, #259, #261, #262, #263, #264, #265, #266, #267, #268, #269, #270, #271, #273, #275, #280, #281, #287, #290, #293, #296 (belomaxorka)
v2.1.5-2023.08-HotFix (2023-09-17)
Merged pull requests:
- Release v2.1.5-2023.08-HotFix π
- Minor improvements #235, #236, #237, #238, #239, #240, #241, #242, #243, #244 (belomaxorka)
v2.1.5-2023.08 (2023-09-04)
Merged pull requests:
- Release v2.1.5-2023.08 π
- Captcha improvements #229 (belomaxorka)
- Show renamed topic actions in log actions #227 (belomaxorka)
- Show set/unset downloaded actions in log actions #226 (belomaxorka)
- Show pin & unpin actions in log actions #225 (belomaxorka)
- Minor improvements #215, #216, #217, #218, #221, #222, #224, #228, #234 (belomaxorka)
v2.1.5-2023.07 (2023-08-04)
Merged pull requests:
- Release v2.1.5-2023.07 π
- Fix RFC 1918 RegExp #210 (belomaxorka)
- Maked max smilies in PM configurable #211 (belomaxorka)
- Increase post_text & privmsgs_text limits #213 (belomaxorka)
- Minor improvements #212 (belomaxorka)
v2.1.5-2023.06 (2023-07-04)
Merged pull requests:
- Release v2.1.5-2023.06 π
- Fixed broken sessions #205 (belomaxorka)
- Fixed broken skype widget in user profile #203 (belomaxorka)
- Redirect to viewprofile.php if profile.php hasn't arguments #202 (belomaxorka)
- Show smilies in post for guests #196 (belomaxorka)
- Added showing PM counter in page title #193 (belomaxorka)
- Corrected translations #183 (belomaxorka)
- Fixed $bb_cfg['pm_days_keep'] #180 (belomaxorka)
- IP storage bugfix #177 (belomaxorka)
- Minor improvements #172, #175, #176, #178, #179, #181, #187, #192, #194, #195, #199, #200, #201, #208, #209 (belomaxorka)
- Fixed empty user search box #171 (belomaxorka)
- Added some placeholders for input fields #173 (belomaxorka)
v2.1.5-2023.05 (2023-06-04)
Merged pull requests:
- Release v2.1.5-2023.05 π
- Minor improvements #169, #170 (belomaxorka)
v2.1.5-2023.04 (2023-05-04)
Merged pull requests:
- Release v2.1.5-2023.04 π
- Display source language if no user language variable #113 (belomaxorka)
- Torrent file content sort fix #119 (belomaxorka)
- Fix release template editor #120 (belomaxorka)
- Fix some notices in admin panel reported by BugSnag #121 (belomaxorka)
- Fix magnet link passkey creation for new users #122 (belomaxorka)
- Make activate key length configurable #125 (belomaxorka)
- Make user_newpasswd length configurable #126 (belomaxorka)
- Make password length configurable #127 (belomaxorka)
- Increase mysql types limits #128 (belomaxorka)
- Added installed extensions check #129 (belomaxorka)
- Make sql log file name configurable #130 (belomaxorka)
- Enhanced https check #131, #132 (belomaxorka)
- Added ability to configure sphinx debug #137 (belomaxorka)
- Redundant pagination, mysql 5.7+ issue #140 (belomaxorka)
- Added Freeleech #143 (belomaxorka)
- Added some new torrent clients into sidebar #146 (belomaxorka)
- Fixed issue with atom feed #147 (belomaxorka)
- Added theme exists check #149 (belomaxorka)
- Use XS_TPL_PREFIX instead of 'tpl_' #150 (belomaxorka)
- Use constants instead of string literals #151, #160 (belomaxorka)
- Sync language (html dir) with latest sources #152 (belomaxorka)
- Updated UK lang icons #155 (belomaxorka)
- Minor fixes #124, #133, #135, #136, #139, #142, #144, #145, #148, #153, #154, #156, #157, #158, #159, #162, #163, #164, #165, #166 (belomaxorka)
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 parameter 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)