summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
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 branch 'develop' of https://github.com/bcit-ci/CodeIgniter into ↵Master Yoda2-6/+20
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-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev1-0/+4
2015-02-26Merge pull request #3604 from Ignasimg/patch-1Andrey Andreev1-2/+14
Add support for raw_input_stream
2015-02-26Update input.rstIgnasimg1-3/+9
2015-02-20Added support for raw_input_stream property.Ignasimg1-2/+8
2015-02-18Fix #3603Andrey Andreev1-1/+1
2015-02-14[ci skip] Add notes about session locks for Redis, MemcachedAndrey Andreev1-0/+10
2015-02-09no more xss filtering on inputkakysha1-3/+0
2015-02-07Add 'sess_regenerate_destroy' settingAndrey Andreev1-14/+16
2015-02-04[ci skip] Update session docsAndrey Andreev1-1/+34
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 Andreev29-298/+298
2015-02-02[ci skip] Document CI_Session::unset_userdata() BC breakAndrey Andreev1-2/+6
2015-01-29[ci skip] Clarify get_cookie(), CI_Input::cookie() docsAndrey Andreev1-0/+4
Close #3527 Close #3528
2015-01-28change in to in_listLance Vincent1-1/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
2015-01-28Form Validation - In MethodLance Vincent1-0/+1
Returns true if a given value matches any of the specified list
2015-01-26[ci skip] Another adjustment to ci_sessions exampleAndrey Andreev1-1/+1
2015-01-26Session writeup error?Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-20[ci skip] Fix docs about ci_sessions tableAndrey Andreev1-4/+4
Close #3486
2015-01-20Pagination: Add 'use_global_url_suffix' settingAndrey Andreev1-0/+6
Resolves issue #1887
2015-01-20Fix Sphinx compilation errorsvlakoff1-3/+3
2015-01-19[ci skip] Some polishing to the latest doc changesAndrey Andreev1-1/+1
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.
2015-01-19[ci skip] Fix a typo in Card library docsAndrey Andreev1-1/+1
2015-01-19[ci skip] feature/session: Update session lib doc titleAndrey Andreev1-3/+3
It's not a driver itself ...
2015-01-19[ci skip] feature/session (#3073): Extend a note about DB drivers and lockingAndrey Andreev1-4/+6
2015-01-19feature/session (#3073): Update config file and session docsAndrey Andreev1-422/+727
Upgrade instructions are still pending.
2015-01-05Remove CI_Form_validation::xss_clean()Andrey Andreev1-5/+3
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821
2014-12-20User Guide TuningJames L Parry4-3/+18
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups. Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-12fixed indentation/linkref errorsDavid Wosnitza2-15/+21
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-04[ci skip] Polish changes from PR #3361Andrey Andreev1-41/+41
2014-12-04[ci skip] Polish changes from PR #3365Andrey Andreev1-98/+104
2014-12-04DB forge/utilities polishing (docs) following #3375, #3378Andrey Andreev1-0/+1
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev2-8/+7
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs
2014-12-04Merge pull request #3388 from jim-parry/fix/deprecationAndrey Andreev2-1/+5
Flag the smiley helper and shopping cart as deprecated.
2014-12-04Zip library changes related to PR #3341Andrey Andreev1-21/+35
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR.
2014-12-04Merge pull request #3341 from garrettair/gzcompress-argumentsAndrey Andreev1-0/+5
Adds Compression options to Zip Library
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry2-1/+5
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-03Updated Zip Library documentation to mention compression features.garrettair1-0/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-3/+3
2014-12-02Added changelog entryAhmad Anbar1-5/+35
updated documentation Fixed code style.
2014-11-24Fixed the convention violations.James L Parry1-11/+10
Changed the section/subsection treatment Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Fixed the convention violations.James L Parry1-65/+74
Changed the HTML example formatting to use tabs instead of spaces. Adjusted line lengths. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Enhance Template Parser Class Writeup in User GuideJames L Parry1-33/+149
Added two additional sections to the writeup: template parser usage notes, and view fragments. Clarified a couple of "pseudo-variable" references. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Enhance Pagination Class Writeup in User GuideJames L Parry1-52/+26
Toned down the configuration option emphasis - they are options, not necessarily sections. Signed-off-by:James L Parry <jim_parry@bcit.ca>