Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -0/+3 | |
2015-08-13 | Update config/constants.php with defined() checks | Andrey Andreev | 1 | -34/+34 | |
Allows for easier override with an environment-based configs. Close #4045 | |||||
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -0/+2 | |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+1 | |
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897 | |||||
2015-07-16 | Add SSL support for PDO_MYSQL too | Andrey Andreev | 1 | -1/+1 | |
Related: #3896 | |||||
2015-07-16 | [ci skip] Add note about colon-separated ssl_cipher list | Andrey Andreev | 1 | -1/+1 | |
2015-07-16 | Refactor proposed changes from PR #3896 | Andrey Andreev | 1 | -1/+10 | |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵ | Andrey Andreev | 1 | -0/+2 | |
feature/mysqli_ssl | |||||
2015-07-15 | [ci skip] Add changelog entries for PR #3828 | Andrey Andreev | 1 | -2/+9 | |
2015-07-13 | [ci skip] Update 'ico' entry in config/mimes.php | Andrey Andreev | 1 | -1/+1 | |
2015-07-10 | [ci skip] Clarify comments about libraries/drivers autoloading | Andrey Andreev | 1 | -4/+6 | |
Close #3964 | |||||
2015-07-06 | [ci skip] Update config/migration.php comments | Andrey Andreev | 1 | -3/+3 | |
Close #3951 | |||||
2015-07-04 | Standardized new lines | Calvin Tam | 7 | -21/+0 | |
2015-07-04 | Fixed typos | Calvin Tam | 1 | -2/+2 | |
2015-06-26 | Fix ask jeeves user-agent | rochefort | 1 | -1/+1 | |
2015-06-22 | Added .ico mime type | Éderson | 1 | -1/+2 | |
Just added ico to mime list | |||||
2015-06-18 | Fixed a cleanup miss in the default database config file to follow the ↵ | Tim Nolte | 1 | -6/+1 | |
recent SSL feature changes. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-06-18 | Removed db_options configuration item for implementation later. Changed 5 ↵ | Tim Nolte | 1 | -6/+1 | |
new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-06-08 | Merge branch 'develop' into feature/mysqli-ssl | Tim Nolte | 5 | -5/+7 | |
2015-06-08 | Added new MySQLi parameters/info to default database config file. Fixed ↵ | Tim Nolte | 1 | -0/+12 | |
missing new MySQLi parameters from database configuration documentation examples. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-05-27 | [ci skip] Default 'db_debug' value to depend on ENVIRONMENT setting | Andrey Andreev | 1 | -1/+1 | |
Related: #3884 | |||||
2015-05-17 | Added subtitles mime types. | Ahmad Anbar | 1 | -1/+3 | |
2015-05-06 | Update user_agents.php | Oleg Filippov | 1 | -0/+1 | |
added new browser Spartan | |||||
2015-05-01 | MIMES : added new mime type for 3gp based video file upload, added space ↵ | Intekhab Rizvi | 1 | -1/+1 | |
between array | |||||
2015-05-01 | MIMES : added new mime type for 3gp based video file upload | Intekhab Rizvi | 1 | -1/+1 | |
2015-04-27 | [ci skip] Remove redundant comment about log_threshold | Andrey Andreev | 1 | -2/+0 | |
2015-04-23 | Adding two new characters and their ASCII equivalent | Abs | 1 | -0/+1 | |
2015-03-14 | Update user_agents.php | Oleg Filippov | 1 | -0/+1 | |
Add Windows 10 | |||||
2015-03-14 | [ci skip] Add a note about sess_save_path in config.php | Andrey Andreev | 1 | -0/+2 | |
2015-03-01 | [ci skip] Fix a typo in config.php | Andrey Andreev | 1 | -1/+1 | |
2015-02-28 | [ci skip] Formally deprecate 'global_xss_filtering' | Andrey Andreev | 1 | -0/+3 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -2/+0 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -7/+6 | |
Revert "fixes" for #167, #388, #705 (also #1326) as it turns out URL-decoding isn't compliant with the CGI/1.1 specification. RFC 3875: http://www.faqs.org/rfcs/rfc3875.html | |||||
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 | |
2015-02-07 | [ci skip] Fix a setting name in a comment | Andrey Andreev | 1 | -1/+1 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -0/+7 | |
2015-02-02 | [ci skip] Improve note about sess_save_path in config.php | Andrey Andreev | 1 | -2/+4 | |
2015-01-26 | [ci skip] Remove 'session' from autoload comments for 'driver' | Andrey Andreev | 1 | -2/+2 | |
... cause it doesn't work that way. | |||||
2015-01-26 | Remove license blocks in /application files | vlakoff | 14 | -504/+0 | |
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views. | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 14 | -46/+0 | |
2015-01-21 | [ci skip] Fix incorrect wording in config.php | Andrey Andreev | 1 | -1/+1 | |
Related: 9e82b0d00cbe83d6cdfa914628023cb98d70c933 | |||||
2015-01-19 | [ci skip] Add missing word in a comment | Andrey Andreev | 1 | -2/+2 | |
2015-01-19 | feature/session (#3073): Update config file and session docs | Andrey Andreev | 1 | -9/+15 | |
Upgrade instructions are still pending. | |||||
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 14 | -77/+80 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 14 | -61/+61 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-12-15 | Remove output minifier | Andrey Andreev | 1 | -13/+0 | |
This feature has proven to be problematic and it's not nearly as flexible as a dedicated minifier library like Minify (http://www.minifier.org/, https://github.com/matthiasmullie/minify). The same results in terms of saving traffic can also be achievied via gzip compression (which should also be done on the httpd level, but we also support anyway) and stuff like mod_pagespeed. Reverts PR #965 Related issues as a track record proving how problematic this has been: #2078 #1499 #2163 #2092 #2387 #2637 #2710 #2120 #2171 #2631 #2326 #2795 #2791 #2772 Additionally, the count of contributors suggesting that the only way to fix the minifier problems is to remove it, is around the same as the count of people suggesting the feature to be implemented in the first place. It was experimental anyway ... the experiment failed. | |||||
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -0/+11 | |
Close #2349 | |||||
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 | |