Tristan Darricau
a0258ae25c
Merge pull request #3514 from CHItA/ticket/13740
...
[ticket/13740] Refactoring installer
* CHItA/ticket/13740: (75 commits)
[ticket/13740] Reduce number of references in nav provider
[ticket/13740] Move handle_language_select calls to the controllers
[ticket/13740] Fix infinite config.php check loop
[ticket/13740] Move default data settings out of constructors
[ticket/13740] Deduplicate container builder's checks
[ticket/13740] Use JSON for installer config
[ticket/13740] Fix comment
[ticket/13740] Use language service in console application
[ticket/13740] Fix CS in compatibilty_globals.php
[ticket/13740] Fix message element creation in JS
[ticket/13740] Replace more spaces with tabs
[ticket/13740] Fix CS
[ticket/13740] Filter basic directory change attempts in lang change
[ticket/13740] Use tabs instead of spaces in JS file
[ticket/13740] Add success message when install finished
[ticket/13740] Fix $script_path in obtain_data
[ticket/13740] Fix is_phpbb_installed() method
[ticket/13740] Login admin when install finished
[ticket/13740] Enhance server output buffer bypass
[ticket/13740] Secure installer config against corrupted config data
...
2015-07-27 11:24:43 +02:00
Mate Bartus
11dfe503aa
[ticket/13740] Reduce number of references in nav provider
...
PHPBB3-13740
2015-07-26 23:00:40 +02:00
Mate Bartus
495c0c6fb3
[ticket/13740] Move handle_language_select calls to the controllers
...
PHPBB3-13740
2015-07-26 22:20:32 +02:00
Mate Bartus
f7641cd506
[ticket/13740] Fix infinite config.php check loop
...
PHPBB3-13740
2015-07-25 15:41:10 +02:00
Mate Bartus
0befa9f109
[ticket/13740] Move default data settings out of constructors
...
PHPBB3-13740
2015-07-25 14:44:39 +02:00
Mate Bartus
e8e9193690
[ticket/13740] Deduplicate container builder's checks
...
PHPBB3-13740
2015-07-25 14:43:54 +02:00
Mate Bartus
723337d2f6
[ticket/13740] Use JSON for installer config
...
PHPBB3-13740
2015-07-25 14:42:37 +02:00
Mate Bartus
04186e8498
[ticket/13740] Fix comment
...
PHPBB3-13740
2015-07-25 14:42:17 +02:00
Mate Bartus
be7e1ba7a0
[ticket/13740] Use language service in console application
...
PHPBB3-13740
2015-07-24 18:05:10 +02:00
Mate Bartus
22786a5b6f
[ticket/13740] Fix CS
...
PHPBB3-13740
2015-07-24 02:37:00 +02:00
Mate Bartus
cb593c0e04
[ticket/13740] Filter basic directory change attempts in lang change
...
PHPBB3-13740
2015-07-24 00:04:40 +02:00
Mate Bartus
3840882b93
[ticket/13740] Add success message when install finished
...
PHPBB3-13740
2015-07-23 23:35:20 +02:00
Mate Bartus
115029b601
[ticket/13740] Fix $script_path in obtain_data
...
PHPBB3-13740
2015-07-23 23:23:06 +02:00
Mate Bartus
e08f134112
[ticket/13740] Fix is_phpbb_installed() method
...
PHPBB3-13740
2015-07-23 22:55:31 +02:00
Mate Bartus
fbd5929606
[ticket/13740] Login admin when install finished
...
PHPBB3-13740
2015-07-23 20:50:33 +02:00
Mate Bartus
dd31020fb3
[ticket/13740] Enhance server output buffer bypass
...
PHPBB3-13740
2015-07-23 16:43:20 +02:00
Mate Bartus
98d9d92aa7
[ticket/13740] Secure installer config against corrupted config data
...
PHPBB3-13740
2015-07-23 04:27:31 +02:00
Mate Bartus
3356130ce2
[ticket/13740] Separate new installer style templates
...
PHPBB3-13740
2015-07-22 12:43:17 +02:00
Tristan Darricau
e1cbe73538
Merge pull request #3781 from Elsensee/ticket/8708-2
...
[ticket/8708] Add extra permission for posting global announcements
* Elsensee/ticket/8708-2:
[ticket/8708] Apply permission 'f_announce_global'
[ticket/8708] Add f_announce_global permission
2015-07-22 11:30:50 +02:00
Mate Bartus
0c49b88dde
[ticket/13740] Fix CS
...
PHPBB3-13740
2015-07-22 04:01:52 +02:00
Mate Bartus
97d08d6f56
[ticket/13740] Allow language change in the installer
...
PHPBB3-13740
2015-07-22 03:16:16 +02:00
Mate Bartus
136ec8d7e2
[ticket/13740] Keep keys when sorting navigation
...
PHPBB3-13740
2015-07-21 15:53:26 +02:00
Mate Bartus
3d4f21c1f8
[ticket/13740] Check navigation requirements
...
PHPBB3-13740
2015-07-21 15:13:54 +02:00
Mate Bartus
3a3dd94145
[ticket/13740] Remove default config CLI command
...
PHPBB3-13740
2015-07-21 15:06:15 +02:00
Mate Bartus
b2b9fb1df2
[ticket/13740] Fix CS and docblocks
...
PHPBB3-13740
2015-07-21 14:42:15 +02:00
Mate Bartus
0488c49116
[ticket/13740] Exit from installation if phpBB is already installed
...
PHPBB3-13740
2015-07-20 19:26:07 +02:00
Mate Bartus
6216007caa
[ticket/13740] Fix docblocks and comments
...
PHPBB3-13740
2015-07-20 18:47:10 +02:00
Mate Bartus
88bf1d7f58
[ticket/13740] Clean up install config file when installation has finished
...
PHPBB3-13740
2015-07-20 18:22:53 +02:00
Tristan Darricau
b39b5d9e56
Merge pull request #3745 from s9e/ticket/13986
...
[ticket/13986] Add --resume option to reparser CLI
* s9e/ticket/13986:
[ticket/13986] Replaced hardcoded value
[ticket/13986] Fixed resume data to carry through multiple runs
[ticket/13986] Add --resume option to reparser CLI
2015-07-19 22:42:03 +02:00
Oliver Schramm
df56b2ed36
[ticket/8708] Add f_announce_global permission
...
PHPBB3-8708
2015-07-19 21:26:47 +02:00
JoshyPHP
c8e209a2de
[ticket/13986] Replaced hardcoded value
...
PHPBB3-13986
2015-07-17 16:52:52 +02:00
JoshyPHP
9274bc4e32
[ticket/13986] Fixed resume data to carry through multiple runs
...
Options restored from a previous execution should carry to the
next resumed execution
PHPBB3-13986
2015-07-17 14:02:19 +02:00
Marc Alexander
12f85a6a89
Merge branch '3.1.x'
2015-07-17 13:35:34 +02:00
Marc Alexander
100fd39c5e
Merge pull request #3593 from satanasov/ticket/13817
...
[ticket/13817] Add core.update_session event
2015-07-17 13:35:15 +02:00
JoshyPHP
903f100c51
[ticket/13986] Add --resume option to reparser CLI
...
PHPBB3-13986
2015-07-17 11:53:28 +02:00
Tristan Darricau
04a8c3c0a4
Merge pull request #3776 from VSEphpbb/ticket/14033
...
[ticket/14033] Fix errors in docblocks
2015-07-17 09:50:15 +02:00
JoshyPHP
e7763cd273
[ticket/14034] Fix reparser names that contain "text_reparser" in the middle
...
PHPBB3-14034
2015-07-17 08:26:14 +02:00
Matt Friedman
af7872473d
[ticket/14033] Fix errors in docblocks
...
PHPBB3-14033
2015-07-16 22:52:25 -07:00
Marc Alexander
f1df8e2688
Merge branch '3.1.x'
2015-07-15 13:44:24 +02:00
Marc Alexander
3768f7f2b8
Merge pull request #3737 from javiexin/ticket/13980
...
[ticket/13980] Uploaded avatar not removed when new is uploaded
2015-07-15 13:44:19 +02:00
Mate Bartus
c5c98b7ca2
[ticket/13740] Implement navigation sorting
...
PHPBB3-13740
2015-07-14 23:14:35 +02:00
Máté Bartus
1127f8bbf8
Merge pull request #3751 from Nicofuma/ticket/11444
...
[ticket/11444] Moving the in-board notifications to a method class
2015-07-14 12:19:52 +02:00
Tristan Darricau
da0897323b
Merge pull request #3758 from s9e/ticket/14008
...
[ticket/14008] Do not add a user_id value to quotes from guests
2015-07-13 23:03:44 +02:00
Tristan Darricau
c1deeab318
[ticket/11444] Fix services definition
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
Tristan Darricau
fc34057f28
[ticket/11444] Update tests and cleanup types/methods
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
Tristan Darricau
f29b12e353
[ticket/11444] Cleanup method constructors
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
Tristan Darricau
06077d9970
[ticket/11444] BC layer
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
Nicofuma
be0d4e20d4
[ticket/11444] Moving the in-board notifications to a method class
...
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
2015-07-13 22:41:13 +02:00
JoshyPHP
675cf5e897
[ticket/14008] Do not add a user_id value to quotes from guests
...
PHPBB3-14008
2015-07-13 16:08:57 +02:00
JoshyPHP
ca671708cb
[ticket/14000] Added support for emoji
...
PHPBB3-14000
2015-07-12 18:55:23 +02:00