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
be7e1ba7a0
[ticket/13740] Use language service in console application
...
PHPBB3-13740
2015-07-24 18:05:10 +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
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
Tristan Darricau
06f4ebce1b
[ticket/13740] CLI installer and fixes
...
[ci skip]
PHPBB3-13740
2015-07-08 01:28:08 +02:00
JoshyPHP
cf4cdcda58
[ticket/13987] Replaced optional parameter with explicit API
...
Added disable_save() and enable_save() to toggle a dry run
PHPBB3-13987
2015-07-06 23:45:38 +02:00
JoshyPHP
7ccb638912
[ticket/13987] Add --dry-run option to reparser CLI
...
PHPBB3-13987
2015-07-06 23:45:20 +02:00
Tristan Darricau
b251d98314
[ticket/13891] Fix CS
...
PHPBB3-13891
2015-07-02 15:26:49 +02:00
Tristan Darricau
5970d0360c
[ticket/13891] Handle verbosity
...
PHPBB3-13891
2015-07-02 13:40:02 +02:00
JoshyPHP
dd131d7439
[ticket/13891] Added elapsed/estimated time and memory to the progress bar
...
Also fixed some extra whitespace.
PHPBB3-13891
2015-07-02 12:22:51 +02:00
Tristan Darricau
6b68544483
[ticket/13891] Use the SymfonyStyle in the reparse command
...
PHPBB3-13891
2015-07-01 15:49:32 +02:00
JoshyPHP
c7f10ec4d4
[ticket/13891] Updated range description
...
Does not count #0 as a potential record
PHPBB3-13891
2015-06-30 10:32:00 +02:00
JoshyPHP
6de5e5cc36
[ticket/13891] Added a progress bar
...
PHPBB3-13891
2015-06-30 10:32:00 +02:00
JoshyPHP
fadb192c57
[ticket/13891] Added command-line options
...
PHPBB3-13891
2015-06-30 10:32:00 +02:00
JoshyPHP
119f90e363
[ticket/13891] Replaced ContainerBuilder with service_collection
...
PHPBB3-13891
2015-06-30 10:31:58 +02:00
JoshyPHP
615ab099e2
[ticket/13891] Added reparser:list and reparser:reparse to CLI
...
PHPBB3-13891
2015-06-30 10:31:28 +02:00
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
Marc Alexander
078e0c1e44
[ticket/13211] Move console migrator output handler back to console folder
...
PHPBB3-13211
2014-10-25 12:03:13 -07:00
Marc Alexander
8443463006
[ticket/13211] Also use log wrapper output handler for console migrations
...
PHPBB3-13211
2014-10-25 11:55:15 -07:00
Marc Alexander
b27b9a6984
[ticket/13211] Move console migrator output handler to db folder
...
PHPBB3-13211
2014-10-24 13:33:26 -07:00
Tristan Darricau
fdece6cdf3
[ticket/13126] Add missing use statement
...
PHPBB3-13126
2014-10-22 15:25:50 +02:00
Tristan Darricau
981d3005f3
[ticket/13126] Fix tests
...
PHPBB3-13126
2014-10-20 20:46:11 +02:00
Tristan Darricau
faf4b03c43
[ticket/13126] Change messages verbosity levels
...
PHPBB3-13126
2014-10-20 19:42:54 +02:00
Tristan Darricau
8f6fcd2744
[ticket/13126] Move migrator_output_handler to an interface
...
PHPBB3-13126
2014-10-20 19:41:32 +02:00
Tristan Darricau
58075e25e8
[ticket/13126] Extends migrator_output_handler instead of using a closure
...
PHPBB3-13126
2014-10-16 01:34:23 +02:00
Tristan Darricau
56d7c2c6ed
[ticket/13126] Improve the feedback when running the migrations
...
PHPBB3-13126
2014-10-14 17:58:29 +02:00
Tristan Darricau
bda6879305
[ticket/12368] Always clean the cache prior to run the migrations
...
PHPBB3-12368
2014-10-05 12:25:14 +02:00
LEZY Thomas
4a76763a8a
[ticket/12657] Add a test file for base case
...
PHPBB3-12657
2014-09-19 11:09:29 +02:00
Joas Schilling
c220fa89a1
[ticket/12963] Revert back to "migrations" folder name for extensions
...
The issues that can be created with the name change are just too much
PHPBB3-12963
2014-09-18 10:45:08 +02:00
Tristan Darricau
8b16d31413
[ticket/12963] Edit deprecation message
...
PHPBB3-12963
2014-09-16 20:18:10 +02:00
Tristan Darricau
72ee4b3a7c
[ticket/12963] Load extensions migrations from /migration
...
PHPBB3-12963
2014-09-10 19:21:57 +02:00
Mario Skouat
923a818e37
[ticket/13003] Add missing language keys
...
PHPBB3-13003
2014-08-21 19:37:03 +02:00
Andreas Fischer
7beef6e142
Merge pull request #2793 from n-aleha/ticket/12909
...
[ticket/12909] Use correct lang vars in cli extension enable
* n-aleha/ticket/12909:
[ticket/12909] Use correct lang vars in cli extension enable
2014-08-03 17:52:24 +02:00
n-aleha
752363b435
[ticket/12909] Use correct lang vars in cli extension enable
...
PHPBB3-12909
2014-08-03 09:53:18 +03:00
n-aleha
cf93b7e367
[ticket/12908] Fix operator typo in increment.php
...
PHPBB3-12908
2014-08-03 08:34:25 +03:00
Andreas Fischer
e992eab4c3
Merge pull request #2780 from Nicofuma/ticket/12870
...
[ticket/12870] phpbbcli.php db:migrate can not update from 3.0.12 to 3.1
* Nicofuma/ticket/12870:
[ticket/12870] Add doc block
[ticket/12870] Create the migrations table with a method in the migrator
[ticket/12870] Add $config['version'] in phpbb_extension_manager_test
[ticket/12870] Create the migrations table in db:migrate
2014-07-28 18:13:44 +02:00
Tristan Darricau
a8e81b6e9f
[ticket/12870] Create the migrations table with a method in the migrator
...
PHPBB3-12870
2014-07-27 11:08:13 +02:00
Tristan Darricau
8b8e09f4d5
[ticket/12870] Create the migrations table in db:migrate
...
PHPBB3-12870
2014-07-26 11:50:28 +02:00
Dhruv
6531856108
[ticket/12656] Fix typo
...
PHPBB3-12656
2014-07-24 01:12:40 +05:30
Dhruv
c81438e1f8
[ticket/12656] Use lang keys for all CLI strings
...
PHPBB3-12656
2014-07-23 01:23:44 +05:30
Dhruv
4092b63be3
[ticket/12656] Use lang keys for CLI command descriptions
...
PHPBB3-12656
2014-07-23 00:35:09 +05:30
Andreas Fischer
07ce29c081
[ticket/12656] Pass user object into all console commands.
...
PHPBB3-12656
2014-07-17 20:37:24 +02:00
Carlo
7cffedf5e3
[ticket/12685] Override getDefaultInputDefinition()
...
PHPBB3-12685
2014-07-15 16:07:52 +02:00
Carlo
3eafeeb88d
[ticket/12685] Removed unused USE statement
...
PHPBB3-12685
2014-07-15 13:31:34 +02:00
Carlo
15136e4f8e
[ticket/12685] Inject console.command_collection instead of the container
...
PHPBB3-12685
2014-07-15 11:36:51 +02:00
Carlo
0f41a8fc31
[ticket/12685] Removed spaces
...
PHPBB3-12685
2014-07-15 10:21:23 +02:00