Age | Commit message (Expand) | Author | Files | Lines |
2011-09-11 | update user guide for replacing 'br/' with 'br /' | Bo-Yi Wu | 1 | -4/+4 |
2011-09-06 | A few examples had http:/example.com instead of http://example.com | genio | 1 | -3/+3 |
2011-08-26 | Fixed conflict in url_helper docs. | Phil Sturgeon | 1 | -1/+1 |
2011-08-26 | Bumped URL Helper version number. | Phil Sturgeon | 1 | -1/+1 |
2011-08-21 | Fixing a spelling error. | Greg Aker | 1 | -1/+1 |
2011-08-21 | Merge pull request #255 from kylefarris/master | Greg Aker | 1 | -0/+14 |
2011-08-22 | Added documentation for the nice_date function in the date_helper. | Kyle Farris | 1 | -0/+14 |
2011-08-20 | Merge branch 'release/v2.0.3' into develop | Derek Jones | 20 | -20/+20 |
2011-08-20 | updated version number in user guide, removed some stray merge markers found ... | Derek Jones | 20 | -20/+20 |
2011-08-14 | Added increment_string() docs and changelog. | Phil Sturgeon | 1 | -0/+11 |
2011-08-12 | Merging - fingers crossed | Pascal Kriete | 1 | -1/+1 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 3 | -6/+6 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 18 | -141/+141 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 17 | -117/+117 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 18 | -141/+141 |
2011-06-15 | Merged base_url changes. | philsturgeon | 1 | -26/+40 |
2011-04-25 | Fixed double-space typo. | Razican | 18 | -141/+141 |
2011-04-21 | Fix #235 error in form_helper docs. | Greg Aker | 1 | -1/+1 |
2011-04-18 | Added an optional third parameter to heading() which allows adding html attri... | Greg Aker | 1 | -0/+5 |
2011-04-15 | update Prev/Next Topic link on user_guide/helpers/cookie_helper.html | kenjis | 1 | -1/+1 |
2011-04-15 | update Prev/Next Topic link on user_guide/helpers/captcha_helper.html | kenjis | 1 | -3/+3 |
2011-04-15 | update Prev/Next Topic link on user_guide/helpers/array_helper.html | kenjis | 1 | -2/+2 |
2011-04-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 21 | -21/+21 |
2011-04-02 | Updated captcha helper example in the documentation to use the correct db field. | Phil Sturgeon | 1 | -1/+1 |
2011-03-11 | Fixed the function name in captcha helper. Fixes #51 | Eric Barnes | 1 | -1/+1 |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 21 | -21/+21 |
2011-02-03 | Added docs for config->base_url() changes. | anaxamaxan@blackdog.local | 1 | -1/+15 |
2011-01-28 | updating copyrights to 2011 | Derek Jones | 21 | -21/+21 |
2011-01-28 | updated copyrights to 2011 | Derek Jones | 21 | -21/+21 |
2011-01-10 | Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre... | Greg Aker | 1 | -1/+1 |
2010-12-21 | Fix: #211 DATE_RFC822 format in documentation was incorrect. Should include ... | Greg Aker | 1 | -1/+1 |
2010-11-10 | some doc fixes to show __construct instead of CI_Controller | Pascal Kriete | 1 | -2/+2 |
2010-11-10 | Removing the compatitibility helper. | Pascal Kriete | 1 | -118/+0 |
2010-11-09 | Updating code examples in user guide to use CI_Controller instead of Controller | Greg Aker | 1 | -2/+2 |
2010-11-01 | Fix #220 -- Missing semi-colon in captcha helper userguide on SQL command. | Greg Aker | 1 | -2/+2 |
2010-10-07 | added elements() to the Array Helper to return elements from an array with sp... | Derek Jones | 1 | -0/+51 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 9 | -27/+27 |
2010-08-05 | Adding an ellipsize function to the text helper, and associated documentation... | Greg Aker | 1 | -0/+12 |
2010-07-23 | adding sanitize_filename() into the security helper | Derek Allard | 1 | -0/+6 |
2010-07-05 | img() will now generate an empty string as an alt attribute if one is not pro... | Derek Allard | 1 | -2/+2 |
2010-03-29 | fixed casing of EllisLab | Derek Jones | 22 | -22/+22 |
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 1 | -1/+1 |
2010-03-22 | expanded philsturgeon's bugfix to parse_url() and updated docs and changelog | Derek Jones | 1 | -1/+1 |
2010-03-10 | added docs for convert_accented_characters() in the Text Helper | Derek Jones | 1 | -0/+7 |
2010-03-10 | added Security class docs, cleaned up Input class for changes to both | Derek Jones | 1 | -42/+2 |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 1 | -2/+2 |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 22 | -22/+22 |
2010-03-05 | moved CAPTCHA plugin to a helper | Derek Jones | 1 | -0/+195 |
2010-01-23 | Added alpha, and sha1 string types to random_string() in the String Helper. | Derek Allard | 1 | -6/+8 |
2010-01-17 | clarifying redirect helper | Derek Allard | 1 | -3/+2 |