1. 582ebcb Fix #142 by Andrey Andreev · 12 years ago
  2. 74ffd17 Deprecated form helper function form_prep(). by Andrey Andreev · 12 years ago
  3. 60b9714 Form helpers to ignore empty name attributes (fix #1506) by Andrey Andreev · 12 years ago
  4. 6b114ae Fix issue #1613 by Andrey Andreev · 13 years ago
  5. 3c32a11 Small improvements to form_open() by Andrey Andreev · 13 years ago
  6. a6f3423 fixes by Michiel Vugteveen · 13 years ago
  7. 9640a03 fixes by Michiel Vugteveen · 13 years ago
  8. 910ff7a form_checkbox set_value fix by Michiel Vugteveen · 13 years ago
  9. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  10. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  11. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  12. 1222087 Remove access description lines and cleanup the url helper by Andrey Andreev · 13 years ago
  13. 93a83c7 Remove access description lines and cleanup the form helper by Andrey Andreev · 13 years ago
  14. 0863157 defaults for the function by nihaopaul · 13 years ago
  15. b6a8443 test if isset(['name']) is actually set instead of assuming it to be by nihaopaul · 13 years ago
  16. 8abb67c code readability improvements by nihaopaul · 13 years ago
  17. 4252f8d form_dropdown() will now also take an array for unity with other form helpers., false => FALSE and the options check fixed by nihaopaul · 13 years ago
  18. 10ecad5 form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  19. ca5cabc form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  20. 0ba29f5 form_dropdown() will now also take an array for unity with other form helpers. by nihaopaul · 13 years ago
  21. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  22. f8f04ce Fixed conflicts. by Phil Sturgeon · 13 years ago
  23. 8bf6bb6 Improve email, file & form helpers by Andrey Andreev · 13 years ago
  24. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  25. 79c1c46 Makes form open properly when empty array of parameters is passed by Joel Kallman · 13 years ago
  26. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  27. 8cc0cfe always use charset config item by freewil · 13 years ago
  28. 98963b3 Resolved issue 65 - made action on form_open_multipart helper function call optional by Ben Edmunds · 13 years ago
  29. 7de3160 Big text area was big. Reduced the size a little. by Phil Sturgeon · 13 years ago
  30. 08a245f CSRF field is only added when post method is used and action is internal. Closes #165 by Joël Cox · 14 years ago
  31. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  32. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  33. c83bea6 Removing debug code accidentally committed. by Greg Aker · 14 years ago
  34. c6d918a Fix #233 Fixing a regression in _get_validation_object() in the form helper after some refactoring the other day. by Greg Aker · 14 years ago
  35. 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
  36. 9ce4385 1/2 reverting a previous change to the form_helper. Wrapping hidden form elements in <div style="display:none"></div> instead of an empty div. If a user is styling form div {} they can run into display issues, so something is needed. by Greg Aker · 14 years ago
  37. 64e35cd There is absolutely no need to specify class name (it will validate anyway). by patwork · 14 years ago
  38. 1f6f0ab Fixing a bug in the form_helper where csrf_token_name and csrf_hash were referencing class properties in the Security class that were moved. by Greg Aker · 14 years ago
  39. 9d0e617 Added is_cli_request() method to documentation for Input class. by Phil Sturgeon · 14 years ago
  40. 52e7318 Fixed last commit, form helper will work fine for self-submissions and normal URLs. by Phil Sturgeon · 14 years ago
  41. 133beaf Changed the logic for form_open() in Form helper. If no value is passed it will submit to the current URL. by Phil Sturgeon · 14 years ago
  42. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  43. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  44. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  45. 28b425a Update to form_open() in form helper to drop hidden elements passed to the function into div class="hidden" (thanks Dan) by Greg Aker · 14 years ago
  46. fd2ba88 Fix #96 html validation failure on csrf hidden input on form_open() in the form helper. Added <div class="hidden"> around the hidden form input. by Greg Aker · 14 years ago
  47. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  48. 68788d5 bringing form helper in sync by Derek Jones · 15 years ago
  49. 33d4b6a adding the ability for form_open_multipart() to accept string attribute arguments by Derek Allard · 15 years ago
  50. 7f3719f updated copyrights by Derek Jones · 15 years ago
  51. 3241d73 modified the way accept-charset is added by Derek Allard · 15 years ago
  52. f673a87 by Derek Allard · 15 years ago
  53. 928158b adding accept-charset to form_open() by Derek Allard · 15 years ago
  54. 3eb9fac modification to form_prep() solution. A bandaid really, to return the $str if the field has already been prepped by Derek Jones · 16 years ago
  55. 01a9b10 modified Form Helper so that form_prep() keeps track of strings it's already processed, to prevent encoding and prep from occurring more than once by Derek Jones · 16 years ago
  56. 8c52996 removed entity protection from form_prep() so as to preserve the user's input when called back into a form element by Derek Jones · 16 years ago
  57. 6d1998c Changing form_textarea to correctly prep all data. by Pascal Kriete · 16 years ago
  58. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  59. 2639929 added form_multiselect() to form helper to make it easier to create multiselect fields, and to make it a bit more semantically correct to boot by Derek Jones · 16 years ago
  60. 57fe410 Modified form_hidden() to accept multi-dimensional arrays. by Robin Sowell · 16 years ago
  61. 28e5c8f Fixed a bug that was not setting the default checkbox/radio/pull-down value correctly by Rick Ellis · 16 years ago
  62. 904094a Changed the default "type" of form_button() to "button" from "submit" in the form helper. by Derek Allard · 16 years ago
  63. 86a840c wrong var fix by Derek Allard · 16 years ago
  64. 78a5fc9 Added the ability to have optgroups in form_dropdown() within the form helper. by Derek Allard · 16 years ago
  65. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  66. 862545a Added form_prep() call to set_value() by Rick Ellis · 16 years ago
  67. 69db8ef Fixed incorrect parenthesis in form_open() function. (#5135) by Derek Allard · 16 years ago
  68. 39f6f5a minor whitespace cleanup by Derek Allard · 16 years ago
  69. 7129d45 Removed the strict param from in_array() as this was causing some trouble with numeric field names by Rick Ellis · 16 years ago
  70. dd1e323 updated copyright by Rick Ellis · 16 years ago
  71. c3907c6 Switched spaces to tabs by Rick Ellis · 16 years ago
  72. 43e0fbb Added some new functions that work with the new form validation class by Rick Ellis · 16 years ago
  73. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  74. f388511 Added newline character in between hidden fields by Rick Ellis · 16 years ago
  75. c507418 Removed added newlines ("\n") from most form and html helper functions. by Derek Allard · 17 years ago
  76. 3640a0b removed maxlength and size as automatically added attributes in form helper by Derek Allard · 17 years ago
  77. 96537fd goofed. Fixed up. by Derek Allard · 17 years ago
  78. f7623aa default to post method by Derek Allard · 17 years ago
  79. 1e6ab99 Form helper refactored to allow form_open() and form_fieldset() to accept arrays or strings as arguments. by Derek Allard · 17 years ago
  80. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  81. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  82. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  83. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  84. de7320b Changed the radio() and checkbox() functions to default to not checked by default. by Derek Allard · 17 years ago
  85. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  86. 707d0e0 added form_button to form helper by Derek Allard · 17 years ago
  87. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  88. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  89. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  90. f8f0570 added check for "multiple" attribute in form_dropdown() (bug# 3261) by Derek Allard · 17 years ago
  91. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  92. 76708b7 bug(re)fix: I am so smart. s - m - r - t by Derek Allard · 17 years ago
  93. 36731bc added support for external urls in form_open by Derek Allard · 17 years ago
  94. 56e5722 bugfix by Derek Allard · 17 years ago
  95. 4021b51 added the ability to have multiple selected items in form_dropdown() by Derek Allard · 17 years ago
  96. f3e8a35 Added form_fieldset(), form_fieldset_close(), and form_label() to form helper. by Derek Allard · 17 years ago
  97. c3d8e6a Added form_reset() function to form helper. by Derek Allard · 17 years ago
  98. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  99. c80593c type cast $key => $val pair in $options array as strings for friendlier handling of setting options as 'selected' by Derek Jones · 18 years ago
  100. cea5dbe fixed checked = 1 to be checked = checked in array created checkboxes by Derek Allard · 18 years ago