summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Expand)AuthorFilesLines
2010-01-23Added alpha, and sha1 string types to random_string() in the String Helper.Derek Allard1-5/+20
2010-01-17optional precision argument in byte_format()Derek Allard1-6/+8
2010-01-17change already made - revertDerek Allard1-1/+1
2010-01-17making get_mime_by_extension case insensitiveDerek Allard1-1/+1
2010-01-17adding the ability for form_open_multipart() to accept string attribute argum...Derek Allard1-1/+9
2010-01-15Update to file helper to return FALSE on failure.Greg Aker1-2/+6
2010-01-07changing the second parameter in directory_map to an integer that controls re...Pascal Kriete1-18/+14
2010-01-05updated copyrightsDerek Jones21-21/+21
2009-12-23tweaking the regex for reduce_double_slashes to correctly handle duplicates a...Pascal Kriete1-1/+1
2009-11-27non-backwards compatible change to get_dir_file_info() for performance reason...Derek Jones1-6/+8
2009-11-09incorrect variable name in the smiley helper jsPascal Kriete1-1/+1
2009-11-04Modified inflector helper to properly pluralize words that end in 'ch' or 'sh'Greg Aker1-0/+11
2009-10-08Deprecated the dohash() function in favour of do_hash() for naming consistency.Derek Allard1-2/+18
2009-09-25Made get_mime_by_extension() case insensitive.Derek Allard1-1/+1
2009-09-17modified the way accept-charset is addedDerek Allard1-32/+22
2009-09-16removed some trivial spaces from outputDerek Allard1-1/+1
2009-09-16removed some trivial spaces from outputDerek Allard1-4/+4
2009-09-16(no commit message)Derek Allard1-2/+2
2009-09-16adding accept-charset to form_open()Derek Allard1-1/+22
2009-07-29Updating the smiley helper to work with more than one field.Pascal Kriete1-21/+119
2009-07-17modification to form_prep() solution. A bandaid really, to return the $str i...Derek Jones1-1/+5
2009-07-17modified Form Helper so that form_prep() keeps track of strings it's already ...Derek Jones1-9/+22
2009-07-15added return FALSE if directory_map() cannot read the directoryDerek Jones1-0/+4
2009-07-10removed entity protection from form_prep() so as to preserve the user's input...Derek Jones1-11/+0
2009-06-09Changing form_textarea to correctly prep all data.Pascal Kriete1-1/+1
2009-05-26Directory helper's directory_map tweaked to allow inclusion of hidden files.Robin Sowell1-3/+3
2009-04-22updated copyrights to 2009Derek Jones21-21/+21
2009-04-21switched some hard /'s to DIRECTORY_SEPARATORDerek Jones1-14/+13
2009-04-14doctype helper default value was missing a "1".Derek Allard1-1/+1
2009-04-08added form_multiselect() to form helper to make it easier to create multisele...Derek Jones1-0/+25
2009-03-26Modified form_hidden() to accept multi-dimensional arrays.Robin Sowell1-8/+24
2009-03-11ereg eradicationDerek Jones1-1/+1
2009-03-09Fixed a bug that was not setting the default checkbox/radio/pull-down value c...Rick Ellis1-3/+3
2009-02-10declared $_filedata as static so it can work properly with recursion through ...Derek Jones1-1/+1
2009-02-10didn't mean to completely remove the CI superobject from get_cookie...Derek Jones1-0/+2
2009-02-10added global cookie prefix to get_cookie() unless the cookie exists as-requestedDerek Jones1-2/+8
2009-02-10Added trailing periods as characters to be removed in url_title()Derek Jones1-2/+3
2009-02-10changed redirect() to only force site_url() when the supplied URL doesn't sta...Derek Jones1-2/+7
2009-02-10udpated xss_clean() in the security helper to pass $is_image instead of the d...Derek Jones1-3/+3
2009-02-10Fixed a bug in plural() with words that end in yDerek Jones1-1/+3
2009-02-10Changed the default "type" of form_button() to "button" from "submit" in the ...Derek Allard1-1/+1
2009-02-05wrong var fixDerek Allard1-1/+1
2009-02-05Added the ability to have optgroups in form_dropdown() within the form helper.Derek Allard1-3/+18
2009-02-03tweak to ascii_to_entities() for low ascii entitiesDerek Jones1-1/+11
2009-02-03Fixed a bug where the end character was being added when the character limit'...Derek Jones1-4/+6
2009-02-02replaced all sizeof() in favor of count() - aliases are teh sux0rDerek Jones1-2/+2
2009-01-21Fixed a bug affecting some locales where word censoring would not work on wor...Derek Jones1-5/+12
2008-12-09added $lowercase parameter to url_title() to allow forced lowercaseDerek Jones1-1/+6
2008-11-13Changing EOL style to LFDerek Allard22-5503/+5503
2008-11-12Propset eol-style to CRLFDerek Jones3-969/+969