summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
AgeCommit message (Expand)AuthorFilesLines
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones17-117/+117
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones18-141/+141
2011-06-15Merged base_url changes.philsturgeon1-26/+40
2011-04-25Fixed double-space typo.Razican18-141/+141
2011-04-21Fix #235 error in form_helper docs.Greg Aker1-1/+1
2011-04-18Added an optional third parameter to heading() which allows adding html attri...Greg Aker1-0/+5
2011-04-15update Prev/Next Topic link on user_guide/helpers/cookie_helper.htmlkenjis1-1/+1
2011-04-15update Prev/Next Topic link on user_guide/helpers/captcha_helper.htmlkenjis1-3/+3
2011-04-15update Prev/Next Topic link on user_guide/helpers/array_helper.htmlkenjis1-2/+2
2011-04-07Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1Pascal Kriete21-21/+21
2011-04-02Updated captcha helper example in the documentation to use the correct db field.Phil Sturgeon1-1/+1
2011-03-11Fixed the function name in captcha helper. Fixes #51Eric Barnes1-1/+1
2011-03-10Updated version number in User Guide html.Phil Sturgeon21-21/+21
2011-02-03Added docs for config->base_url() changes.anaxamaxan@blackdog.local1-1/+15
2011-01-28updating copyrights to 2011Derek Jones21-21/+21
2011-01-28updated copyrights to 2011Derek Jones21-21/+21
2011-01-10Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre...Greg Aker1-1/+1
2010-12-21Fix: #211 DATE_RFC822 format in documentation was incorrect. Should include ...Greg Aker1-1/+1
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 sp...Derek Jones1-0/+51
2010-10-04Cleanup of stray spaces and tabsBarry Mieny9-27/+27
2010-08-05Adding an ellipsize function to the text helper, and associated documentation...Greg Aker1-0/+12
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 pro...Derek Allard1-2/+2
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 re...Pascal Kriete1-3/+3
2010-01-05updated copyrightsDerek Jones21-21/+21
2009-11-27non-backwards compatible change to get_dir_file_info() for performance reason...Derek Jones1-2/+3
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
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