Age | Commit message (Expand) | Author | Files | Lines |
2011-01-07 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Pascal Kriete | 98 | -144/+182 |
2011-01-07 | Adding batch insert and batch update to the mysqli driver. | Pascal Kriete | 1 | -0/+69 |
2011-01-06 | Altered User agent library so that is_browser(), is_mobile() and is_robot() c... | Phil Sturgeon | 1 | -30/+65 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 95 | -95/+95 |
2011-01-05 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 5 | -52/+163 |
2011-01-05 | Use arrays in DBForge for constraint for things like decimal, float, numeric,... | Phil Sturgeon | 1 | -4/+19 |
2011-01-05 | If the data is an array output them one at a time. E.g: form_input('name[]', ... | Phil Sturgeon | 1 | -0/+7 |
2011-01-04 | Added ability to auto load package config files. Fixes #281 | Eric Barnes | 1 | -8/+21 |
2010-12-31 | Added support for calling controllers, methods and passing parameters via com... | Phil Sturgeon | 1 | -4/+33 |
2010-12-29 | Changed email library to allow setting different user-agent. Fixes #286 | Eric Barnes | 1 | -19/+19 |
2010-12-27 | Implemented GET string support from Dan Horrigan and modified it slightly. Al... | Phil Sturgeon | 14 | -67/+995 |
2010-12-27 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 5 | -54/+60 |
2010-12-27 | Languages can now be placed in packages folders, and added ->load->get_packag... | Phil Sturgeon | 3 | -22/+32 |
2010-12-27 | Issue #298: $this->table->function = can now accept an array with a valid cal... | Phil Sturgeon | 1 | -1/+1 |
2010-12-21 | Fix #85 error in db queries in the output profiler. | Greg Aker | 1 | -1/+1 |
2010-12-21 | Initial commit of Caching Driver. | Greg Aker | 5 | -0/+901 |
2010-12-15 | Changing the router to support any number of segments in the default route. C... | Pascal Kriete | 1 | -1/+1 |
2010-12-15 | ['404_override'] can now take methods and URI segments, not just a controller... | Phil Sturgeon | 1 | -8/+6 |
2010-12-15 | Added the regex_match Form Validation rule. Had to change how the rules are ... | Dan Horrigan | 2 | -2/+29 |
2010-12-15 | Revised the base_url auto-generation detection of protocol as some servers wi... | Phil Sturgeon | 1 | -1/+1 |
2010-12-15 | <kbd>['base_url']</kbd> is now empty by default and will guess what it should... | Phil Sturgeon | 1 | -24/+22 |
2010-12-15 | Added full Query String and $_GET array support. This is enabled by default.... | Dan Horrigan | 2 | -33/+71 |
2010-12-15 | Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change... | Phil Sturgeon | 1 | -1/+1 |
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -0/+9 |
2010-12-21 | Fix #93 Updating postgres dbforge create table method. Thanks to James Giffor... | Greg Aker | 1 | -15/+66 |
2010-12-21 | Moving system/{logs,cache} to the application directory. | Greg Aker | 5 | -33/+11 |
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -0/+9 |
2010-12-15 | Upload library file_name can now be set without an extension, the extension w... | Phil Sturgeon | 1 | -1/+12 |
2010-12-15 | Name can be omiitted from ->dbforge->modify_column()'s 2nd param if you aren'... | Phil Sturgeon | 1 | -0/+6 |
2010-12-09 | Fix #260 - tightening up the is_ajax_request() method in the Input class. Th... | Greg Aker | 1 | -2/+1 |
2010-11-22 | Adding is_ajax_request() method to CI_Input | Greg Aker | 1 | -0/+15 |
2010-11-19 | Updating Output Profiler to validate xHTML Strict, and HTML5. | Greg Aker | 1 | -25/+24 |
2010-11-18 | Fix #237 get_instance() was being called in the output class before the CI_Co... | Greg Aker | 1 | -1/+1 |
2010-11-15 | Adding request_headers() and get_request_header() methods to the input class.... | Greg Aker | 1 | -2/+81 |
2010-11-12 | Fixing a bug created yesterday with overzealous constructor replacements. | Greg Aker | 1 | -2/+2 |
2010-11-10 | Some simple tweaking | Pascal Kriete | 2 | -9/+5 |
2010-11-10 | Altered Email class to allow for method chaining. (Thanks Phil Sturgeon) | Greg Aker | 1 | -0/+24 |
2010-11-10 | Altered Form_Validation library to allow for method chaining on set_rules(), ... | Greg Aker | 1 | -3/+9 |
2010-11-10 | Fixing output buffer error in the loader class | Greg Aker | 1 | -1/+1 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 34 | -85/+66 |
2010-11-10 | Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ | Greg Aker | 4 | -38/+4 |
2010-11-10 | setting var/function visibility in the UPload class | Greg Aker | 1 | -80/+54 |
2010-11-10 | removing a few php 4 workarounds from the image lib. | Pascal Kriete | 1 | -13/+0 |
2010-11-10 | Removing a global call that was needed for php 4. | Pascal Kriete | 1 | -3/+1 |
2010-11-10 | Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ | Pascal Kriete | 3 | -22/+3 |
2010-11-10 | Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog... | Pascal Kriete | 3 | -22/+3 |
2010-11-10 | merging in changes | Greg Aker | 1 | -25/+14 |
2010-11-10 | Changing method visibility in the Profiler class | Greg Aker | 1 | -25/+14 |
2010-11-10 | Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ | Pascal Kriete | 1 | -499/+0 |
2010-11-10 | Removing the compatitibility helper. | Pascal Kriete | 1 | -499/+0 |