| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-13616
|
| |
|
|
| |
PHPBB3-13616
|
| |
|
|
| |
PHPBB3-13616
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/13502] Handle callable functions/objects in controller resolver
* marc1706/ticket/13502:
[ticket/13502] Also cover passing object to resolver in tests
[ticket/13502] Test getArguments() method of controller resolver
[ticket/13502] Fix coding style
[ticket/13502] Controller resolver should handle callable functions and objects
|
| | |
| |
| |
| | |
PHPBB3-13502
|
| | |
| |
| |
| | |
PHPBB3-13502
|
| |\ \
| | |
| | |
| | |
| | | |
* 3.1.x:
[ticket/14532] Do not escape column default in mssql
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The column default shouldn't be escaped for mssql. This is a regression
from 743d816631292a2081af4c5f7fc2fad2aff17c58. Prior to that commit, the
default value for the column was not escaped. Escaping it will cause SQL
errors while altering columns.
PHPBB3-14532
|
| |\ \ \
| |/ /
| | /
| |/
|/| |
Conflicts:
phpBB/includes/acp/acp_modules.php
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14393] Fix updater behaviour
* CHItA/ticket/14393:
[ticket/14393] Fix db update progress bar
[ticket/14393] Fix init for conflict archive
[ticket/14393] Fix updater behaviour
|
| | | |
| | |
| | |
| | | |
PHPBB3-14393
|
| | | |
| | |
| | |
| | | |
PHPBB3-14393
|
| | | |
| | |
| | |
| | | |
PHPBB3-14393
|
| |\ \ \
| | |/
| |/| |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14570] Add effectively installed to 3.1.x versions
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14570
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14570
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14272] Use html5 valid input elements
* marc1706/ticket/14272:
[ticket/14272] Allow input of floats for filesize
[ticket/14272] Use input type number instead of text in avatars
[ticket/14272] Assign min and max values for avatar driver settings
[ticket/14272] Define min and max values for avatar width and height
[ticket/14272] Disable not toggled form elements
[ticket/14272] Make sure phpbb_avatar_manager was defined
[ticket/14272] Remove useless check
[ticket/14272] Fix invalid or missing min/max settings
[ticket/14272] Assign min/max for all allowed types
[ticket/14272] Only use maxlength and size for allowed input elements
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some array_key calls were incorrect in the
notification checks for quotes. Two calls were
being made in a row, resulting in incorrect arrays.
PHPBB3-14572
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14564
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14272] Use html5 valid input elements
* marc1706/ticket/14272-3.2.x:
[ticket/14272] Allow input of floats for filesize
[ticket/14272] Use input type number instead of text in avatars
[ticket/14272] Assign min and max values for avatar driver settings
[ticket/14272] Define min and max values for avatar width and height
[ticket/14272] Disable not toggled form elements
[ticket/14272] Make sure phpbb_avatar_manager was defined
[ticket/14272] Remove useless check
[ticket/14272] Fix invalid or missing min/max settings
[ticket/14272] Assign min/max for all allowed types
[ticket/14272] Only use maxlength and size for allowed input elements
|
| | |\ \ \ \ \
| | | |/ / /
| | |/| | /
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/adm/style/acp_icons.html
phpBB/includes/acp/acp_groups.php
phpBB/includes/acp/acp_users.php
phpBB/includes/functions_acp.php
phpBB/includes/ucp/ucp_groups.php
phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html
phpBB/styles/prosilver/template/ucp_avatar_options_remote.html
phpBB/styles/subsilver2/template/mcp_topic.html
phpBB/styles/subsilver2/template/posting_attach_body.html
phpBB/styles/subsilver2/template/posting_body.html
phpBB/styles/subsilver2/template/posting_poll_body.html
phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html
phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14272
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14272
|
| |\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| |
| | | |
| | | | |
* 3.1.x:
[ticket/14481] Add tests for x_forwarded_proto header
[ticket/14481] Use port 443 if https is specified in x-forwarded-proto
[ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
|
| | |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
* marc1706/ticket/14481:
[ticket/14481] Add tests for x_forwarded_proto header
[ticket/14481] Use port 443 if https is specified in x-forwarded-proto
[ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14481
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12684] Add console command user:add
* VSEphpbb/ticket/12684: (26 commits)
[ticket/12684] Use a switch statement for readability
[ticket/12684] Refactor a test
[ticket/12684] Use interactive method correctly
[ticket/12684] Extract interactivity to a method
[ticket/12684] Update option help
[ticket/12684] Add extended help for the user:add command
[ticket/12684] Add shorthand alternates to the options
[ticket/12684] Remove whitespace
[ticket/12684] Add an error on user creation failure
[ticket/12684] Remove unnecessary null arguments
[ticket/12684] Additional clean up
[ticket/12684] Allowed to use $this in enclosure
[ticket/12684] Move all lang keys to cli
[ticket/12684] Fix a few mistakes and clean it up
[ticket/12684] Some code clean up
[ticket/12684] Another little fix
[ticket/12684] Fix tests
[ticket/12684] Update to use non-deprecated methods
[ticket/12684] Add send email option
[ticket/12684] Add input validation
...
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12684
|