summaryrefslogtreecommitdiffstats
path: root/core/command/upgrade.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-3/+0
|/
* Add some color to the occ upgrade output.Andreas Fischer2013-10-281-11/+11
|
* Use "else if" to remove one level of indentation.Andreas Fischer2013-10-281-13/+11
|
* Missed one write()->writeln(). Fixed.ringmaster2013-10-281-1/+1
|
* Use writeln() instead of write()ringmaster2013-10-281-11/+11
|
* Use the OutputInterface for output and return error codes.ringmaster2013-10-281-21/+30
|
* Move all upgrade routines into the command-line tool.ringmaster2013-10-281-1/+55
|
* Add `occ upgrade` command.ringmaster2013-10-241-0/+28