| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12777] Rename extension status functions and add is_configured()
* Nicofuma/ticket/12777:
[ticket/12777] Add tests for unavailable extension
[ticket/12777] Add tests
[ticket/12777] Add is_purged()
[ticket/12777] Update doc block of is_configured()
[ticket/12777] Rename extension status functions and add is_configured()
|
| |
| |
| |
| | |
PHPBB3-12777
|
|/
|
|
| |
PHPBB3-12773
|
|
|
|
| |
PHPBB3-12723
|
|
|
|
| |
PHPBB3-12721
|
|
|
|
| |
PHPBB3-12715
|
|
|
|
| |
PHPBB3-12715
|
|
|
|
| |
PHPBB3-12715
|
|
|
|
| |
PHPBB3-12508
|
|
|
|
| |
PHPBB3-12664
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12655] Run phpbbcli as a shell when --shell or -s is used
* Nicofuma/ticket/12655:
[ticket/12655] Set register_container_commands as public
[ticket/12655] Don't try to restore the definition in the help
[ticket/12655] Fix coding style
[ticket/12655] Make the --shell option available only for phpbbcli.php
[ticket/12655] Fix coding style in \phpbb\console\application
[ticket/12655] Set the arguments of \phpbb\console\application as required
[ticket/12655] Don't require acp/common again in the commands
[ticket/12655] Run the shell when --shell is used
|
| |
| |
| |
| | |
PHPBB3-12655
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
| |
| |
| |
| | |
PHPBB3-12602
|
|/
|
|
| |
PHPBB3-12602
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12597] Command for executing all available cron tasks
* bantu/ticket/12597:
[ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose.
[ticket/12597] Improve language for cron:run command.
[ticket/12597] Do not output anything besides the gif image.
|
| |
| |
| |
| | |
PHPBB3-12597
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12597] Command for executing all available cron tasks
* ptitlazy/ticket/12597: (27 commits)
[ticket/12597] Reformating an acp message
[ticket/12597] Modifiying acp message
[ticket/12597] Fix wrong global variable name
[ticket/12597] Typo correction
[ticket/12597] Typo corrections
[ticket/12597] Changing place of lock release in execute() method
[ticket/12597] Fix test file
[ticket/12597] Typing corrections and improvement of code consistency
[ticket/12597] Fix various mistakes
[ticket/12597] Fix various mistakes
[ticket/12597] Fix visibilty of two functions in run.php
[ticket/12597] Refactoring and test improving
[ticket/12597] Fix language key name
[ticket/12597] Fix coding style and typing mistakes
[ticket/12597] Changes name of command cron:run-all to cron:run.
[ticket/12597] Fix various problems
[ticket/12597] Fix constructor bug and servral doc blocs
[ticket/12597] Modification of return statuses and of test files
[ticket/12597] Fix misplaced release of db lock
[ticket/12597] Change EXECUTE to RUN in language
...
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| |
| |
| |
| |
| | |
Typing mistakes
Coding style issue
Verbose mode messag
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| |
| |
| |
| |
| | |
Adding tests of return status
Refactoring code
Adding consistency in verbose mode
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| |
| |
| |
| | |
Also adds an optional argument to specify one precise cron task to
lauch, and modifies test file accordingly.
PHPBB3-12597
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Actually fix the return status of command cron:run-all
Fix some doc block coding style issue
Fix missing and obsolete file headers
Delete a useless constructor method
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| |
| |
| | |
Fix previous commit : change execute to run in language keys
PHPBB3-12597
|
| |
| |
| |
| |
| |
| |
| |
| | |
Removes a useless comment.
Switchs command name from cron:execute-all to cron:run-all.
Replaces assertEquals by assertSame
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12597
|
| |
| |
| |
| |
| |
| |
| | |
Command cron:execute-all executes all available cron tasks.
Test files in tests/console/cron folder
PHPBB3-12597
|
| |
| |
| |
| | |
PHPBB3-12594
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
[ticket/12074] Managing extensions doesn't produce any log entry
* Nicofuma/ticket/12074:
[ticket/12074] Update the visibility of the constructor
[ticket/12074] Don't log errors
[ticket/12074] Managing extensions doesn't produce any log entry
|
| |
| |
| |
| | |
PHPBB3-12074
|
| |
| |
| |
| | |
PHPBB3-12074
|
| |
| |
| |
| | |
PHPBB3-12074
|
| |
| |
| |
| |
| |
| | |
Label the the constructor as public.
PHPBB3-12476
|