summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-03Update application/config/constants.phpD. Marshall Lemcoe Jr.1-8/+8
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie2-3/+4
2012-09-02Merge pull request #1728 from pickupman/bugfix-captcha_helperAlex Bilbie1-2/+1
2012-09-02Merge pull request #1753 from vlakoff/langAlex Bilbie1-14/+14
2012-09-01A few forgotten double quotes in language stringsvlakoff1-14/+14
2012-08-31Merge pull request #1732 from IT-Can/mysql-compressionAlex Bilbie6-3/+48
2012-08-30Merge pull request #1749 from dchill42/sess_configPhil Sturgeon4-16/+68
2012-08-30Added autoload drivers config, added Session and Loader changes to changelog,...dchill423-16/+63
2012-08-30Added session driver config itemsdchill421-0/+5
2012-08-30Merge branch 'refs/heads/alexbilbie/develop' into codeigniter/developAlex Bilbie4-0/+288
2012-08-30Added PHPUnit to the development requirements of composer.jsonAlex Bilbie1-1/+4
2012-08-30Finished the final tests (except do_upload)Alex Bilbie2-7/+46
2012-08-30Added initial upload library testsAlex Bilbie1-0/+231
2012-08-30Added lang mock and upload mockAlex Bilbie2-0/+18
2012-08-29Merge pull request #353 from dchill42/sessionPhil Sturgeon12-1063/+2484
2012-08-29Fixed defaults and database check, reverted redundant shutdown featuredchill422-51/+5
2012-08-29Extracted cookie database saves to shutdown and cleaned up codedchill422-135/+169
2012-08-28Minor session test improvementsdchill421-65/+117
2012-08-28Fixed multi-driver load return and last-ditch library subdirectory retry obje...dchill421-3/+3
2012-08-27Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into sessiondchill4211-26/+64
2012-08-27Fixed select_driver(), cookie sess_destroy(), and native cookie name conflictdchill424-7/+17
2012-08-23Merge branch 'feature/js-userguide-search' into developDerek Jones4-9/+29
2012-08-23Merge pull request #1733 from IT-Can/word-mime-fixAlex Bilbie2-2/+3
2012-08-21docx mimetype addedMichiel Vugteveen2-2/+3
2012-08-21changelog fixMichiel Vugteveen1-1/+1
2012-08-21driver fix + userguide + changelogMichiel Vugteveen3-5/+23
2012-08-21Switching to Sphinx's built in JavaScript searchDerek Jones4-9/+29
2012-08-20fixed RST indentation error in 3.0.0 upgrade instructions code sampleDerek Jones1-0/+1
2012-08-20Fixing code sample styling and footer linkDerek Jones2-1/+5
2012-08-20mysql driver updatedMichiel Vugteveen2-5/+21
2012-08-20compression testMichiel Vugteveen2-0/+9
2012-08-20database added config optionMichiel Vugteveen1-0/+2
2012-08-19Fixes issue #1678pickupman1-2/+1
2012-08-19Merging headspickupman5-13/+17
2012-08-18Fix bug #1000Joe McFrederick2-3/+4
2012-08-16Merge pull request #1714 from ollierattue/developAndrey Andreev1-2/+2
2012-08-16Merge pull request #1698 from cryode/developAndrey Andreev1-3/+3
2012-08-15Remove change log entry for Bug fix #1695Eric Roberts1-1/+0
2012-08-15Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developEric Roberts3-8/+12
2012-08-15Removed invalid 'application/vnd.ms-excel [official]' mime type from xlsOllie Rattue1-1/+1
2012-08-15Fix issue #1712Andrey Andreev1-1/+1
2012-08-15Add changelog entry for pull #1601Andrey Andreev1-6/+7
2012-08-15Working mime types for xls and xlsx file extensionsOllie Rattue1-2/+2
2012-08-14Merge pull request #1707 from IT-Can/fix-issue-1706Alex Bilbie1-1/+4
2012-08-14fix issue 1706Michiel Vugteveen1-1/+4
2012-08-13Minor doc fixesdchill422-5/+5
2012-08-12Bug fix #1695 - change Nintendo mobile user agents to be more specific.Eric Roberts2-3/+4
2012-08-12Updated Loader and Session documentationdchill423-84/+328
2012-08-12Updated comments about default driverdchill421-2/+2
2012-08-08Relocated driver base class inclusion so drivers can be loaded with library()dchill421-13/+13