| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13652
|
|
|
|
| |
PHPBB3-13652
|
|
|
|
|
|
| |
Changing the syntax used to the one Nicofuma suggested.
PHPBB3-13652
|
|\
| |
| | |
[ticket/14280] Add missing language strings for version check
|
| |
| |
| |
| | |
PHPBB3-14280
|
|\ \
| |/
|/| |
|
| |\
| | |
| | |
| | | |
[ticket/14201] Add multiple ACP template events
|
| | |
| | |
| | |
| | | |
PHPBB3-14201
|
| | |
| | |
| | |
| | | |
PHPBB3-14201
|
| | |
| | |
| | |
| | | |
PHPBB3-14201
|
| | |
| | |
| | |
| | | |
PHPBB3-14201
|
| | |
| | |
| | |
| | | |
PHPBB3-14278
|
| | |
| | |
| | |
| | | |
PHPBB3-14277
|
| | |
| | |
| | |
| | | |
PHPBB3-14277
|
| | |
| | |
| | |
| | | |
PHPBB3-14277
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14273] Remove unused core.root_path dependency in files.upload service
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14273
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14274] Include user functions during installer
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14274
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
Conflicts:
phpBB/includes/acp/acp_captcha.php
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/11971] Validate "Spambot countermeasures" settings before saving
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11971
|
|\ \ \ \
| | | | |
| | | | | |
[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
|
| | | | |
| | | | |
| | | | |
| | | | | |
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/14228] Vertical align of numbers in polls
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14228
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* 3.1.x:
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
* prototech/ticket/13831:
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13831
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14265
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14237] Use $language class for notifications
|
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14237
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14237
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix typo
PHPBB3-14258
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update comments regarding variables.
PHPBB3-14258
|