Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [ticket/12692] Remove a not and swap the blocks in the corresponding if | Tristan Darricau | 2015-07-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
| * | | [ticket/12692] Update comments | Tristan Darricau | 2015-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
| * | | [ticket/12692] Fix coding style | Tristan Darricau | 2015-07-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
| * | | [ticket/12692] Use strict comparison in thumbnail:recreate | Tristan Darricau | 2015-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
| * | | [ticket/12692] Use !empty() instead of sizeof() | Tristan Darricau | 2015-07-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
| * | | [ticket/12692] Update doc blocks | Tristan Darricau | 2015-07-09 | 3 | -1/+7 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
| * | | [ticket/12692] Add a console command to manage the thumbnails | Tristan Darricau | 2015-07-09 | 3 | -0/+328 | |
| | | | | | | | | | | | | PHPBB3-12692 | |||||
* | | | [ticket/13986] Replaced hardcoded value | JoshyPHP | 2015-07-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | PHPBB3-13986 | |||||
* | | | [ticket/13986] Fixed resume data to carry through multiple runs | JoshyPHP | 2015-07-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Options restored from a previous execution should carry to the next resumed execution PHPBB3-13986 | |||||
* | | | [ticket/13986] Add --resume option to reparser CLI | JoshyPHP | 2015-07-17 | 1 | -41/+144 | |
| | | | | | | | | | | | | PHPBB3-13986 | |||||
* | | | Merge pull request #3776 from VSEphpbb/ticket/14033 | Tristan Darricau | 2015-07-17 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | [ticket/14033] Fix errors in docblocks | |||||
| * | | | [ticket/14033] Fix errors in docblocks | Matt Friedman | 2015-07-16 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | PHPBB3-14033 | |||||
* | | | [ticket/14034] Fix reparser names that contain "text_reparser" in the middle | JoshyPHP | 2015-07-17 | 2 | -4/+4 | |
|/ / | | | | | | | PHPBB3-14034 | |||||
* | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 1 | -5/+12 | |
| | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987 | |||||
* | | [ticket/13987] Add --dry-run option to reparser CLI | JoshyPHP | 2015-07-06 | 1 | -4/+11 | |
| | | | | | | | | PHPBB3-13987 | |||||
* | | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13891] Handle verbosity | Tristan Darricau | 2015-07-02 | 1 | -6/+20 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13891] Added elapsed/estimated time and memory to the progress bar | JoshyPHP | 2015-07-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | Also fixed some extra whitespace. PHPBB3-13891 | |||||
* | | [ticket/13891] Use the SymfonyStyle in the reparse command | Tristan Darricau | 2015-07-01 | 1 | -5/+34 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13891] Updated range description | JoshyPHP | 2015-06-30 | 1 | -6/+6 | |
| | | | | | | | | | | | | Does not count #0 as a potential record PHPBB3-13891 | |||||
* | | [ticket/13891] Added a progress bar | JoshyPHP | 2015-06-30 | 1 | -6/+20 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13891] Added command-line options | JoshyPHP | 2015-06-30 | 1 | -9/+34 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13891] Replaced ContainerBuilder with service_collection | JoshyPHP | 2015-06-30 | 2 | -12/+11 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13891] Added reparser:list and reparser:reparse to CLI | JoshyPHP | 2015-06-30 | 2 | -0/+176 | |
| | | | | | | | | PHPBB3-13891 | |||||
* | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -2/+6 | |
|/ | | | | | | | | | | | | | | | | * 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 | |||||
* | [ticket/13211] Move console migrator output handler back to console folder | Marc Alexander | 2014-10-25 | 2 | -1/+70 | |
| | | | | PHPBB3-13211 | |||||
* | [ticket/13211] Also use log wrapper output handler for console migrations | Marc Alexander | 2014-10-25 | 1 | -2/+6 | |
| | | | | PHPBB3-13211 | |||||
* | [ticket/13211] Move console migrator output handler to db folder | Marc Alexander | 2014-10-24 | 2 | -70/+1 | |
| | | | | PHPBB3-13211 | |||||
* | [ticket/13126] Add missing use statement | Tristan Darricau | 2014-10-22 | 1 | -0/+1 | |
| | | | | PHPBB3-13126 | |||||
* | [ticket/13126] Fix tests | Tristan Darricau | 2014-10-20 | 1 | -1/+0 | |
| | | | | PHPBB3-13126 | |||||
* | [ticket/13126] Change messages verbosity levels | Tristan Darricau | 2014-10-20 | 1 | -1/+1 | |
| | | | | PHPBB3-13126 | |||||
* | [ticket/13126] Move migrator_output_handler to an interface | Tristan Darricau | 2014-10-20 | 1 | -7/+4 | |
| | | | | PHPBB3-13126 | |||||
* | [ticket/13126] Extends migrator_output_handler instead of using a closure | Tristan Darricau | 2014-10-16 | 2 | -23/+73 | |
| | | | | PHPBB3-13126 | |||||
* | [ticket/13126] Improve the feedback when running the migrations | Tristan Darricau | 2014-10-14 | 1 | -32/+24 | |
| | | | | PHPBB3-13126 | |||||
* | [ticket/12368] Always clean the cache prior to run the migrations | Tristan Darricau | 2014-10-05 | 1 | -0/+2 | |
| | | | | PHPBB3-12368 | |||||
* | [ticket/12657] Add a test file for base case | LEZY Thomas | 2014-09-19 | 1 | -2/+2 | |
| | | | | PHPBB3-12657 | |||||
* | [ticket/12963] Revert back to "migrations" folder name for extensions | Joas Schilling | 2014-09-18 | 1 | -8/+0 | |
| | | | | | | The issues that can be created with the name change are just too much PHPBB3-12963 | |||||
* | [ticket/12963] Edit deprecation message | Tristan Darricau | 2014-09-16 | 1 | -1/+1 | |
| | | | | PHPBB3-12963 | |||||
* | [ticket/12963] Load extensions migrations from /migration | Tristan Darricau | 2014-09-10 | 1 | -0/+9 | |
| | | | | PHPBB3-12963 | |||||
* | [ticket/13003] Add missing language keys | Mario Skouat | 2014-08-21 | 1 | -4/+4 | |
| | | | | PHPBB3-13003 | |||||
* | Merge pull request #2793 from n-aleha/ticket/12909 | Andreas Fischer | 2014-08-03 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | [ticket/12909] Use correct lang vars in cli extension enable * n-aleha/ticket/12909: [ticket/12909] Use correct lang vars in cli extension enable | |||||
| * | [ticket/12909] Use correct lang vars in cli extension enable | n-aleha | 2014-08-03 | 1 | -2/+2 | |
| | | | | | | | | PHPBB3-12909 | |||||
* | | [ticket/12908] Fix operator typo in increment.php | n-aleha | 2014-08-03 | 1 | -1/+1 | |
|/ | | | | PHPBB3-12908 | |||||
* | Merge pull request #2780 from Nicofuma/ticket/12870 | Andreas Fischer | 2014-07-28 | 1 | -0/+2 | |
|\ | | | | | | | | | | | | | | | | | | | [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 | |||||
| * | [ticket/12870] Create the migrations table with a method in the migrator | Tristan Darricau | 2014-07-27 | 1 | -25/+2 | |
| | | | | | | | | PHPBB3-12870 | |||||
| * | [ticket/12870] Create the migrations table in db:migrate | Tristan Darricau | 2014-07-26 | 1 | -1/+26 | |
| | | | | | | | | PHPBB3-12870 | |||||
* | | [ticket/12656] Fix typo | Dhruv | 2014-07-24 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-12656 | |||||
* | | [ticket/12656] Use lang keys for all CLI strings | Dhruv | 2014-07-23 | 10 | -31/+31 | |
| | | | | | | | | PHPBB3-12656 | |||||
* | | [ticket/12656] Use lang keys for CLI command descriptions | Dhruv | 2014-07-23 | 13 | -13/+13 | |
|/ | | | | PHPBB3-12656 | |||||
* | [ticket/12656] Pass user object into all console commands. | Andreas Fischer | 2014-07-17 | 9 | -35/+32 | |
| | | | | PHPBB3-12656 |