summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Removing the unnecessary constructor in the welcome controller. Also added c...Greg Aker1-6/+1
2011-02-11Doy- forget the session cookie function! Added secure cookie config check th...Robin Sowell1-1/+2
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ht...Robin Sowell4-2/+13
2011-02-11branch mergeRobin Sowell2-0/+15
2011-02-01Fixed a bug where the table class would not clear table data after calling ge...Greg Aker2-0/+15
2011-01-30white space tweak to fix repo.Robin Sowell1-0/+1
2011-01-30Filemanger stuff and nuked a persisting flash cookie on login.Robin Sowell1-1/+2
2011-01-28Added tag v2.0.0 for changeset 9689bbf186aeDerek Jones0-0/+0
2011-01-28Removed tag v2.0.0Derek Jones0-0/+0
2011-01-28fixed typoDerek Jones1-1/+1
2011-01-28tagging 2.0.0Derek Jones1-2/+2
2011-01-28some doc cleanup for the javascript classDerek Jones5-251/+164
2011-01-28Adding an experimental note to the javascript docs. Decided to not link it in...Pascal Kriete1-1/+2
2011-01-28updated copyrights to 2011Derek Jones130-130/+130
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