summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-26Update Input.phpIgnasimg1-3/+3
2015-02-26Update input.rstIgnasimg1-3/+9
2015-02-26Update changelog.rstIgnasimg1-2/+1
2015-02-26funny tabs & spaces added and removed.Ignasimg1-18/+20
2015-02-20Added support for raw_input_stream property.Ignasimg3-55/+38
2015-02-19documentation changesIgnasimg1-8/+8
2015-02-06Update Input.phpIgnasimg1-9/+46
Added support for json input stream. (Not tested)
2015-02-05Merge pull request #3560 from Nibbler999/session-fixesAndrey Andreev1-2/+8
Use session cookie name in gc check
2015-02-05Use session cookie name in gc checkTom Atkinson1-2/+8
2015-02-05Merge pull request #3568 from schwemmer/patch-1Andrey Andreev1-1/+1
[ci skip] Update transactions.rst
2015-02-05Update transactions.rstRafael Schwemmer1-1/+1
Corrected a grammatical error in "CodeIgniter's Approach to Transactions"
2015-02-05[ci skip] Again, remove whitespaceAndrey Andreev1-1/+1
2015-02-05Merge pull request #3567 from shaffe-fr/patch-1Andrey Andreev1-1/+1
Fix incorrect FCPATH when a folder is named SELF
2015-02-05[ci skip] Remove some whitespaceAndrey Andreev2-2/+2
2015-02-05Fix incorrect FCPATH when a folder is named SELFCharly Faille1-1/+1
If code igniter is located inside a folder named like SELF (eg. index.php), the FCPATH constant will have an incorrect value.
2015-02-05Merge pull request #3562 from avenirer/patch-1Andrey Andreev3-10/+11
Allow not escaping the value in set_value()
2015-02-05Update form_helper.phpAdrian Voicu1-1/+1
2015-02-05Merge pull request #3551 from gadelat/voidsAndrey Andreev14-18/+19
Fixed inconsistent return types
2015-02-05Update form_helper.rstAdrian Voicu1-7/+5
2015-02-05update changelog for set_value()Adrian Voicu1-0/+1
2015-02-05Update form_helper.phpAdrian Voicu1-4/+5
2015-02-05Allow a database to be loaded before controller instantiationAndrey Andreev1-9/+14
2015-02-05[ci skip] Fix a bug where session IDs are not regeneratedAndrey Andreev1-2/+1
Reported via the forums: http://forum.codeigniter.com/thread-996.html
2015-02-05Allow not-escaping the value in set_value()Adrian Voicu1-3/+4
Wouldn't it be a good idea to allow for not escaped html in set_value()?
2015-02-05Merge pull request #3561 from jim-parry/userguide/tocAndrey Andreev2-1/+119
[ci skip] Add pulldown menu to user guide.
2015-02-04Add pulldown menu to user guide.jim2-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 docsAndrey Andreev1-1/+34
2015-02-04Adjusted return type for CI_DB_utility::backup to suggestionsGabriel Potkány2-2/+2
2015-02-04Revert "Fixed return values types in session drivers"Gabriel Potkány3-5/+5
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7.
2015-02-04Merge pull request #3556 from gadelat/FuncTypoFixAndrey Andreev2-3/+3
Fix typos in func names
2015-02-04Merge pull request #3555 from gadelat/webkitselectionAndrey Andreev4-4/+0
[ci skip] Remove -webkit-selection usage
2015-02-04Fixed return values types in session driversGabriel Potkány3-5/+5
2015-02-04Fix typos in func namesGabriel Potkány2-3/+3
2015-02-04Add missing return typeGabriel Potkány1-0/+1
2015-02-04Removed -webkit-selectionGabriel Potkány4-4/+0
2015-02-04Removed one more return value (CI_Loader::_ci_autoloader)Gabriel Potkány1-1/+1
2015-02-04Adjusted returns/return types to suggestionsGabriel Potkány4-11/+11
2015-02-04Fixed inconsistent return typesGabriel Potkány12-12/+12
2015-02-04Merge pull request #3550 from natepizzle/developAndrey Andreev1-1/+1
[ci skip] Docblock wording fix
2015-02-03Documentation Fixnatepizzle1-1/+1
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com>
2015-02-03Merge pull request #3547 from dev-ggallon/Database_FixAndrey Andreev1-1/+1
Fix a wrong var name in class CI_DB_pdo_4d_forge
2015-02-03[ci skip] Suggest 0700 instead of 0600 for session save_path dirAndrey Andreev1-2/+2
Related #3545
2015-02-03Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_typeGwenael Gallon1-1/+1
2015-02-02Fix a wrong var name in CI_Session::mark_as_temp()Andrey Andreev1-1/+1
2015-02-02Err ... rAndrey Andreev1-1/+1
2015-02-02Throw exception if 'files' session path is invalidAndrey Andreev1-4/+10
2015-02-02[ci skip] Improve note about sess_save_path in config.phpAndrey Andreev1-2/+4
2015-02-02[ci skip] Fix #3515Andrey Andreev65-704/+704
2015-02-02[ci skip] Fix indentation in erro handling docsAndrey Andreev1-54/+63
2015-02-02[ci skip] Document CI_Session::unset_userdata() BC breakAndrey Andreev2-2/+21