summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Pascal Kriete1-1/+2
in the navigation.
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
Unicode Consortium's trademark.
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-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. ↵Pascal Kriete2-1/+2
Closes #261.
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 ↵Greg Aker2-15/+67
Gifford for the patch. http://codeigniter.com/forums/viewthread/73392/
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
a 2 digit year, not four. see: http://www.w3.org/Protocols/rfc822/#z28
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. ↵Greg Aker1-2/+1
Thanks sophistry for the suggestion
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
for index.html and .htaccess
2010-11-18Fix #237 get_instance() was being called in the output class before the ↵Greg Aker1-1/+1
CI_Controller exists.
2010-11-15Adding request_headers() and get_request_header() methods to the input ↵Greg Aker3-2/+90
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist.
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 ↵Greg Aker1-2/+2
form_validation class.
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
set_message() and set_error_delimiters() functions.
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 ↵Pascal Kriete7-21/+22
helper from the menu.
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