summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Add select clause testTaufan Aditya3-19/+104
2012-04-05Test last upstream/developTaufan Aditya1-1/+2
2012-04-05Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya14-295/+36
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev13-207/+18
2012-04-05Added a default _insert_batch() method instead of requiring each driver to de...Andrey Andreev8-89/+19
2012-04-04Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya6-25/+280
2012-04-04Remove temporary lineTaufan Aditya1-2/+1
2012-04-04Fixed schemaTaufan Aditya1-1/+1
2012-04-04Resolve postgres issue on create tableTaufan Aditya1-3/+2
2012-04-04Fix postgre table datatypeTaufan Aditya1-3/+3
2012-04-04Use more user-friendly method for dummy create dataTaufan Aditya1-10/+3
2012-04-04Add dsn to pgsqlTaufan Aditya2-3/+3
2012-04-04Simple query builder testsTaufan Aditya3-0/+123
2012-04-04Adding schema and initial Query Builder code coverageTaufan Aditya6-6/+6
2012-04-04Merge pull request #1245 from timw4mail/patchPhil Sturgeon1-17/+19
2012-04-04Make database config easier to work withTimothy Warren1-17/+19
2012-04-04Add branch to travis listTaufan Aditya2-2/+3
2012-04-04Remove testing dbTaufan Aditya1-0/+0
2012-04-04Fix sqlite issue on PHP 5.4 both for native and PDO driverTaufan Aditya3-14/+19
2012-04-04DB Drivers testTaufan Aditya10-2/+158
2012-04-04Remove duplicate changelog entries introduced in pull #1225Andrey Andreev1-6/+1
2012-04-04Merge pull request #1225 from ApOgEE/user_guide_compile_fixPhil Sturgeon3-4/+9
2012-04-04Fixing doc link in changelogM. Fauzilkamil Zainuddin1-1/+6
2012-04-04Fixing user_guide compilation warningsM. Fauzilkamil Zainuddin2-3/+3
2012-04-04Set up PDO constant and configurationTaufan Aditya8-10/+105
2012-04-04Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter in...Phil Sturgeon1-0/+252
2012-04-04Merge pull request #1242 from tschechniker/patch-1Andrey Andreev2-4/+5
2012-04-04Update system/libraries/Zip.phpTobias Tschech1-2/+1
2012-04-04Update user_guide_src/source/changelog.rstTobias Tschech1-0/+1
2012-04-04Include PDO code coverage, remove unnecessary line on phpunit xmlTaufan Aditya7-18/+102
2012-04-04Added Windows path compatibility to function read_dirtschechniker1-4/+5
2012-04-04Replace old comments with proper docblocks in Xmlrpc.phpAndrey Andreev1-314/+480
2012-04-03Fix PostgreSQL connection stringsAndrey Andreev1-3/+3
2012-04-03Another form_validation fixAndrey Andreev1-2/+0
2012-04-03Merge pull request #1240 from timw4mail/patch-1Phil Sturgeon1-1/+1
2012-04-03Merge pull request #913 from narfbg/develop-issue-863Andrey Andreev3-49/+32
2012-04-03Fix some stuff broken during repo syncAndrey Andreev1-3/+3
2012-04-03Merge upstream branchAndrey Andreev171-3878/+5303
2012-04-03Fix Posgres driver connection string. Current version has incorrect "username...Timothy Warren1-1/+1
2012-04-03Clean up the Form_validation libraryAndrey Andreev1-117/+86
2012-04-03Some very minor code style changes and comment fixesAndrey Andreev3-20/+21
2012-04-03Minor cleanup and style changes to the Table libraryAndrey Andreev1-67/+56
2012-04-03Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimiza...Andrey Andreev2-58/+43
2012-04-03Clean up the Profiler libraryAndrey Andreev1-95/+101
2012-04-03Minor style changes and optimizations to the User_agent libraryAndrey Andreev1-27/+27
2012-04-03Fix issue #1238Andrey Andreev3-4/+8
2012-04-03Minor cleanup and style fixes in the Unit_test and Image_lib librariesAndrey Andreev3-20/+16
2012-04-03Minor cleanup and style fixes in the Log and Javascript librariesAndrey Andreev2-37/+21
2012-04-03Fix issue #14Andrey Andreev3-2/+3
2012-04-03Alter SQLite tests config to use the sqlite3 driver under PHP 5.4+Andrey Andreev1-4/+5