1. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  2. 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
  3. 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
  4. d2167a0 Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions < 5.1.2. by Robin Sowell · 14 years ago
  5. 0f6b7c1 moving code comment in text helper by Greg Aker · 14 years ago
  6. cbe3247 Adding an ellipsize function to the text helper, and associated documentation to the user guide. by Greg Aker · 14 years ago
  7. 4433f42 adding sanitize_filename() into the security helper by Derek Allard · 15 years ago
  8. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  9. a0905f3 img() will now generate an empty string as an alt attribute if one is not provided. by Derek Allard · 15 years ago
  10. 60e78c7 Modifying smiley_js() in the smiley helper to add optional third parameter to return only the javascript with no script tags. by Greg Aker · 15 years ago
  11. 73c19fc Modified get_file_info in the file helper, changing filectime() to filemtime() for dates. by Robin Sowell · 15 years ago
  12. a091147 moved entity_decode() to the Security library to handle an issue with HTML in input when the global XSS filter is enabled by Derek Jones · 15 years ago
  13. d265871 expanded philsturgeon's bugfix to parse_url() and updated docs and changelog by Derek Jones · 15 years ago
  14. 726c8eb prep_url() will now not append http:// to string if a protocol is already used. That would really mess up itunes://, spotify://, telnet://, etc. by Phil Sturgeon · 15 years ago
  15. 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
  16. 4e8d66a code comment typo fix by Derek Allard · 15 years ago
  17. fc5c7e5 added @php4 tag to compat helper (thanks Phil) by Derek Jones · 15 years ago
  18. b6de7d1 REMOVING js calendar helper / plugin. No need with the prolific jQuery calendars by Derek Jones · 15 years ago
  19. e659fbb moving js cal plugin to a helper by Derek Jones · 15 years ago
  20. 1c73f4e fixed eof code comment by Derek Jones · 15 years ago
  21. b41032d moved CAPTCHA plugin to a helper by Derek Jones · 15 years ago
  22. 99111e3 added end of function marker by Derek Jones · 15 years ago
  23. 85b2bb7 improved xml_convert() of XML helper by Derek Jones · 15 years ago
  24. 2b7de06 added entity_decode() to Typography helper, updated auto_typography() by Derek Jones · 15 years ago
  25. daf9c01 added convert_accented_characters() function to Text Helper by Derek Jones · 15 years ago
  26. 1e14192 whitespace, code comments by Derek Jones · 15 years ago
  27. 48822fa updating attributes to lowercase and added CDATA block around js by Derek Jones · 15 years ago
  28. 11b1e51 no in helpers, updated security lib to use Security class instead of Input by Derek Jones · 15 years ago
  29. d443334 whitespace by Derek Jones · 15 years ago
  30. 68788d5 bringing form helper in sync by Derek Jones · 15 years ago
  31. 3659109 little cleaner regex in human_to_unix() by Derek Jones · 15 years ago
  32. 626d39f code comments fix by Derek Jones · 15 years ago
  33. 22224b5 modified cookie helper to use input class by Derek Jones · 15 years ago
  34. 472dd21 Added alpha, and sha1 string types to random_string() in the String Helper. by Derek Allard · 15 years ago
  35. fcbb026 optional precision argument in byte_format() by Derek Allard · 15 years ago
  36. 9502311 change already made - revert by Derek Allard · 15 years ago
  37. f063ed7 making get_mime_by_extension case insensitive by Derek Allard · 15 years ago
  38. 33d4b6a adding the ability for form_open_multipart() to accept string attribute arguments by Derek Allard · 15 years ago
  39. 3e9519e Update to file helper to return FALSE on failure. by Greg Aker · 15 years ago
  40. 98a447a changing the second parameter in directory_map to an integer that controls recursion depth. by Pascal Kriete · 15 years ago
  41. 7f3719f updated copyrights by Derek Jones · 15 years ago
  42. 42e74bc tweaking the regex for reduce_double_slashes to correctly handle duplicates at the beginning of the string by Pascal Kriete · 15 years ago
  43. 788b00f non-backwards compatible change to get_dir_file_info() for performance reasons, as well as fixing recursive bug by Derek Jones · 15 years ago
  44. 986e172 incorrect variable name in the smiley helper js by Pascal Kriete · 15 years ago
  45. a3f4718 Modified inflector helper to properly pluralize words that end in 'ch' or 'sh' by Greg Aker · 15 years ago
  46. 8719a5c Deprecated the dohash() function in favour of do_hash() for naming consistency. by Derek Allard · 15 years ago
  47. e339ef5 Made get_mime_by_extension() case insensitive. by Derek Allard · 15 years ago
  48. 3241d73 modified the way accept-charset is added by Derek Allard · 15 years ago
  49. 292dcd8 removed some trivial spaces from output by Derek Allard · 15 years ago
  50. 76763bb removed some trivial spaces from output by Derek Allard · 15 years ago
  51. f673a87 by Derek Allard · 15 years ago
  52. 928158b adding accept-charset to form_open() by Derek Allard · 15 years ago
  53. de8f409 Updating the smiley helper to work with more than one field. by Pascal Kriete · 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. 94026d9 added return FALSE if directory_map() cannot read the directory by Derek Jones · 16 years ago
  57. 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
  58. 6d1998c Changing form_textarea to correctly prep all data. by Pascal Kriete · 16 years ago
  59. 96dafa8 Directory helper's directory_map tweaked to allow inclusion of hidden files. by Robin Sowell · 16 years ago
  60. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  61. c37f0e1 switched some hard /'s to DIRECTORY_SEPARATOR by Derek Jones · 16 years ago
  62. 93bddd1 doctype helper default value was missing a "1". by Derek Allard · 16 years ago
  63. 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
  64. 57fe410 Modified form_hidden() to accept multi-dimensional arrays. by Robin Sowell · 16 years ago
  65. 1322ec5 ereg eradication by Derek Jones · 16 years ago
  66. 28e5c8f Fixed a bug that was not setting the default checkbox/radio/pull-down value correctly by Rick Ellis · 16 years ago
  67. 63dc27f declared $_filedata as static so it can work properly with recursion through subdirectories by Derek Jones · 16 years ago
  68. a04cfa7 didn't mean to completely remove the CI superobject from get_cookie... by Derek Jones · 16 years ago
  69. 2c8dc58 added global cookie prefix to get_cookie() unless the cookie exists as-requested by Derek Jones · 16 years ago
  70. 0b2145f Added trailing periods as characters to be removed in url_title() by Derek Jones · 16 years ago
  71. 534be03 changed redirect() to only force site_url() when the supplied URL doesn't start with an http protocol, allowing you to use the helper for external URLs. by Derek Jones · 16 years ago
  72. f0bcb3c udpated xss_clean() in the security helper to pass $is_image instead of the deprecated $charset by Derek Jones · 16 years ago
  73. a6aabaf Fixed a bug in plural() with words that end in y by Derek Jones · 16 years ago
  74. 904094a Changed the default "type" of form_button() to "button" from "submit" in the form helper. by Derek Allard · 16 years ago
  75. 86a840c wrong var fix by Derek Allard · 16 years ago
  76. 78a5fc9 Added the ability to have optgroups in form_dropdown() within the form helper. by Derek Allard · 16 years ago
  77. 1978e12 tweak to ascii_to_entities() for low ascii entities by Derek Jones · 16 years ago
  78. 01d6b4f Fixed a bug where the end character was being added when the character limit's limit intersected the last word of the string. by Derek Jones · 16 years ago
  79. 3355910 replaced all sizeof() in favor of count() - aliases are teh sux0r by Derek Jones · 16 years ago
  80. f1b721a Fixed a bug affecting some locales where word censoring would not work on words beginning or ending with an accented character. by Derek Jones · 16 years ago
  81. 40a2fc8 added $lowercase parameter to url_title() to allow forced lowercase by Derek Jones · 16 years ago
  82. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  83. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  84. d3fc76f Added a doctype() function to the HTML helper. by Derek Allard · 16 years ago
  85. ac91bd7 Fixed some typos by Rick Ellis · 16 years ago
  86. f63b9f2 Improved meta function by Rick Ellis · 16 years ago
  87. 862545a Added form_prep() call to set_value() by Rick Ellis · 16 years ago
  88. 87da39a Fixed a preg_replace bug if the supplied string contains the delimiter by Rick Ellis · 16 years ago
  89. cf634bc Function was operationg backward to user guide description. Bug #5007 by Rick Ellis · 16 years ago
  90. 42597a1 Added support for arbitrary attributes in anchor_popup() of the URL helper. by Derek Allard · 16 years ago
  91. fd27570 modifications to url_title() by Derek Jones · 16 years ago
  92. b4a6cf3 Added some code to ignore empty folders when deleting directories by Rick Ellis · 16 years ago
  93. dbc9e15 Altered auto_link() in the URL helper so that email addresses with "+" included will be linked. by Derek Allard · 16 years ago
  94. 337c74a tweak of temp tag and highlighting replacement to accommodate environments with different colors specified for highlight_string() by Derek Jones · 16 years ago
  95. c0e72b0 modified how we're performing text highlighting to prevent extra or missing span tags. by Derek Jones · 16 years ago
  96. 69db8ef Fixed incorrect parenthesis in form_open() function. (#5135) by Derek Allard · 16 years ago
  97. 39f6f5a minor whitespace cleanup by Derek Allard · 16 years ago
  98. 7129d45 Removed the strict param from in_array() as this was causing some trouble with numeric field names by Rick Ellis · 16 years ago
  99. 86d721c updated copyright by Rick Ellis · 16 years ago
  100. dd1e323 updated copyright by Rick Ellis · 16 years ago