Age | Commit message (Expand) | Author | Files | Lines |
2011-01-17 | Accidentally left csrf to turned on in last commit | Eric Barnes | 1 | -1/+1 |
2011-01-17 | Added access scope to security library and added config options for csrf prot... | Eric Barnes | 2 | -33/+44 |
2011-01-16 | Cleaned up environment class variable which isn't used anymore in current imp... | joelcox | 1 | -1/+0 |
2011-01-16 | Set error_reporting to E_ALL when environment unknown and changed CI_Loader t... | joelcox | 2 | -2/+14 |
2011-01-16 | Added documentation for environments | joelcox | 2 | -3/+18 |
2011-01-16 | Removed configs from environments and corrected for fallback | joelcox | 4 | -714/+11 |
2011-01-16 | Removed default error_reporting and set it depending on environment | joelcox | 1 | -16/+22 |
2011-01-16 | Changed loading process for database config to check for config for the set e... | joelcox | 1 | -1/+15 |
2011-01-16 | Fixed bug that prevented global config from loading on error | joelcox | 1 | -5/+8 |
2011-01-16 | Deleted global config file for clarity sake | joelcox | 1 | -354/+0 |
2011-01-16 | let database results come back as model objects | John Crepezzi | 1 | -11/+74 |
2011-01-16 | sharing some work on model instances | John Crepezzi | 1 | -11/+74 |
2011-01-15 | Split basic configuration in three environments, providing fallback to global | joelcox | 9 | -8/+1118 |
2011-01-13 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 2 | -2/+2 |
2011-01-13 | Automated merge with ssh://hg@bitbucket.org/dallard/codeigniter-reactor | Phil Sturgeon | 1 | -1/+1 |
2011-01-13 | Updating references to deprecated functions in the active record documentation | Derek Allard | 1 | -1/+1 |
2011-01-13 | Added access scope to Email library and allow method chaining from $this->ema... | Phil Sturgeon | 1 | -61/+64 |
2011-01-12 | Changed instructions for location of log path. Fixes #305 | Eric Barnes | 1 | -1/+1 |
2011-01-12 | Removed trailing slash from $this->uri->ruri_string(). Fixes #292 | Eric Barnes | 1 | -1/+1 |
2011-01-11 | Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. | Eric Barnes | 2 | -65/+56 |
2011-01-11 | Changed || to OR to match coding standards | Eric Barnes | 1 | -1/+1 |
2011-01-10 | Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre... | Greg Aker | 3 | -2/+3 |
2011-01-07 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Pascal Kriete | 106 | -140/+216 |
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 | 4 | -30/+92 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 97 | -97/+97 |
2011-01-05 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 7 | -53/+168 |
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-05 | Added text/x-csv to mimes.php. | Phil Sturgeon | 1 | -1/+1 |
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 | 2 | -20/+21 |
2010-12-28 | js and css was loaded via absolute url instead of pointing relative. Fixes #289 | Eric Barnes | 1 | -5/+5 |
2010-12-28 | js and css was loaded via absolute url instead of pointing relative. Fixes #289 | Eric Barnes | 1 | -5/+5 |
2010-12-27 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -1/+1 |
2010-12-27 | Implemented GET string support from Dan Horrigan and modified it slightly. Al... | Phil Sturgeon | 20 | -93/+1241 |
2010-12-27 | Fixed version in file uploading docs. Fixes: #255 | Eric Barnes | 1 | -1/+1 |
2010-12-27 | Fixed version in file uploading docs. Fixes: #255 | Eric Barnes | 1 | -1/+1 |
2010-12-27 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 8 | -72/+92 |
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 | 2 | -1/+2 |
2010-12-21 | Initial commit of Caching Driver. | Greg Aker | 6 | -0/+1094 |
2010-12-15 | Changing the router to support any number of segments in the default route. C... | Pascal Kriete | 2 | -1/+2 |
2010-12-15 | Small tweak to the _remap documentation (see #208). | Pascal Kriete | 1 | -2/+10 |
2010-12-15 | ['404_override'] can now take methods and URI segments, not just a controller... | Phil Sturgeon | 2 | -9/+14 |
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 | 3 | -41/+46 |