summaryrefslogtreecommitdiffstats
path: root/core/command/upgrade.php
Commit message (Expand)AuthorAgeFilesLines
* [updater] mark failure in redMorris Jobke2015-07-061-1/+2
* [updater] propagate error case properlyMorris Jobke2015-07-061-11/+18
* Proper repair step info during upgrade on cliMorris Jobke2015-06-181-0/+3
* Added CLI arguments for upgrade simulation stepsVincent Petry2014-06-061-3/+42
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-0/+3
* Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-0/+3
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-11/+26
|\
| * drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-9/+0
| * Added warning for trusted_domains after CLI upgradeVincent Petry2014-03-141-0/+26
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+0
* | 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