Tristan Darricau
c36ac7703a
Merge branch '3.2.x'
...
* 3.2.x: (47 commits)
[ticket/14492] Add user service to installer & only instantiate if needed
[ticket/14492] Fix redirection to help phpBB page
[ticket/14492] Encode URI components in systemdata for stats
[ticket/14492] Always update the time the stats were sent
[ticket/14492] Update versions in files
[ticket/14492] Add missing event variable
[ticket/14492] Don't explicitly pass data providers by refs
[ticket/14492] Update phpBB version and fix miscellaneous code issues
[ticket/14492] Install all extensions if 'all' is specified for extensions
[ticket/14492] Checkout master if viglink tag does not exist for latest version
[ticket/14492] Add language variables for updating extensions
[ticket/14492] Prevent timeouts in install & update extensions tasks
[ticket/14492] Use same list for checking if extension should be updated
[ticket/14492] Add missing config to schema_data.sql
[ticket/14492] Unify version check for installing default extensions
[ticket/14492] Use extension manager instead of finder and add try/catch
[ticket/14492] Checkout viglink for each version depending on tags
[ticket/14492] Remove unused use statement
[ticket/14492] Redirect to help phpBB page after installation
[ticket/14492] Properly retrieve version updating from
...
2016-12-03 14:42:32 +01:00
Marc Alexander
c54838b25f
[ticket/14492] Update versions in files
...
PHPBB3-14492
2016-12-03 14:23:34 +01:00
Marc Alexander
ffe900c72d
[ticket/14492] Define extensions to install in config not via cli argument
...
PHPBB3-14492
2016-12-03 14:23:34 +01:00
Marc Alexander
c07ecb060d
[ticket/14492] Add events for modifying help phpBB page
...
PHPBB3-14492
2016-12-03 14:20:28 +01:00
Jakub Senko
255368843c
[ticket/14522] Add ucp_register_buttons_before
...
PHPBB3-14522
2016-11-21 16:45:56 +01:00
Jakub Senko
8e3a38e80d
[ticket/14520] Add ucp_pm_viewmessage_options_before
...
PHPBB3-14520
2016-11-20 19:02:06 +01:00
Jakub Senko
34cfa5f885
[ticket/14390] Add ucp_main_front_user_activity_append/prepend
...
PHPBB3-14390
2016-11-20 18:53:59 +01:00
Marc Alexander
7aba483d61
Merge branch '3.2.x'
2016-11-20 09:46:37 +01:00
Marc Alexander
8f19d16b2a
Merge branch '3.1.x' into 3.2.x
2016-11-20 09:46:32 +01:00
Marc Alexander
16c3b40b4e
Merge pull request #4519 from michaelcullum/ticket/14872
...
[ticket/14872] Remove sizeof/count restriction
2016-11-20 09:46:27 +01:00
Michael Cullum
ad4889be4b
[ticket/14872] Remove sizeof/count restriction
...
PHPBB3-14872
2016-11-19 22:11:09 -05:00
Marc Alexander
82960414f7
Merge branch '3.2.x'
2016-11-17 09:56:59 +01:00
Jakub Senko
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
Marc Alexander
a2953cb10c
Merge branch 'ticket/security-181' into ticket/security-181-rhea
2016-11-13 12:29:28 +01:00
Marc Alexander
44dd1ef984
[ticket/security-181] Update INSTALL.html to ask for more secure apache config
...
SECURITY-181
2016-11-13 12:26:35 +01:00
Marc Alexander
7ba9b06881
[ticket/security-181] Port .htaccess changes to other webserver types
...
SECURITY-181
2016-11-13 11:50:23 +01:00
Marc Alexander
221a8beb07
Merge branch '3.2.x'
2016-11-12 17:14:42 +01:00
Marc Alexander
4a1e5df654
Merge branch '3.1.x' into 3.2.x
2016-11-12 17:14:39 +01:00
Marc Alexander
c77798b1a3
Merge pull request #4496 from senky/ticket/14848
...
[ticket/14848] Add acp_ext_list_disabled/enabled_title_after
2016-11-12 17:14:35 +01:00
Marc Alexander
0759b591fb
Merge branch '3.2.x'
2016-11-12 13:47:46 +01:00
Marc Alexander
dd561ec275
Merge branch '3.1.x' into 3.2.x
2016-11-12 13:47:42 +01:00
Joas Schilling
c9ea560c63
[ticket/14788] Farewell
...
PHPBB3-14788
2016-11-12 12:12:01 +01:00
Jakub Senko
2f6a258175
[ticket/14848] Add acp_ext_list_disabled/enabled_title_after
...
PHPBB3-14848
2016-11-02 10:03:11 +01:00
Marc Alexander
773099d761
Merge branch '3.2.x'
2016-10-24 18:21:19 +02:00
Marc Alexander
52b1a9d4fa
Merge branch '3.1.x' into 3.2.x
2016-10-24 18:21:17 +02:00
rxu
98a6133c1e
[ticket/14808] Add template event overall_header_searchbox_after
...
PHPBB3-14808
2016-10-04 16:58:51 +07:00
Tristan Darricau
10ae96c9b6
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/14786] Add mcp_forum_actions_before/after events
2016-10-02 18:13:13 +02:00
Tristan Darricau
b28fe0a7fa
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14786] Add mcp_forum_actions_before/after events
2016-10-02 18:12:53 +02:00
Jakub Senko
f66ca6a9cc
[ticket/14786] Add mcp_forum_actions_before/after events
...
PHPBB3-14786
2016-09-26 11:13:11 +02:00
Tristan Darricau
c4812a2d83
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
2016-09-25 17:26:32 +02:00
Tristan Darricau
ef755ffd38
Merge pull request #4463 from marc1706/ticket/14797
...
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
* marc1706/ticket/14797:
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
2016-09-25 17:22:26 +02:00
Tristan Darricau
a713f5159a
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
2016-09-25 17:19:18 +02:00
Tristan Darricau
de2c70127f
Merge pull request #4265 from Senky/ticket/10809
...
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
2016-09-25 17:19:13 +02:00
Marc Alexander
9e52ed9af1
[ticket/14797] Support PHP 7.1 and clearly state support for latest versions
...
PHPBB3-14797
2016-09-25 12:54:01 +02:00
Marc Alexander
e2431502d1
Merge branch '3.2.x'
2016-09-24 21:45:36 +02:00
Marc Alexander
164f0e031d
Merge branch '3.1.x' into 3.2.x
2016-09-24 21:45:17 +02:00
Marc Alexander
7d73d1ff83
[prep-release-3.1.10] Add changelog for 3.1.10-RC1
2016-09-24 14:57:23 +02:00
Marc Alexander
531d23935a
Merge branch '3.2.x'
2016-09-24 13:04:27 +02:00
Marc Alexander
187c6df18a
Merge branch '3.1.x' into 3.2.x
2016-09-24 13:04:24 +02:00
GerB
90e9d5c462
[ticket/14785] Add template event overall_header_headerbar_after/before
...
PHPBB3-14785
2016-09-24 11:04:23 +02:00
Marc Alexander
f79aabb866
Merge branch '3.2.x'
2016-09-24 09:36:08 +02:00
Marc Alexander
dcc7118c0d
Merge pull request #4460 from marc1706/ticket/14784
...
[ticket/14784] missing rewrite for lighttpd
2016-09-24 09:36:04 +02:00
Tobi Schäfer
537dca0892
[ticket/14784] missing rewrite for lighttpd
...
PHPBB3-14784
2016-09-24 08:21:27 +02:00
Tristan Darricau
b12ab19ecd
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/14788] Update CREDITS.txt
2016-09-18 13:28:42 +02:00
Tristan Darricau
47d2f34a1b
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14788] Update CREDITS.txt
2016-09-18 13:28:39 +02:00
Marc Alexander
0d3ca3883e
[ticket/14788] Update CREDITS.txt
...
PHPBB3-14788
2016-09-18 12:16:44 +02:00
Marc Alexander
53d96f66e5
Merge branch '3.2.x'
2016-09-14 20:51:42 +02:00
Marc Alexander
142f937354
Merge branch '3.1.x' into 3.2.x
2016-09-14 20:51:13 +02:00
Marc Alexander
70aa4407d3
Merge remote-tracking branch 'VSEphpbb/ticket/14783' into 3.1.x
2016-09-14 20:49:13 +02:00
Matt Friedman
5503c09cd5
[ticket/14783] Add template event before custom BBCodes in ACP
...
PHPBB3-14783
2016-09-14 10:37:27 -07:00