Age | Commit message (Expand) | Author | Files | Lines |
2010-01-17 | making get_mime_by_extension case insensitive | Derek Allard | 1 | -1/+1 |
2010-01-17 | adding the ability for form_open_multipart() to accept string attribute argum... | Derek Allard | 1 | -1/+9 |
2010-01-15 | Update to file helper to return FALSE on failure. | Greg Aker | 1 | -2/+6 |
2010-01-07 | changing the second parameter in directory_map to an integer that controls re... | Pascal Kriete | 1 | -18/+14 |
2010-01-05 | updated copyrights | Derek Jones | 21 | -21/+21 |
2009-12-23 | tweaking the regex for reduce_double_slashes to correctly handle duplicates a... | Pascal Kriete | 1 | -1/+1 |
2009-11-27 | non-backwards compatible change to get_dir_file_info() for performance reason... | Derek Jones | 1 | -6/+8 |
2009-11-09 | incorrect variable name in the smiley helper js | Pascal Kriete | 1 | -1/+1 |
2009-11-04 | Modified inflector helper to properly pluralize words that end in 'ch' or 'sh' | Greg Aker | 1 | -0/+11 |
2009-10-08 | Deprecated the dohash() function in favour of do_hash() for naming consistency. | Derek Allard | 1 | -2/+18 |
2009-09-25 | Made get_mime_by_extension() case insensitive. | Derek Allard | 1 | -1/+1 |
2009-09-17 | modified the way accept-charset is added | Derek Allard | 1 | -32/+22 |
2009-09-16 | removed some trivial spaces from output | Derek Allard | 1 | -1/+1 |
2009-09-16 | removed some trivial spaces from output | Derek Allard | 1 | -4/+4 |
2009-09-16 | (no commit message) | Derek Allard | 1 | -2/+2 |
2009-09-16 | adding accept-charset to form_open() | Derek Allard | 1 | -1/+22 |
2009-07-29 | Updating the smiley helper to work with more than one field. | Pascal Kriete | 1 | -21/+119 |
2009-07-17 | modification to form_prep() solution. A bandaid really, to return the $str i... | Derek Jones | 1 | -1/+5 |
2009-07-17 | modified Form Helper so that form_prep() keeps track of strings it's already ... | Derek Jones | 1 | -9/+22 |
2009-07-15 | added return FALSE if directory_map() cannot read the directory | Derek Jones | 1 | -0/+4 |
2009-07-10 | removed entity protection from form_prep() so as to preserve the user's input... | Derek Jones | 1 | -11/+0 |
2009-06-09 | Changing form_textarea to correctly prep all data. | Pascal Kriete | 1 | -1/+1 |
2009-05-26 | Directory helper's directory_map tweaked to allow inclusion of hidden files. | Robin Sowell | 1 | -3/+3 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 21 | -21/+21 |
2009-04-21 | switched some hard /'s to DIRECTORY_SEPARATOR | Derek Jones | 1 | -14/+13 |
2009-04-14 | doctype helper default value was missing a "1". | Derek Allard | 1 | -1/+1 |
2009-04-08 | added form_multiselect() to form helper to make it easier to create multisele... | Derek Jones | 1 | -0/+25 |
2009-03-26 | Modified form_hidden() to accept multi-dimensional arrays. | Robin Sowell | 1 | -8/+24 |
2009-03-11 | ereg eradication | Derek Jones | 1 | -1/+1 |
2009-03-09 | Fixed a bug that was not setting the default checkbox/radio/pull-down value c... | Rick Ellis | 1 | -3/+3 |
2009-02-10 | declared $_filedata as static so it can work properly with recursion through ... | Derek Jones | 1 | -1/+1 |
2009-02-10 | didn't mean to completely remove the CI superobject from get_cookie... | Derek Jones | 1 | -0/+2 |
2009-02-10 | added global cookie prefix to get_cookie() unless the cookie exists as-requested | Derek Jones | 1 | -2/+8 |
2009-02-10 | Added trailing periods as characters to be removed in url_title() | Derek Jones | 1 | -2/+3 |
2009-02-10 | changed redirect() to only force site_url() when the supplied URL doesn't sta... | Derek Jones | 1 | -2/+7 |
2009-02-10 | udpated xss_clean() in the security helper to pass $is_image instead of the d... | Derek Jones | 1 | -3/+3 |
2009-02-10 | Fixed a bug in plural() with words that end in y | Derek Jones | 1 | -1/+3 |
2009-02-10 | Changed the default "type" of form_button() to "button" from "submit" in the ... | Derek Allard | 1 | -1/+1 |
2009-02-05 | wrong var fix | Derek Allard | 1 | -1/+1 |
2009-02-05 | Added the ability to have optgroups in form_dropdown() within the form helper. | Derek Allard | 1 | -3/+18 |
2009-02-03 | tweak to ascii_to_entities() for low ascii entities | Derek Jones | 1 | -1/+11 |
2009-02-03 | Fixed a bug where the end character was being added when the character limit'... | Derek Jones | 1 | -4/+6 |
2009-02-02 | replaced all sizeof() in favor of count() - aliases are teh sux0r | Derek Jones | 1 | -2/+2 |
2009-01-21 | Fixed a bug affecting some locales where word censoring would not work on wor... | Derek Jones | 1 | -5/+12 |
2008-12-09 | added $lowercase parameter to url_title() to allow forced lowercase | Derek Jones | 1 | -1/+6 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 22 | -5503/+5503 |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 3 | -969/+969 |
2008-11-02 | Added a doctype() function to the HTML helper. | Derek Allard | 1 | -375/+415 |
2008-10-26 | Fixed some typos | Rick Ellis | 1 | -3/+2 |
2008-10-23 | Improved meta function | Rick Ellis | 1 | -3/+23 |