Age | Commit message (Expand) | Author | Files | Lines |
2012-09-03 | Update application/config/constants.php | D. Marshall Lemcoe Jr. | 1 | -8/+8 |
2012-09-03 | Fix #1741 is_unique duplicated in documentation for Form_validation | pickupman | 1 | -1/+0 |
2012-09-03 | Slightly robuster test | vlakoff | 1 | -1/+1 |
2012-09-02 | Merge pull request #1727 from pickupman/bugfix-loader-view_file | Alex Bilbie | 2 | -3/+4 |
2012-09-02 | Merge pull request #1728 from pickupman/bugfix-captcha_helper | Alex Bilbie | 1 | -2/+1 |
2012-09-02 | Merge pull request #1753 from vlakoff/lang | Alex Bilbie | 1 | -14/+14 |
2012-09-01 | A few forgotten double quotes in language strings | vlakoff | 1 | -14/+14 |
2012-08-31 | Simplification in Text Helper's character_limiter() | vlakoff | 1 | -1/+1 |
2012-08-31 | fix issue #1719 and update ip address length on captcha helper | Bo-Yi Wu | 3 | -2/+3 |
2012-08-31 | Merge pull request #1732 from IT-Can/mysql-compression | Alex Bilbie | 6 | -3/+48 |
2012-08-30 | Merge pull request #1749 from dchill42/sess_config | Phil Sturgeon | 4 | -16/+68 |
2012-08-30 | Added autoload drivers config, added Session and Loader changes to changelog,... | dchill42 | 3 | -16/+63 |
2012-08-30 | Added session driver config items | dchill42 | 1 | -0/+5 |
2012-08-30 | Merge branch 'refs/heads/alexbilbie/develop' into codeigniter/develop | Alex Bilbie | 4 | -0/+288 |
2012-08-30 | Added PHPUnit to the development requirements of composer.json | Alex Bilbie | 1 | -1/+4 |
2012-08-30 | Finished the final tests (except do_upload) | Alex Bilbie | 2 | -7/+46 |
2012-08-30 | Added initial upload library tests | Alex Bilbie | 1 | -0/+231 |
2012-08-30 | Added lang mock and upload mock | Alex Bilbie | 2 | -0/+18 |
2012-08-29 | Merge pull request #353 from dchill42/session | Phil Sturgeon | 12 | -1063/+2484 |
2012-08-29 | Fixed defaults and database check, reverted redundant shutdown feature | dchill42 | 2 | -51/+5 |
2012-08-29 | Extracted cookie database saves to shutdown and cleaned up code | dchill42 | 2 | -135/+169 |
2012-08-28 | Minor session test improvements | dchill42 | 1 | -65/+117 |
2012-08-28 | Fixed multi-driver load return and last-ditch library subdirectory retry obje... | dchill42 | 1 | -3/+3 |
2012-08-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session | dchill42 | 11 | -26/+64 |
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 4 | -7/+17 |
2012-08-23 | Merge branch 'feature/js-userguide-search' into develop | Derek Jones | 4 | -9/+29 |
2012-08-23 | Merge pull request #1733 from IT-Can/word-mime-fix | Alex Bilbie | 2 | -2/+3 |
2012-08-21 | docx mimetype added | Michiel Vugteveen | 2 | -2/+3 |
2012-08-21 | changelog fix | Michiel Vugteveen | 1 | -1/+1 |
2012-08-21 | driver fix + userguide + changelog | Michiel Vugteveen | 3 | -5/+23 |
2012-08-21 | Switching to Sphinx's built in JavaScript search | Derek Jones | 4 | -9/+29 |
2012-08-20 | fixed RST indentation error in 3.0.0 upgrade instructions code sample | Derek Jones | 1 | -0/+1 |
2012-08-20 | Fixing code sample styling and footer link | Derek Jones | 2 | -1/+5 |
2012-08-20 | mysql driver updated | Michiel Vugteveen | 2 | -5/+21 |
2012-08-20 | compression test | Michiel Vugteveen | 2 | -0/+9 |
2012-08-20 | database added config option | Michiel Vugteveen | 1 | -0/+2 |
2012-08-19 | Fixes issue #1678 | pickupman | 1 | -2/+1 |
2012-08-19 | Merging heads | pickupman | 5 | -13/+17 |
2012-08-18 | Fix bug #1000 | Joe McFrederick | 2 | -3/+4 |
2012-08-16 | Merge pull request #1714 from ollierattue/develop | Andrey Andreev | 1 | -2/+2 |
2012-08-16 | Merge pull request #1698 from cryode/develop | Andrey Andreev | 1 | -3/+3 |
2012-08-15 | Remove change log entry for Bug fix #1695 | Eric Roberts | 1 | -1/+0 |
2012-08-15 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Eric Roberts | 3 | -8/+12 |
2012-08-15 | Removed invalid 'application/vnd.ms-excel [official]' mime type from xls | Ollie Rattue | 1 | -1/+1 |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 |
2012-08-15 | Add changelog entry for pull #1601 | Andrey Andreev | 1 | -6/+7 |
2012-08-15 | Working mime types for xls and xlsx file extensions | Ollie Rattue | 1 | -2/+2 |
2012-08-14 | Merge pull request #1707 from IT-Can/fix-issue-1706 | Alex Bilbie | 1 | -1/+4 |
2012-08-14 | fix issue 1706 | Michiel Vugteveen | 1 | -1/+4 |
2012-08-13 | Minor doc fixes | dchill42 | 2 | -5/+5 |