summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-22Common.php: set_status_header: ImproveFieah1-46/+45
1. Verify $code before define $stati 2. Only convert $code to int and define $stati when needed, possibly can save some memory.
2015-02-22Merge pull request #3614 from Fieah/patch-1Andrey Andreev2-6/+4
Alter Cache::is_supported() for Redis, Wincache
2015-02-22Cache: is_supportedFieah2-6/+4
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled
2015-02-21[ci skip] Fix wrong example link in news tutorialAndrey Andreev1-1/+1
The current URI being 'news/' itself, combined with relative links ...
2015-02-21[ci skip] Fix a changelog entryAndrey Andreev1-1/+1
2015-02-21[ci skip] Update static pages tutorialAndrey Andreev1-53/+52
2015-02-21Fix #3610Andrey Andreev1-1/+3
2015-02-20[ci skip] Tiny detail in 3.0.0 upgrade pathAndrey Andreev2-2/+2
2015-02-20[ci skip] Fix where_in() docsAndrey Andreev1-4/+4
2015-02-19Revert last commit & just ignore E_DEPRECATEDAndrey Andreev2-4/+8
2015-02-19Allow failures for ext/mysql on PHP 5.5+Andrey Andreev1-0/+4
2015-02-19Fix postgre driver configAndrey Andreev2-1/+1
2015-02-19OK, finally 'fix' this testAndrey Andreev1-13/+10
2015-02-19test_db_invalid fails tooAndrey Andreev1-6/+12
2015-02-19test_db_failover is failing after 'autoinit' removal ...Andrey Andreev2-1/+4
2015-02-19Remove 'autoinit' DB settingAndrey Andreev14-54/+5
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-19Make set_status_header() a dummy under CLIAndrey Andreev2-1/+7
Close #3605
2015-02-18Fix #3603Andrey Andreev1-1/+1
2015-02-18Fix #3593Andrey Andreev4-41/+34
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-17Merge pull request #3599 from ivantcholakov/developAndrey Andreev8-8/+16
[ci skip] Finishing PR #3596 <!DOCTYPE html>
2015-02-17Finishing PR #3596 <!DOCTYPE html>Ivan Tcholakov8-8/+16
2015-02-17[ci skip] Add missing changelog entry from last commitAndrey Andreev1-0/+1
2015-02-17Fix #3572: CI_Security::_remove_evil_attributes()Andrey Andreev3-21/+23
2015-02-16[ci skip] Fix a doc typoAndrey Andreev1-1/+1
Close #3595
2015-02-16Merge pull request #3596 from Tjoosten/developAndrey Andreev37-37/+74
[ci skip] Add doctype tag to index.html files
2015-02-15add <!DOCTYPE html>Tjoosten37-37/+74
2015-02-15[ci skip] Fix a PHP7 BC break in a test that wouldn't even runAndrey Andreev1-1/+1
2015-02-14[ci skip] Add notes about session locks for Redis, MemcachedAndrey Andreev1-0/+10
2015-02-13Fix a typo in CI_SessionAndrey Andreev1-1/+1
2015-02-13[ci skip] Fix a typo in the docsAndrey Andreev1-1/+1
Close #3589
2015-02-12[ci skip] Correct db config docs about 'autoinit'Andrey Andreev1-1/+1
2015-02-11Fix undefined variable notice in Session redis, memcached driversAndrey Andreev2-2/+2
2015-02-10[ci skip] Add a upgrade notes about default_controller, 404_overrideAndrey Andreev1-13/+50
2015-02-09Merge pull request #3584 from avenirer/patch-7Andrey Andreev1-1/+2
[ci skip] docs - some missed explanation on set_value()
2015-02-09Update form_helper.rstAdrian Voicu1-1/+1
2015-02-09some missed explanation on set_value()Adrian Voicu1-1/+2
...sorry about that...
2015-02-09Fix #3579Andrey Andreev1-2/+2
2015-02-09Merge pull request #3583 from kakysha/developAndrey Andreev1-3/+0
[ci skip] no more xss filtering on input
2015-02-09no more xss filtering on inputkakysha1-3/+0
2015-02-08Merge pull request #3577 from dev-ggallon/Fix_DatabaseAndrey Andreev2-2/+2
Fix unreachable code in Database/drivers/pdo/subdrivers
2015-02-08Deleted spacesGwenael Gallon2-2/+2
2015-02-08Revert "Remove unnecessary return"Gwenael Gallon1-1/+1
This reverts commit 96901ff3849c19351c7382689e6a970629586aae.
2015-02-08Revert "Remove unnecessary return"Gwenael Gallon6-6/+6
This reverts commit 3053ded760a9657bdc7b935beb61d2f632859928.
2015-02-08Revert "Remove unnecessary return"Gwenael Gallon8-8/+8
This reverts commit 843d2506e1a1eab17b871bc38b204d27047c9ff7.
2015-02-07Remove unnecessary returnGwenael Gallon8-8/+8
2015-02-07Remove unnecessary returnGwenael Gallon6-6/+6
2015-02-07Remove unnecessary returnGwenael Gallon1-1/+1
2015-02-07Revert indentationGwenael Gallon2-8/+8
2015-02-07[ci skip] Fix a setting name in a commentAndrey Andreev1-1/+1
2015-02-07Add 'sess_regenerate_destroy' settingAndrey Andreev3-15/+24