summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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. Al...Phil Sturgeon20-93/+1241
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
2010-12-27Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon8-72/+92
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 Aker2-1/+2
2010-12-21Initial commit of Caching Driver.Greg Aker6-0/+1094
2010-12-15Changing the router to support any number of segments in the default route. C...Pascal Kriete2-1/+2
2010-12-15Small tweak to the _remap documentation (see #208).Pascal Kriete1-2/+10
2010-12-15['404_override'] can now take methods and URI segments, not just a controller...Phil Sturgeon2-9/+14
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 Sturgeon3-41/+46
2010-12-15Added full Query String and $_GET array support. This is enabled by default....Dan Horrigan3-33/+75
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 Sturgeon2-6/+28
2010-12-21Fix #93 Updating postgres dbforge create table method. Thanks to James Giffor...Greg Aker2-15/+67
2010-12-21Moving system/{logs,cache} to the application directory.Greg Aker6-12/+12
2010-12-21Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3Greg Aker2-1/+2
2010-12-21Fix: #211 DATE_RFC822 format in documentation was incorrect. Should include ...Greg Aker1-1/+1
2010-12-21Fix #288 html error in changelog.htmlGreg Aker1-1/+1
2010-12-20Minor tweak to dbprefix.Robin Sowell1-1/+1
2010-12-15Package paths can now be auto-loaded in autoload.php.Phil Sturgeon2-6/+28
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 Sturgeon2-1/+7
2010-12-09Fix #260 - tightening up the is_ajax_request() method in the Input class. Th...Greg Aker1-2/+1
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker3-2/+24
2010-11-19Updating Output Profiler to validate xHTML Strict, and HTML5.Greg Aker2-27/+28
2010-11-18Updating .hgignore to ignore everything in the system/cache directory except ...Greg Aker1-1/+4
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 Aker3-2/+90
2010-11-14Fix #231 removing some PHP 4 doc notes from the creating libraries documentationGreg Aker1-7/+2
2010-11-14Fix #233 Change Controller to CI_Controller in the models documentationGreg Aker1-1/+1
2010-11-12Fix #230 where the validation class was referenced in the docs, not the form_...Greg Aker1-2/+2
2010-11-12Fixing a bug created yesterday with overzealous constructor replacements.Greg Aker1-2/+2
2010-11-10Some simple tweakingPascal Kriete2-9/+5
2010-11-10removing the compat helper from the table of contentsPascal Kriete1-1/+0
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete3-3/+35
2010-11-10Removing unused jsPascal Kriete3-278/+2
2010-11-10Altered Email class to allow for method chaining. (Thanks Phil Sturgeon)Greg Aker2-0/+25
2010-11-10Merging in changesGreg Aker2-3/+10
2010-11-10Altered Form_Validation library to allow for method chaining on set_rules(), ...Greg Aker2-3/+10
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete10-43/+29
2010-11-10Userguide tweaks to show proper PHP 5 examples and removing the compat helper...Pascal Kriete7-21/+22
2010-11-10Fixing output buffer error in the loader classGreg Aker1-1/+1
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Greg Aker2-11/+0
2010-11-10Changing all class constructors to __construct()Greg Aker34-85/+66