1. a6aabaf Fixed a bug in plural() with words that end in y by Derek Jones · 16 years ago
  2. 904094a Changed the default "type" of form_button() to "button" from "submit" in the form helper. by Derek Allard · 16 years ago
  3. 86a840c wrong var fix by Derek Allard · 16 years ago
  4. 78a5fc9 Added the ability to have optgroups in form_dropdown() within the form helper. by Derek Allard · 16 years ago
  5. 1978e12 tweak to ascii_to_entities() for low ascii entities by Derek Jones · 16 years ago
  6. 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
  7. 3355910 replaced all sizeof() in favor of count() - aliases are teh sux0r by Derek Jones · 16 years ago
  8. 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
  9. 40a2fc8 added $lowercase parameter to url_title() to allow forced lowercase by Derek Jones · 16 years ago
  10. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  11. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  12. d3fc76f Added a doctype() function to the HTML helper. by Derek Allard · 16 years ago
  13. ac91bd7 Fixed some typos by Rick Ellis · 16 years ago
  14. f63b9f2 Improved meta function by Rick Ellis · 16 years ago
  15. 862545a Added form_prep() call to set_value() by Rick Ellis · 16 years ago
  16. 87da39a Fixed a preg_replace bug if the supplied string contains the delimiter by Rick Ellis · 16 years ago
  17. cf634bc Function was operationg backward to user guide description. Bug #5007 by Rick Ellis · 16 years ago
  18. 42597a1 Added support for arbitrary attributes in anchor_popup() of the URL helper. by Derek Allard · 16 years ago
  19. fd27570 modifications to url_title() by Derek Jones · 16 years ago
  20. b4a6cf3 Added some code to ignore empty folders when deleting directories by Rick Ellis · 16 years ago
  21. dbc9e15 Altered auto_link() in the URL helper so that email addresses with "+" included will be linked. by Derek Allard · 16 years ago
  22. 337c74a tweak of temp tag and highlighting replacement to accommodate environments with different colors specified for highlight_string() by Derek Jones · 16 years ago
  23. c0e72b0 modified how we're performing text highlighting to prevent extra or missing span tags. by Derek Jones · 16 years ago
  24. 69db8ef Fixed incorrect parenthesis in form_open() function. (#5135) by Derek Allard · 16 years ago
  25. 39f6f5a minor whitespace cleanup by Derek Allard · 16 years ago
  26. 7129d45 Removed the strict param from in_array() as this was causing some trouble with numeric field names by Rick Ellis · 16 years ago
  27. 86d721c updated copyright by Rick Ellis · 16 years ago
  28. dd1e323 updated copyright by Rick Ellis · 16 years ago
  29. 3bc791f typography tweaks by Rick Ellis · 16 years ago
  30. 9907df4 Continued working on typography class and docs by Rick Ellis · 16 years ago
  31. 36f375f by Rick Ellis · 16 years ago
  32. 5574110 Tweaked the auto_typography function by Rick Ellis · 16 years ago
  33. 037a5bc Moved the "auto typography" class into its own class file in the libraries folder by Rick Ellis · 16 years ago
  34. c3907c6 Switched spaces to tabs by Rick Ellis · 16 years ago
  35. 43e0fbb Added some new functions that work with the new form validation class by Rick Ellis · 16 years ago
  36. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  37. 9e2c04c Added current_url() and uri_string() functions to the URL helper by Rick Ellis · 16 years ago
  38. c9a4f28 updated time zone list and offsets to match the world's current time zones by Derek Jones · 16 years ago
  39. f388511 Added newline character in between hidden fields by Rick Ellis · 16 years ago
  40. 17756a0 tightened human time stamp validation regex by Derek Jones · 16 years ago
  41. 8b5d42b removing stray quotes by Derek Allard · 17 years ago
  42. c507418 Removed added newlines ("\n") from most form and html helper functions. by Derek Allard · 17 years ago
  43. e37fa05 fixed some whitespace in the number helper and improved on the calculation method by Derek Jones · 17 years ago
  44. cc1be0f Moved the <label> output ability from the language library to a language helper (hotfix for 1.6.3) by Derek Jones · 17 years ago
  45. fd7943a Fixed a double opening &lt;p&gt; tag in the index pages of each system directory. by Derek Allard · 17 years ago
  46. 85f66ea Number helper uses lang files by Derek Allard · 17 years ago
  47. 0f10919 by Derek Allard · 17 years ago
  48. a935c3f added a Number helper by Derek Jones · 17 years ago
  49. 3640a0b removed maxlength and size as automatically added attributes in form helper by Derek Allard · 17 years ago
  50. 96537fd goofed. Fixed up. by Derek Allard · 17 years ago
  51. f7623aa default to post method by Derek Allard · 17 years ago
  52. 1e6ab99 Form helper refactored to allow form_open() and form_fieldset() to accept arrays or strings as arguments. by Derek Allard · 17 years ago
  53. 9e11220 added error suppression to fopen() in write_file() by Derek Jones · 17 years ago
  54. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  55. 15dcf49 removed an ereg from config by Derek Allard · 17 years ago
  56. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  57. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  58. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  59. 94a2182 added symbolic_permissions() and octal_permissions() to the File helper by Derek Jones · 17 years ago
  60. cd6f9cd removed default title= attribute from anchor() in URL Helper by Derek Jones · 17 years ago
  61. d196d4e fixed a typo with a variable in the compatibility helper by Derek Jones · 17 years ago
  62. 00618de Added a Compatibility Helper by Derek Jones · 17 years ago
  63. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  64. 2798b50 fixed a bug where the dir resource was not closed in the directory helper, and made it more efficient by Derek Jones · 17 years ago
  65. de7320b Changed the radio() and checkbox() functions to default to not checked by default. by Derek Allard · 17 years ago
  66. 3be20e2 tweak to the new fopen mode constant names by Derek Jones · 17 years ago
  67. 14031d1 implemented fopen mode constants by Derek Jones · 17 years ago
  68. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  69. c0c5c97 revert... Derek's an idiot by Derek Allard · 17 years ago
  70. a9911fc another change to the download helper for compatibility by Derek Allard · 17 years ago
  71. 05f830c Added the ability to include an optional HTTP Response Code in the redirect() function of the URL Helper. by Derek Allard · 17 years ago
  72. 3a555ef The Download helper now exits within force-download(). by Derek Allard · 17 years ago
  73. ac7c81e Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' for better cross-platform compatibility by Derek Jones · 17 years ago
  74. 2ec3a5e Fixed a bug in link_tag() of the URL helper where a key was passed instead of a value. by Derek Allard · 17 years ago
  75. f00992d moved the $_recursion conditional in get_filenames() to fix a bug where a bad submitted path would result in the system using / as the source directory. by Derek Jones · 17 years ago
  76. 560efb3 Fixed bug #4350 in get_filenames() when the $source_dir does not include a trailing slash by Derek Jones · 17 years ago
  77. 707d0e0 added form_button to form helper by Derek Allard · 17 years ago
  78. 37fb01b Modified img() in the HTML Helper to remove an unneeded space. by Derek Allard · 17 years ago
  79. 2c6dda4 fixed recursion in get_filenames() (bug #3523) by Derek Jones · 17 years ago
  80. bca400f fix $FALSE to FALSE by Derek Allard · 17 years ago
  81. fd97178 modified get_filenames() to return FALSE if the directory cannot be read by Derek Jones · 17 years ago
  82. 466039a added Path Helper by Derek Allard · 17 years ago
  83. f653a2f added img() to HTML helper by Derek Allard · 17 years ago
  84. 0684897 remove stylesheet() so as not to overly pollute function names, rename link() to link_tag() to avoid PHP collision. by Derek Allard · 17 years ago
  85. 165da61 added stylesheet() to html helper by Derek Allard · 17 years ago
  86. 432e973 Added link() to the HTML helper. by Derek Allard · 17 years ago
  87. 2d87b4d Fixed a bug (#1872) where word_limiter() was not retaining whitespace. by Derek Jones · 17 years ago
  88. 1c8dd3a fixed bug #3314 where the top level path would be deleted along with files in delete_files() by Derek Jones · 17 years ago
  89. 0975bcc Fixed a bug (#3328) where the smiley helper might return an undefined variable. by Derek Allard · 17 years ago
  90. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  91. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  92. 9cee791 further refinement to highlight_code()'s regex replacements by Derek Jones · 17 years ago
  93. e352549 modified markers in highlight_code() to not introduce unintended highlighting, and to allow code where the first line is a code comment to be styled properly by Derek Jones · 17 years ago
  94. 9468f3e fixed bug #3156 in highlight_code() where PHP tags were not being converted properly. Also added protection for asp and inline style script delimiters, and removed an empty span to make outputted code valid by Derek Jones · 17 years ago
  95. 676d3c8 Fixed bug #3289 where temp files in directories being tested with is_really_writable() were not being handled properly by Derek Jones · 17 years ago
  96. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  97. 5a34f04 added email helper by Derek Allard · 17 years ago
  98. bab7ed9 Fixed a bug in the Typography Helper where unordered list was listed "un" (#3267) by Derek Allard · 17 years ago
  99. c04a9c4 typo fix: stering to string by Derek Allard · 17 years ago
  100. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago