- 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
- 3a555ef The Download helper now exits within force-download(). by Derek Allard · 17 years ago
- ac7c81e Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' for better cross-platform compatibility by Derek Jones · 17 years ago
- 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
- 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
- 560efb3 Fixed bug #4350 in get_filenames() when the $source_dir does not include a trailing slash by Derek Jones · 17 years ago
- 707d0e0 added form_button to form helper by Derek Allard · 17 years ago
- 37fb01b Modified img() in the HTML Helper to remove an unneeded space. by Derek Allard · 17 years ago
- 2c6dda4 fixed recursion in get_filenames() (bug #3523) by Derek Jones · 17 years ago
- bca400f fix $FALSE to FALSE by Derek Allard · 17 years ago
- fd97178 modified get_filenames() to return FALSE if the directory cannot be read by Derek Jones · 17 years ago
- 466039a added Path Helper by Derek Allard · 17 years ago
- f653a2f added img() to HTML helper by Derek Allard · 17 years ago
- 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
- 165da61 added stylesheet() to html helper by Derek Allard · 17 years ago
- 432e973 Added link() to the HTML helper. by Derek Allard · 17 years ago
- 2d87b4d Fixed a bug (#1872) where word_limiter() was not retaining whitespace. by Derek Jones · 17 years ago
- 1c8dd3a fixed bug #3314 where the top level path would be deleted along with files in delete_files() by Derek Jones · 17 years ago
- 0975bcc Fixed a bug (#3328) where the smiley helper might return an undefined variable. by Derek Allard · 17 years ago
- 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
- a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
- 9cee791 further refinement to highlight_code()'s regex replacements by Derek Jones · 17 years ago
- 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
- 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
- 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
- 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
- 5a34f04 added email helper by Derek Allard · 17 years ago
- bab7ed9 Fixed a bug in the Typography Helper where unordered list was listed "un" (#3267) by Derek Allard · 17 years ago
- c04a9c4 typo fix: stering to string by Derek Allard · 17 years ago
- 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
- f8f0570 added check for "multiple" attribute in form_dropdown() (bug# 3261) by Derek Allard · 17 years ago
- 8b25191 Fixed bug #2810 with nested tags improperly having paragraph tags placed around them. by Derek Jones · 17 years ago
- 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
- 76708b7 bug(re)fix: I am so smart. s - m - r - t by Derek Allard · 17 years ago
- 36731bc added support for external urls in form_open by Derek Allard · 17 years ago
- 56e5722 bugfix by Derek Allard · 17 years ago
- e4e603b fix for is_really_writable by Derek Allard · 17 years ago
- 4021b51 added the ability to have multiple selected items in form_dropdown() by Derek Allard · 17 years ago
- f3e8a35 Added form_fieldset(), form_fieldset_close(), and form_label() to form helper. by Derek Allard · 17 years ago
- a0fa90b Fixed a bug in get_filenames() in the File Helper where the array wasn't cleared after each call. by Derek Allard · 17 years ago
- c3d8e6a Added form_reset() function to form helper. by Derek Allard · 17 years ago
- 49c676b optimized reduce_multiples and strengthened type checking by Derek Jones · 17 years ago
- fc2f834 Fixed a bug in highlight_pharse() that caused an error with slashes. by Derek Allard · 17 years ago
- 375d9ba quotes to entities now takes escaped and non-escaped quotes by Derek Allard · 17 years ago
- 3755fc6 fix up of regular expression in reduce multiples by Derek Allard · 17 years ago
- d34c95b added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helper by Derek Allard · 17 years ago
- 1a274a0 Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an object. by Derek Allard · 17 years ago
- 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
- 7aa1809 by Rick Ellis · 18 years ago
- 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
- eea2bda fixed the plural() and singular() function comments by Derek Jones · 18 years ago
- 1f2fd2d adding type casting of $title argument in URL helper functions to a string. A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string. by Derek Jones · 18 years ago
- f5a5198 inflector helper changes to account for words ending in "s" by Derek Allard · 18 years ago
- 2c25fd0 return preg_replace("|^/*(.+?)/*$|", "\\1", $str); by Derek Allard · 18 years ago
- cea5dbe fixed checked = 1 to be checked = checked in array created checkboxes by Derek Allard · 18 years ago
- d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
- 72b58ca repeater won't return any results if it is set to repeat 0 times. by Derek Allard · 18 years ago
- 8389487 removed duplicate 'DATE_RFC822' by Derek Allard · 18 years ago
- 5811bf1 added a space to redirect Location to conform to w3c http spec by Derek Allard · 18 years ago
- c4ac15f fixed a a value bug introduced when clearing value from textarea by Derek Allard · 18 years ago
- dbbe408 changed Content-Disposition: from "inline" to "attachment" for MSIE in force_download() by Derek Allard · 18 years ago
- 17f4d73 unset the value attribute in textarea by Derek Allard · 18 years ago
- 40d299e by admin · 18 years ago
- 7c807cb by admin · 18 years ago
- f3a6204 by admin · 18 years ago
- 2898b0f by admin · 18 years ago
- 27e4e6e by admin · 18 years ago
- 5ed8bf3 by admin · 18 years ago
- bd56abb by admin · 18 years ago
- c7e5999 by admin · 18 years ago
- 86c6039 by admin · 18 years ago
- 7acd581 by admin · 18 years ago
- c1e23ce by admin · 18 years ago
- e334c47 by admin · 18 years ago
- fafe28b by admin · 18 years ago
- e7e1dcd by admin · 18 years ago
- 9fcc28a by admin · 18 years ago
- f4c0100 by admin · 18 years ago
- d54078f by admin · 18 years ago
- 75198f9 by admin · 18 years ago
- 078fb91 by admin · 18 years ago
- 02855e0 by admin · 18 years ago
- b8afd04 by admin · 18 years ago
- e8f6eb6 by admin · 18 years ago
- 78ce3cc by admin · 18 years ago
- ee54c11 by admin · 18 years ago
- 592cdcb by admin · 18 years ago
- 885b034 by admin · 18 years ago
- bc042dd by admin · 18 years ago
- 5b179b5 by admin · 18 years ago
- 402ddf4 by admin · 18 years ago
- 4d07c15 by admin · 18 years ago
- 73e582f by admin · 18 years ago
- 1cf89aa by admin · 18 years ago
- 2ed76d5 by admin · 18 years ago
- eb6db84 by admin · 18 years ago
- 57b3d39 by admin · 18 years ago
- 141808a by admin · 18 years ago
- b071bb5 by admin · 18 years ago
- b0dd10f Initial Import by admin · 18 years ago