summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-03-11Fixed last commit, form helper will work fine for self-submissions and ↵Phil Sturgeon1-1/+1
normal URLs.
2011-03-10Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon7-12/+184
2011-03-10Changed the logic for form_open() in Form helper. If no value is passed it ↵Phil Sturgeon2-2/+10
will submit to the current URL.
2011-03-10Updated version number in User Guide html.Phil Sturgeon127-127/+127
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau7-11/+181
2011-03-10Added changelog note for multi-environment support for configskatzgrau2-1/+3
2011-03-09Removed migrate controller.Phil Sturgeon1-40/+0
2011-03-09Added 2.0.1 upgrade guide and changed the constants ready.Phil Sturgeon4-42/+133
2011-03-09Merged recent Core changes and fixed conflict.Phil Sturgeon83-771/+2673
2011-03-09Would have helped if I saved the file before committing. see 849bdda643eeGreg Aker1-0/+15
2011-03-09Automated merge with http://hg.ellislab.com/CodeIgniter2Greg Aker1-6/+1
2011-03-09Removing the unnecessary constructor in the welcome controller. Also added ↵Greg Aker1-6/+1
comments in the index method that may help users new to CodeIgniter.
2011-03-09Flipping Phil's IS_CORE to true.Pascal Kriete1-1/+1
2011-03-08Added the constant CI_CORE to help differentiate between Core: TRUE and ↵Phil Sturgeon2-0/+8
Reactor: FALSE.
2011-03-08Added the constant CI_CORE to help differentiate between Core: TRUE and ↵Phil Sturgeon2-0/+8
Reactor: FALSE.
2011-03-08Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-1/+1
2011-03-08Added $this->output->set_content_type() and method chaining to other methods.Phil Sturgeon3-7/+77
2011-03-08Added 'json' to config/mimes.php.Phil Sturgeon1-1/+2
2011-02-24Adding a link to the User Agent Class docs from the user_agent function of ↵katzgrau1-1/+1
the input class
2011-02-23Added documentation for DB active record insert_batch();Phil Sturgeon1-4/+29
2011-02-22Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-2/+2
2011-02-21Fixed docs specifying cache location (sys/cache v app/cache)Kenny Katzgrau1-2/+2
2011-02-18Consistent handling of 'cookie_secure' setting, also makes the variable ↵tobiasbg1-4/+3
changeable through the Session class constructor
2011-02-18Bugfix in foreach-loop ('name' must be last, as it also is the array's ↵tobiasbg1-8/+7
name); consistent handling for 'cookie_secure' config item
2011-02-16Updated input documentation to use NULL instead of empty string for new ↵Phil Sturgeon1-2/+2
post() and get() changes.
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵Phil Sturgeon79-750/+2558
into my secure cookie change.
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class ↵Phil Sturgeon4-13/+17
method.
2011-02-16Applied Dan's fix for the incorrectly named Sha1 class.Phil Sturgeon2-2/+3
2011-02-15Better potential fix for escaping MySQL keywords with backticks on ↵Phil Sturgeon1-2/+2
insert/update.
2011-02-15Input post() and get() will now return a full array if the first argument is ↵Phil Sturgeon2-22/+17
not provided.
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon49-330/+582
2011-02-14Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-374/+0
2011-02-14Removed Migration code for now, will come back later.Phil Sturgeon2-374/+0
2011-02-14Whitespace cleanup in db classesPascal Kriete12-33/+33
2011-02-14Whitespace cleanup in libraries/Pascal Kriete11-46/+44
2011-02-14Large cleanup of xmlrpcs docblocks.Pascal Kriete1-55/+123
2011-02-14Whitespace cleanup in core/Pascal Kriete3-7/+7
2011-02-14Whitespace cleanup for code consistencyPascal Kriete6-7/+7
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete5-5/+5
2011-02-14Uppercasing some stray lowercase keywords for code consistencyPascal Kriete5-13/+13
2011-02-14Fix #329 where the file caching driver referenced the incorrect cache directory.Greg Aker2-1/+2
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj3-1/+38
Updated the documentation
2011-02-13Changed toc to match the js toc - Fixes #45Eric Barnes1-6/+14
2011-02-13Changed the downloads to be 2.0.0 - Fixes #47Eric Barnes1-2/+4
2011-02-11Doy- forget the session cookie function! Added secure cookie config check ↵Robin Sowell1-1/+2
there too.
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ↵Robin Sowell4-2/+13
https.
2011-02-11branch mergeRobin Sowell2-0/+15
2011-02-09Fixed issue #41: Added audio/mp3 mime type to mp3.Phil Sturgeon2-1/+2
2011-02-09Reverted recent MySQL backtick escaping as some queries were double-escaping.Phil Sturgeon2-5/+4
2011-02-08Merged migration branch for now.Phil Sturgeon2-8/+9