summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
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-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