summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/form_helper.rst
AgeCommit message (Collapse)AuthorFilesLines
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