summaryrefslogtreecommitdiffstats
path: root/system/helpers/form_helper.php
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Loader changes & optimizations related to issue #2551Andrey Andreev1-1/+1
2013-03-26Merge pull request #2348 from nisheeth-barthwal/feature/nested_keysAndrey Andreev1-7/+6
2013-03-26Code fixes in line with suggestionsnisheeth-barthwal1-10/+5
2013-03-25Simplified notation parsing and other cosmetic fixesnisheeth-barthwal1-32/+2
2013-03-24Fixed error in form_textarea helper functionZachary Cardoza1-1/+0
2013-03-24Revert "Fixed error in Form Helper textarea function"Zachary Cardoza1-1/+2
2013-03-23Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry.nisheeth-barthwal1-1/+1
2013-03-22Fixed error in Form Helper textarea functionZach Cardoza1-2/+1
2013-03-21Added array notation for keys in Input librarynisheeth-barthwal1-5/+39
2013-02-18Fixed form helper variable errorBo-Yi Wu1-1/+1
2013-02-15Fix #2247Andrey Andreev1-6/+3
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+0
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+3
2012-11-01Fix an erroneous variable nameAndrey Andreev1-1/+1
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-37/+46
2012-10-27[ci skip] Update docblocks for deprecated functionsAndrey Andreev1-0/+1
2012-10-26Fix #142Andrey Andreev1-10/+10
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-40/+11
2012-10-25Form helpers to ignore empty name attributes (fix #1506)Andrey Andreev1-0/+4
2012-07-13Fix issue #1613Andrey Andreev1-1/+6
2012-06-16Small improvements to form_open()Andrey Andreev1-4/+6
2012-06-07fixesMichiel Vugteveen1-3/+3
2012-06-06fixesMichiel Vugteveen1-4/+7
2012-06-06form_checkbox set_value fixMichiel Vugteveen1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie1-16/+16
2012-05-17Clean up the helpersAndrey Andreev1-1/+0
2012-04-27Fix docblocks A-HTimothy Warren1-254/+260
2012-03-26Remove access description lines and cleanup the url helperAndrey Andreev1-1/+0
2012-03-26Remove access description lines and cleanup the form helperAndrey Andreev1-105/+56
2012-03-12defaults for the functionnihaopaul1-3/+3
2012-03-12test if isset(['name']) is actually set instead of assuming it to benihaopaul1-1/+1
2012-03-12code readability improvementsnihaopaul1-1/+5
2012-03-12form_dropdown() will now also take an array for unity with other form helpers...nihaopaul1-3/+3
2012-03-12form_dropdown() will now also take an array for unity with other form helpers...nihaopaul1-1/+1
2012-03-12form_dropdown() will now also take an array for unity with other form helpers...nihaopaul1-1/+2
2012-03-12form_dropdown() will now also take an array for unity with other form helpers.nihaopaul1-0/+17
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-04Fixed conflicts.Phil Sturgeon1-3/+2
2012-01-06Improve email, file & form helpersAndrey Andreev1-49/+25
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-19Makes form open properly when empty array of parameters is passedJoel Kallman1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-08-28always use charset config itemfreewil1-5/+2
2011-08-20Resolved issue 65 - made action on form_open_multipart helper function call o...Ben Edmunds1-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-04-25Fixed double-space typo.Razican1-9/+9
2011-04-23Removing debug code accidentally committed.Greg Aker1-1/+1