summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
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
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 ↵Andrey Andreev2-25/+8
unused method
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 ↵Andrey Andreev83-2480/+1703
develop-helpers-acc
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, ↵Andrey Andreev5-21/+11
path & xml helpers
2012-03-26Renamed (with an underscore prefix) and switched from private to protected ↵Andrey Andreev1-31/+21
properties in the Driver library
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 ↵Andrey Andreev2-26/+15
styleguide example
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 ↵Andrey Andreev6-170/+125
library and drivers
2012-03-26Switch private methods and properties to protected and cleanup the Parser ↵Andrey Andreev2-31/+18
library
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
Hooks class
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 ↵Andrey Andreev6-24/+21
system/helpers/ files
2012-03-26Merge upstream branchAndrey Andreev47-1289/+880
2012-03-26Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8Andrey Andreev1-12/+12
2012-03-26Rename a variable and style fixes in system/database/DB.phpAndrey Andreev1-12/+12
2012-03-26Merge upstream branchAndrey Andreev16-493/+353
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 ↵Andrey Andreev2-19/+54
declaration
2012-03-26Add DSN string and persistent connections support for CUBRIDAndrey Andreev1-29/+56