| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is to avoid errors when comparing verbosity levels
in a CLI output handler that is using Symfony's OutputInterface
for example.
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rewriting process_data_step() to remove the now
useless foreach() loop.
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14745] Removed unneeded HTML ampersand
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare
ampersand character.
PHPBB3-14745
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
First make it work, then avoid a loop
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14742
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This combines reverted updata_data and revert_data into a single array.
PHPBB3-14742
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
It is certainly better than running them all at once
PHPBB3-14742
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14688] Add core events to the feeds
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-14688
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14704] Removes unused function and language files in base.php
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-14704
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14615] Fix HTML5 validation errors on avatar deletion
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-14615
|
|\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/14631] Load truncate_string() if needed
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14631
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14661] Fix a typo in twig.php
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-14661
|
|/ / /
| | |
| | |
| | | |
PHPBB3-14664
|
| | |
| | |
| | |
| | | |
PHPBB3-11446
|
|/ /
| |
| |
| | |
PHPBB3-11446
|
| |
| |
| |
| | |
PHPBB3-14610
|
| |
| |
| |
| | |
PHPBB3-14610
|
|/
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-14610
PHPBB3-14610
|
| |
|
| |
|
|\
| |
| |
| | |
[ticket/13683] Respects force_server_vars settings when generating URLs
|
| |
| |
| |
| | |
PHPBB3-13683
|
| |
| |
| |
| | |
PHPBB3-13683
|
| |
| |
| |
| | |
PHPBB3-13683
|
| |
| |
| |
| | |
PHPBB3-13683
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/|
| | |
[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
|
| | |
| | |
| | |
| | | |
PHPBB3-14272
|
| | |
| | |
| | |
| | | |
PHPBB3-14272
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
[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/14241] Prevent empty q&a as a result of improper settings
* marc1706/ticket/14241:
[ticket/14241] Log fatal captcha error to error log
[ticket/14241] Prevent empty q&a as a result of improper settings
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14241
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improper setup of the q&a captcha in combination with the admin choosing a
default language that does not have any questions and answers set might
result in the user being presented empty questions and answers. This
change will try to fall back to any question in case the admin incorrectly
set the default language and has no questions & answers set. If that does
not work, the captcha will not allow passing it and suggest to contact the
board admin to resolve this issue.
PHPBB3-14241
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14136] Add back X-UA-Compatible meta tag
* marc1706/ticket/14136:
[ticket/14136] Add back X-UA-Compatible meta tag
|