summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2012-03-30Multi database setupTaufan Aditya1-7/+3
2012-03-29Merge pull request #1227 from ryanneufeld/developAndrey Andreev1-3/+3
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
2012-03-29Changed the dummy DB free_result() method to void (that's how it's implemente...Andrey Andreev1-11/+10
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 abstract....Andrey Andreev1-1/+3
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 tha...Andrey Andreev8-94/+15
2012-03-28Merge upstream branchAndrey Andreev53-1656/+1136
2012-03-28A replace array_key_exists() with isset()Andrey Andreev1-4/+4
2012-03-28Some more unneeded brackets removedAndrey Andreev1-1/+1
2012-03-28Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driverAndrey Andreev52-1506/+1023
2012-03-28Some minor style changes in the XMLRPC classAndrey Andreev1-33/+24
2012-03-28Added random ordering support for MSSQL and SQLSRV drivers and removed an unu...Andrey Andreev2-25/+8
2012-03-28Fix a CI_Loader::_ci_load_class() bugAndrey Andreev1-1/+1
2012-03-27Remove EOF newlines from MySQLi driver and result classesAndrey Andreev2-2/+2
2012-03-27Merge feature/mysqli_oop branchAndrey Andreev2-24/+25
2012-03-26Some style adjustments and fixed comments in the Loader classAndrey Andreev1-30/+29
2012-03-26Some style adjustments and fixed comments in Router and Output classesAndrey Andreev2-28/+24
2012-03-26Remove remaining access description lines from helpers + some style fixesAndrey Andreev6-79/+48