summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre...Greg Aker1-1/+1
2011-01-07Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete98-144/+182
2011-01-07Adding batch insert and batch update to the mysqli driver.Pascal Kriete1-0/+69
2011-01-06Altered User agent library so that is_browser(), is_mobile() and is_robot() c...Phil Sturgeon1-30/+65
2011-01-05Hey look, it's 2011Greg Aker95-95/+95
2011-01-05Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon5-52/+163
2011-01-05Use arrays in DBForge for constraint for things like decimal, float, numeric,...Phil Sturgeon1-4/+19
2011-01-05If the data is an array output them one at a time. E.g: form_input('name[]', ...Phil Sturgeon1-0/+7
2011-01-04Added ability to auto load package config files. Fixes #281Eric Barnes1-8/+21
2010-12-31Added support for calling controllers, methods and passing parameters via com...Phil Sturgeon1-4/+33
2010-12-30only show error if password was enteredFlorian Pritz1-1/+1
2010-12-30use model to get the password when deletingFlorian Pritz1-1/+1
2010-12-30add simple botfilteringFlorian Pritz2-0/+4
2010-12-29Changed email library to allow setting different user-agent. Fixes #286Eric Barnes1-19/+19
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. Al...Phil Sturgeon14-67/+995
2010-12-27Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon5-54/+60
2010-12-27Languages can now be placed in packages folders, and added ->load->get_packag...Phil Sturgeon3-22/+32
2010-12-27Issue #298: $this->table->function = can now accept an array with a valid cal...Phil Sturgeon1-1/+1
2010-12-21Fix #85 error in db queries in the output profiler.Greg Aker1-1/+1
2010-12-21Initial commit of Caching Driver.Greg Aker5-0/+901
2010-12-20highlight text/html as xmlFlorian Pritz1-1/+1
2010-12-19add deleteion support to the webuiFlorian Pritz6-6/+45
2010-12-15Changing the router to support any number of segments in the default route. C...Pascal Kriete1-1/+1
2010-12-15['404_override'] can now take methods and URI segments, not just a controller...Phil Sturgeon1-8/+6
2010-12-15Added the regex_match Form Validation rule. Had to change how the rules are ...Dan Horrigan2-2/+29
2010-12-15Revised the base_url auto-generation detection of protocol as some servers wi...Phil Sturgeon1-1/+1
2010-12-15<kbd>['base_url']</kbd> is now empty by default and will guess what it should...Phil Sturgeon1-24/+22
2010-12-15Added full Query String and $_GET array support. This is enabled by default....Dan Horrigan2-33/+71
2010-12-15Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change...Phil Sturgeon1-1/+1
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-0/+9
2010-12-21Fix #93 Updating postgres dbforge create table method. Thanks to James Giffor...Greg Aker1-15/+66
2010-12-21Moving system/{logs,cache} to the application directory.Greg Aker5-33/+11
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon1-0/+9
2010-12-15Upload library file_name can now be set without an extension, the extension w...Phil Sturgeon1-1/+12
2010-12-15Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren'...Phil Sturgeon1-0/+6
2010-12-09Fix #260 - tightening up the is_ajax_request() method in the Input class. Th...Greg Aker1-2/+1
2010-12-07update to CI 1.7.3Florian Pritz99-101/+100
2010-12-07catch empty idFlorian Pritz1-1/+1
2010-12-07remove all ids if the file doesn't existFlorian Pritz1-5/+5
2010-12-07cosmetic changeFlorian Pritz1-1/+1
2010-12-07 will never be 'file' so don't checkFlorian Pritz1-1/+1
2010-12-07fix spelling mistakeFlorian Pritz3-4/+4
2010-12-07remove old files when viewing; catch non existent filesFlorian Pritz2-1/+24
2010-12-06add timeout to html pageFlorian Pritz2-2/+8
2010-11-24fix error in extension_aliases()Florian Pritz1-0/+1
2010-11-23add aliases for highlight extensionsFlorian Pritz1-0/+12
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker1-0/+15
2010-11-19Updating Output Profiler to validate xHTML Strict, and HTML5.Greg Aker1-25/+24
2010-11-18Fix #237 get_instance() was being called in the output class before the CI_Co...Greg Aker1-1/+1
2010-11-15Adding request_headers() and get_request_header() methods to the input class....Greg Aker1-2/+81