| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/15298] Never suppress exception trace when using CLI | Tristan Darricau | 2017-09-10 | 1 | -1/+0 |
| | | | | | PHPBB3-15298 | ||||
| * | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+9 |
| | | | | | PHPBB3-15238 | ||||
| * | Merge branch 'ticket/15219' into ticket/15219-rhea | Marc Alexander | 2017-06-03 | 1 | -0/+12 |
| | | |||||
| * | [ticket/14895] Fix issues in CLI classes | Matt Friedman | 2016-12-08 | 1 | -9/+1 |
| | | | | | PHPBB3-14895 | ||||
| * | [ticket/12610] Use Symfony style guide | Tristan Darricau | 2016-12-04 | 1 | -0/+1 |
| | | | | | PHPBB3-12610 | ||||
| * | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 1 | -3/+3 |
| | | | | | PHPBB3-12610 | ||||
| * | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -0/+9 |
| | | | | | PHPBB3-12610 | ||||
| * | [ticket/14561] Use the user loader where appropriate | Matt Friedman | 2016-03-31 | 1 | -0/+2 |
| | | | | | PHPBB3-14561 | ||||
| * | [ticket/14561] Reclean usernames command | Matt Friedman | 2016-03-31 | 1 | -0/+9 |
| | | | | | PHPBB3-14561 | ||||
| * | [ticket/14561] User activate command | Matt Friedman | 2016-03-31 | 1 | -0/+14 |
| | | | | | PHPBB3-14561 | ||||
| * | [ticket/14561] User delete command | Matt Friedman | 2016-03-31 | 1 | -0/+12 |
| | | | | | PHPBB3-14561 | ||||
| * | [ticket/12684] Update to use non-deprecated methods | Matt Friedman | 2016-02-29 | 1 | -12/+13 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Updates for 3.2 API | Matt Friedman | 2016-02-29 | 1 | -0/+2 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Fix merge errors | Matt Friedman | 2016-02-29 | 1 | -0/+10 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/14359] Fix console.command.reparser.reparse service definition | Tristan Darricau | 2015-12-14 | 1 | -1/+1 |
| | | | | | PHPBB3-14359 | ||||
| * | [ticket/14247] Use quotes around @ and % strings in YAML | Matt Friedman | 2015-12-07 | 1 | -77/+77 |
| | | | | | PHPBB3-14247 | ||||
| * | [ticket/14257] Add text_reparser manager | Oliver Schramm | 2015-10-26 | 1 | -2/+2 |
| | | | | | PHPBB3-14257 | ||||
| * | [ticket/14257] Add reparse_lock to CLI command | Oliver Schramm | 2015-10-24 | 1 | -0/+1 |
| | | | | | PHPBB3-14257 | ||||
| * | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 1 | -0/+2 |
| | | | | | PHPBB3-14039 | ||||
| * | Merge pull request #3857 from Nicofuma/ticket/14124 | Marc Alexander | 2015-10-07 | 1 | -0/+8 |
| |\ | | | | | | | [ticket/14124] Automatically translate exceptions in CLI | ||||
| | * | [ticket/14124] Automatically translate exceptions in CLI | Tristan Darricau | 2015-08-25 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-14124 | ||||
| * | | [ticket/14162] Add CLI command db:list | Zoddo | 2015-09-20 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | This command lists all installed and uninstalled migrations. Note: The class is named `list_command`, because `list` is a reserved word and can't be used as class name in PHP. PHPBB3-14162 | ||||
| * | | [ticket/14162] Add CLI command db:revert | Zoddo | 2015-09-20 | 1 | -0/+13 |
| |/ | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162 | ||||
| * | Merge remote-tracking branch 'Nicofuma/ticket/12692' | Marc Alexander | 2015-08-07 | 1 | -0/+27 |
| |\ | |||||
| | * | [ticket/12692] Fix languages vars and services order | Tristan Darricau | 2015-07-09 | 1 | -9/+9 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Move the language strings to cli.php | Tristan Darricau | 2015-07-09 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Add a console command to manage the thumbnails | Tristan Darricau | 2015-07-09 | 1 | -0/+27 |
| | | | | | | | | | PHPBB3-12692 | ||||
| * | | [ticket/13986] Add --resume option to reparser CLI | JoshyPHP | 2015-07-17 | 1 | -0/+1 |
| |/ | | | | PHPBB3-13986 | ||||
| * | [ticket/13891] Replaced ContainerBuilder with service_collection | JoshyPHP | 2015-06-30 | 1 | -1/+1 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13891] Added reparser:list and reparser:reparse to CLI | JoshyPHP | 2015-06-30 | 1 | -0/+16 |
| | | | | | PHPBB3-13891 | ||||
| * | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | * 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/12620] Adds a yaml config file | Tristan Darricau | 2014-11-20 | 1 | -0/+141 |
| PHPBB3-12620 | |||||
