summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-10Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorre...Greg Aker3-2/+3
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-05Hey look, it's 2011Greg Aker97-97/+97
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1
2010-12-21Fix #85 error in db queries in the output profiler.Greg Aker2-1/+2
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-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-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
2010-11-10fixing the changelog to say that php4 is removed.Pascal Kriete1-1/+1
2010-11-10some doc fixes to show __construct instead of CI_ControllerPascal Kriete3-21/+6
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete1-80/+54
2010-11-10PHP 4 is no longer a feature, don't list it as one.Pascal Kriete2-11/+0
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Greg Aker4-38/+4
2010-11-10setting var/function visibility in the UPload classGreg Aker1-80/+54
2010-11-10removing a few php 4 workarounds from the image lib.Pascal Kriete1-13/+0
2010-11-10Removing a global call that was needed for php 4.Pascal Kriete1-3/+1
2010-11-10Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/Pascal Kriete3-22/+3
2010-11-10Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog...Pascal Kriete3-22/+3