| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
phpBB/includes/acp/acp_modules.php
|
| |
| |
| |
| |
| |
| |
| | |
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
PHPBB3-14272
|
| | |
| | |
| | |
| | | |
PHPBB3-14272
|
| | |
| | |
| | |
| | | |
PHPBB3-14272
|
| | |
| | |
| | |
| | | |
PHPBB3-14272
|
| | |
| | |
| | |
| | | |
PHPBB3-14530
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The javascript will hide the old select and show the version using
the span and showing the tooltips.
PHPBB3-14315
|
| | |
| | |
| | |
| | | |
PHPBB3-14315
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously all role options were put into one array. This required
filtering the options. Instead, these are now passed to the template
via template loops.
PHPBB3-14315
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The permissions tooltip javascript failed at correctly passing
the default values to the page. The same applied to the
display_mask() method in includes/acp/auth.php.
PHPBB3-14315
|
| | |
| | |
| | |
| | | |
PHPBB3-14315
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also fixed some minor issues like coding style.
PHPBB3-14448
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
PHPBB3-14439
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currenty, you need to open each existing group in ACP to know if there
are pending group requests or not. Doing so is really boring and
annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currenty, you need to open each existing group in ACP to know if there are
pending group requests or not. Doing so is really boring and annoying... :/
This patch displays the number of pending group requests at the ACP groups
summary page.
PHPBB3-14253
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
PHPBB3-14412
|
|\ \ \
| |/ / |
|
| |\ \
| | | |
| | | |
| | | | |
[ticket/12618] Allow extension author to use SSL for version-check.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12618
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
For version-check a new parameter 'ssl' is introduced.
If set to true, it will use 443 as port for the file_downloader.
In file_downloader, the host parameter of fsockopen is appended
with 'ssl://' in case the port is 443 in order to use SSL.
PHPBB3-12618
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/security-188] Check form key in acp_bbcodes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
SECURITY-188
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
SECURITY-188
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13454] Remove unused variables, globals, and parameters
* marc1706/ticket/13454:
[ticket/13454] Add excessively removed code back
[ticket/13454] Remove more unused variables
[ticket/13454] Remove double semi-colons
[ticket/13454] Remove unused variables
[ticket/13454] Fix code sniffer complaints
[ticket/13454] Fix a few issues introduced by overdeleting stuff
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
[ticket/13454] Remove unused variables
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is part 5 and there is more to come.
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Part 4
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Part 3 should fix tests up a little bit again.
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is part 2 of the pr.
PHPBB3-13454
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| / / / / /
| |/ / / / /
| | | | | | |
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
|\ \ \ \ \ \
| |/ / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them directly when required.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension. Simplified manager
interface by reducing unneeded methods.
PHPBB3-14387
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Create two driver methods to provide the driver config name and the
driver ACP template name, and use them within the manager method.
Default driver config name and template name are the same as now.
But new drivers are able to override the config name and template
name with their own, including @vendor_extension.
PHPBB3-14387
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14325
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
Conflicts:
phpBB/includes/acp/acp_captcha.php
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | | |
[ticket/11971] Validate "Spambot countermeasures" settings before saving
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11971
|