| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-14198
|
| |\
| |
| |
| |
| | |
* 3.1.x:
[ticket/14559] Remove attachment BBCode tags from the quoted message
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14559] Remove attachment BBCode tags from the quoted message
* rxu/ticket/14559:
[ticket/14559] Remove attachment BBCode tags from the quoted message
|
| | | |
| | |
| | |
| | | |
PHPBB3-14559
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/14561] Add more user commands
* VSEphpbb/ticket/14561:
[ticket/14561] Remove requires for functions in tests
[ticket/14561] Small change to progress bar output
[ticket/14561] Fix function docblock in activate command
[ticket/14561] Add a progress bar to reclean command
[ticket/14561] Use the user loader where appropriate
[ticket/14561] Add extra help explaining reclean command
[ticket/14561] Import classes with use statements
[ticket/14561] Remove unused use statements
[ticket/14561] Refactor tests
[ticket/14561] Reclean usernames command
[ticket/14561] User activate command
[ticket/14561] User delete command
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14561
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14532] Do not escape column default in mssql
* marc1706/ticket/14532:
[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
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14426
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14562] Language fallback for extension permissions (3.2.x)
* kasimi/ticket/14562-3.2.x:
[ticket/14562] Language fallback for extension permissions (3.2.x)
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-14562
|
| | | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 621b958b1ca41e1def6349e07e0e3c8258a9d9f3.
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14562] Language fallback for extension permissions
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14562] Language fallback for extension permissions
* kasimi/ticket/14562:
[ticket/14562] Language fallback for extension permissions
|
| | | | |/ /
| | |/| |
| | | | |
| | | | | |
PHPBB3-14562
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14495] Specify correct version numbers in 3.2.x
* marc1706/ticket/14495:
[ticket/14495] Specify correct version numbers in 3.2.x
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
DO NOT apply these changes into master when merging it. This means that
you'll have to checkout the latest files from upstream after merging this
into master (possibly while resolving likely merge conflicts).
PHPBB3-14495
|
| |\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / /
| | | | |
Conflicts:
phpBB/includes/acp/acp_modules.php
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \ \
| |/ / / / |
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
While original ticket request is already fixed, livesearch did not
reflect it.
PHPBB3-10356
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14564
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14329] Add missing ACP language vars
* RMcGirr83/ticket_14329:
[ticket/14329] Add missing ACP language vars
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14329
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This might be needed while switching the default input from KiB to MiB or
similar changes to settings.
PHPBB3-14272
|