| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 3 | -5/+15 |
* | Merge pull request #3857 from Nicofuma/ticket/14124 | Marc Alexander | 2015-10-07 | 1 | -4/+3 |
|\ |
|
| * | [ticket/14124] Migrate cron:run exceptions | Tristan Darricau | 2015-08-25 | 1 | -4/+3 |
* | | [ticket/14162] Add CLI command db:list | Zoddo | 2015-09-20 | 1 | -0/+73 |
* | | [ticket/14162] Add CLI command db:revert | Zoddo | 2015-09-20 | 3 | -35/+141 |
* | | Merge branch '3.1.x' | Tristan Darricau | 2015-09-02 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | [ticket/14123] Remove redundant help messages | Matt Friedman | 2015-08-28 | 14 | -14/+0 |
| * | [ticket/14123] Add descriptive help to the CLI help output | Matt Friedman | 2015-08-23 | 15 | -0/+15 |
* | | Merge remote-tracking branch 'Nicofuma/ticket/12692' | Marc Alexander | 2015-08-07 | 3 | -0/+454 |
|\ \ |
|
| * | | [ticket/12692] Fix tests and update style | Tristan Darricau | 2015-08-06 | 3 | -46/+86 |
| * | | [ticket/12692] Cleanup language file | Tristan Darricau | 2015-07-09 | 3 | -8/+8 |
| * | | [ticket/12692] Fix languages files | Tristan Darricau | 2015-07-09 | 2 | -4/+2 |
| * | | [ticket/12692] Add output | Tristan Darricau | 2015-07-09 | 3 | -0/+63 |
| * | | [ticket/12692] Move the language strings to cli.php | Tristan Darricau | 2015-07-09 | 3 | -32/+17 |
| * | | [ticket/12692] Update the database regularly | Tristan Darricau | 2015-07-09 | 2 | -8/+42 |
| * | | [ticket/12692] Cast the ids to int | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| * | | [ticket/12692] Remove a not and swap the blocks in the corresponding if | Tristan Darricau | 2015-07-09 | 1 | -4/+4 |
| * | | [ticket/12692] Update comments | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| * | | [ticket/12692] Fix coding style | Tristan Darricau | 2015-07-09 | 2 | -2/+2 |
| * | | [ticket/12692] Use strict comparison in thumbnail:recreate | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| * | | [ticket/12692] Use !empty() instead of sizeof() | Tristan Darricau | 2015-07-09 | 2 | -2/+2 |
| * | | [ticket/12692] Update doc blocks | Tristan Darricau | 2015-07-09 | 3 | -1/+7 |
| * | | [ticket/12692] Add a console command to manage the thumbnails | Tristan Darricau | 2015-07-09 | 3 | -0/+328 |
* | | | [ticket/13986] Replaced hardcoded value | JoshyPHP | 2015-07-17 | 1 | -1/+1 |
* | | | [ticket/13986] Fixed resume data to carry through multiple runs | JoshyPHP | 2015-07-17 | 1 | -2/+2 |
* | | | [ticket/13986] Add --resume option to reparser CLI | JoshyPHP | 2015-07-17 | 1 | -41/+144 |
* | | | Merge pull request #3776 from VSEphpbb/ticket/14033 | Tristan Darricau | 2015-07-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ticket/14033] Fix errors in docblocks | Matt Friedman | 2015-07-16 | 1 | -1/+1 |
| |/ / |
|
* | | | [ticket/14034] Fix reparser names that contain "text_reparser" in the middle | JoshyPHP | 2015-07-17 | 2 | -4/+4 |
|/ / |
|
* | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 1 | -5/+12 |
* | | [ticket/13987] Add --dry-run option to reparser CLI | JoshyPHP | 2015-07-06 | 1 | -4/+11 |
* | | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 |
* | | [ticket/13891] Handle verbosity | Tristan Darricau | 2015-07-02 | 1 | -6/+20 |
* | | [ticket/13891] Added elapsed/estimated time and memory to the progress bar | JoshyPHP | 2015-07-02 | 1 | -3/+3 |
* | | [ticket/13891] Use the SymfonyStyle in the reparse command | Tristan Darricau | 2015-07-01 | 1 | -5/+34 |
* | | [ticket/13891] Updated range description | JoshyPHP | 2015-06-30 | 1 | -6/+6 |
* | | [ticket/13891] Added a progress bar | JoshyPHP | 2015-06-30 | 1 | -6/+20 |
* | | [ticket/13891] Added command-line options | JoshyPHP | 2015-06-30 | 1 | -9/+34 |
* | | [ticket/13891] Replaced ContainerBuilder with service_collection | JoshyPHP | 2015-06-30 | 2 | -12/+11 |
* | | [ticket/13891] Added reparser:list and reparser:reparse to CLI | JoshyPHP | 2015-06-30 | 2 | -0/+176 |
* | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -2/+6 |
|/ |
|
* | [ticket/13211] Move console migrator output handler back to console folder | Marc Alexander | 2014-10-25 | 2 | -1/+70 |
* | [ticket/13211] Also use log wrapper output handler for console migrations | Marc Alexander | 2014-10-25 | 1 | -2/+6 |
* | [ticket/13211] Move console migrator output handler to db folder | Marc Alexander | 2014-10-24 | 2 | -70/+1 |
* | [ticket/13126] Add missing use statement | Tristan Darricau | 2014-10-22 | 1 | -0/+1 |
* | [ticket/13126] Fix tests | Tristan Darricau | 2014-10-20 | 1 | -1/+0 |
* | [ticket/13126] Change messages verbosity levels | Tristan Darricau | 2014-10-20 | 1 | -1/+1 |
* | [ticket/13126] Move migrator_output_handler to an interface | Tristan Darricau | 2014-10-20 | 1 | -7/+4 |
* | [ticket/13126] Extends migrator_output_handler instead of using a closure | Tristan Darricau | 2014-10-16 | 2 | -23/+73 |
* | [ticket/13126] Improve the feedback when running the migrations | Tristan Darricau | 2014-10-14 | 1 | -32/+24 |