Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-27 | Eh ... really fix that notice (#3604) | Andrey Andreev | 1 | -0/+2 | |
2015-02-27 | Fix an E_NOTICE caused by #3604 | Andrey Andreev | 1 | -13/+30 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 3 | -3/+30 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update Input.php | Ignasimg | 1 | -3/+3 | |
2015-02-26 | Merge pull request #3629 from fuxu/fix-wrong-step-count | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix wrong step number in upgrade docs | |||||
2015-02-26 | fix wrong step count | Fu Xu | 1 | -1/+1 | |
2015-02-26 | Fix .travis.yml for PHP7 and try to fix a DB test | Andrey Andreev | 2 | -2/+2 | |
2015-02-26 | Update input.rst | Ignasimg | 1 | -3/+9 | |
2015-02-26 | Update changelog.rst | Ignasimg | 1 | -2/+1 | |
2015-02-26 | funny tabs & spaces added and removed. | Ignasimg | 1 | -18/+20 | |
2015-02-25 | Add PHP7 to automated builds | Andrey Andreev | 1 | -0/+4 | |
Just read that Travis has added support for "nightly" PHP7. | |||||
2015-02-24 | [ci skip] Add a note about pbkdf2 in security guide | Andrey Andreev | 1 | -0/+4 | |
2015-02-23 | [ci skip] Fix #3618 | Andrey Andreev | 1 | -1/+1 | |
2015-02-23 | Merge pull request #3616 from Fieah/patch-1 | Andrey Andreev | 1 | -46/+45 | |
[ci skip] Improve set_status_header() | |||||
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 | Merge pull request #3614 from Fieah/patch-1 | Andrey Andreev | 2 | -6/+4 | |
Alter Cache::is_supported() for Redis, Wincache | |||||
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 | [ci skip] Fix wrong example link in news tutorial | Andrey Andreev | 1 | -1/+1 | |
The current URI being 'news/' itself, combined with relative links ... | |||||
2015-02-21 | [ci skip] Fix a changelog entry | Andrey Andreev | 1 | -1/+1 | |
2015-02-21 | [ci skip] Update static pages tutorial | Andrey Andreev | 1 | -53/+52 | |
2015-02-21 | Fix #3610 | Andrey Andreev | 1 | -1/+3 | |
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 3 | -55/+38 | |
2015-02-20 | [ci skip] Tiny detail in 3.0.0 upgrade path | Andrey Andreev | 2 | -2/+2 | |
2015-02-20 | [ci skip] Fix where_in() docs | Andrey Andreev | 1 | -4/+4 | |
2015-02-19 | Revert last commit & just ignore E_DEPRECATED | Andrey Andreev | 2 | -4/+8 | |
2015-02-19 | Allow failures for ext/mysql on PHP 5.5+ | Andrey Andreev | 1 | -0/+4 | |
2015-02-19 | Fix postgre driver config | Andrey Andreev | 2 | -1/+1 | |
2015-02-19 | OK, finally 'fix' this test | Andrey Andreev | 1 | -13/+10 | |
2015-02-19 | test_db_invalid fails too | Andrey Andreev | 1 | -6/+12 | |
2015-02-19 | test_db_failover is failing after 'autoinit' removal ... | Andrey Andreev | 2 | -1/+4 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 14 | -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-19 | Make set_status_header() a dummy under CLI | Andrey Andreev | 2 | -1/+7 | |
Close #3605 | |||||
2015-02-19 | documentation changes | Ignasimg | 1 | -8/+8 | |
2015-02-18 | Fix #3603 | Andrey Andreev | 1 | -1/+1 | |
2015-02-18 | Fix #3593 | Andrey Andreev | 4 | -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-17 | Merge pull request #3599 from ivantcholakov/develop | Andrey Andreev | 8 | -8/+16 | |
[ci skip] Finishing PR #3596 <!DOCTYPE html> | |||||
2015-02-17 | Finishing PR #3596 <!DOCTYPE html> | Ivan Tcholakov | 8 | -8/+16 | |
2015-02-17 | [ci skip] Add missing changelog entry from last commit | Andrey Andreev | 1 | -0/+1 | |
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 3 | -21/+23 | |
2015-02-16 | [ci skip] Fix a doc typo | Andrey Andreev | 1 | -1/+1 | |
Close #3595 | |||||
2015-02-16 | Merge pull request #3596 from Tjoosten/develop | Andrey Andreev | 37 | -37/+74 | |
[ci skip] Add doctype tag to index.html files | |||||
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 37 | -37/+74 | |
2015-02-15 | [ci skip] Fix a PHP7 BC break in a test that wouldn't even run | Andrey Andreev | 1 | -1/+1 | |
2015-02-14 | [ci skip] Add notes about session locks for Redis, Memcached | Andrey Andreev | 1 | -0/+10 | |
2015-02-13 | Fix a typo in CI_Session | Andrey Andreev | 1 | -1/+1 | |
2015-02-13 | [ci skip] Fix a typo in the docs | Andrey Andreev | 1 | -1/+1 | |
Close #3589 | |||||
2015-02-12 | [ci skip] Correct db config docs about 'autoinit' | Andrey Andreev | 1 | -1/+1 | |
2015-02-11 | Fix undefined variable notice in Session redis, memcached drivers | Andrey Andreev | 2 | -2/+2 | |
2015-02-10 | [ci skip] Add a upgrade notes about default_controller, 404_override | Andrey Andreev | 1 | -13/+50 | |
2015-02-09 | Merge pull request #3584 from avenirer/patch-7 | Andrey Andreev | 1 | -1/+2 | |
[ci skip] docs - some missed explanation on set_value() |