Age | Commit message (Expand) | Author | Files | Lines |
2008-03-28 | moved the $_recursion conditional in get_filenames() to fix a bug where a bad... | Derek Jones | 1 | -9/+8 |
2008-03-27 | Fixed bug #4350 in get_filenames() when the $source_dir does not include a tr... | Derek Jones | 1 | -2/+6 |
2008-03-18 | added form_button to form helper | Derek Allard | 1 | -0/+27 |
2008-03-06 | Modified img() in the HTML Helper to remove an unneeded space. | Derek Allard | 2 | -2/+2 |
2008-02-27 | fixed recursion in get_filenames() (bug #3523) | Derek Jones | 1 | -4/+9 |
2008-02-21 | fix $FALSE to FALSE | Derek Allard | 1 | -1/+1 |
2008-02-20 | modified get_filenames() to return FALSE if the directory cannot be read | Derek Jones | 1 | -0/+4 |
2008-02-11 | added Path Helper | Derek Allard | 1 | -0/+70 |
2008-01-30 | added img() to HTML helper | Derek Allard | 1 | -22/+29 |
2008-01-30 | remove stylesheet() so as not to overly pollute function names, rename link()... | Derek Allard | 1 | -21/+2 |
2008-01-30 | added stylesheet() to html helper | Derek Allard | 1 | -2/+24 |
2008-01-30 | Added link() to the HTML helper. | Derek Allard | 1 | -4/+126 |
2008-01-30 | Fixed a bug (#1872) where word_limiter() was not retaining whitespace. | Derek Jones | 1 | -13/+7 |
2008-01-29 | fixed bug #3314 where the top level path would be deleted along with files in... | Derek Jones | 1 | -3/+2 |
2008-01-29 | Fixed a bug (#3328) where the smiley helper might return an undefined variable. | Derek Allard | 1 | -1/+1 |
2008-01-28 | added ability to "extend" helpers | Derek Jones | 17 | -1370/+1638 |
2008-01-28 | added is_really_writable() to Common.php, replaced is_writable() throughout a... | Derek Jones | 1 | -35/+0 |
2008-01-22 | further refinement to highlight_code()'s regex replacements | Derek Jones | 1 | -3/+2 |
2008-01-22 | modified markers in highlight_code() to not introduce unintended highlighting... | Derek Jones | 1 | -5/+4 |
2008-01-22 | fixed bug #3156 in highlight_code() where PHP tags were not being converted p... | Derek Jones | 1 | -5/+8 |
2008-01-22 | Fixed bug #3289 where temp files in directories being tested with is_really_w... | Derek Jones | 1 | -0/+2 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 17 | -52/+52 |
2008-01-19 | added email helper | Derek Allard | 1 | -0/+54 |
2008-01-19 | Fixed a bug in the Typography Helper where unordered list was listed "un" (#3... | Derek Allard | 1 | -1/+1 |
2008-01-18 | typo fix: stering to string | Derek Allard | 1 | -1/+1 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 16 | -32/+694 |
2008-01-18 | added check for "multiple" attribute in form_dropdown() (bug# 3261) | Derek Allard | 1 | -1/+2 |
2008-01-17 | Fixed bug #2810 with nested tags improperly having paragraph tags placed arou... | Derek Jones | 1 | -2/+2 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 1 | -1/+1 |
2008-01-16 | bug(re)fix: I am so smart. s - m - r - t | Derek Allard | 1 | -1/+1 |
2008-01-10 | added support for external urls in form_open | Derek Allard | 1 | -2/+4 |
2008-01-09 | bugfix | Derek Allard | 1 | -1/+1 |
2008-01-09 | fix for is_really_writable | Derek Allard | 1 | -0/+35 |
2008-01-04 | added the ability to have multiple selected items in form_dropdown() | Derek Allard | 1 | -4/+10 |
2008-01-04 | Added form_fieldset(), form_fieldset_close(), and form_label() to form helper. | Derek Allard | 1 | -1/+523 |
2008-01-01 | Fixed a bug in get_filenames() in the File Helper where the array wasn't clea... | Derek Allard | 1 | -1/+1 |
2007-12-17 | Added form_reset() function to form helper. | Derek Allard | 1 | -420/+1 |
2007-12-11 | optimized reduce_multiples and strengthened type checking | Derek Jones | 1 | -1/+1 |
2007-12-11 | Fixed a bug in highlight_pharse() that caused an error with slashes. | Derek Allard | 1 | -1/+1 |
2007-12-09 | quotes to entities now takes escaped and non-escaped quotes | Derek Allard | 1 | -1/+1 |
2007-12-09 | fix up of regular expression in reduce multiples | Derek Allard | 1 | -1/+1 |
2007-12-06 | added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helper | Derek Allard | 1 | -154/+1 |
2007-11-30 | Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ... | Derek Allard | 1 | -421/+1 |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 16 | -16/+16 |
2007-07-19 | (no commit message) | Rick Ellis | 1 | -4/+4 |
2007-07-12 | type cast $key => $val pair in $options array as strings for friendlier handl... | Derek Jones | 1 | -0/+3 |
2007-07-12 | fixed the plural() and singular() function comments | Derek Jones | 1 | -2/+2 |
2007-07-11 | adding type casting of $title argument in URL helper functions to a string. ... | Derek Jones | 1 | -0/+8 |
2007-07-11 | inflector helper changes to account for words ending in "s" | Derek Allard | 1 | -32/+46 |
2007-05-02 | return preg_replace("|^/*(.+?)/*$|", "\\1", $str); | Derek Allard | 1 | -2/+2 |