| 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/14168] Refactor attachment management functions into classes
* marc1706/ticket/14168: (36 commits)
[ticket/14168] Correctly state return type of upload and upload_attachment
[ticket/14168] Use attachment manager instead of separate classes
[ticket/14168] Fix docblock in manager
[ticket/14168] Add more test cases for attachment manager
[ticket/14168] Add new test method and more tests
[ticket/14168] Fix tabs in manager and add test file
[ticket/14168] Fix tests after rebase
[ticket/14168] Add attachment manager service
[ticket/14168] Use correct docblock
[ticket/14168] Add services_attachment.yml to services.yml
[ticket/14168] Minor coding style fixes
[ticket/14168] Move attachment service definitions to services_attachment
[ticket/14168] Improve code coverage in upload class
[ticket/14168] Move image check and don't use trigger_error()
[ticket/14168] Add tests for init_error() during upload
[ticket/14168] Add basic test file for attachments upload
[ticket/14168] Fix CS issue
[ticket/14168] No longer use deprecated functions in core files
[ticket/14168] Move phpbb_unlink() into attachment delete class
[ticket/14168] Reset sequence before tests in delete tests
...
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/13835] Normalize filename for attachments uploaded in chunks.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13835
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/14098] Add core events to the search backends
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14098] Add core events to the search backends
* rxu/ticket/14098:
[ticket/14098] Add core events to the search backends
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14098
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14191] Add core.get_gravatar_url_after event
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14191] Add core.get_gravatar_url_after event
* Senky/ticket/14191:
[ticket/14191] Add core.get_gravatar_url_after event
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14191
|
|\ \ \ \ \
| |/ / / / |
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | | |
[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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14225
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14220
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14124] Automatically translate exceptions in CLI
|