[WIP][ticket/12853] Change navbar ACP from skip- to last-responsive
* PayBas/ticket/12853:
[ticket/12853] Change navbar ACP from skip- to last-responsive
[ticket/12837] Detect "viewing contact admin page" on viewonline
* PayBas/ticket/12837:
[ticket/12837] Use else if instead of elseif
[ticket/12837] Detect "viewing contact admin page" on viewonline
[ticket/12854] Don't show contact page link if board emails are disabled
* Elsensee/ticket/12854:
[ticket/12854] Don't show contact page link if board emails are disabled
[ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG
* Elsensee/ticket/12855:
[ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUG
Add common core event at the bottom of the includes/ucp/ucp_prefs.php
to allow additional actions (like template variable assignments etc.)
before the page load.
PHPBB3-12828
[ticket/12844] Don't clear $dbpasswd early in connection manager
* Nicofuma/ticket/12844:
[ticket/12844] Don't clear $dbpasswd early in connection manager
Using profilefield_base_migration.php to create a custom profile
field with SQlite3 DBMS returns warning:
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/sqlite3.php
on line 218: SQLite3Result::fetchArray(): Unable to execute statement:
constraint failed
This is due passing filed_id and lang_id to the DB driver in
unspecified format. As they are always int we should cast them
in int to prevent the error message appearance.
PHPBB3-12846
* develop-ascraeus:
[prep-release-3.1.0-RC2] Update phpBB Version for RC3 development
[prep-release-3.1.0-RC2] Add changelog for 3.1.0-RC2
[prep-release-3.1.0-RC2] Prepare Changelog
[prep-release-3.1.0-RC2] Add migration for 3.1.0-RC2
[prep-release-3.1.0-RC2] Update version to 3.1.0-RC2
* prep-release-3.1.0-RC2:
[prep-release-3.1.0-RC2] Update phpBB Version for RC3 development
[prep-release-3.1.0-RC2] Add changelog for 3.1.0-RC2
[prep-release-3.1.0-RC2] Prepare Changelog
[prep-release-3.1.0-RC2] Add migration for 3.1.0-RC2
[prep-release-3.1.0-RC2] Update version to 3.1.0-RC2
[ticket/12839] Include update related templates and assets in the package
* nickvergessen/ticket/12839:
[ticket/12839] Include update related templates and assets in the package
[ticket/12768] 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentation
* n-aleha/ticket/12768:
[ticket/12768] More fixes in language files
[ticket/12768] 'NOTIFICATION_REPORT_CLOSED' entry has wrong indentation
* develop-ascraeus:
[ticket/12818] Use assertGreaterThanOrEqual in the tests
[ticket/12818] Don't use the id for i=
[ticket/12818] Add tests
[ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs
[ticket/12818] Deleting a log entry in MCP produces a General error
* Nicofuma/ticket/12818:
[ticket/12818] Use assertGreaterThanOrEqual in the tests
[ticket/12818] Don't use the id for i=
[ticket/12818] Add tests
[ticket/12818] Fix the conditions in the call to $log->delete() in mcp_logs