summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to ↵Andrey Andreev24-469/+70
CI_DB_driver
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 ↵Andrey Andreev7-89/+18
define it and fixed 2 issues related to it
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
Fix Posgres driver connection string.
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 ↵Timothy Warren1-1/+1
"username" parameter, which should be "user"
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 ↵Andrey Andreev1-58/+42
optimizations in the library
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
add function get_content_type to output class
2012-04-02The current name is too wide change to get_content_type()consistent with ↵Songpol Sripaoeiam1-1/+1
set_content_type()
2012-04-02Merge branch 'develop' of github.com:obiconbig/CodeIgniter into developSongpol Sripaoeiam1-1/+2
2012-04-02Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developSongpol Sripaoeiam5-0/+1476
2012-04-02Merge upstream branchAndrey Andreev12-83/+1547
2012-04-02Merge upstream branchAndrey Andreev66-1914/+1440
2012-04-01Fix style codingSongpol Sripao-eiam1-1/+2
2012-04-01bracket on a new lineSongpol Sripaoeiam1-5/+6
Also add space after foreach bracket on a new line... Also add a space after if Follow up from https://github.com/EllisLab/CodeIgniter/pull/1234/files#r630522
2012-04-01add function get_current_content_type to output class and user manual librarySongpol Sripaoeiam1-0/+18
2012-03-30Merge pull request #1228 from toopay/database-testPhil Sturgeon1-8/+9
Multiple database drivers testing
2012-03-30Multi database setupTaufan Aditya1-7/+3
2012-03-29Merge pull request #1227 from ryanneufeld/developAndrey Andreev1-3/+3
Fix for #88 _default_options does not exist in the Cache_memcahe driver
2012-03-29Fix for Issue 88. _default_options does not exist in the Cache_memcahe driverRyan Neufeld1-3/+3
2012-03-29Merge pull request #1181 from matteomattei/developAndrey Andreev1-16/+26
Add support for buffer string email attachment.
2012-03-29Changed the dummy DB free_result() method to void (that's how it's ↵Andrey Andreev1-11/+10
implemented by all drivers) and some style/comment changes in DB_result
2012-03-29Minor improvements to PostgreSQL and SQLite result classesAndrey Andreev2-44/+20
2012-03-28Merge remote-tracking branch 'upstream/develop' into unit-testsTaufan Aditya9-279/+156
2012-03-28Travis setup and minor cleanupTaufan Aditya1-1/+6
2012-03-28Revert CI_DB_driver::_reset_select() to a regular method instead of ↵Andrey Andreev1-1/+3
abstract.abstract methods are required to be implemented by their child classes and this is not what's intended in our case.
2012-03-28Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8Andrey Andreev8-94/+15
2012-03-28Add a dummy db_select() method to CI_DB_driver and remove it from drivers ↵Andrey Andreev8-94/+15
that don't have such functionality