summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Collapse)AuthorFilesLines
2016-02-15[ci skip] Polish changes from PR #4453Andrey Andreev1-2/+3
2016-02-15Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-NameAndrey Andreev1-0/+5
Autoload Driver Object Names
2016-01-13Merge pull request #4378 from jtneal/patch-1Andrey Andreev1-1/+1
[ci skip] Fix a defined() typo in config/constants.php
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev7-10/+10
2016-01-11Merge pull request #4371 from feryardiant/contrib/mime-oggAndrey Andreev1-1/+1
[ci skip] Add extra mime for .ogg files
2016-01-11Merge pull request #4241 from suhindra/developAndrey Andreev1-1/+2
[ci skip] Added/updated MIME types for Flash Video
2015-11-06Merge pull request #4218 from schwemmer/developAndrey Andreev1-0/+8
[ci skip] Added MIME types for JPEG2000
2015-10-31Prevent Host header injectionsAndrey Andreev1-4/+10
2015-09-01[ci skip] Correct session database setup docsAndrey Andreev1-0/+3
2015-08-13Update config/constants.php with defined() checksAndrey Andreev1-34/+34
Allows for easier override with an environment-based configs. Close #4045
2015-07-25Merge pull request #3988 from kenjis/fix-views-errors-cliAndrey Andreev2-11/+11
[ci skip] Improve readability in CLI error templates
2015-07-25Fix alignmentkenjis2-6/+6
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
2015-07-22Fix #3991Andrey Andreev1-0/+2
2015-07-21Fix coding stylekenjis2-10/+10
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
2015-07-20[ci skip] Apply changes from PR #3983 to error_exception.phpAndrey Andreev2-20/+14
2015-07-20Fix indentationkenjis1-4/+4
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
2015-07-18Fix errors/cli/error_php.php outputkenjis1-13/+11
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com>
2015-07-16Add 'ssl_verify' option for mysqli driverAndrey Andreev1-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-16Add SSL support for PDO_MYSQL tooAndrey Andreev1-1/+1
Related: #3896
2015-07-16[ci skip] Add note about colon-separated ssl_cipher listAndrey Andreev1-1/+1
2015-07-16Refactor proposed changes from PR #3896Andrey Andreev1-1/+10
2015-07-16Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵Andrey Andreev1-0/+2
feature/mysqli_ssl
2015-07-15[ci skip] Add changelog entries for PR #3828Andrey Andreev1-2/+9
2015-07-13[ci skip] Update 'ico' entry in config/mimes.phpAndrey Andreev1-1/+1
2015-07-10[ci skip] Clarify comments about libraries/drivers autoloadingAndrey Andreev1-4/+6
Close #3964
2015-07-06[ci skip] Update config/migration.php commentsAndrey Andreev1-3/+3
Close #3951
2015-07-04Standardized new linesCalvin Tam7-21/+0
2015-07-04Fixed typosCalvin Tam1-2/+2
2015-06-26Fix ask jeeves user-agentrochefort1-1/+1
2015-06-22Added .ico mime typeÉderson1-1/+2
Just added ico to mime list
2015-06-18Fixed a cleanup miss in the default database config file to follow the ↵Tim Nolte1-6/+1
recent SSL feature changes. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com>
2015-06-18Removed db_options configuration item for implementation later. Changed 5 ↵Tim Nolte1-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-08Merge branch 'develop' into feature/mysqli-sslTim Nolte5-5/+7
2015-06-08Added new MySQLi parameters/info to default database config file. Fixed ↵Tim Nolte1-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 settingAndrey Andreev1-1/+1
Related: #3884
2015-05-17Added subtitles mime types.Ahmad Anbar1-1/+3
2015-05-06Update user_agents.phpOleg Filippov1-0/+1
added new browser Spartan
2015-05-01MIMES : added new mime type for 3gp based video file upload, added space ↵Intekhab Rizvi1-1/+1
between array
2015-05-01MIMES : added new mime type for 3gp based video file uploadIntekhab Rizvi1-1/+1
2015-04-27[ci skip] Remove redundant comment about log_thresholdAndrey Andreev1-2/+0
2015-04-23Adding two new characters and their ASCII equivalentAbs1-0/+1
2015-03-14Update user_agents.phpOleg Filippov1-0/+1
Add Windows 10
2015-03-14[ci skip] Add a note about sess_save_path in config.phpAndrey Andreev1-0/+2
2015-03-01[ci skip] Fix a typo in config.phpAndrey Andreev1-1/+1
2015-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev1-0/+3
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-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-18Fix #3593Andrey Andreev1-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-17Finishing PR #3596 <!DOCTYPE html>Ivan Tcholakov5-5/+10
2015-02-15add <!DOCTYPE html>Tjoosten12-12/+24
2015-02-07[ci skip] Fix a setting name in a commentAndrey Andreev1-1/+1