aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/bin
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15705] fix phpbbcli language vs PHP3D-I2018-06-231-1/+4
| | | | PHPBB3-15705
* [ticket/15317] Fix phpbbcli languagehubaishan2017-08-181-1/+1
| | | | | | Updated as Nicofuma said PHPBB3-15317
* [ticket/15317] Fix phpbbcli languagehubaishan2017-08-171-0/+1
| | | | | | Fix language by adding set_default_language PHPBB3-15317
* [ticket/12610] CSTristan Darricau2016-12-031-1/+0
| | | | PHPBB3-12610
* [ticket/12610] Improve outputTristan Darricau2016-12-031-5/+5
| | | | PHPBB3-12610
* [ticket/14813] Add missing functions_compatibiity in phpbbcliTristan Darricau2016-10-091-0/+1
| | | | PHPBB3-14813
* [ticket/13616] Fix UI testsTristan Darricau2016-04-031-0/+2
| | | | PHPBB3-13616
* Merge branch '3.1.x'Marc Alexander2016-01-151-0/+2
|\ | | | | | | | | Conflicts: phpBB/phpbb/log/log.php
| * [ticket/14403] Set a default user id and ip in CLIOliver Schramm2016-01-141-0/+2
| | | | | | | | PHPBB3-14403
* | Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-071-0/+1
|\ \ | | | | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * | [ticket/14124] Automatically translate exceptions in CLITristan Darricau2015-08-251-0/+1
| | | | | | | | | | | | PHPBB3-14124
* | | [ticket/14125] Add --env option to all CLI commandsTristan Darricau2015-08-241-2/+8
|/ / | | | | | | PHPBB3-14125
* | [ticket/13740] Use language service in console applicationMate Bartus2015-07-241-1/+2
| | | | | | | | PHPBB3-13740
* | Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-291-5/+5
|\ \ | | | | | | [ticket/13770] Wither interface for container_builder
| * | [ticket/13770] Wither interface for container_builderTristan Darricau2015-05-141-5/+5
| | | | | | | | | | | | PHPBB3-13770
* | | [ticket/13769] Move environment check lower in phpbbcli.phpDavid King2015-05-231-5/+5
|/ / | | | | | | PHPBB3-13769
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
| | | | | | | | PHPBB3-13450
* | [ticket/12620] Add support of the environments for the ext routing filesTristan Darricau2014-11-201-0/+6
|/ | | | PHPBB3-12620
* [ticket/12663] Have cli.php language file at top level; unrelated to ACP.Andreas Fischer2014-07-171-1/+1
| | | | PHPBB3-12663
* [ticket/12663] Extract CLI language string into their own fileCarlo2014-07-171-0/+1
| | | | PHPBB3-12663
* [ticket/12685] Setup class loader for extensions only if not in safe modeCarlo2014-07-171-3/+6
| | | | PHPBB3-12685
* [ticket/12685] Replace getParameterOption with hasParameterOptionCarlo2014-07-151-1/+1
| | | | PHPBB3-12685
* [ticket/12685] Do not dump containerCarlo2014-07-151-0/+1
| | | | PHPBB3-12685
* [ticket/12685] Override getDefaultInputDefinition()Carlo2014-07-151-1/+1
| | | | PHPBB3-12685
* [ticket/12685] Inject console.command_collection instead of the containerCarlo2014-07-151-1/+1
| | | | PHPBB3-12685
* [ticket/12685] Container is dumped by defaultCarlo2014-07-151-1/+0
| | | | PHPBB3-12685
* [ticket/12685] Add --safe-modeCarlo2014-07-151-2/+12
| | | | PHPBB3-12685
* [ticket/12685] We need extensions enabledCarlo2014-07-121-1/+0
| | | | PHPBB3-12685
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-3/+3
| | | | PHPBB3-12775
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-4/+4
| | | | PHPBB3-12775
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-071-6/+8
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/bin/phpbbcli.phpTristan Darricau2014-07-071-3/+8
| | | | PHPBB3-12775
* [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-1/+4
| | | | PHPBB3-12655
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12507] Move the 'require' statementTristan Darricau2014-05-061-1/+1
| | | | PHPBB3-12507
* [ticket/12507] Add console command to purge the cacheTristan Darricau2014-05-061-0/+1
| | | | PHPBB3-12507
* [ticket/12473] Add more compatibility to phpBB Console Application.Andreas Fischer2014-05-021-0/+3
| | | | PHPBB3-12473
* [ticket/11998] Make phpbbcli executable and add shebangNils Adermann2013-11-121-0/+1
| | | | PHPBB3-11998
* [ticket/11998] Add phpBB abstraction for application and command.Andreas Fischer2013-11-051-7/+2
| | | | PHPBB3-11998
* [ticket/11998] Move application file to bin/phpbbcli.phpAndreas Fischer2013-11-051-0/+40
PHPBB3-11998