summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-01Fix style codingSongpol Sripao-eiam1-1/+2
2012-04-01bracket on a new lineSongpol Sripaoeiam2-6/+7
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 Sripaoeiam2-0/+25
2012-03-30Merge pull request #1228 from toopay/database-testPhil Sturgeon13-19/+354
Multiple database drivers testing
2012-03-30Configation based by environment constant, due Database test implementation ↵Taufan Aditya1-33/+0
accross drivers
2012-03-30Multi database setupTaufan Aditya12-26/+265
2012-03-29Add a missing changelog entry for pull #1227Andrey Andreev1-0/+1
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 Andreev3-22/+42
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-28Add schema folderTaufan Aditya1-0/+0
2012-03-28Merge remote-tracking branch 'upstream/develop' into unit-testsTaufan Aditya9-279/+156
2012-03-28Travis setup and minor cleanupTaufan Aditya7-33/+75
2012-03-28Preliminary Database TestTaufan Aditya6-4/+91
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-28Add buffer string attach function to changelog.Matteo Mattei1-1/+2
2012-03-28Merge upstream branchAndrey Andreev114-2025/+1580
2012-03-28Merge pull request #971 from narfbg/develop-db-driverAndrey Andreev1-151/+114
Improve the base database driver class
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 Andreev113-1875/+1467
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 Andreev3-25/+10
unused method
2012-03-28Merge pull request #1226 from toopay/unit-testsPhil Sturgeon32-217/+265
Improve Unit tests
2012-03-28Remove debugging lineTaufan Aditya1-1/+0
2012-03-28Merge remote-tracking branch 'upstream/develop' into unit-testsTaufan Aditya2-1/+2
2012-03-28Remove include or require declaration from all helpers testTaufan Aditya15-58/+80
2012-03-28Implementation of Mock class, remove ugly reflection classTaufan Aditya1-32/+3
2012-03-28Implementation of Mock class, remove ugly reflection classTaufan Aditya2-18/+20
2012-03-28Fix a CI_Loader::_ci_load_class() bugAndrey Andreev2-1/+2
2012-03-28Adding core and libraries mock classesTaufan Aditya1-7/+1
2012-03-28Adding core and libraries mock classesTaufan Aditya15-37/+79
2012-03-28Adding autoloader and mocks directoryTaufan Aditya9-81/+99
2012-03-27Remove EOF newlines from MySQLi driver and result classesAndrey Andreev2-2/+2
2012-03-27Merge feature/mysqli_oop branchAndrey Andreev3-26/+29
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-26Fix some examples in the user guideAndrey Andreev5-35/+37
2012-03-26Merge pull request #869 from narfbg/develop-helpers-accAndrey Andreev3-96/+47
Improve the captcha helper
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 Andreev109-2600/+1846
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