Age | Commit message (Expand) | Author | Files | Lines |
2012-10-24 | Add zsh, 7zip, cdr, wma and jar to mimes.php (rel #1919, #1926) | Andrey Andreev | 1 | -1/+6 |
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with it),... | Andrey Andreev | 1 | -4/+6 |
2012-10-06 | Add IPv6 and array() support for *proxy_ips* configuration | Andrey Andreev | 1 | -6/+10 |
2012-10-05 | [ci skip] Add Vietnamese characters to foreign_chars.php | Andrey Andreev | 1 | -12/+12 |
2012-10-02 | Added .dot and .dotx mimes. Fixes #1803 | Alex Bilbie | 1 | -0/+2 |
2012-10-02 | Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828 | Alex Bilbie | 1 | -1/+1 |
2012-09-03 | Update application/config/constants.php | D. Marshall Lemcoe Jr. | 1 | -8/+8 |
2012-08-31 | Merge pull request #1732 from IT-Can/mysql-compression | Alex Bilbie | 1 | -0/+2 |
2012-08-30 | Added autoload drivers config, added Session and Loader changes to changelog,... | dchill42 | 1 | -6/+23 |
2012-08-30 | Added session driver config items | dchill42 | 1 | -0/+5 |
2012-08-21 | docx mimetype added | Michiel Vugteveen | 1 | -1/+1 |
2012-08-20 | database added config option | Michiel Vugteveen | 1 | -0/+2 |
2012-08-16 | Merge pull request #1714 from ollierattue/develop | Andrey Andreev | 1 | -2/+2 |
2012-08-15 | Removed invalid 'application/vnd.ms-excel [official]' mime type from xls | Ollie Rattue | 1 | -1/+1 |
2012-08-15 | Working mime types for xls and xlsx file extensions | Ollie Rattue | 1 | -2/+2 |
2012-08-12 | Bug fix #1695 - change Nintendo mobile user agents to be more specific. | Eric Roberts | 1 | -3/+3 |
2012-07-25 | Windows 8 and PlayStation 3 in user_agents.php | Debeet | 1 | -0/+2 |
2012-07-23 | Fix issue #1644 | Andrey Andreev | 1 | -1/+1 |
2012-07-05 | Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ... | Andrey Andreev | 1 | -2/+3 |
2012-07-03 | replaced double quotes with single in $config['cookie_... string values | Dumk0 | 1 | -3/+3 |
2012-06-26 | Revert default config value of db pconnect to TRUE (issue #793) | Andrey Andreev | 1 | -2/+2 |
2012-06-19 | fixing a typo in the comments of the migration config file | Robert Doucette | 1 | -1/+1 |
2012-06-15 | mimes.php: zip, rar, php from pull #1472 | Andrey Andreev | 1 | -2/+3 |
2012-06-15 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 3 | -11/+12 |
2012-06-15 | Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code... | Phil Sturgeon | 1 | -0/+13 |
2012-06-14 | Polish changes from pull #1233 - Session class already has the time_reference... | Andrey Andreev | 1 | -3/+3 |
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 1 | -3/+4 |
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ch... | Iban Eguia | 1 | -2/+2 |
2012-06-10 | Changed the default timezone to local and explained in the config file. | Iban Eguia | 1 | -2/+3 |
2012-06-08 | Merge remote-tracking branch 'upstream/develop' into new_date | Iban Eguia | 5 | -256/+269 |
2012-06-07 | Add ics files support to mimes.php (issue #1441) | Andrey Andreev | 1 | -1/+2 |
2012-06-06 | Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063) | Andrey Andreev | 1 | -3/+3 |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -130/+130 |
2012-05-17 | Changed the default controller route to use single quotes instead of double q... | Alex Bilbie | 1 | -1/+1 |
2012-05-11 | Remove a duplicate mobile user agent entry | Andrey Andreev | 1 | -1/+0 |
2012-05-11 | User_agent library improvements | Andrey Andreev | 1 | -71/+76 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 14 | -112/+130 |
2012-04-24 | Added Romanian characters to the foreign_chars.php | George Petsagourakis | 1 | -4/+4 |
2012-04-24 | Added Greek characters to the foreign_chars.php | George Petsagourakis | 1 | -28/+33 |
2012-04-17 | minor style fix | Timothy Warren | 1 | -2/+2 |
2012-04-17 | Updated supported database driver list | Timothy Warren | 1 | -1/+2 |
2012-04-04 | Make database config easier to work with | Timothy Warren | 1 | -17/+19 |
2012-03-27 | Fixed typo. | Iban Eguia | 1 | -1/+1 |
2012-03-27 | Changed Date helper to return time() based on the timezone parameter. | Iban Eguia | 1 | -9/+7 |
2012-03-26 | Clear some spaces and fix some inconsistencies in application/ php files | Andrey Andreev | 13 | -40/+38 |
2012-03-26 | Merge pull request #994 from Razican/doctypes | Andrey Andreev | 1 | -11/+21 |
2012-03-18 | add support for httponly cookies | freewil | 1 | -0/+2 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 14 | -14/+14 |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 1 | -3/+3 |
2012-02-29 | updated branch | Michiel Vugteveen | 1 | -2/+2 |