Age | Commit message (Expand) | Author | Files | Lines |
2011-08-26 | Changed CI_VERSION to represent develop branch | Eric Barnes | 1 | -1/+1 |
2011-08-15 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 1 | -0/+12 |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -0/+12 |
2011-08-14 | Fixed conflict. | Phil Sturgeon | 1 | -9/+11 |
2011-08-14 | Added some docs to CI core files | root | 1 | -0/+13 |
2011-08-13 | Got changelog in sync with changes after v2.0.3 release branch merged a bunch... | Phil Sturgeon | 1 | -1/+1 |
2011-08-13 | Bumped the version number. Can somebody with a working find and replace fix u... | Phil Sturgeon | 1 | -1/+1 |
2011-08-10 | 404_override route now works for missing controllers in subdirectories and fu... | Shane Pearson | 1 | -1/+19 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -34/+34 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -34/+34 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -34/+34 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -11/+11 |
2011-04-08 | Fix: #192 CI version constant incorrect in core/CodeIgniter | Greg Aker | 1 | -1/+1 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -0/+7 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -1/+1 |
2011-04-05 | Moving security to core. | Pascal Kriete | 1 | -0/+7 |
2011-03-15 | constants.php will be loaded from the environment specific config folder if a... | Phil Sturgeon | 1 | -2/+9 |
2011-03-09 | Added 2.0.1 upgrade guide and changed the constants ready. | Phil Sturgeon | 1 | -1/+1 |
2011-03-09 | Merged recent Core changes and fixed conflict. | Phil Sturgeon | 1 | -4/+25 |
2011-03-09 | Flipping Phil's IS_CORE to true. | Pascal Kriete | 1 | -1/+1 |
2011-03-08 | Added the constant CI_CORE to help differentiate between Core: TRUE and React... | Phil Sturgeon | 1 | -0/+7 |
2011-03-08 | Added the constant CI_CORE to help differentiate between Core: TRUE and React... | Phil Sturgeon | 1 | -0/+7 |
2011-02-01 | Better logic handling for 404 override | Eric Barnes | 1 | -0/+11 |
2011-01-31 | Added 404_override to Codeigniter file to catch the 404 if the controller is ... | Eric Barnes | 1 | -2/+12 |
2011-01-20 | Renaming the unicode class to utf8 so we don't run the risk of violating the ... | Pascal Kriete | 1 | -3/+3 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Some simple tweaking | Pascal Kriete | 1 | -2/+1 |
2010-11-10 | Removing require Compat.php in CodeIgniter.php | Greg Aker | 1 | -7/+0 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Blasting the Base4/5 files. Updating Controller.php to inherit bits from the... | Greg Aker | 1 | -15/+5 |
2010-11-09 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Pascal Kriete | 1 | -1/+1 |
2010-11-09 | Adding a second parameter to _remap that contains an array of the leftover se... | Pascal Kriete | 1 | -1/+1 |
2010-11-09 | Fix #62 Adding CI_ prefix to Controller. | Greg Aker | 1 | -1/+1 |
2010-11-09 | Fixed a bug where silently failed to override if set_time_limit was in Suhos... | Pascal Kriete | 1 | -6/+10 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -32/+32 |
2010-03-22 | Fix #10 , extending the CodeIgniter controller with MY_Controller will lead t... | Greg Aker | 1 | -0/+5 |
2010-03-02 | @PHP4 tags to CodeIgniter.php | Derek Jones | 1 | -1/+2 |
2010-03-02 | updating CodeIgniter.php init file | Derek Jones | 1 | -112/+180 |
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 1 | -1/+1 |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 1 | -0/+280 |