summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-02-10[ci skip] Add a upgrade notes about default_controller, 404_overrideAndrey Andreev1-13/+50
2015-02-09Update form_helper.rstAdrian Voicu1-1/+1
2015-02-09some missed explanation on set_value()Adrian Voicu1-1/+2
...sorry about that...
2015-02-09no more xss filtering on inputkakysha1-3/+0
2015-02-07Add 'sess_regenerate_destroy' settingAndrey Andreev1-14/+16
2015-02-06Polish changes following PR #3573Andrey Andreev1-0/+1
2015-02-05Update transactions.rstRafael Schwemmer1-1/+1
Corrected a grammatical error in "CodeIgniter's Approach to Transactions"
2015-02-05[ci skip] Remove some whitespaceAndrey Andreev1-1/+1
2015-02-05Merge pull request #3562 from avenirer/patch-1Andrey Andreev2-7/+6
Allow not escaping the value in set_value()
2015-02-05Merge pull request #3551 from gadelat/voidsAndrey Andreev1-2/+2
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-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ány1-1/+1
2015-02-04Adjusted returns/return types to suggestionsGabriel Potkány1-2/+2
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-02-03[ci skip] Suggest 0700 instead of 0600 for session save_path dirAndrey Andreev1-2/+2
Related #3545
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
2015-01-30Incorporated suggested changes.Master Yoda1-9/+7
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-29Clarified the template folder for errors.Master Yoda1-3/+7
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-29fix typoClaudio Galdiolo1-1/+1
2015-01-29[ci skip] Clarify get_cookie(), CI_Input::cookie() docsAndrey Andreev2-9/+14
Close #3527 Close #3528
2015-01-28updated formatting on changelog entry for in_listLance Vincent1-1/+1
2015-01-28change in to in_listLance Vincent1-1/+1
2015-01-28Form Validation - In MethodLance Vincent2-0/+2
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
Returns true if a given value matches any of the specified list
2015-01-27Fixed #3516Razican1-1/+1
Signed-off-by: Razican <admin@razican.com>
2015-01-26[ci skip] Another adjustment to ci_sessions exampleAndrey Andreev1-1/+1
2015-01-26Merge pull request #3510 from jim-parry/developAndrey Andreev1-1/+1
[ci skip] Fix ci_sessions primary key example
2015-01-26Correct path in documentationvlakoff1-1/+1
Sphinx could handle it although.
2015-01-26Session writeup error?Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-25Small fixes in documentationvlakoff1-1/+1
2015-01-23Fix unrecognized :doc: linkvlakoff1-3/+3
2015-01-23[ci skip] Update docs to account for 2.2.1 releaseAndrey Andreev5-40/+50
2015-01-22Update documentation about PHP files closingvlakoff2-27/+2
2015-01-21[ci skip] Update security guideAndrey Andreev1-9/+93
2015-01-21Fix Sphinx broken pathvlakoff1-1/+1
2015-01-20[ci skip] Fix docs about ci_sessions tableAndrey Andreev2-4/+5
Close #3486
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev3-34/+65
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477
2015-01-20Pagination: Add 'use_global_url_suffix' settingAndrey Andreev2-1/+8
Resolves issue #1887
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev2-3/+2
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-20Merge pull request #3427 from gadelat/logdateAndrey Andreev1-0/+1
Support for microseconds in CI_Log
2015-01-20Fix Sphinx compilation errorsvlakoff4-10/+11
2015-01-19Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developAndrey Andreev1-8/+8
2015-01-19[ci skip] Some polishing to the latest doc changesAndrey Andreev2-4/+4
2015-01-19[ci skip] Update changelog messages for Session libraryAndrey Andreev1-8/+8
2015-01-19[ci skip] Manually apply PR #3461Andrey Andreev3-6/+5
I would've merged it earlier, but that would cause conflicts when feature/session is merged.