Age | Commit message (Expand) | Author | Files | Lines |
2014-05-31 | Changelog messages, bump year in copyright notices | Andrey Andreev | 28 | -28/+28 |
2014-05-30 | Bumping version numbers and adding upgrade instructions | Quinn Chrzan | 28 | -28/+28 |
2013-07-29 | Fixing two broken links in the User Guide. | Wes Baker | 1 | -1/+1 |
2013-07-15 | Correcting URL for search box. | Wes Baker | 28 | -28/+28 |
2013-07-08 | Fixing a typo in the user guide. | Wes Baker | 28 | -28/+28 |
2013-07-08 | Updating User Guide for 2.1.4. | Wes Baker | 28 | -29/+29 |
2012-10-07 | Bump version number to 2.1.3 | Andrey Andreev | 28 | -28/+28 |
2012-06-29 | Bumping version number to 2.1.2. | Wes Baker | 28 | -28/+28 |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 28 | -56/+56 |
2011-10-28 | add html_escape() function to escape HTML. | kenjis | 1 | -0/+2 |
2011-10-27 | Removed reference is IS_CLI in the documentation, which should have been $thi... | Phil Sturgeon | 1 | -1/+1 |
2011-10-27 | Bumped CodeIgniter version to 2.1.0. | Phil Sturgeon | 28 | -28/+28 |
2011-08-20 | updated version number in user guide, removed some stray merge markers found ... | Derek Jones | 28 | -28/+28 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 23 | -186/+186 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 23 | -187/+187 |
2011-05-13 | Just edited the ridiculous bit about DOS in the CLI page. | Anaxamaxan | 1 | -1/+1 |
2011-04-27 | Removed the GET, POST, and COOKIE Data from security since we now allow $_GET... | Eric Barnes | 1 | -7/+1 |
2011-04-25 | Fixed double-space typo. | Razican | 23 | -187/+187 |
2011-04-25 | Fixed #74. | Razican | 1 | -0/+5 |
2011-04-25 | Fixed #243 - Changed php version in the style guide to match requirements. | Eric Barnes | 1 | -1/+1 |
2011-04-18 | changeset: 2204:37301a84c8be | Greg Aker | 1 | -49/+54 |
2011-04-18 | Added ENVIRONMENT to reserved constants. Fixes #196 | Eric Barnes | 1 | -0/+1 |
2011-04-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 28 | -28/+28 |
2011-04-07 | Added CLI documentation. | Phil Sturgeon | 1 | -0/+150 |
2011-04-06 | Hat tip to the reactor team in the credits | Pascal Kriete | 1 | -1/+2 |
2011-03-22 | Removed closing php in creating libraries. Fixes: #129 | Eric Barnes | 1 | -4/+4 |
2011-03-18 | Wrong title for environments page. Fixes: #135 | Eric Barnes | 1 | -5/+5 |
2011-03-11 | Added location of config for changing logging threshold. Fixes #120 | Eric Barnes | 1 | -1/+1 |
2011-03-11 | Fixed missing parentheses and added scope to examples. Fixes #103 | Eric Barnes | 1 | -11/+11 |
2011-03-10 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 2 | -0/+143 |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 26 | -26/+26 |
2011-03-10 | Added full docs for new ENVIRONMENT constant. | katzgrau | 2 | -0/+143 |
2011-02-21 | Fixed docs specifying cache location (sys/cache v app/cache) | Kenny Katzgrau | 1 | -2/+2 |
2011-02-14 | Whitespace tweaks to put code examples in line with our guidelines | Pascal Kriete | 2 | -2/+2 |
2011-01-28 | updating copyrights to 2011 | Derek Jones | 26 | -26/+26 |
2011-01-20 | Renaming the unicode class to utf8 so we don't run the risk of violating the ... | Pascal Kriete | 1 | -1/+1 |
2010-12-15 | Small tweak to the _remap documentation (see #208). | Pascal Kriete | 1 | -2/+10 |
2010-11-14 | Fix #231 removing some PHP 4 doc notes from the creating libraries documentation | Greg Aker | 1 | -7/+2 |
2010-11-14 | Fix #233 Change Controller to CI_Controller in the models documentation | Greg Aker | 1 | -1/+1 |
2010-11-12 | Fix #230 where the validation class was referenced in the docs, not the form_... | Greg Aker | 1 | -2/+2 |
2010-11-10 | Userguide tweaks to show proper PHP 5 examples and removing the compat helper... | Pascal Kriete | 5 | -17/+16 |
2010-11-10 | some doc fixes to show __construct instead of CI_Controller | Pascal Kriete | 1 | -17/+2 |
2010-11-10 | Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ | Pascal Kriete | 1 | -1/+1 |
2010-11-10 | Updating requirements in userguide | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating the reserved names docs to remove php 4 references. | Pascal Kriete | 1 | -26/+1 |
2010-11-09 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Pascal Kriete | 2 | -1/+3 |
2010-11-09 | Adding a second parameter to _remap that contains an array of the leftover se... | Pascal Kriete | 1 | -1/+2 |
2010-11-09 | Adding unicode to the list of core classes. | Pascal Kriete | 1 | -0/+1 |
2010-11-09 | Updating code examples in user guide to use CI_Controller instead of Controller | Greg Aker | 1 | -4/+4 |
2010-11-09 | Fix #62 Adding CI_ prefix to Controller. | Greg Aker | 1 | -10/+10 |