summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-04-20Start comment cleanup of librariesTimothy Warren14-90/+440
2012-04-19Fix syntax errorTimothy Warren1-1/+1
2012-04-19Additional formatting fixesTimothy Warren13-204/+243
2012-04-19Normalize comments in core filesTimothy Warren11-184/+217
2012-04-15Added the ability to insert objects with insert_batch() in Active Reccord.Iban Eguia1-1/+2
2012-04-13Switch erroneously declared protected properties in Output class to publicAndrey Andreev1-7/+7
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev13-83/+9
2012-04-09Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstractAndrey Andreev2-2/+4
2012-04-09DB Utility improvementsAndrey Andreev14-631/+101
2012-04-09Switched public driver methods in DB forge to protectedAndrey Andreev11-22/+22
2012-04-09Multiple DB Forge improvementsAndrey Andreev15-659/+108
2012-04-09Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a...Andrey Andreev2-2/+4
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev11-251/+38
2012-04-09Fix AR delete() for MSSQL and SQLSRVAndrey Andreev2-16/+20
2012-04-09Fix AR delete() for OracleAndrey Andreev1-11/+6
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev6-51/+76
2012-04-06Some minor improvements to the PDO driverAndrey Andreev1-33/+26
2012-04-06Fix a CI_DB_pdo_driver::trans_commit() bugAndrey Andreev1-24/+5
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev24-469/+70
2012-04-06Fix PDO field and table escapingAndrey Andreev1-52/+18
2012-04-05Fixed MSSQL and SQLSrv truncate()Andrey Andreev2-0/+36
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev13-120/+42
2012-04-05Add replace() support for SQLite/SQLite3Andrey Andreev2-8/+43
2012-04-05Replaced driver instances of _replace() with one in CI_DB_active_recordAndrey Andreev4-59/+25
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev9-252/+27
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 Andreev7-89/+18
2012-04-04Update system/libraries/Zip.phpTobias Tschech1-2/+1
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-03Fix some stuff broken during repo syncAndrey Andreev1-3/+3
2012-04-03Merge upstream branchAndrey Andreev98-3481/+4461
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 Andreev1-58/+42
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 Andreev2-4/+6
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 Andreev2-2/+2
2012-04-03Some improvements to the additions from pull #1234Andrey Andreev1-7/+7
2012-04-03Merge pull request #1234 from obiconbig/developAndrey Andreev1-0/+20
2012-04-02The current name is too wide change to get_content_type()consistent with set_...Songpol Sripaoeiam1-1/+1
2012-04-02Merge branch 'develop' of github.com:obiconbig/CodeIgniter into developSongpol Sripaoeiam1-1/+2