Release Highlights/3.3.2
From phpBB Development Wiki
This page highlights important changes in phpBB 3.3.2.
Contents
Improvements
- Display maximum allowed attachment filesize [1]
- Sort permissions for more natural ordering [2]
- Split new topics/new posts notifications for forum subscriptions [3]
- Add notifications on reporting PM, on closing PM report, on closing post report [4]
Notable Bug Fixes
- Database backup generates a general error with PostgreSQL 12+ [5]
- Circular dependencies when cron task depends on controller.helper [6]
- Problem with drop-down menu [7]
- Massive margin between posts when zoomed out in browser [8]
- Reset button in create search index not working [9]
- Undefined properties in create_search_index install task [10]
Security Issue
- Invalid conversion of HTML entities when stripping BBCode
Hardening
- Reduce verbosity of jabber output in ACP
Event changes
PHP Events (Hook Locations)
Identifier | Placement | Arguments | Added in Release | Explanation |
---|---|---|---|---|
core.set_login_key | phpbb/session.php | key, key_id, sql, sql_ary, user_id, user_ip | 3.3.2-RC1 | Event to adjust autologin keys process |
core.ucp_profile_autologin_keys_sql | includes/ucp/ucp_profile.php | sql_ary | 3.3.2-RC1 | Event allows changing SQL query for autologin keys |
core.ucp_profile_autologin_keys_template_vars | includes/ucp/ucp_profile.php | sessions, template_vars | 3.3.2-RC1 | Event allows changing template variables |
Template Events
Identifier | Prosilver Placement (If applicable) | Added in Release | Explanation |
---|---|---|---|
ucp_profile_autologin_keys_tbody_key_after | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table column after the first column. |
ucp_profile_autologin_keys_tbody_key_before | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table column before the first column. |
ucp_profile_autologin_keys_tbody_mark_after | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table column after the last column. |
ucp_profile_autologin_keys_tbody_mark_before | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table column before the last column. |
ucp_profile_autologin_keys_thead_key_after | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table header content after the first column. |
ucp_profile_autologin_keys_thead_key_before | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table header content before the first column. |
ucp_profile_autologin_keys_thead_mark_after | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table header content after the last column. |
ucp_profile_autologin_keys_thead_mark_before | ucp_profile_autologin_keys.html | 3.3.2-RC1 | Add table header content before the last column. |
ACP Template Events
Identifier | Placement | Added in Release | Explanation |
---|