summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst
2016-07-21Merge pull request #4716 from Ema4rl/patch-1Andrey Andreev1-2/+2
[ci skip] Fix Session userguide typos
2016-07-21Fixed typosHarrison Emmanuel1-2/+2
Changed umark_flash() and umark_temp() to unmark_flash() and unmark_temp() to match with their respective methods in the Session class.
2016-04-12Merge pull request #4579 from mokalovesoulmate/developAndrey Andreev1-1/+1
[ci skip] Fix a CI_Email documentation example
2016-04-12Removed double quotes on $cid because if we using quotes, the embedded image ↵Moses Kurniawan1-1/+1
will not appear.
2016-03-30[ci skip] Fix #4557Andrey Andreev1-1/+1
2016-03-21Merge branch '3.0-stable' into developAndrey Andreev1-4/+4
Resolved conflicts: user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2016-03-17Merge pull request #4544 from fulopm/developAndrey Andreev1-1/+1
[ci skip] Fix codeblock formatting in Zip library docs
2016-03-17adding code format on line 29Fülöp Márk1-1/+1
2016-03-14Removed socket_type and socket parameters from the user guideMasterklavi1-2/+0
2016-03-12[ci skip] Deprecate prep_for_form() in Form_validationAndrey Andreev1-4/+4
2016-03-07Merge pull request #4506 from mixinix/patch-1Andrey Andreev1-4/+4
[ci skip] Update Calendar docs
2016-03-06Update calendar.rstmixinix1-4/+4
2016-03-04Merge pull request #4502 from brutalcrozt/developAndrey Andreev1-1/+2
[ci skip] Update image_lib docs
2016-03-02Doc , update image_lib.rstAdi Prasetyo1-1/+2
> at *the* same level *as*
2016-01-26Merge branch '3.0-stable' into developAndrey Andreev1-2/+2
2016-01-20[ci skip] Fix a documentation error on output cache timesAndrey Andreev1-2/+2
2016-01-02Merge pull request #4353 from paranic/patch-1Andrey Andreev1-1/+1
[ci skip] Docs typo correction
2016-01-01typo correction to avoid copy paste errorparanic1-1/+1
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev1-1/+1
[ci skip] Fix mismatched brackets in documentation
2015-12-09Remove accidentally included changePhil Scherer1-1/+1
2015-12-09Fix mismatched brackets in documentationPhil Scherer2-2/+2
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu>
2015-11-26Merge pull request #4273 from suhindra/developAndrey Andreev1-2/+2
[ci skip] Fix another file name in the docsaccording Similarly to PR #4271
2015-11-26fix another file name according PR #4271Suhindra1-2/+2
Fix another file name in documentation according PR #4271
2015-11-26Merge pull request #4271 from galdiolo/patch-12Andrey Andreev1-1/+1
[ci skip] Fix file name in documentation
2015-11-25Fix file nameClaudio Galdiolo1-1/+1
With case-sensitive filesystem, visiting example.com/index.php/form/ returns a '404 Page Not Found' error
2015-10-12Merge branch '3.0-stable' into developAndrey Andreev4-23/+22
2015-09-29Merge pull request #4126 from zoaked/patch-1Andrey Andreev1-1/+1
Persist config file rules when using FV reset_validation()
2015-09-29Merge pull request #4126 from zoaked/patch-1Andrey Andreev1-1/+1
Persist config file rules when using FV reset_validation()
2015-09-28cal_cel_otherДмитрий1-2/+2
forget to close a tag cal_cel_other
2015-09-27cal_cel_otherДмитрий1-2/+2
forget to close a tag cal_cel_other
2015-09-26Removed reset_validation changes that were no longer neededzoaked1-2/+1
2015-09-22Added optional parameter to reset_validation()zoaked1-4/+2
2015-09-21Update form_validation.rstzoaked1-2/+5
2015-09-02[ci skip] Improve FV language string instructionsAndrey Andreev1-1/+4
As suggested in #4095
2015-09-01[ci skip] Correct session database setup docsAndrey Andreev1-7/+12
2015-09-01[ci skip] Reduce/improve wording of xss_clean() descriptionAndrey Andreev1-10/+5
2015-09-01[ci skip] Remove a bad advice from the Security lib docsAndrey Andreev1-4/+0
2015-08-23A minor documentation correction about Image_lib, the default value of the ↵Ivan Tcholakov1-1/+1
option 'wm_shadow_distance' is 2 actually.
2015-08-15[ci skip] Fix a doc typoAndrey Andreev1-1/+1
2015-08-14[ci skip] Encryption doc fixAndrey Andreev1-1/+1
Close #4051
2015-07-26[ci skip] Add a note about CI_Form_validation::set_data()Andrey Andreev1-2/+6
2015-07-17Fix sample codekenjis1-2/+2
2015-07-06Added "is_resource" into the list of unit tests capable of being run.ftwbzhao1-0/+1
2015-06-22[ci skip] Add remaining changes from PR #3826Andrey Andreev1-1/+1
2015-05-27[ci skip] Remove 'global_xss_filtering' from CI_Security docsAndrey Andreev1-6/+0
2015-05-21update function latestftwbzhao1-1/+1
2015-05-20optimize migrations class referenceftwbzhao1-1/+1
2015-05-18Fixed some grammar.NAghajani1-5/+5
Fixed some grammar mistakes in image_lib.rst
2015-05-18[ci skip] Remove example usage of MD5 for passwordsAndrey Andreev1-3/+3