| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ / / /
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14237
|
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix typo
PHPBB3-14258
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update comments regarding variables.
PHPBB3-14258
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a new event in the login method just before the session create,
so extensions can do some additional validation during login.
PHPBB3-14258
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/13976] Fix comment typo in salted_md5.php
|
| |\ \
| | | |
| | | | |
[ticket/13976] Fix comment typo in salted_md5.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13976
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14039] Refactoring the updater
* CHItA/ticket/14039:
[ticket/14039] Use update helper to include files in container factory
[ticket/14039] Fix inclusion logic in update helper
[ticket/14039] Fix folder creation and deleted binary file issue
[ticket/14039] Fix file check for deleted files
[ticket/14039] Fix acp link
[ticket/14039] Fix ACP link generation
[ticket/14039] Fix constants for the updater
[ticket/14039] Include phpBB constants on startup
[ticket/14039] Fix migrator's language calls
[ticket/14039] Fix misunderstandable comment in the archive file updater
[ticket/14039] Use shared language service in the container factory
[ticket/14039] Fix filesystem file updater's mkdir usage
[ticket/14039] Only show log container when it has content
[ticket/14039] Use compatibility globals from the update package
[ticket/14039] Use http_exception instead of die()
[ticket/14039] Fix T_TEMPLATE_PATH constant
[ticket/14039] Fix language constants and comments
[ticket/14039] Revamp updater
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14039
|
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13799] Do not rawurlencode category in gallery avatar
* marc1706/ticket/13799:
[ticket/13799] Split lines in HTML files for better readability
[ticket/13799] Add missing space before checked attribute
[ticket/13799] Correctly urlencode category and show selected avatar
[ticket/13799] Do not rawurlencode category in gallery avatar
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13799
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Otherwise the directory seperator will incorrectly be transformed to its
HTML replacement.
PHPBB3-13799
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/phpbb/notification/type/bookmark.php
phpBB/phpbb/notification/type/post.php
phpBB/phpbb/notification/type/quote.php
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13892
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
report_post inherits from post_in_queue, therefore using self:: instead of
static:: results in the incorrect notification type being used to determine
which users to exclude from the notification.
PHPBB3-13892
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13789
|