1. 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
  2. 8151cbb Fix/improve #2211 by Andrey Andreev · 12 years ago
  3. f69973d Fix #2108 by Andrey Andreev · 12 years ago
  4. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  5. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  6. e1d6c46 Fix #2037 by Andrey Andreev · 12 years ago
  7. 39eb806 Clean-up following PR #1949 by Andrey Andreev · 12 years ago
  8. 4ddf944 Improved code readability by Jonathon Hill · 12 years ago
  9. 02ea66e Code style fixes by Jonathon Hill · 12 years ago
  10. b719bfd Changed the `migration_style` config setting to `migration_type` by Jonathon Hill · 12 years ago
  11. 3978fc3 Merge remote-tracking branch 'upstream/develop' into develop by Jonathon Hill · 12 years ago
  12. 275cf27 Fixed a mismatched constraint value when creating the migration table by Jonathon Hill · 12 years ago
  13. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  14. 34c8b9c Added support for timestamp-based migrations by Jonathon Hill · 12 years ago
  15. afee226 Changed TRUE and FALSE values to be uppercase by Alex Bilbie · 13 years ago
  16. 166c20b Merge pull request #1576 from Dumk0/patch-6 by Phil Sturgeon · 13 years ago
  17. dc128cd added space after (int) by Dumk0 · 13 years ago
  18. 62e6816 improvement for latest migration id calculation by Dumk0 · 13 years ago
  19. 5db4827 Fixed annotation for CI_Migration->find_migrations() method by Dumk0 · 13 years ago
  20. af6d850 Fixed Migrations and an incorrect strict comparison. by Phil Sturgeon · 13 years ago
  21. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  22. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  23. 86611db Fixed Cart, Migration, Parser and Zip libraries by Timothy Warren · 13 years ago
  24. 9b1db79 Remove access description lines and cleanup the Migration library by Andrey Andreev · 13 years ago
  25. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  26. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  27. d268eda Added SELECT version to migrations to make the query a billionth faster. by Phil Sturgeon · 13 years ago
  28. dd4702f Improve the Migration library by Andrey Andreev · 13 years ago
  29. dd81c43 Migrations - Changed config migration_version to state it is used in migration->current. Removed white space and coding standards. by Eric Barnes · 13 years ago
  30. 3d036e3 Fixed small typeo by Cloudmanic Labs, LLC · 13 years ago
  31. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  32. 63b61e3 Fixed style guide suggestion from philsturgeon on code review by Cloudmanic Labs, LLC · 13 years ago
  33. d1ba8f7 Migrations: Added a config that allows the system to migration to the latest migration when you load the library. This way you do not have to call migrations anywhere else in your code and can always be at the latest migration by Cloudmanic Labs, LLC · 13 years ago
  34. 539dcb0 Added support to select the name of the database table you are going to use in Migrations by Cloudmanic Labs, LLC · 13 years ago
  35. dae42fa Fix the default migration path. by bubbafoley · 13 years ago
  36. cb06c65 Made a few uniform changes to Migrations. by Phil Sturgeon · 14 years ago
  37. 96bd33b Added Migration class and language file. by Phil Sturgeon · 14 years ago
  38. 9758d84 Added Migrations library, config and an example controller/migration file. by Phil Sturgeon · 14 years ago