summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Expand)AuthorFilesLines
2012-06-13Merge tag '2.1.1'Florian Pritz2-5/+132
2012-06-07Revert a changeAndrey Andreev1-1/+1
2012-06-07Fixed valid_ip() for PHP < 5.2Andrey Andreev1-22/+21
2012-06-07Adding IPv6 support to the Input and Form_validation libraries.Pascal Kriete1-3/+131
2012-05-17Check cookie against md5 regex.Alexander Hofstede1-1/+1
2011-11-28Merge commit 'v2.1.0'Florian Pritz15-155/+567
2011-11-14Tweaking the xss filter for IE <comment> tags, parameter injection, and weird...Pascal Kriete1-50/+41
2011-11-14Removing stray docblocksPascal Kriete1-12/+0
2011-11-02Fix #8 - Load core classes from the application folder first.Shane Pearson1-3/+3
2011-10-28add html_escape() function to escape HTML.kenjis1-0/+24
2011-10-27Bumped CodeIgniter version to 2.1.0.Phil Sturgeon1-1/+1
2011-10-27get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-4/+7
2011-10-27CI_Loader::driver() processes empty library. Fixed.Tom Klingenberg1-0/+5
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz13-191/+328
2011-08-21Merge commit '1224f191d48d6dce920138a82e142134cc0b5231' into workingFlorian Pritz1-1/+1
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon11-73/+420
2011-08-15Added some docs to CI core filesDavid Behler4-48/+221
2011-08-14Added some docs to CI core filesDavid Behler5-13/+110
2011-08-14Added some docs to CI core filesDavid Behler1-0/+14
2011-08-14Added some docs to CI core filesDavid Behler2-13/+64
2011-08-14Added some docs to CI core filesDavid Behler3-0/+32
2011-08-14Fixed conflict.Phil Sturgeon3-16/+38
2011-08-14Added some docs to CI core filesDavid Behler1-7/+22
2011-08-14Added some docs to CI core filesroot2-0/+18
2011-08-13Got changelog in sync with changes after v2.0.3 release branch merged a bunch...Phil Sturgeon1-1/+1
2011-08-13Bumped the version number. Can somebody with a working find and replace fix u...Phil Sturgeon1-1/+1
2011-08-13Fixed conflicts.Phil Sturgeon2-2/+2
2011-08-13Fixed conflict in changelog.Phil Sturgeon1-0/+15
2011-08-13Get php_sapi_name() == 'cli' involved in the 'is this the command line?' deci...Phil Sturgeon2-2/+2
2011-08-13Merged my GitHub mirror.Phil Sturgeon4-13/+45
2011-08-13Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into developPhil Sturgeon1-12/+46
2011-08-13If a config class was loaded first then a library with the same name is loade...Phil Sturgeon1-4/+4
2011-08-12Merging - fingers crossedPascal Kriete1-0/+15
2011-08-10Reset loaded files arrays in the Loader so the 404_override controller can ac...Shane Pearson2-11/+12
2011-08-10404_override route now works for missing controllers in subdirectories and fu...Shane Pearson2-2/+33
2011-07-23Added ->load->get_var() to check against ->load->_ci_cached_vars[].Phil Sturgeon1-0/+15
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones1-13/+48
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones16-194/+194
2011-07-02hand merged remaining unresolved files following the backout of 648b42a75739,...Derek Jones16-194/+194
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones16-194/+194
2011-06-15Merged base_url changes.philsturgeon1-12/+46
2011-05-08Wrapped all common functions to check if it already exists. This allows anyo...Dan Horrigan1-13/+48
2011-04-27Reverting last change. Don't know what I was thinking. :(Eric Barnes1-1/+1
2011-04-26Automatic base_url generation was missing a ending slash.Eric Barnes1-1/+1
2011-04-25Fixed double-space typo.Razican16-194/+194
2011-04-22Fixed re-searching for config file even though one had been loaded ($found wa...katzgrau1-1/+2
2011-04-21Flipping around contents of a conditional in _ci_load() so the small bits are...Greg Aker1-6/+6
2011-04-20Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorGreg Aker2-24/+58
2011-04-20Refactoring the loader to set protected class variables.Greg Aker2-24/+58
2011-04-20Change in core/Security.php to match coding standards.Greg Aker1-1/+2