Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-22 | Common.php: set_status_header: Improve | Fieah | 1 | -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-22 | Cache: is_supported | Fieah | 2 | -6/+4 | |
1. Cache_redis: Standardize the style as other driver. 2. Cache_wincache: Also check wincache.ucenabled | |||||
2015-02-21 | Fix #3610 | Andrey Andreev | 1 | -1/+3 | |
2015-02-19 | Fix postgre driver config | Andrey Andreev | 2 | -1/+1 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 10 | -43/+2 | |
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-19 | Make set_status_header() a dummy under CLI | Andrey Andreev | 1 | -0/+5 | |
Close #3605 | |||||
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -28/+25 | |
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-17 | Finishing PR #3596 <!DOCTYPE html> | Ivan Tcholakov | 3 | -3/+6 | |
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 1 | -21/+6 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 25 | -25/+50 | |
2015-02-13 | Fix a typo in CI_Session | Andrey Andreev | 1 | -1/+1 | |
2015-02-11 | Fix undefined variable notice in Session redis, memcached drivers | Andrey Andreev | 2 | -2/+2 | |
2015-02-09 | Fix #3579 | Andrey Andreev | 1 | -2/+2 | |
2015-02-08 | Merge pull request #3577 from dev-ggallon/Fix_Database | Andrey Andreev | 2 | -2/+2 | |
Fix unreachable code in Database/drivers/pdo/subdrivers | |||||
2015-02-08 | Deleted spaces | Gwenael Gallon | 2 | -2/+2 | |
2015-02-08 | Revert "Remove unnecessary return" | Gwenael Gallon | 1 | -1/+1 | |
This reverts commit 96901ff3849c19351c7382689e6a970629586aae. | |||||
2015-02-08 | Revert "Remove unnecessary return" | Gwenael Gallon | 6 | -6/+6 | |
This reverts commit 3053ded760a9657bdc7b935beb61d2f632859928. | |||||
2015-02-08 | Revert "Remove unnecessary return" | Gwenael Gallon | 8 | -8/+8 | |
This reverts commit 843d2506e1a1eab17b871bc38b204d27047c9ff7. | |||||
2015-02-07 | Remove unnecessary return | Gwenael Gallon | 8 | -8/+8 | |
2015-02-07 | Remove unnecessary return | Gwenael Gallon | 6 | -6/+6 | |
2015-02-07 | Remove unnecessary return | Gwenael Gallon | 1 | -1/+1 | |
2015-02-07 | Revert indentation | Gwenael Gallon | 2 | -8/+8 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -1/+1 | |
2015-02-07 | Fix unreachable code | Gwenael Gallon | 2 | -10/+10 | |
2015-02-06 | a tiny change | İrfan Evrens | 1 | -1/+1 | |
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 1 | -5/+12 | |
2015-02-06 | Fix HELO localhost.localdomain violates RFC standards | James Wade | 1 | -2/+6 | |
2015-02-05 | Use session cookie name in gc check | Tom Atkinson | 1 | -2/+8 | |
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3562 from avenirer/patch-1 | Andrey Andreev | 1 | -3/+5 | |
Allow not escaping the value in set_value() | |||||
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3551 from gadelat/voids | Andrey Andreev | 13 | -16/+17 | |
Fixed inconsistent return types | |||||
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -4/+5 | |
2015-02-05 | Allow a database to be loaded before controller instantiation | Andrey Andreev | 1 | -9/+14 | |
2015-02-05 | [ci skip] Fix a bug where session IDs are not regenerated | Andrey Andreev | 1 | -2/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-996.html | |||||
2015-02-05 | Allow not-escaping the value in set_value() | Adrian Voicu | 1 | -3/+4 | |
Wouldn't it be a good idea to allow for not escaped html in set_value()? | |||||
2015-02-04 | Adjusted return type for CI_DB_utility::backup to suggestions | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Revert "Fixed return values types in session drivers" | Gabriel Potkány | 3 | -5/+5 | |
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7. | |||||
2015-02-04 | Fixed return values types in session drivers | Gabriel Potkány | 3 | -5/+5 | |
2015-02-04 | Fix typos in func names | Gabriel Potkány | 2 | -3/+3 | |
2015-02-04 | Add missing return type | Gabriel Potkány | 1 | -0/+1 | |
2015-02-04 | Removed one more return value (CI_Loader::_ci_autoloader) | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 3 | -9/+9 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 11 | -11/+11 | |
2015-02-03 | Documentation Fix | natepizzle | 1 | -1/+1 | |
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com> | |||||
2015-02-03 | Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type | Gwenael Gallon | 1 | -1/+1 | |
2015-02-02 | Fix a wrong var name in CI_Session::mark_as_temp() | Andrey Andreev | 1 | -1/+1 | |
2015-02-02 | Err ... r | Andrey Andreev | 1 | -1/+1 | |
2015-02-02 | Throw exception if 'files' session path is invalid | Andrey Andreev | 1 | -4/+10 | |
2015-01-31 | Fixed horizontal position of watermark text when using drop shadow | omar | 1 | -1/+1 | |