Marc Alexander
6f1de69bbe
[ticket/15135] Parse language files in acp_extensions instead of md manager
...
PHPBB3-15135
2017-03-19 22:37:19 +01:00
Tristan Darricau
bd34b2301e
Merge pull request #4711 from javiexin/ticket/15102
...
[ticket/15102] Missing parameter calling version_check
* github.com:phpbb/phpbb:
[ticket/15102] Missing parameter calling version_check
2017-03-19 18:53:19 +01:00
Tristan Darricau
c46efa461e
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14806] Fix ACP test emails authentication failure
2017-03-19 18:45:29 +01:00
Tristan Darricau
6abcfe41e0
Merge pull request #4734 from rxu/ticket/14806
...
[ticket/14806] Fix ACP test emails authentication failure
* github.com:phpbb/phpbb:
[ticket/14806] Fix ACP test emails authentication failure
2017-03-19 18:44:41 +01:00
Tristan Darricau
552da2e805
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
2017-03-19 18:07:14 +01:00
Tristan Darricau
0b2369901a
Merge pull request #4745 from rxu/ticket/13558
...
[ticket/13558] Add smtp SSL context configuration options
* rxu/ticket/13558:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
2017-03-19 18:04:53 +01:00
Marc Alexander
e497937dd4
Merge branch '3.1.x' into 3.2.x
2017-03-19 16:01:37 +01:00
Marc Alexander
948ce2d84f
Merge pull request #4578 from javiexin/ticket/14849
...
[ticket/14849] Add core.acp_extensions_run_action
2017-03-19 16:01:33 +01:00
Marc Alexander
9958a68c57
Merge branch '3.1.x' into 3.2.x
2017-03-19 15:53:08 +01:00
Marc Alexander
59396771e6
Merge pull request #4703 from javiexin/ticket/15011
...
[ticket/15011] All errors on metadata throw exceptions
2017-03-19 15:49:33 +01:00
rxu
22b8632426
[ticket/13558] Change options prefix and add settings precautions.
...
PHPBB3-13558
2017-03-19 14:32:53 +07:00
Marc Alexander
e4d253ce76
Merge branch '3.1.x' into 3.2.x
2017-03-19 00:01:34 +01:00
Marc Alexander
0f95e607ff
Merge pull request #4743 from rubencm/ticket/14820
...
[ticket/14820] Add style version in ACP
2017-03-19 00:01:30 +01:00
rxu
ac87784a11
[ticket/13558] Add smtp SSL context configuration options
...
PHPBB3-13558
2017-03-17 01:21:57 +07:00
Rubén Calvo
d10a5b67a1
[ticket/14820] Add style version in ACP
...
PHPBB3-14820
2017-03-16 00:00:50 +01:00
rxu
4826f7c1d3
[ticket/14806] Fix ACP test emails authentication failure
...
PHPBB3-14806
2017-03-11 17:06:26 +07:00
Marc Alexander
1edb0bd173
Merge pull request #4700 from DavidIQ/ticket/15089
...
[ticket/15089] Reverse the order of cookie secure radio buttons
2017-03-08 21:27:11 +01:00
javiexin
34e867c590
[ticket/15102] Missing parameter calling version_check
...
PHPBB3-15102
2017-02-24 00:25:04 +01:00
Marc Alexander
efe6bcf95a
Merge branch '3.1.x' into 3.2.x
2017-02-21 21:14:12 +01:00
Marc Alexander
896249f0e8
Merge pull request #4604 from rxu/ticket/13344
...
[ticket/13344] Add core event to acp/info/acp_logs.php
2017-02-21 21:10:35 +01:00
javiexin
cdca848018
[ticket/14849] Add core.acp_extensions_run_action
...
Rename event to core.acp_extensions_run_action_before
PHPBB-14849
2017-02-19 22:01:02 +01:00
javiexin
7f69580df3
Merge branch '3.1.x' into ticket/15011
2017-02-15 23:56:52 +01:00
javiexin
7646280d51
[ticket/15011] All errors on metadata throw exceptions
...
There is inconsistency in the way error are treated in metadata_manager.
Some method return false on error, others throw exception. With this,
the usage is homogeneus, and the uses of these are also adapted.
Using same ticket as it is the same issue, solved in a different way.
PHPBB3-15011
2017-02-15 23:51:08 +01:00
David Colón
e1910b9a0f
[ticket/15089] Reverse the order of cookie secure radio buttons
2017-02-12 22:26:40 -05:00
Marc Alexander
d81df55963
[ticket/14998] Point only to install dir from acp_update
...
PHPBB3-14998
2017-01-28 09:16:49 +01:00
Tristan Darricau
7c77e33313
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14968] Use earlier version as written in comment
[ticket/14968] Update docblock and ensure method returns array
[ticket/14968] Display possible upgrade on acp index and update page
[ticket/14968] Add method for retrieving updates on current branch
2017-01-22 23:15:26 +01:00
Marc Alexander
a620ce0713
[ticket/14968] Display possible upgrade on acp index and update page
...
PHPBB3-14968
2017-01-22 16:37:20 +01:00
Tristan Darricau
c4ee378456
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/11076] State current and minimum required versions in old PHP notice
2017-01-15 18:13:00 +01:00
Marc Alexander
cb44dbc8cb
[ticket/11076] State current and minimum required versions in old PHP notice
...
PHPBB3-11076
2017-01-15 15:32:55 +01:00
Tristan Darricau
4fd6b0fd88
Merge pull request #4632 from VSEphpbb/ticket/14989
...
[ticket/14989] Allow more admin-configurable schemes in post links
* VSEphpbb/ticket/14989:
[ticket/14989] Allow more admin-configurable schemes in post links
2017-01-15 12:36:26 +01:00
Matt Friedman
a3accfaf46
[ticket/14989] Allow more admin-configurable schemes in post links
...
PHPBB3-14989
2017-01-11 01:55:39 -08:00
Marc Alexander
e0eeea800c
[ticket/14961] Add cookie notice as enablable feature
...
Uses Insites cookieconsent v3.0.3:
https://cookieconsent.insites.com
PHPBB3-14961
2017-01-06 00:57:12 +01:00
rxu
3e5e8fd0e3
[ticket/13344] Add core event to acp/info/acp_logs.php
...
PHPBB3-13344
2017-01-01 23:38:01 +07:00
javiexin
d6771d6a7f
[ticket/14849] Add core.acp_extensions_run_action
...
Moved the event to a slightly modified position.
Added an extra variable to the event.
Additional event to be run after the execution of the action in ACP.
Added a new action to allow for extension execution control.
PHPBB-14849
2016-12-30 21:43:15 +01:00
Matt Friedman
e31c895774
[ticket/14945] Send bbcode flags in user sig previews
...
PHPBB3-14945
2016-12-28 09:18:35 -08:00
javiexin
aad13389ce
[ticket/14849] Add core.acp_extensions_run_action_after
...
Additional event to be run after the execution of the action in ACP.
Adding missing var as input to event.
PHPBB-14849
2016-12-16 20:40:28 +01:00
javiexin
620d033e06
[ticket/14849] Add core.acp_extensions_run_action_after
...
Additional event to be run after the execution of the action in ACP
PHPBB-14849
2016-12-16 15:05:22 +01:00
javiexin
aae6341989
[ticket/14849] Add core.acp_extensions_run_action
...
Moved the event to a slightly modified position to perform common
checks before calling the event, added an extra variable to allow
execution control, honor the extension modified value of u_action
(if any)
PHPBB-14849
2016-12-11 21:15:30 +01:00
Derky
a2793f24b1
[ticket/14901] Remove notice for extension without version check
...
Extensions without version check should not display a notice on the
details page in the ACP.
PHPBB3-14901
2016-12-09 20:03:00 +01:00
Marc Alexander
4c36ca4b85
[ticket/14900] Do not state missing cached version check means ext is invalid
...
Also fixed typo in code that was looming there for a while.
PHPBB3-14900
2016-12-08 21:17:50 +01:00
Marc Alexander
375e264a47
Merge pull request #3856 from Nicofuma/ticket/12610
...
[ticket/12610] Add command to check if the board is up to date.
2016-12-05 18:13:33 +01:00
Tristan Darricau
164a4190d5
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14888] Missing check for disabled profile field types
2016-12-04 10:31:32 +01:00
Tristan Darricau
533d2b90b8
Merge pull request #4555 from javiexin/ticket/14888
...
[ticket/14888] Missing check for disabled profile field types
* javiexin/ticket/14888:
[ticket/14888] Missing check for disabled profile field types
2016-12-04 10:31:29 +01:00
javiexin
99a99c5412
[ticket/14888] Missing check for disabled profile field types
...
Checks if a profile field type is enabled before using it.
PHPBB3-14888
2016-12-04 04:28:27 +01:00
Tristan Darricau
57915a8aaa
[ticket/12610] Correctly handle empty cache
...
PHPBB3-12610
2016-12-03 16:37:36 +01:00
Tristan Darricau
ab58bb8744
[ticket/12610] Ignor exception due to the version check in extensions list
...
PHPBB3-12610
2016-12-03 16:37:36 +01:00
Tristan Darricau
1f305e4025
[ticket/12610] Skip extensions with no update info
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
Tristan Darricau
8481bd4e18
[ticket/12610] Use exception_interface
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
Etienne Baroux
346f31a031
[ticket/12610] Add command to check if the board is up to date.
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
Marc Alexander
15f433f00f
[ticket/14492] Always update the time the stats were sent
...
PHPBB3-14492
2016-12-03 14:23:34 +01:00