Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-23 | Removed EOL - 2ndtry | Jacques du Rand | 1 | -2/+2 | |
2014-11-23 | Removed EOL | Jacques du Rand | 1 | -1/+1 | |
2014-11-23 | Added missing comma at EOL(right place) | Jacques du Rand | 1 | -2/+2 | |
2014-11-23 | Added missing comma at EOL | Jacques du Rand | 1 | -1/+1 | |
2014-11-23 | Updated list of bots - mostly google-like | Jacques du Rand | 1 | -1/+6 | |
2014-11-11 | Close #3322 [ci skip] | Andrey Andreev | 1 | -4/+4 | |
2014-10-28 | Add a real exception handler | Andrey Andreev | 2 | -0/+129 | |
Close #1590 Close #3200 | |||||
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -3/+5 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 24 | -336/+600 | |
2014-10-22 | [ci skip] Trim a newline character | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Update mimes.php | Andre Gardiner | 1 | -1/+2 | |
Updated a mines for file format ical. Although it is the same as ics the upload library should also recognize ical file format just the same. | |||||
2014-09-11 | Added vcard mime-type | Ahmad Anbar | 1 | -1/+2 | |
2014-09-08 | Add svg to config/mimes.php | Andrey Andreev | 1 | -1/+2 | |
Close #3199 | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 2 | -1/+13 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-07-11 | Add setting ['composer_autoload'] | Andrey Andreev | 1 | -1/+21 | |
Supersedes PR #3132 | |||||
2014-06-04 | Seriously, remove the line ending | sean | 1 | -1/+1 | |
2014-06-03 | Another ppt mime type | Sean Fahey | 1 | -1/+1 | |
2014-06-03 | Added 'application/vnd.ms-office' MIME for ppt | Sean Fahey | 1 | -2/+2 | |
An export from Apple's Numbers to .ppt gives a MIME of application/vnd.ms-office | |||||
2014-05-08 | Added support to Symbian OS platforms to recognize Nokia devices | Adriano Rosa | 1 | -1/+2 | |
2014-04-14 | Change 'standardize_newlines' default to FALSE | Andrey Andreev | 1 | -1/+1 | |
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923 | |||||
2014-04-14 | Replace "folder" with "directory" in config.php | vlakoff | 1 | -3/+3 | |
2014-04-14 | Rename config item "error_templates_path" to "error_views_path" | vlakoff | 1 | -2/+2 | |
2014-04-12 | Make the error templates path configurable | vlakoff | 1 | -0/+11 | |
2014-03-17 | [ci skip] Clear some whitespace | Andrey Andreev | 1 | -1/+1 | |
2014-03-17 | No start tag (<p>) | İrfan Evrens | 1 | -2/+2 | |
2014-02-11 | "BASEPATH check" consistency | darwinel | 14 | -14/+29 | |
As described in issue #2870 + A change in the „How to create a library” example in the user_guide | |||||
2014-02-11 | 2013 > 2014 | darwinel | 24 | -24/+24 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-11 | Fix a typo in the smileys config (PR #2853) | Andrey Andreev | 1 | -1/+1 | |
2014-02-03 | Add index.html to /application/language | Serge Noskov | 1 | -0/+10 | |
2014-01-20 | Merge branch 'develop' into feature/output_compressed_cache | Andrey Andreev | 1 | -1/+9 | |
2014-01-20 | Polish changes from PR #2830 | Andrey Andreev | 1 | -9/+9 | |
2014-01-19 | Fix whitespaces to tabs. | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-19 | Added save_queries config setting in config/database.php | Ahmedul Haque Abid | 1 | -0/+8 | |
2014-01-18 | Merge branch 'develop' into feature/output_compressed_cache | Andrey Andreev | 1 | -0/+5 | |
2014-01-17 | Add autoloading library aliasing support (supersedes PR #2824) | Andrey Andreev | 1 | -0/+5 | |
2014-01-15 | Merge changes from develop | Andrey Andreev | 2 | -3/+7 | |
2014-01-15 | Merge pull request #2811 from dionysiosarvanitis/fix/ie11_user_agent | Andrey Andreev | 1 | -0/+1 | |
IE11 User Agent support added | |||||
2014-01-15 | Trident prefix added to avoid potential false positives. | Dionysis Arvanitis | 1 | -1/+1 | |
2014-01-15 | CI_URI changes related to the 'permitted_uri_chars' setting | Andrey Andreev | 1 | -3/+6 | |
- Initialize and cache the value in the class constructor instead of searching for it every time - Removed the preg_quote() call from _filter_uri() to allow more fine-tuning from configuration - Renamed _filter_uri() to filter_uri() - it was public anyway and using it cannot break anything Related: issue #2799 | |||||
2014-01-11 | IE11 User Agent support added | Dionysis Arvanitis | 1 | -0/+1 | |
2014-01-10 | Compress output before storing it to cache, if output compression is enabled | Andrey Andreev | 1 | -0/+3 | |
Based on PR #964 | |||||
2014-01-08 | Remove preg_quote() call from CI_User_agent::_set_browser() and add another ↵ | Andrey Andreev | 1 | -0/+2 | |
pattern for Opera Input comes from a configuration file that is barely touched by anyone and the default values only contain letters, so it is safe to not quote them. This enables us to add a more advanced pattern in config/user_agents.php for Opera 10+, which ... quote: Opera/9.80 is hard coded at the beginning of the user agent string because of broken browser sniffing scripts which detect 'Opera/10' and above as Opera 1. (reference: http://my.opera.com/community/openweb/idopera/) Instead, latests versions of Opera append ' Version/<version number>' to the end of the user agent string. Fixes issue #555 (incorrect browser detection for Opera) | |||||
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -0/+14 | |
Added ['standardize_newlines'] Also altered the Session cookie driver, which experienced issues with this feature due to it's HMAC verification failing after the Input class alters newlines in non-encrypted session cookies. Supersedes PR #2470 | |||||
2014-01-03 | [ci skip] Some spaces & docblock fixes | Andrey Andreev | 1 | -1/+1 | |
2014-01-03 | Merge pull request #2753 from SirDre/patch-1 | Andrey Andreev | 1 | -1/+2 | |
Update user_agents.php | |||||
2014-01-03 | [ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and ↵ | Andrey Andreev | 4 | -8/+1 | |
-webkit-box-shadow usage | |||||
2013-12-06 | Update user_agents.php | Andre Gardiner | 1 | -1/+2 | |
Added Win 8.1 user agent to the array | |||||
2013-11-27 | [ci skip] Remove 2 spaces | Andrey Andreev | 1 | -1/+1 | |
2013-11-12 | Add CLI error templates and only send HTTP status headers for non-CLI ↵ | Andrey Andreev | 10 | -4/+172 | |
requests (issue #1743) | |||||
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 1 | -1/+1 | |