Age | Commit message (Expand) | Author | Files | Lines |
2011-01-10 | Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre... | Greg Aker | 1 | -1/+1 |
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-30 | only show error if password was entered | Florian Pritz | 1 | -1/+1 |
2010-12-30 | use model to get the password when deleting | Florian Pritz | 1 | -1/+1 |
2010-12-30 | add simple botfiltering | Florian Pritz | 2 | -0/+4 |
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-20 | highlight text/html as xml | Florian Pritz | 1 | -1/+1 |
2010-12-19 | add deleteion support to the webui | Florian Pritz | 6 | -6/+45 |
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-12-07 | update to CI 1.7.3 | Florian Pritz | 99 | -101/+100 |
2010-12-07 | catch empty id | Florian Pritz | 1 | -1/+1 |
2010-12-07 | remove all ids if the file doesn't exist | Florian Pritz | 1 | -5/+5 |
2010-12-07 | cosmetic change | Florian Pritz | 1 | -1/+1 |
2010-12-07 | will never be 'file' so don't check | Florian Pritz | 1 | -1/+1 |
2010-12-07 | fix spelling mistake | Florian Pritz | 3 | -4/+4 |
2010-12-07 | remove old files when viewing; catch non existent files | Florian Pritz | 2 | -1/+24 |
2010-12-06 | add timeout to html page | Florian Pritz | 2 | -2/+8 |
2010-11-24 | fix error in extension_aliases() | Florian Pritz | 1 | -0/+1 |
2010-11-23 | add aliases for highlight extensions | Florian Pritz | 1 | -0/+12 |
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 |