summaryrefslogtreecommitdiffstats
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-03Merge pull request #913 from narfbg/develop-issue-863Andrey Andreev3-49/+32
2012-04-03Fix some stuff broken during repo syncAndrey Andreev1-3/+3
2012-04-03Merge upstream branchAndrey Andreev171-3878/+5303
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 Andreev2-58/+43
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 Andreev3-4/+8
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 Andreev3-2/+3
2012-04-03Alter SQLite tests config to use the sqlite3 driver under PHP 5.4+Andrey Andreev1-4/+5
2012-04-03Some improvements to the additions from pull #1234Andrey Andreev3-11/+13
2012-04-03Merge pull request #1234 from obiconbig/developAndrey Andreev3-0/+28
2012-04-03Move changelog line from verion 2.1.1 to version 3.0Songpol Sripao-eiam1-3/+1
2012-04-03Merge pull request #868 from narfbg/develop-db-oci8Andrey Andreev6-148/+576
2012-04-03Update changelogSongpol Sripao-eiam1-0/+3
2012-04-02The current name is too wide change to get_content_type()consistent with set_...Songpol Sripaoeiam2-3/+3
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 Sripaoeiam8-7/+1484
2012-04-02Merge upstream branchAndrey Andreev28-107/+1917
2012-04-02Merge pull request #930 from narfbg/develop-db-sqlite3Andrey Andreev8-7/+1484
2012-04-02Merge upstream branchAndrey Andreev136-2304/+2251
2012-04-01Fix style codingSongpol Sripao-eiam1-1/+2
2012-04-01bracket on a new lineSongpol Sripaoeiam2-6/+7
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
2012-03-30Configation based by environment constant, due Database test implementation a...Taufan Aditya1-33/+0
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
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
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-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 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-28Add buffer string attach function to changelog.Matteo Mattei1-1/+2
2012-03-28Merge upstream branchAndrey Andreev114-2025/+1580