Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some color to the occ upgrade output. | Andreas Fischer | 2013-10-28 | 1 | -11/+11 |
* | Use "else if" to remove one level of indentation. | Andreas Fischer | 2013-10-28 | 1 | -13/+11 |
* | Missed one write()->writeln(). Fixed. | ringmaster | 2013-10-28 | 1 | -1/+1 |
* | Use writeln() instead of write() | ringmaster | 2013-10-28 | 1 | -11/+11 |
* | Use the OutputInterface for output and return error codes. | ringmaster | 2013-10-28 | 1 | -21/+30 |
* | Move all upgrade routines into the command-line tool. | ringmaster | 2013-10-28 | 1 | -1/+55 |
* | Add `occ upgrade` command. | ringmaster | 2013-10-24 | 1 | -0/+28 |
* | new console command to generate sql migration scripts | Thomas Müller | 2013-10-17 | 1 | -0/+45 |
* | Add copyright, remove starting blank line | Bart Visscher | 2013-09-19 | 1 | -0/+6 |
* | Cleanup and more style fixes | Bart Visscher | 2013-09-02 | 1 | -7/+5 |
* | Use more object oriented way for console commands | Bart Visscher | 2013-09-01 | 1 | -0/+30 |