summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie31-167/+167
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/coreAlex Bilbie13-70/+70
2012-06-01Merge pull request #1356 from thanpolas/new-config-load-sequenceAndrey Andreev3-12/+19
New config load sequence
2012-05-31Merge branch 'new-config-load-sequence' of github.com:thanpolas/CodeIgniter ↵Thanasis Polychronakis0-0/+0
into new-config-load-sequence
2012-05-31Changed documentation and added note to changelog as per @philsturgeon requestThanasis Polychronakis2-5/+8
2012-05-31Edit to meet CI coding standardsThanasis Polychronakis1-3/+3
2012-05-31Indended code to meet CI standardsThanasis Polychronakis1-2/+6
2012-05-31Load base config first, then environment's configThanasis Polychronakis1-9/+9
2012-05-31Merge pull request #1413 from vlakoff/developPhil Sturgeon1-1/+2
automatic list formatting was broken
2012-05-31automatic list formatting was brokenvlakoff1-1/+2
2012-05-31Merge pull request #1408 from madhazelnut/patch-2Phil Sturgeon1-1/+1
create_captcha() helper documentation
2012-05-30create_captcha() helper documentationmadhazelnut1-1/+1
2012-05-27Merge pull request #1402 from toopay/test-suitePhil Sturgeon12-105/+191
Continuation of Unit-Testing
2012-05-27Adding more flexibilities to mock-commonTaufan Aditya1-64/+103
2012-05-27Continuation for Security and Table code-coverage, add coverage report to travisTaufan Aditya11-41/+88
2012-05-26Fix issue #862Andrey Andreev3-54/+25
2012-05-26Merge pull request #1401 from toopay/test-suiteAndrey Andreev1-4/+4
Allowing main constants defined via phpunit config or other bootstraper
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev13-349/+30
2012-05-26Allowing main constants defined via phpunit config or other bootstraperTaufan Aditya1-4/+4
2012-05-26Merge pull request #1400 from toopay/db-test-suitePhil Sturgeon1-14/+27
Escape test
2012-05-26Remove ternaryTaufan Aditya1-6/+18
2012-05-25Clean upTaufan Aditya1-2/+2
2012-05-25Explicitely testing escape_like_str APITaufan Aditya9-18/+62
2012-05-25Explicitely testing escape_like_str APITaufan Aditya1-4/+8
2012-05-25Again ... escape_like_str() testsAndrey Andreev1-3/+4
2012-05-25Alter LIKE escaping tests againAndrey Andreev1-1/+8
2012-05-25Alter LIKE escaping tests againAndrey Andreev3-16/+8
2012-05-25Merge pull request #1395 from toopay/db-test-suiteAndrey Andreev2-2/+5
Alter the escape like test, since it use raw SQL via query(), the sql st...
2012-05-25Alter the escape like test, since it use raw SQL via query(), the sql ↵Taufan Aditya2-2/+5
statement would need to add ESCAPE clause for database(s) other than mysql
2012-05-25Apply fix for issue #136 on PDO+MySQL as wellAndrey Andreev1-3/+3
2012-05-25Merge pull request #1394 from toopay/db-test-suiteAndrey Andreev3-1/+69
Escape like tests, #136 verification
2012-05-25Fix issue #136 (MySQL escape_like_str())Andrey Andreev3-5/+9
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev3-2/+45
2012-05-24replace space with tabTaufan Aditya1-4/+4
2012-05-24Escape like tests, #136 verificationTaufan Aditya3-1/+69
2012-05-24Fix issue #319Andrey Andreev2-6/+5
2012-05-24Merge pull request #1393 from toopay/travis-ciAndrey Andreev1-3/+8
Backward compatibility
2012-05-24Backward compatibility, in case someone already has vfsStream in their PEAR ↵Taufan Aditya1-3/+8
or other include_path
2012-05-24Merge pull request #1392 from toopay/travis-ciAndrey Andreev3-6/+21
Travis ci
2012-05-24Remove temporary branch from whitelistTaufan Aditya1-2/+1
2012-05-24Global class aliasing, at least until namespace introduced into further releaseTaufan Aditya1-2/+5
2012-05-24Fix issue #121Andrey Andreev4-23/+26
2012-05-24Fix issues #44 & #110Andrey Andreev2-0/+3
2012-05-24get vfsStream via composer if its PEAR package not existsTaufan Aditya3-4/+17
2012-05-24Write permissionTaufan Aditya1-2/+2
2012-05-24Force installTaufan Aditya1-1/+1
2012-05-24Update vfsStream repoTaufan Aditya1-1/+1
2012-05-24Update vfsStream reference, run the testTaufan Aditya1-3/+3
2012-05-24Fix issue #1273 and some cleanup in Query BuilderAndrey Andreev2-28/+22
2012-05-24Add backwards compatibility work-around for the configuration settingAndrey Andreev1-0/+7