summaryrefslogtreecommitdiffstats
path: root/system/helpers/form_helper.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-13Merge tag '2.1.1'Florian Pritz1-1/+1
2011-11-28Merge commit 'v2.1.0'Florian Pritz1-4/+4
2011-11-24Changed form_open() to compare $action against base_url()John Nicely1-1/+1
2011-11-13Resolved issue 65 - made action on form_open_multipart helper function call o...Ben Edmunds1-1/+1
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz1-16/+14
2011-08-21Merge commit '1224f191d48d6dce920138a82e142134cc0b5231' into workingFlorian Pritz1-1/+1
2011-08-13Big text area was big. Reduced the size a little.Phil Sturgeon1-1/+1
2011-07-16CSRF field is only added when post method is used and action is internal. Clo...Joël Cox1-2/+2
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-9/+9
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-9/+9
2011-04-25Fixed double-space typo.Razican1-9/+9
2011-04-23Removing debug code accidentally committed.Greg Aker1-1/+1
2011-04-22Fix #233 Fixing a regression in _get_validation_object() in the form helper a...Greg Aker1-2/+2
2011-04-20Refactoring the loader to set protected class variables.Greg Aker1-13/+11
2011-04-191/2 reverting a previous change to the form_helper. Wrapping hidden form elem...Greg Aker1-1/+1
2011-04-10update to CI 2.0.2Florian Pritz1-2/+9
2011-04-08There is absolutely no need to specify class name (it will validate anyway).patwork1-2/+2
2011-04-08Fixing a bug in the form_helper where csrf_token_name and csrf_hash were refe...Greg Aker1-1/+1
2011-04-02Added is_cli_request() method to documentation for Input class.Phil Sturgeon1-0/+4
2011-03-11Fixed last commit, form helper will work fine for self-submissions and normal...Phil Sturgeon1-1/+1
2011-03-10Changed the logic for form_open() in Form helper. If no value is passed it wi...Phil Sturgeon1-1/+4
2011-01-28update to CI 2.0Florian Pritz1-35/+59
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-07update to CI 1.7.3Florian Pritz1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-18/+18
2010-09-15Update to form_open() in form helper to drop hidden elements passed to the fu...Greg Aker1-8/+5
2010-09-15Fix #96 html validation failure on csrf hidden input on form_open() in the fo...Greg Aker1-1/+4
2010-07-22Adding CSRF into configDerek Allard1-0/+6
2010-03-05bringing form helper in syncDerek Jones1-4/+3
2010-02-06Initial commitFlorian Pritz1-0/+1025
2010-01-17adding the ability for form_open_multipart() to accept string attribute argum...Derek Allard1-1/+9
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-09-17modified the way accept-charset is addedDerek Allard1-32/+22
2009-09-16(no commit message)Derek Allard1-2/+2
2009-09-16adding accept-charset to form_open()Derek Allard1-1/+22
2009-07-17modification to form_prep() solution. A bandaid really, to return the $str i...Derek Jones1-1/+5
2009-07-17modified Form Helper so that form_prep() keeps track of strings it's already ...Derek Jones1-9/+22
2009-07-10removed entity protection from form_prep() so as to preserve the user's input...Derek Jones1-11/+0
2009-06-09Changing form_textarea to correctly prep all data.Pascal Kriete1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-04-08added form_multiselect() to form helper to make it easier to create multisele...Derek Jones1-0/+25
2009-03-26Modified form_hidden() to accept multi-dimensional arrays.Robin Sowell1-8/+24
2009-03-09Fixed a bug that was not setting the default checkbox/radio/pull-down value c...Rick Ellis1-3/+3
2009-02-10Changed the default "type" of form_button() to "button" from "submit" in the ...Derek Allard1-1/+1
2009-02-05wrong var fixDerek Allard1-1/+1
2009-02-05Added the ability to have optgroups in form_dropdown() within the form helper.Derek Allard1-3/+18
2008-11-13Changing EOL style to LFDerek Allard1-962/+962
2008-10-20Added form_prep() call to set_value()Rick Ellis1-2/+2
2008-09-25Fixed incorrect parenthesis in form_open() function. (#5135)Derek Allard1-1/+1