summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12Corrected example mistakeAchraf Almouloudi1-2/+2
Corrected an example mistake where the input script tries to echo "<p>fieldset content here</p>\n" but the result in "Produces" is "<p>form content here</p>" which is clearly an inconsistant result.
2018-06-01[ci skip] Close #5482Andrey Andreev1-7/+10
2018-05-18http:// to https://Mehdi Bounya4-22/+22
2018-03-22Merge branch '3.1-stable' into developAndrey Andreev2-3/+3
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.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
2018-02-12[ci skip] Fix rendering of literal 'http://' strings in the manualAndrey Andreev2-4/+4
2017-11-07Merge branch '3.1-stable' into developAndrey Andreev1-3/+7
2017-11-07[ci skip] Deprecate extra parameters of the CAPTCHA helperAndrey Andreev1-4/+8
2017-11-07Implement data:image URIs in CAPTCHA helperAndrey Andreev1-7/+4
Also, switched to PNG by default and dropped JPEG; refactored image files GC. Close #5200
2017-06-19Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_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
2017-05-25[ci skip] Doc changes following PR #5130Andrey Andreev1-1/+1
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
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-01Fix a CI_Input::set_cookie() bugAndrey Andreev1-1/+1
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev2-2/+2
Spelling fixes in comment blocks and docs
2017-01-16spelling fixesklemens2-2/+2
2016-12-14[ci skip] Update changelog; add an entry & upgrade instructions for last commitAndrey Andreev1-2/+1
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev1-1/+1
2016-12-12Remove previously deprecated Smiley HelperAndrey Andreev1-169/+0
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev1-17/+0
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev1-27/+1
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev1-36/+1
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-40/+0
2016-12-01Remove previously deprecated Security Helper function do_hash()Andrey Andreev1-26/+1
2016-12-01Remove previously deprecated Date Helper function standard_date()Andrey Andreev1-39/+0
2016-12-01Remove previously deprecated Email HelperAndrey Andreev1-75/+0
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-2/+5
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev1-2/+5
2016-10-31refactorised Docs (parts) of Download helper.George PETCULESCU1-3/+4
2016-10-31download helper should be able to offer a download by reading a local file ↵George Petculescu1-3/+11
and also a custom destination filename.
2016-10-20ordinal_format will accept only non-negative natural numbers and return ↵George Petculescu1-5/+6
original value on failure + docs update regarding this.
2016-10-20moved ordinal_format() helper function from Number helper to Inflector helperGeorge Petculescu2-17/+17
2016-10-20- fixed docsgxgpet1-4/+4
2016-10-19added ordinal_format() to Number helper; added to docs the info.George Petculescu1-1/+16
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev2-6/+9
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-19Close #4692Andrey Andreev1-1/+1
2016-07-19[ci skip] Clarify lang() helper docsAndrey Andreev1-5/+8
As requested in #4693
2016-05-19Merge pull request #4635 from jim-parry/fix-userguideAndrey Andreev1-1/+1
[ci skip] Fix a typo in inflector helper docs
2016-05-19Fix typo in inflector helper writeup.Master Yoda1-1/+1
Reported by email from Jessie Rubi Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-05-11Merge pull request #4625 from rochefort/missing_parenthesisAndrey Andreev2-5/+5
[ci skip] Minor documentation fixes
2016-05-10Fix docs [ci skip]rochefort2-5/+5
- Fix missing parenthesis of function - Fix incorrect place of a sentence - Fix a missing doc link
2016-04-28Merge pull request #4603 from rochefort/fix-typeAndrey Andreev1-2/+2
[ci skip] Fix a parameter type in url_title() docs
2016-04-28Merge pull request #4603 from rochefort/fix-typeAndrey Andreev1-2/+2
[ci skip] Fix a parameter type in url_title() docs
2016-04-27Fix a type of parameter in url_title [ci skip]rochefort1-2/+2
2016-01-20Default doctype is now HTML 5Sébastien Adam1-3/+3
2016-01-11Polish changes from PR #4269Andrey Andreev1-3/+9
2016-01-11Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵Andrey Andreev1-8/+8
feature/html_meta
2016-01-08Merge pull request #4365 from ponsfrilus/developAndrey Andreev1-2/+2
[ci skip] Form helper examples missing ; at end of function calls
2016-01-08[typo] missing ; at end of PHP lines 464 and 469ponsfrilus1-2/+2
2015-12-10Merge pull request #4304 from scherepn/fix-doc-build-errorsAndrey Andreev2-5/+5
[ci skip] Fix mismatched brackets in documentation
2015-12-09Fix mismatched brackets in documentationPhil Scherer2-5/+5
Sphinx generates incomplete/incorrect HTML output because there are mismatched brackets in the documentation. Signed-off-by: Phil Scherer <pscher1@umbc.edu>
2015-12-01Modified as asked after pull request:Sébastien Adam1-2/+2
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified).