summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
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>
2014-11-24Enhance Language Class Writeup in User Guide (closes #674)James L Parry1-8/+82
Added explanation for CodeIgniter's use of "idiom" versus standard abbreviations. Provided additional examples as a guide. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-07Comment polishGabriel Potkány1-1/+1
2014-11-06Ability to pass array of language files to Language Library similar to ↵Gabriel Potkány1-1/+6
Loader Library
2014-10-24Fix Sphinx compilation warningsvlakoff1-0/+1
2014-09-15removed extra quoteAhmad Anbar1-1/+1
2014-09-08Add 'named callable' rules to Form validation libraryAndrey Andreev1-1/+30
Requested in issue #3183 Supersedes PR #3220
2014-08-27Fix #2963Andrey Andreev3-4/+6
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-08-27Add CI_Security::get_random_bytes() for CSRF & XSS token generationAndrey Andreev1-1/+16
2014-08-18[ci skip] Polish changes from PR #3176Andrey Andreev1-4/+6
2014-08-18Alter Pull #3176 - CSRF Whitelistcaseyh1-4/+3
2014-08-11CSRF whitelist supports regexCasey Hancock1-0/+6
Signed-off-by: Casey Hancock <crh431@gmail.com>
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-2/+2
2014-07-02Remove GCM mode from CI_Encryption (OpenSSL)Andrey Andreev1-11/+6
While openssl_get_cipher_methods() lists 'aes-<keysize>-gcm' as supported, it appears that this is only half of the story. To be more specific, only the encryption operation of GCM is performed, and the authentication message is completely missing, rendering the whole thing useles.