Marc Alexander
bb83af0a0a
Merge branch '3.1.x' into 3.2.x
2016-07-06 19:24:02 +02:00
Marc Alexander
cddb884be6
Merge pull request #4354 from Stanzilla/smtp_explain
...
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
2016-07-06 19:23:54 +02:00
Marc Alexander
09c602425c
Merge pull request #4357 from rxu/ticket/14660
...
[ticket/14660] Fix parsing board email messages through template engine.
2016-06-19 22:33:29 +02:00
Marc Alexander
a460aec68c
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/language/en/install.php
2016-06-19 18:25:16 +02:00
rxu
9551475fce
[ticket/14660] Fix parsing board email messages through template engine.
...
PHPBB3-14660
2016-06-18 00:39:33 +07:00
Benjamin Staneck
3708770eb9
[ticket/14184] Add a _EXPLAIN translation entry for the SMTP server option
...
This should help users trying to figure out why their
mail config is not working when they forgot to use a protocol prefix.
PHPBB3-14184
2016-06-17 08:46:02 +02:00
Richard McGirr
c938077172
[ticket/13716] Fix verboseness
...
PHPBB3-13716
2016-04-12 05:17:02 -04:00
RMcGirr83
920219dc56
[ticket/13716] Remove extraneous blank line
...
PHPBB3-13716
2016-04-05 14:55:42 -04:00
Richard McGirr
04f320cb01
[ticket/13716] Check phpBB version against config version
...
Display a warning in the ACP if the version constant (files)
does not match the phpbb_config version
(often indicating that the database updates hasn't been run)
PHPBB3-13716
2016-04-05 07:09:12 -04:00
Marc Alexander
2653b98e09
Merge branch 'ticket/14577' into ticket/14577-3.2.x
...
Conflicts:
phpBB/includes/acp/acp_modules.php
2016-04-02 09:51:37 +02:00
Marc Alexander
5b61ac06cb
[ticket/14577] Do not calculate size of array in for loop
...
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
2016-04-02 09:46:54 +02:00
Tristan Darricau
2bfbc07b7d
Merge pull request #4021 from marc1706/ticket/14272
...
[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
2016-03-27 13:34:17 +02:00
Marc Alexander
1600d82b77
Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.x
...
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
2016-03-27 09:59:25 +02:00
Marc Alexander
a66ec6eccf
[ticket/14530] Only generate text again if sig was parsed for storage
...
PHPBB3-14530
2016-03-24 11:01:54 +01:00
Marc Alexander
6f41fcb3d6
[ticket/14315] Add back roles select for disable javascript
...
The javascript will hide the old select and show the version using
the span and showing the tooltips.
PHPBB3-14315
2016-02-16 18:21:04 +01:00
Marc Alexander
0a1604a536
[ticket/14315] Apply roles options format for multiple forums too
...
PHPBB3-14315
2016-02-16 18:21:04 +01:00
Marc Alexander
4cfba8f3a4
[ticket/14315] Build role options for each permission group
...
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
2016-02-16 18:21:04 +01:00
Marc Alexander
eab1b1ad11
[ticket/14315] Correctly set default values and reset values
...
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
2016-02-16 18:21:04 +01:00
Marc Alexander
4973632288
[ticket/14315] Only add role options specified for each group
...
PHPBB3-14315
2016-02-16 18:21:04 +01:00
Marc Alexander
fd9c05309d
[ticket/14448] Let user decide if remote upload certs should be checked
...
Also fixed some minor issues like coding style.
PHPBB3-14448
2016-02-04 17:14:48 +01:00
Marc Alexander
b39b3da5af
[ticket/14272] Allow input of floats for filesize
...
This might be needed while switching the default input from KiB to MiB or
similar changes to settings.
PHPBB3-14272
2016-02-03 22:03:31 +01:00
Marc Alexander
0d93af8324
Merge branch '3.1.x'
2016-01-31 20:05:07 +01:00
rxu
68abcb9058
[ticket/14439] Do not call avatar manager if avatars are disabled
...
PHPBB3-14439
2016-01-31 23:45:24 +07:00
cunha17
57ce891d5f
[ticket/14253] Show group requests pending aproval at the ACP groups summary
...
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
2016-01-25 13:13:05 +01:00
cunha17
3d03c834d0
[ticket/14253] Show group requests pending aproval at the ACP groups summary
...
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
2016-01-25 13:13:05 +01:00
Marc Alexander
8e5b5a5c07
Merge branch '3.1.x'
2016-01-16 23:10:37 +01:00
lavigor
fef03a1946
[ticket/14412] Comment fixes for PHPDoc in the events
...
PHPBB3-14412
2016-01-15 14:07:50 +03:00
Marc Alexander
68d945e931
Merge branch '3.1.x'
2016-01-12 04:31:15 +01:00
Marc Alexander
826d6aac74
Merge pull request #3929 from kilianr/ticket/12618
...
[ticket/12618] Allow extension author to use SSL for version-check.
2016-01-12 04:11:56 +01:00
Joas Schilling
7f7b09fdeb
Merge branch '3.1.x'
...
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/acp/acp_bbcodes.php
2016-01-09 18:45:32 +01:00
Joas Schilling
fd5e66cbf1
Merge branch 'prep-release-3.1.7' into 3.1.x
...
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
2016-01-09 18:42:07 +01:00
Tristan Darricau
b2324607ad
Merge pull request #4058 from marc1706/ticket/13454
...
[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
2016-01-09 17:53:04 +01:00
Joas Schilling
c2d59b3352
Merge pull request #24 from phpbb/ticket/security-188
...
[ticket/security-188] Check form key in acp_bbcodes
2016-01-09 09:13:50 +01:00
Marc Alexander
0028ed3e95
Merge branch '3.1.x'
...
Conflicts:
phpBB/styles/subsilver2/template/ucp_prefs_personal.html
2016-01-08 16:39:33 +01:00
Saeed Hubaishan
678ca5dcdc
[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
2016-01-07 17:36:02 +01:00
Marc Alexander
3f44f36817
[ticket/13454] Add excessively removed code back
...
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
73900d1857
[ticket/13454] Remove more unused variables
...
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
3b9a9bb04a
[ticket/13454] Remove double semi-colons
...
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
915a141fc2
[ticket/13454] Fix code sniffer complaints
...
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
6c25ad4822
[ticket/13454] Remove unused variables
...
Part 3 should fix tests up a little bit again.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
73e6e5b77f
[ticket/13454] Remove unused variables
...
This is the first part of the changes. More to come.
PHPBB3-13454
2016-01-06 13:51:19 +01:00
Marc Alexander
ea6bcdff52
Merge branch '3.1.x'
2016-01-06 13:26:23 +01:00
javiexin
917c864bbf
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
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
2016-01-02 17:16:23 +01:00
javiexin
06f4b6926b
[ticket/14387] Extend avatar-driver by extension in ACP not possible
...
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
2016-01-02 17:16:14 +01:00
Marc Alexander
f3c2c497d8
[ticket/14272] Assign min and max values for avatar driver settings
...
PHPBB3-14272
2016-01-01 17:26:14 +01:00
Marc Alexander
87345807de
[ticket/security-188] Remove unused form key from acp_extensions
...
SECURITY-188
2015-12-23 17:32:31 +01:00
Marc Alexander
18abef716e
[ticket/security-188] Check form key in acp_bbcodes
...
SECURITY-188
2015-12-23 17:31:43 +01:00