Age | Commit message (Expand) | Author | Files | Lines |
2012-06-11 | Fixed conflicts | Phil Sturgeon | 1 | -4/+131 |
2012-06-07 | Revert a change | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Fixed valid_ip() for PHP < 5.2 | Andrey Andreev | 1 | -22/+21 |
2012-06-07 | Adding IPv6 support to the Input and Form_validation libraries. | Pascal Kriete | 1 | -3/+131 |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 1 | -1/+1 |
2012-05-17 | Check cookie against md5 regex. | Alexander Hofstede | 1 | -1/+1 |
2011-11-14 | Tweaking the xss filter for IE <comment> tags, parameter injection, and weird... | Pascal Kriete | 1 | -50/+41 |
2011-11-14 | Removing stray docblocks | Pascal Kriete | 1 | -12/+0 |
2011-11-02 | Fix #8 - Load core classes from the application folder first. | Shane Pearson | 1 | -3/+3 |
2011-10-28 | add html_escape() function to escape HTML. | kenjis | 1 | -0/+24 |
2011-10-27 | Bumped CodeIgniter version to 2.1.0. | Phil Sturgeon | 1 | -1/+1 |
2011-10-27 | get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | Andrey Andreev | 1 | -4/+7 |
2011-10-27 | CI_Loader::driver() processes empty library. Fixed. | Tom Klingenberg | 1 | -0/+5 |
2011-08-15 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 11 | -73/+420 |
2011-08-15 | Added some docs to CI core files | David Behler | 4 | -48/+221 |
2011-08-14 | Added some docs to CI core files | David Behler | 5 | -13/+110 |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -0/+14 |
2011-08-14 | Added some docs to CI core files | David Behler | 2 | -13/+64 |
2011-08-14 | Added some docs to CI core files | David Behler | 3 | -0/+32 |
2011-08-14 | Fixed conflict. | Phil Sturgeon | 3 | -16/+38 |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -7/+22 |
2011-08-14 | Added some docs to CI core files | root | 2 | -0/+18 |
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-13 | Fixed conflicts. | Phil Sturgeon | 2 | -2/+2 |
2011-08-13 | Fixed conflict in changelog. | Phil Sturgeon | 1 | -0/+15 |
2011-08-13 | Get php_sapi_name() == 'cli' involved in the 'is this the command line?' deci... | Phil Sturgeon | 2 | -2/+2 |
2011-08-13 | Merged my GitHub mirror. | Phil Sturgeon | 4 | -13/+45 |
2011-08-13 | Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop | Phil Sturgeon | 1 | -12/+46 |
2011-08-13 | If a config class was loaded first then a library with the same name is loade... | Phil Sturgeon | 1 | -4/+4 |
2011-08-12 | Merging - fingers crossed | Pascal Kriete | 1 | -0/+15 |
2011-08-10 | Reset loaded files arrays in the Loader so the 404_override controller can ac... | Shane Pearson | 2 | -11/+12 |
2011-08-10 | 404_override route now works for missing controllers in subdirectories and fu... | Shane Pearson | 2 | -2/+33 |
2011-07-23 | Added ->load->get_var() to check against ->load->_ci_cached_vars[]. | Phil Sturgeon | 1 | -0/+15 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 1 | -13/+48 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 16 | -194/+194 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 16 | -194/+194 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 16 | -194/+194 |
2011-06-15 | Merged base_url changes. | philsturgeon | 1 | -12/+46 |
2011-05-08 | Wrapped all common functions to check if it already exists. This allows anyo... | Dan Horrigan | 1 | -13/+48 |
2011-04-27 | Reverting last change. Don't know what I was thinking. :( | Eric Barnes | 1 | -1/+1 |
2011-04-26 | Automatic base_url generation was missing a ending slash. | Eric Barnes | 1 | -1/+1 |
2011-04-25 | Fixed double-space typo. | Razican | 16 | -194/+194 |
2011-04-22 | Fixed re-searching for config file even though one had been loaded ($found wa... | katzgrau | 1 | -1/+2 |
2011-04-21 | Flipping around contents of a conditional in _ci_load() so the small bits are... | Greg Aker | 1 | -6/+6 |
2011-04-20 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Greg Aker | 2 | -24/+58 |
2011-04-20 | Refactoring the loader to set protected class variables. | Greg Aker | 2 | -24/+58 |
2011-04-20 | Change in core/Security.php to match coding standards. | Greg Aker | 1 | -1/+2 |
2011-04-20 | Altering the loader to be able to load views from packages when adding the pa... | Greg Aker | 2 | -53/+59 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 9 | -71/+71 |