| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14269] Use http_exceptions in the installer instead of die()
* CHItA/ticket/14269:
[ticket/14269] Change HTTP status codes to 403
[ticket/14269] Fix comments and language var names
[ticket/14269] Use http_exceptions in the installer instead of die()
|
| | |
| |
| |
| | |
PHPBB3-14269
|
| | |
| |
| |
| | |
PHPBB3-14269
|
| | |
| |
| |
| | |
PHPBB3-14269
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[feature/sql-bool-builder] New syntax for DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS
[feature/sql-bool-builder] Fixing typos in previous commit
[feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbers
[feature/sql-bool-builder] Changing syntax pt2. Fix tests
[feature/sql-bool-builder] Changing syntax
|
| | | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | | |
| | |
| | |
| | | |
PHPBB3-13652
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Changing the syntax used to the one Nicofuma suggested.
PHPBB3-13652
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14257] Reparse after update
* Elsensee/ticket/14257:
[ticket/14257] Add tests for reparser manager
[ticket/14257] Fix CLI reparser and set cron interval
[ticket/14257] Fix CLI error message
[ticket/14257] Fix phpdoc in CLI command
[ticket/14257] Add text_reparser manager
[ticket/14257] Use migrations instead of cron job for some reparsers
[ticket/14257] Fix lock acquire in CLI command
[ticket/14257] Fix if condition
[ticket/14257] Add reparse_lock to CLI command
[ticket/14257] Add cron tasks for reparsing text
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14257
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14326] Decode diffed file's content during update
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-14326
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-14320
|
| | | |
| | |
| | |
| | | |
PHPBB3-14308
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.2.0-a1:
[prep-release-3.2.0-a1] Add changelog for 3.2.0-a1
[prep-release-3.2.0-a1] Add migration for 3.2.0-a1
[prep-release-3.2.0-a1] Update version to 3.2.0-a1
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14270] Purge cache when the installer is finished
* CHItA/ticket/14270:
[ticket/14270] Purge cache when the installer is finished
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14270
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14281
|
| | |/ /
|/| |
| | |
| | | |
PHPBB3-14281
|
| | | |
| | |
| | |
| | | |
PHPBB3-14278
|
| | | |
| | |
| | |
| | | |
PHPBB3-14277
|
| | | |
| | |
| | |
| | | |
PHPBB3-14277
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14273] Remove unused core.root_path dependency in files.upload service
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14273
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-14274
|
| |\ \ \
| |/ /
|/| | |
[ticket/14264] Don't use constants as return values
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will prevent BC breaking in the future if we decide to
get rid of constants.
PHPBB3-14264
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14044] Deduplicate the installers
* CHItA/ticket/14044:
[ticket/14044] Add config as global in notify user
[ticket/14044] Fix language selection data loss
[ticket/14044] Patch language::set_fallback_array()
[ticket/14044] Fix tests
[ticket/14044] Fix wrong descriptions in install
[ticket/14044] Solve missing email template error
[ticket/14044] global $table_prefix in constants.php
[ticket/14044] Try to fix missing table prefix
[ticket/14044] Use the correct language file version
[ticket/14044] Automatically trigger rollback on insert in transaction
[ticket/14044] Use empty instead of !count
[ticket/14044] Fix Sqlite error in tests
[ticket/14044] Deduplicate the installers
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will cause the sqlite3 driver to automatically rollback transactions
if an insert fails during a transaction. Other dbms trigger a rollback
inside the sql_error() function with a rollback command. However,
this manual rollback command might fail on sqlite3 due to ongoing queries.
With this change, sqlite3 itself will abort any ongoing queries and
initiate the rollback automatically. Since manually triggered rollbacks
will fail after the rollback was started automatically, we catch
exceptions output by the exec() command during rollback and any exception
that might be thrown by fetchArray() due to aborted queries.
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| | | |
| | |
| | |
| | | |
PHPBB3-14044
|
| |\ \ \
| |_|/
|/| |
| | | |
[ticket/14237] Use $language class for notifications
|
| | | |
| | |
| | | |
PHPBB3-14237
|