summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-29Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers.Greg Aker2-2/+2
2011-01-28Added tag v2.0.0 for changeset ca8788708619Derek Jones0-0/+0
2011-01-28adding release notes to change logDerek Jones1-2/+2
2011-01-28some cleanup for the javascript class docsDerek Jones5-243/+150
2011-01-28Wrong branch, and the drivers were not alphabetical.Pascal Kriete2-8/+15
2011-01-28Added csrf to security docsEric Barnes1-1/+8
2011-01-28filled in some missing change log itemsDerek Jones1-0/+3
2011-01-28Added links from changelog to respective user guide sectionEric Barnes1-3/+3
2011-01-28marking Reactor changelog items with a special class to style accordinglyDerek Jones3-6/+11
2011-01-28updating copyrights to 2011Derek Jones136-136/+136
2011-01-27Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon104-133/+275
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon33-364/+1726
2011-01-20Moving the file to Utf8.phpPascal Kriete1-0/+0
2011-01-20Moving the file to Utf8.phpPascal Kriete1-0/+0
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ↵Pascal Kriete4-16/+16
Unicode Consortium's trademark.
2011-01-20Renaming the unicode class to utf8 so we don't run the risk of violating the ↵Pascal Kriete4-16/+16
Unicode Consortium's trademark.
2011-01-19Avoid double-slashed on the base_url by only slashing index_page if it is ↵Phil Sturgeon1-1/+2
actually set.
2011-01-19Automated merge with https://bitbucket.org/dhorrigan/codeigniter-reactorPhil Sturgeon2-12/+20
2011-01-19Reverted regex validation while we re-think the implementation, and added ↵Phil Sturgeon2-12/+20
->input->is_cli_request();
2011-01-19Updated the auto URI detection so that it works in more scenarios. Fixes #3Dan Horrigan1-78/+32
2011-01-17Accidentally left csrf to turned on in last commitEric Barnes1-1/+1
2011-01-17Added access scope to security library and added config options for csrf ↵Eric Barnes2-33/+44
protection
2011-01-16let database results come back as model objectsJohn Crepezzi1-11/+74
2011-01-16sharing some work on model instancesJohn Crepezzi1-11/+74
2011-01-13Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-2/+2
2011-01-13Automated merge with ssh://hg@bitbucket.org/dallard/codeigniter-reactorPhil Sturgeon1-1/+1
2011-01-13Updating references to deprecated functions in the active record documentationDerek Allard1-1/+1
2011-01-13Added access scope to Email library and allow method chaining from ↵Phil Sturgeon1-61/+64
$this->email->initialize().
2011-01-12Changed instructions for location of log path. Fixes #305Eric Barnes1-1/+1
2011-01-12Removed trailing slash from $this->uri->ruri_string(). Fixes #292Eric Barnes1-1/+1
2011-01-11Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde.Eric Barnes2-65/+56
2011-01-11 Changed || to OR to match coding standardsEric Barnes1-1/+1
2011-01-10Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an ↵Greg Aker3-2/+3
incorrectly formatted date string.
2011-01-07Automated merge with http://hg.ellislab.com/CodeIgniter2Pascal Kriete106-140/+216
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() ↵Phil Sturgeon4-30/+92
can optionally check for a specific browser or mobile device.
2011-01-05Hey look, it's 2011Greg Aker97-97/+97
2011-01-05Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon7-53/+168
2011-01-05Use arrays in DBForge for constraint for things like decimal, float, ↵Phil Sturgeon1-4/+19
numeric, enum and set.
2011-01-05If the data is an array output them one at a time. E.g: form_input('name[]', ↵Phil Sturgeon1-0/+7
set_value('name[]');
2011-01-05Added text/x-csv to mimes.php.Phil Sturgeon1-1/+1
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 ↵Phil Sturgeon1-4/+33
command line, either automatically or specifically with $config['uri_protocol'] = 'CLI';
2010-12-29Changed email library to allow setting different user-agent. Fixes #286Eric Barnes2-20/+21
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-27Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-1/+1
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. ↵Phil Sturgeon20-93/+1241
Also tweaked his regex_match changes.
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1