summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
AgeCommit message (Collapse)AuthorFilesLines
2011-01-28updated copyrights to 2011Derek Jones21-21/+21
2011-01-10Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an ↵Greg Aker1-1/+1
incorrectly formatted date string.
2010-12-21Fix: #211 DATE_RFC822 format in documentation was incorrect. Should include ↵Greg Aker1-1/+1
a 2 digit year, not four. see: http://www.w3.org/Protocols/rfc822/#z28
2010-11-10some doc fixes to show __construct instead of CI_ControllerPascal Kriete1-2/+2
2010-11-10Removing the compatitibility helper.Pascal Kriete1-118/+0
2010-11-09Updating code examples in user guide to use CI_Controller instead of ControllerGreg Aker1-2/+2
2010-11-01Fix #220 -- Missing semi-colon in captcha helper userguide on SQL command.Greg Aker1-2/+2
2010-10-07added elements() to the Array Helper to return elements from an array with ↵Derek Jones1-0/+51
specified keys only. Differs from array_intersect_assoc() in that a default value can be provided for keys that do not exist in the supplied array
2010-10-04Cleanup of stray spaces and tabsBarry Mieny9-27/+27
2010-08-05Adding an ellipsize function to the text helper, and associated ↵Greg Aker1-0/+12
documentation to the user guide.
2010-07-23adding sanitize_filename() into the security helperDerek Allard1-0/+6
2010-07-05img() will now generate an empty string as an alt attribute if one is not ↵Derek Allard1-2/+2
provided.
2010-03-29fixed casing of EllisLabDerek Jones22-22/+22
2010-03-25moved application folder outside of the system folderDerek Jones1-1/+1
2010-03-22expanded philsturgeon's bugfix to parse_url() and updated docs and changelogDerek Jones1-1/+1
2010-03-10added docs for convert_accented_characters() in the Text HelperDerek Jones1-0/+7
2010-03-10added Security class docs, cleaned up Input class for changes to bothDerek Jones1-42/+2
2010-03-10completely removed Plugins from CodeIgniterDerek Jones1-2/+2
2010-03-05changing docs refs to future release 2.0.0Derek Jones22-22/+22
2010-03-05moved CAPTCHA plugin to a helperDerek Jones1-0/+195
2010-01-23Added alpha, and sha1 string types to random_string() in the String Helper.Derek Allard1-6/+8
2010-01-17clarifying redirect helperDerek Allard1-3/+2
2010-01-17optional precision argument in byte_format()Derek Allard1-1/+7
2010-01-07changing the second parameter in directory_map to an integer that controls ↵Pascal Kriete1-3/+3
recursion depth. A depth of 0 is fully recursive to maintain backward compatibility with the boolean values.
2010-01-05updated copyrightsDerek Jones21-21/+21
2009-11-27non-backwards compatible change to get_dir_file_info() for performance ↵Derek Jones1-2/+3
reasons, as well as fixing recursive bug
2009-10-08Deprecated the dohash() function in favour of do_hash() for naming consistency.Derek Allard1-3/+4
2009-09-16some user guide corrections in code examplesDerek Allard1-2/+2
a minor grammar tweak
2009-09-16adding accept-charset to form_open()Derek Allard1-4/+4
2009-09-11prep for 1.7.2 releaseDerek Jones21-21/+21
2009-08-17example fixDerek Allard1-1/+1
2009-08-17example fixDerek Allard1-1/+1
2009-08-17Clarified required parameters (again)Derek Allard1-1/+0
2009-08-17Clarified required parameters.Derek Allard1-1/+1
2009-07-29Updating the smiley helper to work with more than one field.Pascal Kriete1-16/+27
Also changing insertion position to be at the cursor and using ids instead of form names.
2009-07-22nav links in html helperDerek Allard1-8/+20
2009-05-26Directory helper's directory_map tweaked to allow inclusion of hidden files.Robin Sowell1-2/+5
2009-04-22updated copyrights to 2009Derek Jones21-21/+21
2009-04-20Tweaked form_dropdown to note it requires a multi-item array to trigger the ↵Robin Sowell1-1/+1
automatic 'multiselect'.
2009-04-14example fixDerek Allard1-1/+1
2009-04-08added form_multiselect() to form helper to make it easier to create ↵Derek Jones1-0/+8
multiselect fields, and to make it a bit more semantically correct to boot
2009-02-12fixed an example in url_title with capitalizationDerek Allard1-1/+1
2009-02-11Prep for 1.7.1 releaseDerek Jones21-21/+21
2009-02-10Changed the default "type" of form_button() to "button" from "submit" in the ↵Derek Allard2-2/+7
form helper.
2009-02-05Added the ability to have optgroups in form_dropdown() within the form helper.Derek Allard1-0/+1
2009-02-04link_tag() not link() in exampleDerek Allard1-1/+1
2009-02-04added a note explicitly outlining id as a settable option in form_dropdown()Derek Allard1-3/+3
2008-12-09added $lowercase parameter to url_title() to allow forced lowercaseDerek Jones1-1/+9
2008-11-13Changing EOL style to LFDerek Allard21-3804/+3804
2008-11-12Propset eol-style to CRLFDerek Jones2-464/+464
simplified paragraph tag cleanup regex