aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/update
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-0/+1
| | | | PHPBB3-16271
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/15179] Replace spaces with a tabMarc Alexander2017-06-031-1/+1
| | | | PHPBB3-15179
* [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-1/+1
| | | | | | | | Caching is done in ext_manager, and metadata_manager is further simplified by reducing the number of parameters needed. Also, move template output function from metadata_manager to acp_extensions, where it belongs. PHPBB3-15087
* [ticket/12610] Fix tests and use getOption() for consoleMarc Alexander2016-12-051-18/+20
| | | | PHPBB3-12610
* [ticket/12610] Use Symfony style guideTristan Darricau2016-12-041-87/+86
| | | | PHPBB3-12610
* [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-041-44/+63
| | | | PHPBB3-12610
* [ticket/12610] Display the latest version and not the branch name in CLITristan Darricau2016-12-031-1/+6
| | | | PHPBB3-12610
* [ticket/12610] Improve outputTristan Darricau2016-12-031-8/+24
| | | | PHPBB3-12610
* [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-22/+10
| | | | PHPBB3-12610
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-0/+302
PHPBB3-12610