aboutsummaryrefslogtreecommitdiffstats
path: root/lib/migration
Commit message (Collapse)AuthorAgeFilesLines
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+3
|
* Whitespace indent fixesBart Visscher2013-02-141-7/+7
|
* fixing undefined variable $result - should be $query I assumeThomas Mueller2013-01-061-1/+1
|
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
|
* Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
|
* Whitespace cleanupBart Visscher2012-10-141-2/+2
|
* Only try to delete migration.db if it was created.Tom Needham2012-09-181-8/+11
|
* adding space between) and {Thomas Mueller2012-09-072-25/+25
|
* Whitespace fixes in libBart Visscher2012-08-292-49/+49
|
* escape all identifiers with backticksjfd2012-07-311-2/+2
|
* Typo fix (breif->brief)Bart Visscher2012-04-142-13/+13
|
* Fix user app data exportTom Needham2012-04-011-3/+7
|
* Remove db tmp file after export creationTom Needham2012-03-311-2/+9
|
* import method returns each apps' import statusTom Needham2012-03-271-1/+1
|
* Stop error on exportTom Needham2012-03-271-4/+5
|
* Added unified import method.Tom Needham2012-03-202-6/+10
|
* Add OC_Migration_Content class to help app devs. Restructure OC_Migrate.Tom Needham2012-03-192-0/+288