summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-03Added support for $_SERVER['CI_ENV'] in index.phpPhil Sturgeon3-3/+10
Remember this is entirely optional, nothing will change if you do not which to use Multiple Environments just like right now. If you DO set CI_ENV you can manipulate the switch that controls error reporting, etc, so set it to "production" on your live site to hide errors from users. If you don't require this logic you can remove it, or change it entirely to check HTTP_HOST for environment subdomains, or check IP address, etc.
2012-05-27Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon43-611/+489
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
2012-05-24Remove the DB destructor (db->close())Andrey Andreev2-18/+1
2012-05-24Fix issue #1388Andrey Andreev1-2/+2
2012-05-23Fixed conflicts with 2.1-stable merge.Phil Sturgeon1-6/+6
2012-05-23Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon10-15/+10
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon6-35/+30
Read more about this change here: http://codeigniter.com/forums/viewthread/215833
2012-05-23Merge pull request #1320 from thallisphp/patch-2Phil Sturgeon1-1/+1
Update system/libraries/Cart.php - To enable integrity when using associative arrays
2012-05-23Removed the starting slash from uri_string() documentation.Phil Sturgeon1-1/+1
2012-05-23Merge pull request #1367 from PawelDecowski/developPhil Sturgeon1-11/+0
Remove set_time_limit() call. Fixes #1346
2012-05-23Merge pull request #1357 from timw4mail/errorsPhil Sturgeon8-3/+9
Move errors to views folder
2012-05-23Merge pull request #1365 from sourcejedi/e_strictPhil Sturgeon1-10/+0
If we want E_STRICT, don't suppress it.