1. fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
  2. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  3. 15662dd Fix #2919 by Andrey Andreev · 11 years ago
  4. 93b4e78 Fix #2916 by Andrey Andreev · 11 years ago
  5. ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
  6. 1d03ef4 Removed extra space, condensed $defaults by Brennan Thompson · 11 years ago
  7. 82c78a9 Removed extra spaces and irrelevant condition by Brennan Thompson · 11 years ago
  8. c8ba663 Updated code to match style guide by Brennan Thompson · 11 years ago
  9. 7a772e5 Removed non permitted changes by Brennan Thompson · 11 years ago
  10. 21ef97e Dropdown should match style guide now. by Brennan Thompson · 11 years ago
  11. 87f6000 Actual fix for extra whitespace by Brennan Thompson · 11 years ago
  12. 5c2a6bb Removed space for travis ci checks by Brennan Thompson · 11 years ago
  13. 06a0d62 Fix for selected being NULL from set_value by Brennan Thompson · 11 years ago
  14. 40cd600 Made form_dropdown compatible with the other form helper methods by Brennan Thompson · 11 years ago
  15. 871754a 2013 > 2014 by darwinel · 11 years ago
  16. a587a93 Fix issue #2695 by Andrey Andreev · 11 years ago
  17. 7f5f8aa Manually apply PR #2656 by Andrey Andreev · 11 years ago
  18. 8e7cc7a parse $extra attributes in form_dropdown. by Ahmad Anbar · 11 years ago
  19. d3b7e24 Another one following #2639 by Andrey Andreev · 11 years ago
  20. e8a23a5 An update to the #2639 fix by Andrey Andreev · 11 years ago
  21. 67f6a5e Fix array notation fields for set_select() as well by Andrey Andreev · 11 years ago
  22. ae50f55 Fix #2639 by Andrey Andreev · 11 years ago
  23. bb8b089 Polishing Form helper by vlakoff · 11 years ago
  24. f746475 Form helper _attributes_to_string() micro-optimization by vlakoff · 11 years ago
  25. c4f9c62 More logical order by vlakoff · 11 years ago
  26. ea19bc4 Form helper: refactor form_open() and _attributes_to_string() by vlakoff · 11 years ago
  27. 122ca9b Fix #2560 by Andrey Andreev · 11 years ago
  28. 519f87a Loader changes & optimizations related to issue #2551 by Andrey Andreev · 12 years ago
  29. 5269c1c Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys by Andrey Andreev · 12 years ago
  30. 47ea5a8 Code fixes in line with suggestions by nisheeth-barthwal · 12 years ago
  31. 77236e0 Simplified notation parsing and other cosmetic fixes by nisheeth-barthwal · 12 years ago
  32. d4d6e09 Fixed error in form_textarea helper function by Zachary Cardoza · 12 years ago
  33. 9f27a3e Revert "Fixed error in Form Helper textarea function" by Zachary Cardoza · 12 years ago
  34. a5bcfb1 Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. by nisheeth-barthwal · 12 years ago
  35. e15d1be Fixed error in Form Helper textarea function by Zach Cardoza · 12 years ago
  36. a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
  37. 06ddcf0 Fixed form helper variable error by Bo-Yi Wu · 12 years ago
  38. 99ba3a2 Fix #2247 by Andrey Andreev · 12 years ago
  39. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  40. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  41. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  42. 075f6fa Fix an erroneous variable name by Andrey Andreev · 12 years ago
  43. 7c4d106 Fix issue #1953 (form values being escaped twice) by Andrey Andreev · 12 years ago
  44. 29d909d [ci skip] Update docblocks for deprecated functions by Andrey Andreev · 12 years ago
  45. 582ebcb Fix #142 by Andrey Andreev · 12 years ago
  46. 74ffd17 Deprecated form helper function form_prep(). by Andrey Andreev · 12 years ago
  47. 60b9714 Form helpers to ignore empty name attributes (fix #1506) by Andrey Andreev · 12 years ago
  48. 6b114ae Fix issue #1613 by Andrey Andreev · 13 years ago
  49. 3c32a11 Small improvements to form_open() by Andrey Andreev · 13 years ago
  50. a6f3423 fixes by Michiel Vugteveen · 13 years ago
  51. 9640a03 fixes by Michiel Vugteveen · 13 years ago
  52. 910ff7a form_checkbox set_value fix by Michiel Vugteveen · 13 years ago
  53. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  54. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  55. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  56. 1222087 Remove access description lines and cleanup the url helper by Andrey Andreev · 13 years ago
  57. 93a83c7 Remove access description lines and cleanup the form helper by Andrey Andreev · 13 years ago
  58. 0863157 defaults for the function by nihaopaul · 13 years ago
  59. b6a8443 test if isset(['name']) is actually set instead of assuming it to be by nihaopaul · 13 years ago
  60. 8abb67c code readability improvements by nihaopaul · 13 years ago
  61. 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
  62. 10ecad5 form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  63. ca5cabc form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  64. 0ba29f5 form_dropdown() will now also take an array for unity with other form helpers. by nihaopaul · 13 years ago
  65. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  66. f8f04ce Fixed conflicts. by Phil Sturgeon · 13 years ago
  67. 8bf6bb6 Improve email, file & form helpers by Andrey Andreev · 13 years ago
  68. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  69. 79c1c46 Makes form open properly when empty array of parameters is passed by Joel Kallman · 13 years ago
  70. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  71. 8cc0cfe always use charset config item by freewil · 13 years ago
  72. 98963b3 Resolved issue 65 - made action on form_open_multipart helper function call optional by Ben Edmunds · 13 years ago
  73. 7de3160 Big text area was big. Reduced the size a little. by Phil Sturgeon · 13 years ago
  74. 08a245f CSRF field is only added when post method is used and action is internal. Closes #165 by Joël Cox · 14 years ago
  75. 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
  76. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  77. c83bea6 Removing debug code accidentally committed. by Greg Aker · 14 years ago
  78. 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
  79. 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
  80. 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
  81. 64e35cd There is absolutely no need to specify class name (it will validate anyway). by patwork · 14 years ago
  82. 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
  83. 9d0e617 Added is_cli_request() method to documentation for Input class. by Phil Sturgeon · 14 years ago
  84. 52e7318 Fixed last commit, form helper will work fine for self-submissions and normal URLs. by Phil Sturgeon · 14 years ago
  85. 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
  86. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  87. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  88. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  89. 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
  90. 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
  91. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  92. 68788d5 bringing form helper in sync by Derek Jones · 15 years ago
  93. 33d4b6a adding the ability for form_open_multipart() to accept string attribute arguments by Derek Allard · 15 years ago
  94. 7f3719f updated copyrights by Derek Jones · 15 years ago
  95. 3241d73 modified the way accept-charset is added by Derek Allard · 15 years ago
  96. f673a87 by Derek Allard · 15 years ago
  97. 928158b adding accept-charset to form_open() by Derek Allard · 15 years ago
  98. 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
  99. 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
  100. 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