Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
cce6bd170f24cf0f10ca0b58150d0324433a66be
/
system
/
libraries
/
Migration.php
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
a838279
Remove dead code written for PHP 5.2
by Andrey Andreev
· 8 years ago
3df0772
A small Migrations tweak
by Andrey Andreev
· 9 years ago
f8490b9
Fix #4539
by Andrey Andreev
· 9 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
8d132bb
update function latest
by ftwbzhao
· 10 years ago
b8978ee
optimize migrations class reference
by ftwbzhao
· 10 years ago
cea5fb7
Adjusted returns/return types to suggestions
by Gabriel Potkány
· 10 years ago
1fb5000
Fixed inconsistent return types
by Gabriel Potkány
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
90726b8
[ci skip] Change some log messages' level
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
46e216c
Optimize #2982
by Andrey Andreev
· 11 years ago
b10a6d6
Removed tab on empty line too.
by Ahmad Anbar
· 11 years ago
e2e5c26
Removed tabs.
by Ahmad Anbar
· 11 years ago
5973901
Fixed according to comment.
by Ahmad Anbar
· 11 years ago
9b19887
Fix #2970
by Ahmad Anbar
· 11 years ago
3a9f325
Use strings instead of integers for migration version numbers
by Andrey Andreev
· 11 years ago
35f6a54
Fixed typos in Migration library documentation
by Jacob Tabak
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
49e68de
Disable autoloader call from class_exists() occurences to improve performance
by Andrey Andreev
· 12 years ago
8151cbb
Fix/improve #2211
by Andrey Andreev
· 12 years ago
f69973d
Fix #2108
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
e1d6c46
Fix #2037
by Andrey Andreev
· 12 years ago
39eb806
Clean-up following PR #1949
by Andrey Andreev
· 12 years ago
4ddf944
Improved code readability
by Jonathon Hill
· 12 years ago
02ea66e
Code style fixes
by Jonathon Hill
· 12 years ago
b719bfd
Changed the `migration_style` config setting to `migration_type`
by Jonathon Hill
· 12 years ago
3978fc3
Merge remote-tracking branch 'upstream/develop' into develop
by Jonathon Hill
· 12 years ago
275cf27
Fixed a mismatched constraint value when creating the migration table
by Jonathon Hill
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
34c8b9c
Added support for timestamp-based migrations
by Jonathon Hill
· 12 years ago
afee226
Changed TRUE and FALSE values to be uppercase
by Alex Bilbie
· 12 years ago
166c20b
Merge pull request #1576 from Dumk0/patch-6
by Phil Sturgeon
· 12 years ago
dc128cd
added space after (int)
by Dumk0
· 12 years ago
62e6816
improvement for latest migration id calculation
by Dumk0
· 12 years ago
5db4827
Fixed annotation for CI_Migration->find_migrations() method
by Dumk0
· 12 years ago
af6d850
Fixed Migrations and an incorrect strict comparison.
by Phil Sturgeon
· 12 years ago
d261b1e
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
by Alex Bilbie
· 12 years ago
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
86611db
Fixed Cart, Migration, Parser and Zip libraries
by Timothy Warren
· 13 years ago
9b1db79
Remove access description lines and cleanup the Migration library
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
d268eda
Added SELECT version to migrations to make the query a billionth faster.
by Phil Sturgeon
· 13 years ago
dd4702f
Improve the Migration library
by Andrey Andreev
· 13 years ago
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
3d036e3
Fixed small typeo
by Cloudmanic Labs, LLC
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
63b61e3
Fixed style guide suggestion from philsturgeon on code review
by Cloudmanic Labs, LLC
· 13 years ago
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
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
dae42fa
Fix the default migration path.
by bubbafoley
· 13 years ago
cb06c65
Made a few uniform changes to Migrations.
by Phil Sturgeon
· 14 years ago
96bd33b
Added Migration class and language file.
by Phil Sturgeon
· 14 years ago
9758d84
Added Migrations library, config and an example controller/migration file.
by Phil Sturgeon
· 14 years ago