Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 2 | -7/+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 | -1/+2 | |
Close #3605 | |||||
2015-02-18 | Fix #3603 | Andrey Andreev | 1 | -1/+1 | |
2015-02-18 | Fix #3593 | Andrey Andreev | 2 | -6/+3 | |
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 | [ci skip] Add missing changelog entry from last commit | Andrey Andreev | 1 | -0/+1 | |
2015-02-16 | [ci skip] Fix a doc typo | Andrey Andreev | 1 | -1/+1 | |
Close #3595 | |||||
2015-02-14 | [ci skip] Add notes about session locks for Redis, Memcached | Andrey Andreev | 1 | -0/+10 | |
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-10 | [ci skip] Add a upgrade notes about default_controller, 404_override | Andrey Andreev | 1 | -13/+50 | |
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 | no more xss filtering on input | kakysha | 1 | -3/+0 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -14/+16 | |
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 1 | -0/+1 | |
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] Remove some whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3562 from avenirer/patch-1 | Andrey Andreev | 2 | -7/+6 | |
Allow not escaping the value in set_value() | |||||
2015-02-05 | Merge pull request #3551 from gadelat/voids | Andrey Andreev | 1 | -2/+2 | |
Fixed inconsistent return types | |||||
2015-02-05 | Update form_helper.rst | Adrian Voicu | 1 | -7/+5 | |
2015-02-05 | update changelog for set_value() | Adrian Voicu | 1 | -0/+1 | |
2015-02-04 | Add pulldown menu to user guide. | jim | 2 | -1/+119 | |
Integrating Rufnex's Javascript optional menu replacement :) Now you will see a small icon in the top right of the user guide browser window. Clicking this toggles between the readdocs style TOC, in the left sidebar, and the "classic" CI TOC, a pulldown activated by clicking on the "Table of Contents" icon at the top of the browser window. The tool use a cookie to remember your decision. Integrated on behalf of .... -- Have fun! Rufnex - codeigniter.de | |||||
2015-02-04 | [ci skip] Update session docs | Andrey Andreev | 1 | -1/+34 | |
2015-02-04 | Adjusted return type for CI_DB_utility::backup to suggestions | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 1 | -2/+2 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-02-03 | [ci skip] Suggest 0700 instead of 0600 for session save_path dir | Andrey Andreev | 1 | -2/+2 | |
Related #3545 | |||||
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 65 | -704/+704 | |
2015-02-02 | [ci skip] Fix indentation in erro handling docs | Andrey Andreev | 1 | -54/+63 | |
2015-02-02 | [ci skip] Document CI_Session::unset_userdata() BC break | Andrey Andreev | 2 | -2/+21 | |
2015-01-30 | Incorporated suggested changes. | Master Yoda | 1 | -9/+7 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-29 | Clarified the template folder for errors. | Master Yoda | 1 | -3/+7 | |
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-29 | fix typo | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-29 | [ci skip] Clarify get_cookie(), CI_Input::cookie() docs | Andrey Andreev | 2 | -9/+14 | |
Close #3527 Close #3528 | |||||
2015-01-28 | updated formatting on changelog entry for in_list | Lance Vincent | 1 | -1/+1 | |
2015-01-28 | change in to in_list | Lance Vincent | 1 | -1/+1 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 2 | -0/+2 | |
2015-01-28 | Form Validation - In Method | Lance Vincent | 1 | -0/+1 | |
Returns true if a given value matches any of the specified list | |||||
2015-01-27 | Fixed #3516 | Razican | 1 | -1/+1 | |
Signed-off-by: Razican <admin@razican.com> | |||||
2015-01-26 | [ci skip] Another adjustment to ci_sessions example | Andrey Andreev | 1 | -1/+1 | |
2015-01-26 | Merge pull request #3510 from jim-parry/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix ci_sessions primary key example | |||||
2015-01-26 | Correct path in documentation | vlakoff | 1 | -1/+1 | |
Sphinx could handle it although. | |||||
2015-01-26 | Session writeup error? | Master Yoda | 1 | -1/+1 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-25 | Small fixes in documentation | vlakoff | 1 | -1/+1 | |
2015-01-23 | Fix unrecognized :doc: link | vlakoff | 1 | -3/+3 | |
2015-01-23 | [ci skip] Update docs to account for 2.2.1 release | Andrey Andreev | 5 | -40/+50 | |
2015-01-22 | Update documentation about PHP files closing | vlakoff | 2 | -27/+2 | |
2015-01-21 | [ci skip] Update security guide | Andrey Andreev | 1 | -9/+93 | |
2015-01-21 | Fix Sphinx broken path | vlakoff | 1 | -1/+1 | |
2015-01-20 | [ci skip] Fix docs about ci_sessions table | Andrey Andreev | 2 | -4/+5 | |
Close #3486 |