Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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() | |||||
2015-02-09 | Update form_helper.rst | Adrian Voicu | 1 | -1/+1 | |
2015-02-09 | some missed explanation on set_value() | Adrian Voicu | 1 | -1/+2 | |
...sorry about that... | |||||
2015-02-09 | Fix #3579 | Andrey Andreev | 1 | -2/+2 | |
2015-02-09 | Merge pull request #3583 from kakysha/develop | Andrey Andreev | 1 | -3/+0 | |
[ci skip] no more xss filtering on input | |||||
2015-02-09 | no more xss filtering on input | kakysha | 1 | -3/+0 | |
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 | [ci skip] Fix a setting name in a comment | Andrey Andreev | 1 | -1/+1 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 3 | -15/+24 | |
2015-02-07 | Fix unreachable code | Gwenael Gallon | 2 | -10/+10 | |
2015-02-06 | Merge pull request #3576 from irfanevrens/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docblock fix | |||||
2015-02-06 | a tiny change | İrfan Evrens | 1 | -1/+1 | |
2015-02-06 | Allow failures for 5.2 on Travis until we figure it out | Andrey Andreev | 1 | -0/+1 | |
They've removed 5.2 support ... | |||||
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 2 | -5/+13 | |
2015-02-06 | Merge pull request #3573 from jpswade/develop | Andrey Andreev | 1 | -2/+6 | |
Fix HELO localhost.localdomain violates RFC standards | |||||
2015-02-06 | Fix HELO localhost.localdomain violates RFC standards | James Wade | 1 | -2/+6 | |
2015-02-05 | Merge pull request #3560 from Nibbler999/session-fixes | Andrey Andreev | 1 | -2/+8 | |
Use session cookie name in gc check | |||||
2015-02-05 | Use session cookie name in gc check | Tom Atkinson | 1 | -2/+8 | |
2015-02-05 | Merge pull request #3568 from schwemmer/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Update transactions.rst | |||||
2015-02-05 | Update transactions.rst | Rafael Schwemmer | 1 | -1/+1 | |
Corrected a grammatical error in "CodeIgniter's Approach to Transactions" | |||||
2015-02-05 | [ci skip] Again, remove whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3567 from shaffe-fr/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix incorrect FCPATH when a folder is named SELF | |||||
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 2 | -2/+2 | |
2015-02-05 | Fix incorrect FCPATH when a folder is named SELF | Charly Faille | 1 | -1/+1 | |
If code igniter is located inside a folder named like SELF (eg. index.php), the FCPATH constant will have an incorrect value. |