| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
| |\ \ \ \
| | |/ /
| |/| | |
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14397
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13180] Increase dateformat field size
|
| | | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13180] Increase dateformat field size
change field size to 64 in these files
add new migration file to update the database schema
PHPBB3-13180
|
| |\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| | |\ \
| | |/
| |/|
| | | |
[ticket/14190] Add core.ucp_prefs_view_after event
|
| | | |
| | |
| | |
| | | |
PHPBB3-14190
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | |
| | | |
PHPBB3-13945
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* 3.1.x:
[ticket/9153] Allow users without u_sendpm permission to delete existing PM's.
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
The u_sendpm check in ucp_pm.php is merely for the purpose of displaying the
error message within the UCP template. Otherwise it could be removed as
compose_pm() will check the appropriate permission pertaining to the attempted
action.
PHPBB3-9153
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
|
| | | |
| | |
| | |
| | | |
PHPBB3-14234
|
| | | |
| | |
| | |
| | | |
PHPBB3-14234
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
The implementation of PHPBB3-12516 changed the manual use of the message parser
to using generate_text_for_storage(). The function does not support
parse_message::parse()'s mode parameter, thus all the error checks on the sig
are invalid.
PHPBB3-13993
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12143] Make it possible to use translated group names for non-special groups
* Elsensee/ticket/12143:
[ticket/12143] Fix tests after rebase
[ticket/12143] Avoid no output from get_group_name()
[ticket/12143] Fix those tests
[ticket/12143] Add some tests
[ticket/12143] Oops, fixed array index
[ticket/12143] Replace group name output
[ticket/12143] Add group helper class to translate groupnames
[ticket/12143] Add is_set method to language service
|
| | | |
| | |
| | |
| | |
| | |
| | | |
So now we can use translated group names for non-special groups
PHPBB3-12143
|
| |\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
phpBB/includes/ucp/ucp_activate.php
|
| | | |
| | |
| | |
| | | |
PHPBB3-14087
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14006] Add core.ucp_register_agreement event
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It allows to execute code before the agreements are displayed.
PHPBB3-14006
|
| | |_|/
|/| |
| | |
| | | |
PHPBB3-14074
|
| |\ \ \
| |/ / |
|
| | |/
| |
| |
| | |
PHPBB3-14004
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13930] Check for correct spacing between keyword & parenthesis
* marc1706/ticket/13930:
[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-11444
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
PHPBB3-10620
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13832] Use preg_replace_callback instead of /e modifier
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13832
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13832
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13901] Add more whitespace to long quotes for readability
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13901
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | |\ \ \ \ \
| | |/ / / /
| |/| | | /
| | | |_|/
| | |/| | |
Conflicts:
phpBB/includes/acp/acp_database.php
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13930
|
| |\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
Conflicts:
phpBB/posting.php
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/posting.php
PHPBB3-13833
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13833
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13526
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
Ticket/9109 Properly document and calculate the group settings with value 0
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9109
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Ticket/13844 Better FAQ language files
|
| | | |_|_|/
| |/| | |
| | | | |
| | | | | |
PHPBB3-13844
|