Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-26 | Update robots in config/user_agents.php | el-ma | 1 | -1/+3 | |
Added Majestic-12 and Uptimebot | |||||
2016-05-25 | added "Alexa Crawler" | el-ma | 1 | -1/+2 | |
2016-02-15 | [ci skip] Polish changes from PR #4453 | Andrey Andreev | 1 | -2/+3 | |
2016-02-15 | Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-Name | Andrey Andreev | 1 | -0/+5 | |
Autoload Driver Object Names | |||||
2016-02-15 | [ci skip] Add notes in config about CLI for url_suffix, permitted_uri_chars | Andrey Andreev | 1 | -0/+4 | |
2016-02-11 | Autoload Driver Object Names | Kristian Matthews | 1 | -0/+5 | |
Updated documentation for `$autoload['drivers']`. Updated loader to autoload drivers with object names the same as autoloading libraries. Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2016-01-13 | Fix type in default constants configuration | Jason Neal | 1 | -1/+1 | |
The word "destructive" was misspelled in the conditional portion. | |||||
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 6 | -9/+9 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 6 | -9/+9 | |
2016-01-11 | Merge pull request #4371 from feryardiant/contrib/mime-ogg | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Add extra mime for .ogg files | |||||
2016-01-11 | Merge pull request #4241 from suhindra/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Added/updated MIME types for Flash Video | |||||
2016-01-09 | Add extra mime for .ogg file | Fery Wardiyanto | 1 | -1/+1 | |
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com> | |||||
2015-12-17 | added Vivaldi browser | Suhindra | 1 | -1/+2 | |
added new browser Vivaldi | |||||
2015-11-14 | Added and Updated MIME types for Flash Video | Suhindra | 1 | -1/+2 | |
Update 'f4v' entry and add 'flv' to support Flash Video as allowed file type. | |||||
2015-11-06 | Merge pull request #4218 from schwemmer/develop | Andrey Andreev | 1 | -0/+8 | |
[ci skip] Added MIME types for JPEG2000 | |||||
2015-11-06 | Merge pull request #4218 from schwemmer/develop | Andrey Andreev | 1 | -0/+8 | |
[ci skip] Added MIME types for JPEG2000 | |||||
2015-11-06 | Fixed white-space for JPEG2000 MIME types | Rafael Schwemmer | 1 | -8/+8 | |
Replaced spaces by tabs to be consistent with rest of the code | |||||
2015-11-05 | Added MIME types for JPEG2000 | Rafael Schwemmer | 1 | -0/+8 | |
Added all MIME types and file extensions to support JPEG2000 images as allowed file type. | |||||
2015-11-04 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -4/+10 | |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+10 | |
2015-10-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -0/+3 | |
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -0/+3 | |
2015-08-23 | Specify to which character dashes will be replaced | Dotan Cohen | 1 | -2/+2 | |
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-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 | |