summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/form_helper.rst
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.
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
2016-12-14[ci skip] Update changelog; add an entry & upgrade instructions for last commitAndrey Andreev1-2/+1
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev1-17/+0
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 Andreev1-2/+2
[ci skip] Fix mismatched brackets in documentation
2015-12-09Fix mismatched brackets in documentationPhil Scherer1-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-07-31[ci skip] Add a note about form helper set_value()Andrey Andreev1-0/+5
2015-07-15Polish changes from PR #3893Andrey Andreev1-14/+17
2015-06-17removed unnecessary change to form_radio, updated docs and added changelog entryAdam Jackett1-11/+11
2015-06-03made all form helpers consistent regarding extra attributesAdam Jackett1-11/+26
2015-02-09Update form_helper.rstAdrian Voicu1-1/+1
2015-02-09some missed explanation on set_value()Adrian Voicu1-1/+2
...sorry about that...
2015-02-05[ci skip] Remove some whitespaceAndrey Andreev1-1/+1
2015-02-05Update form_helper.rstAdrian Voicu1-7/+5
2015-02-02[ci skip] Fix #3515Andrey Andreev1-35/+35
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev1-33/+52
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev1-31/+51
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-2/+2
2013-08-07Fix a few more merge conflictsvlakoff1-20/+24
2013-07-29Change spaces to tabsvlakoff1-14/+14
2013-07-28Polishing Form helpervlakoff1-11/+15
2013-07-21Update Form helper docsDerek Jones1-406/+362
2013-07-20Updating user guide :php:func: refs to :func:Derek Jones1-9/+9
2013-07-20Dropping unecessary php: directive to function definitions in user guideDerek Jones1-25/+25
2012-11-08Polish docs for the File and Form helpersAndrey Andreev1-159/+335
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-23/+21
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459.
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-24/+23
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630
2012-07-06t commit -s 'Added info about set_*() functions and form_validation class inaditya1-0/+4
the Form Helper documentation.' Signed-off-by: aditya <adityamenon90@gmail.com>
2012-03-16Fix form_fieldset_close() example to match actual returntiyowan1-1/+1
2012-03-14Fix form_input() associative array example to match actual returntiyowan1-1/+1
2012-03-12typoMichiel Vugteveen1-2/+2
2012-03-12user guide udateMichiel Vugteveen1-113/+152
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+506