summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
2020-01-27[ci skip] Merge pull request #5891 from franciscollanquipichun/developAndrey Andreev3-7/+7
Inserted required attribute `lang` in html tags
2020-01-27Remove parameter type from Description.etrianag1-1/+1
2020-01-25inserted required attribute in html tags in documentationFrancisco Javier Llanquipichun Garcia3-8/+8
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2020-01-13Update documentation for method parse_stringetrianag1-2/+2
Fix description of parameter $template in method parse_string.
2019-09-17Update typography.rstAbdul Haq Sheikh1-1/+1
Corrected Typo
2019-03-16Punctuation error fixed (add apostrophe).kevin moore1-1/+1
2018-08-13Update encryption.rstAchraf Almouloudi1-2/+2
2018-05-18http:// to https://Mehdi Bounya10-24/+24
2018-04-24Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2018-03-26[ci skip] Alter CI_Upload documentation on client_name (#5446)Andrey Andreev1-1/+1
2017-11-20Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2017-11-20[ci skip] More docs updates following #5330Andrey Andreev1-2/+2
2017-10-16Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2017-10-04[ci skip] Fix a typo in pagination docsAndrey Andreev1-2/+2
2017-08-07[ci skip] Update docs & add changelog entry for PR #5217Andrey Andreev1-1/+1
2017-07-21[ci skip] Merge pull request #5191 from jim-parry/patch/docsAndrey Andreev2-2/+2
Fix some mistakes in the user guide
2017-07-20Fix some mistakes in the user guideMaster Yoda2-2/+2
2017-06-26[ci skip] Merge pull request #5162 from hex-ci/patch-3Andrey Andreev1-1/+1
Fix a spelling typo in security docs
2017-06-25Fix the spelling of the word.Hex1-1/+1
2017-06-22Implement #2436 (access to FV processed data)Andrey Andreev1-1/+20
2017-06-22[ci skip] Close #3711Andrey Andreev1-4/+8
2017-03-28Updated Caching docs according to reviewGeorge Petculescu1-1/+1
2017-03-26Added get_loaded_driver() method to Cache.php; updated docs.George Petculescu1-0/+10
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev3-7/+14
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php 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 user_guide_src/source/libraries/input.rst
2017-02-21[ci skip] Changelog, docs changes following PR #5025Andrey Andreev1-7/+20
2017-02-20[ci skip] Add a note on xss_clean() and HTML attributesAndrey Andreev1-2/+9
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev1-3/+3
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters
2017-01-30[ci skip] Fix #5002Andrey Andreev1-2/+2
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev8-10/+10
Spelling fixes in comment blocks and docs
2017-01-16spelling fixesklemens8-10/+10
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-06[ci skip] Correct FV docs on valid_ip accepting a paramAndrey Andreev1-1/+1
2017-01-06Add valid_mac() FV ruleAndrey Andreev1-0/+1
Close #3992
2017-01-04Close #4904Andrey Andreev1-4/+4
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-23/+5
Close #4101
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev1-29/+8
2016-12-14Remove 'allow_get_array', 'standardize_newlines' config settingsAndrey Andreev1-4/+0
2016-12-12Remove previously deprecated Cart LibraryAndrey Andreev1-398/+0
2016-12-01[ci skip] Mark a historical docs note as written by EllisLabAndrey Andreev1-1/+1
2016-12-01Remove previously deprecated FV Library method/rule prep_for_form()Andrey Andreev1-1/+0
2016-12-01Remove previously deprecated Javascript LibraryAndrey Andreev1-322/+0
2016-12-01Remove previously deprecated CI_Config::system_url()Andrey Andreev1-11/+0
2016-12-01Remove previously deprecated CI_Input::is_cli_request()Andrey Andreev1-19/+0
2016-12-01Switch CI_Email::$validate to On by defaultAndrey Andreev1-2/+2
Relevant: #4844
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
Resolved conflicts: system/core/CodeIgniter.php 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 user_guide_src/source/libraries/form_validation.rst
2016-10-28[ci skip] Add changelog entry for & polish doc changes from PR #4826Andrey Andreev1-2/+6
2016-10-28Merge pull request #4826 from gxgpet/develop2Andrey Andreev1-1/+3
Make CI_Table::clear() reset captions
2016-10-22Close #4830, #3649Andrey Andreev1-2/+2
2016-10-20FV: throw BadMethodCallException when set_rules() called withoutAndrey Andreev1-1/+2
2016-10-20[ci skip] Document FV set_rules() fourth parameterAndrey Andreev1-1/+2