summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-03-13Close #3663Andrey Andreev1-0/+1
2015-03-11[ci skip] Add a note about password storage in CI_Encryption docsAndrey Andreev1-0/+5
I saw at least 2 occurrences of encryption instead of hashing being used for password storage during the past week ...
2015-03-08[ci skip] Update CI_Encryption docsAndrey Andreev1-0/+21
Close #3647
2015-03-07Merge pull request #3650 from jim-parry/fix/housekeepingAndrey Andreev1-1/+1
[ci skip] Housekeeping.
2015-03-07removed ending S from csv_from_results and xml_from_results DButil Class ↵Mattias Hedman1-3/+3
reference section in userguide Signed-off-by: Mattias Hedman <mattias.hedman@stopp.se>
2015-03-07Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into ↵Master Yoda10-70/+105
fix/housekeeping
2015-03-07Housekeeping.Master Yoda1-1/+1
Corrected typo in user guide for sessions, corrected misepelled key in calendar language file, added two links & updated wording on the repo readme. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-03-04Fix #3627: Keep timed locks for more than 5 secondsAndrey Andreev1-4/+2
Emulated locks for Redis and Memcached now have a TTL of 300 seconds (the default HTTP request timeout value on many environments) and 30 attemps, each separated by sleep(1), are made by the blocked request to try and obtain a lock if it has been freed. Additionaly, the blocking time for MySQL's locks, which are also timed, is also set to 300 seconds.
2015-03-02Small typosv3tli01-2/+2
Missed variable..
2015-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev3-0/+21
2015-02-26Merge pull request #3604 from Ignasimg/patch-1Andrey Andreev2-2/+15
Add support for raw_input_stream
2015-02-26fix wrong step countFu Xu1-1/+1
2015-02-26Update input.rstIgnasimg1-3/+9
2015-02-26Update changelog.rstIgnasimg1-2/+1
2015-02-24[ci skip] Add a note about pbkdf2 in security guideAndrey Andreev1-0/+4
2015-02-21[ci skip] Fix wrong example link in news tutorialAndrey Andreev1-1/+1
The current URI being 'news/' itself, combined with relative links ...
2015-02-21[ci skip] Fix a changelog entryAndrey Andreev1-1/+1
2015-02-21[ci skip] Update static pages tutorialAndrey Andreev1-53/+52
2015-02-20Added support for raw_input_stream property.Ignasimg2-2/+10
2015-02-20[ci skip] Tiny detail in 3.0.0 upgrade pathAndrey Andreev2-2/+2
2015-02-20[ci skip] Fix where_in() docsAndrey Andreev1-4/+4
2015-02-19Remove 'autoinit' DB settingAndrey Andreev2-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-19Make set_status_header() a dummy under CLIAndrey Andreev1-1/+2
Close #3605
2015-02-18Fix #3603Andrey Andreev1-1/+1
2015-02-18Fix #3593Andrey Andreev2-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 commitAndrey Andreev1-0/+1
2015-02-16[ci skip] Fix a doc typoAndrey Andreev1-1/+1
Close #3595
2015-02-14[ci skip] Add notes about session locks for Redis, MemcachedAndrey Andreev1-0/+10
2015-02-13[ci skip] Fix a typo in the docsAndrey Andreev1-1/+1
Close #3589
2015-02-12[ci skip] Correct db config docs about 'autoinit'Andrey Andreev1-1/+1
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