summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha...Andrey Andreev8-94/+15
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
2012-03-26Further improve a for() loopAndrey Andreev1-1/+1
2012-03-26Some more minor improvementsAndrey Andreev1-2/+2
2012-03-26Merge upstream branchAndrey Andreev1-5/+4
2012-03-26Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helper...Andrey Andreev83-2480/+1703
2012-03-26Remove access description lines and cleanup the string and typography helpersAndrey Andreev2-32/+17
2012-03-26Remove access description lines and cleanup the file and email helpersAndrey Andreev2-20/+9
2012-03-26Remove access description lines and cleanup the url helperAndrey Andreev2-38/+22
2012-03-26Remove access description lines and cleanup the form helperAndrey Andreev1-105/+56
2012-03-26Remove access description lines and cleanup the html helperAndrey Andreev1-41/+25
2012-03-26Remove access description lines and cleanup the download, language, number, p...Andrey Andreev5-21/+11
2012-03-26Renamed (with an underscore prefix) and switched from private to protected pr...Andrey Andreev1-31/+21
2012-03-26Remove access description lines and cleanup the Upload libraryAndrey Andreev1-182/+146
2012-03-26Remove access description lines and cleanup the Migration libraryAndrey Andreev1-18/+8
2012-03-26Remove access description lines and cleanup the Pagination libraryAndrey Andreev1-27/+17
2012-03-26Remove access description lines and cleanup the Typography libraryAndrey Andreev1-33/+20
2012-03-26Remove access description lines and cleanup the Xmlrpcs libraryAndrey Andreev1-44/+20
2012-03-26Remove remaining access description lines from database classes and styleguid...Andrey Andreev2-26/+15
2012-03-26Remove access description lines and fix comments in system/core/Common.phpAndrey Andreev1-94/+96
2012-03-26Switch a private property to protected and cleanup the Calendar libraryAndrey Andreev1-35/+26
2012-03-26Switch private methods and properties to protected and cleanup the Cache libr...Andrey Andreev6-170/+125
2012-03-26Switch private methods and properties to protected and cleanup the Parser lib...Andrey Andreev2-31/+18
2012-03-26Switch private methods and properties to protected and cleanup the Cart libraryAndrey Andreev1-31/+15
2012-03-26Switch private methods to protected and cleanup the Ftp libraryAndrey Andreev1-68/+41
2012-03-26Make _initialize() a constructor and rename _call_hook() to call_hook in the ...Andrey Andreev2-27/+19
2012-03-26Add visibility declarations where they remain missingAndrey Andreev3-7/+4
2012-03-26Merge upstream branchAndrey Andreev53-1312/+903
2012-03-26Clear some spaces and fix some inconsistencies in the Zip library and system/...Andrey Andreev6-24/+21
2012-03-26Merge upstream branchAndrey Andreev47-1289/+880
2012-03-26Rename a variable and style fixes in system/database/DB.phpAndrey Andreev1-12/+12
2012-03-26Add DSN string support for OracleAndrey Andreev1-2/+85
2012-03-26Add ODBC support for the new 'dsn' config valueAndrey Andreev1-3/+8
2012-03-26Improve PostgreSQL DSN string support and add a missing method visibility dec...Andrey Andreev2-19/+54
2012-03-26Add DSN string and persistent connections support for CUBRIDAndrey Andreev1-29/+56
2012-03-26Add a missing commaAndrey Andreev1-1/+1
2012-03-26Alter SQLite's escape_str() for LIKE queriesAndrey Andreev1-3/+3
2012-03-23Add dummy method reconnect() method to CI_DB_driver and remove it from driver...Andrey Andreev8-111/+17
2012-03-22Update system/libraries/Email.phpleandronf1-2/+6
2012-03-22(DSN) Delivery status notification featureleandronf1-3/+6