- 955e10b3 fix phpdo
- 7d9b053 Missing note about the schema/database comparison.
- 7b47ae3 Updating the docs.
- a59d1d1 Fix missing return statements.
- 9363915 Migration name check.
- 263c739 New preview options.
- 0a4dc0b Fix missing translation domain.
- dfbed18 New name param.
- ff07928 adding unit test to skip feature
- be0922a adding skip migration feature, updating the documentation
- cb3281f update docs re --compare parameter
Note: The release 2.4.2 was created wrong, there we have new features too, not only bugfixes and improvements.
- Bugfixes and doc improvements
- Bugfix/Improvement release
- 43228df Code standard fix
- 4352ed8 Changed method comment to a clearer comment
- 25d7181 Changed uses of the ConnectionManager class to static
- 9a56814 Fixed method comments
- 2ee4c1e Changed call of enumConnectionObjects to static
- caf1730 Correct definition of the connection manager class uses
- 193ed70 Fixed code formating
- 283590a Fixed console input message that asks migrationConnection
- 1909320 Added test case to check migrationConnection shell parameter
- b60fa05 Fixed array syntax in model uses
- 9237949 Validate migrateConnection argument when a custom connection is set
- 6374acc Added example to set a specific datasource on run
- 1489496 Revert "fixing unit tests" to pass tests in travis env
- ebf6bc6 using minor for travis CakePHP
- 517a810 updating travis
- 180fe03 fixed class condition after some changes done in Inflector::camelize in 2.6.6
- 27d5afb fixing unit tests
https://github.com/CakeDC/migrations/tree/2.3.6
- ccac5a3 Update translation files
- bca17ea Show prompt for marking as successful when failure
- 18aa020 crlf to lf
- db96c9e Grammatical corrections for generate command
- cc7b03a Fix CS issues
- 942eab0 Fix grammar in console output
- 89ddfc1 Tidy up unlinking in tests
- 894f736 Fix for incorrect naming of all plugin migrations
https://github.com/CakeDC/migrations/tree/2.3.5
- 69e6136 Add translations for new/missing strings
- c98ecdd Exit shell if comparing schema.php and nothing has changed
https://github.com/CakeDC/migrations/tree/2.3.4
- 94a7fe9 Removed cakephp dependency from composer.json
https://github.com/CakeDC/migrations/tree/2.3.3
- 14a3cc4 Bump minimum required CakePHP version to 2.5.4 (refs #184)
- f6f3490 CS: Changed doc block "boolean" to "bool"
- b6c579c Fixes Schema/app.php issue.
- 749e634 Improved logic for schema class name detection.
- 9ef51fd Adds an option for specifying the Schema class name.
https://github.com/CakeDC/migrations/tree/2.3.2
- d3a3af7 Fix CS in generated migrations (remove comma from param name in docblock)
- abc4c92 Fix CS in generated migrations (remove trailing comma from drop_field array)
- c952119 Fix migration generation when only indexes are changed (closes #189)
- 6386cd0 Removed else clause
- 735401f Added preview description when generating preview migration class
- 4526828 Output entered description into $description in generated migration class
- 4ffb6bf Removed redundant and seemingly superfluous migration template
- ca982f6 Refs #140 Fixing the dry run output in other places as well
- d6cc1fa Fixing #140 Migration run dry is not equal to run in real
- dcdbb20 Update CHANGELOG.md
- cca5544 Removed disabled translations in PO files
- 72c3abc Removed superfluous translation call
- 409de07 Added .idea to .gitignore
- 7de581c Set up some .gitignore rules
- c31eca8 Updated PO file headers from POT file
- d9a7ea3 Improved POT file header
- 92158ab Updated spa locale from POT file
- 4554b23 Updated por locale from POT file
- 7b9d383 Updated ita locale from POT file
- 5acffda Updated fre locale from POT file
- af97e06 Updated deu locale from POT file
- a33853c Regenerated migrations.pot file
- e830bc3 Made the migration shell messages more clear by adding quotes and the word table
- bc4bbe6 Fixing the class name generation in MigrationShell::_getSchema()
https://github.com/CakeDC/migrations/tree/2.3.1
- 117e958 Updating the Installation.md
- 71acf74 Adding in the load statement to be added in to bootstrap
- a1467a5 Fix the doc blocks
https://github.com/CakeDC/migrations/tree/2.3.0
- 12c0f80 Updating the required CakePHP version in the documentation
- 3f1da70 Adding documentation for the columns
- 0d2a76c Updating a test file
- 7dec605 Fix reversal of Hash::extract and Set::extract arguments (woops)
- 2e48fd5 Updating Travis
- 0244df4 Adding CONTRIBUTING.md
- 8c0c9d8 Update deprecated Set calls to use Hash
- d548d3e Updating the documentation for generating migrations via CLI without DB
- 4bdc354 Updating the documentation for creating migrations interactive via CLI
- 838a106 Adding documentation for the new generate migrations without DB interaction via CLI feature
- c52d7cb Simplifying MigrationShellTest::testMigrationStatus
- f8f4acc Fixing testGenerateComparison
- 70fa569 Adjust database setup in travis.yml
- 7c89dae Update travis.yml to test with php 5.5 and more cake versions
- 93f5943 Implement code & test for 'add fields' from cli arguments
- 76bb49c Implement code & test for 'remove fields' from cli arguments
- c577686 Refactor & implement test for 'create table' and 'drop table' from cli arguments
- 0baf125 Fix whitespace coding standards
- 491a14b Refactor - break up 80+ line method
- 28d7eae Fix failing test - testRun
- ebb794c Fix failing test - testGenerateDump
- 14cdc86 Add ability to generate migration files without db interaction from CLI
- c52d7cb Simplifying MigrationShellTest::testMigrationStatus
- f8f4acc Fixing testGenerateComparison
- fb154ba Updating deprecated phpunit method names
- 891d531 Updating deprecated phpunit method calls
- 8745815 Fixing MigrationShellTest::testGenerateDump()
- 22e8e75 Fixing MigrationVersionTest::testRun()
- 6f2e0ef Update MigrationShell.php
- 8995d27 Prevent undefined index error rather than masking the actual error
- c4bfe0c Changing the test_migration.txt file to reflect the changes in the migration generation
- 2095306 Fixing tests, removed a return; where it should not be and corrected an assert
- d772fc7 Fix broken test in Model CakeMigrationTest. An exception is thrown when you try to create an index withf231417 fix setUp for tests and assert english as language
- 830fb76 Coding standards
- 4c79e60 Remove unnecessary code
- c745fe0 Cleanup and coding standards
- 58aa7ee Removing legacy reset/restore methods and array key