summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
AgeCommit message (Collapse)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev21-22/+22
2014-05-30Bumping version numbers and adding upgrade instructionsQuinn Chrzan21-21/+21
2013-07-29Fixing two broken links in the User Guide.Wes Baker1-1/+1
2013-07-15Correcting URL for search box.Wes Baker21-21/+21
2013-07-08Fixing a typo in the user guide.Wes Baker21-21/+21
2013-07-08Updating User Guide for 2.1.4.Wes Baker21-22/+22
2012-10-07Bump version number to 2.1.3Andrey Andreev21-21/+21
2012-06-29Bumping version number to 2.1.2.Wes Baker21-21/+21
2012-05-17Added upgrade for 2.1.1 and updated version.Phil Sturgeon21-42/+42
2012-03-04User guide updatedtubalmartin1-3/+3
2011-11-14Merge branch 'release/2.1.0'Pascal Kriete21-21/+32
Conflicts: user_guide/helpers/url_helper.html
2011-10-27Bumped CodeIgniter version to 2.1.0.Phil Sturgeon20-20/+20
2011-08-26Bumped URL Helper version number.Phil Sturgeon1-1/+1
2011-08-20Merge branch 'release/v2.0.3' into developDerek Jones20-20/+20
Conflicts: user_guide/changelog.html
2011-08-20updated version number in user guide, removed some stray merge markers found ↵Derek Jones20-20/+20
in the change log
2011-08-14Added increment_string() docs and changelog.Phil Sturgeon1-0/+11
2011-08-12Merging - fingers crossedPascal Kriete1-1/+1
Conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/libraries/Email.php user_guide/changelog.html user_guide/database/configuration.html user_guide/helpers/url_helper.html user_guide/libraries/cart.html user_guide/libraries/form_validation.html
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones3-6/+6
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones18-141/+141
broke the Typography class's string replacements, for instance
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones17-117/+117
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones18-141/+141
broke the Typography class's string replacements, for instance
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 ↵Greg Aker1-0/+5
attributes to the rendered heading tag.
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 ↵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