| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-13652
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[feature/sql-bool-builder] Extending DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Improved tests output to show the SQL error.
[feature/sql-bool-builder] Adding the IS operator to predicted operators
[feature/sql-bool-builder] test_single_not_like
[feature/sql-bool-builder] test_single_like
[feature/sql-bool-builder] test_single_not_in
[feature/sql-bool-builder] test_single_in
[feature/sql-bool-builder] test_and_of_or_of_and
[feature/sql-bool-builder] test_triple_and_with_in
[feature/sql-bool-builder] test_double_and_with_not_of_and
[feature/sql-bool-builder] test_triple_and_with_is_null
[feature/sql-bool-builder] Prepare testing class
[feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations
[feature/sql-bool-builder] Explain better the code in the first
[feature/sql-bool-builder] Also use parenthesis for the NOT operator
[feature/sql-bool-builder] AS keyword must be lowercase;
[feature/sql-bool-builder] Added code to use this feature for the WHERE clause
[feature/sql-bool-builder] Removed non-necessary spaces
[feature/sql-bool-builder] First working version
|
| | |
| |
| |
| | |
PHPBB3-13652
|
| | |
| |
| |
| | |
PHPBB3-13652
|
| | |
| |
| |
| |
| |
| | |
Explain what that if and check is for in the first method that is called.
PHPBB3-13652
|
| | |
| |
| |
| |
| |
| | |
Be on the safe side, also use parenthesis for the NOT operator
PHPBB3-13652
|
| | |
| |
| |
| |
| |
| | |
AS keyword must be lowercase; expected "as" but found "AS"
PHPBB3-13652
|
| | |
| |
| |
| | |
PHPBB3-13652
|
| | |
| |
| |
| | |
PHPBB3-13652
|
| | |
| |
| |
| | |
PHPBB3-13652
|
| |\ \ |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/8920] Add a MCP PM reports view permission
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-8920
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Anybody who has the permission to read reports in one forum
can read PM reports.
Solving this problem by adding a new permission to read PM reports.
PHPBB3-8920
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13101] Remove MSN/WLM custom profile field
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13101
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14157] Allow to set the alt/title attribute on post icons
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14157
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
[ticket/14162] Add CLI commands to manage migrations
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This command allow to revert a migration from the CLI
PHPBB3-14162
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14182
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/9485] Add a "View post" link in the moderation logs
* Zoddo/ticket/9485:
[ticket/9485] Fix tests
[ticket/9485] Add post_id to relevant $phpbb_log->add()
[ticket/9485] Add a "View post" link in the moderation logs
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9485
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/13423] Set busyTimeout on connect to prevent db locking
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13423
|
| |\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
Conflicts:
build/build.xml
|
| | |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-12505
|
| | | |
| | |
| | |
| | | |
PHPBB3-12505
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14116] sql_affectedrows method has no arguments
|
| | | |
| | |
| | |
| | | |
PHPBB3-14116
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Changed the sql_fetchfield() call to comply to the function definition.
PHPBB3-14069
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13935] Allow more admin-configurable schemes in post links
* s9e/ticket/13935:
[ticket/13935] Removed cache invalidation from acp_board
[ticket/13935] Removed UI
[ticket/13935] Allow more admin-configurable schemes in post links
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13935
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-8708
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
phpBB/phpbb/user.php
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930-master:
[ticket/13930] Add missing space to mssql_extractor
[ticket/13930] Add missing spaces to code
[ticket/13930] Use OpeningParenthesisSniff in legacy ruleset
[ticket/13930] Remove not needed return statements
[ticket/13930] Add missing spaces to code
[ticket/13930] Check for correct spacing between keyword & parenthesis
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13930
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13779] Set new auth options to the role only if matching the role type
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Migrations' permission tool allows setting permissions to the role which
doesn't match the role type, e.g. m_ permissions for u_ role types and so on.
As one of side effects, this may lead to granting users moderative/admin
permissions silently.
With this patch the only new permissions matching the role type will be set.
PHPBB3-13779
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13777
|