Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-10-20 | Added form_prep() call to set_value() | Rick Ellis | 1 | -2/+2 |
2008-10-17 | Fixed a preg_replace bug if the supplied string contains the delimiter | Rick Ellis | 1 | -2/+2 |
2008-10-17 | Function was operationg backward to user guide description. Bug #5007 | Rick Ellis | 1 | -1/+1 |
2008-10-15 | Added support for arbitrary attributes in anchor_popup() of the URL helper. | Derek Allard | 1 | -53/+59 |
2008-10-11 | modifications to url_title() | Derek Jones | 1 | -9/+10 |
2008-10-06 | Added some code to ignore empty folders when deleting directories | Rick Ellis | 1 | -1/+5 |
2008-10-06 | Altered auto_link() in the URL helper so that email addresses with "+" includ... | Derek Allard | 1 | -1/+1 |
2008-10-03 | tweak of temp tag and highlighting replacement to accommodate environments wi... | Derek Jones | 1 | -4/+3 |
2008-10-03 | modified how we're performing text highlighting to prevent extra or missing s... | Derek Jones | 1 | -15/+15 |
2008-09-25 | Fixed incorrect parenthesis in form_open() function. (#5135) | Derek Allard | 1 | -1/+1 |
2008-09-22 | minor whitespace cleanup | Derek Allard | 1 | -118/+119 |
2008-09-20 | Removed the strict param from in_array() as this was causing some trouble wit... | Rick Ellis | 1 | -4/+4 |
2008-09-13 | updated copyright | Rick Ellis | 9 | -9/+9 |
2008-09-13 | updated copyright | Rick Ellis | 12 | -12/+12 |
2008-09-13 | typography tweaks | Rick Ellis | 1 | -8/+3 |
2008-09-12 | Continued working on typography class and docs | Rick Ellis | 1 | -18/+3 |
2008-09-12 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-09-11 | Tweaked the auto_typography function | Rick Ellis | 1 | -1/+6 |
2008-09-11 | Moved the "auto typography" class into its own class file in the libraries fo... | Rick Ellis | 1 | -466/+3 |
2008-08-26 | Switched spaces to tabs | Rick Ellis | 1 | -5/+5 |
2008-08-26 | Added some new functions that work with the new form validation class | Rick Ellis | 1 | -14/+321 |
2008-08-21 | whitespace fixes | Derek Allard | 5 | -119/+119 |
2008-08-20 | Added current_url() and uri_string() functions to the URL helper | Rick Ellis | 1 | -2/+40 |
2008-08-13 | updated time zone list and offsets to match the world's current time zones | Derek Jones | 1 | -31/+41 |
2008-08-12 | Added newline character in between hidden fields | Rick Ellis | 1 | -0/+1 |