summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Merged recent Core changes and fixed conflict.Phil Sturgeon52-501/+1885
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 Sturgeon1-0/+7
Reactor: FALSE.
2011-03-08Added the constant CI_CORE to help differentiate between Core: TRUE and ↵Phil Sturgeon1-0/+7
Reactor: FALSE.
2011-03-08Added $this->output->set_content_type() and method chaining to other methods.Phil Sturgeon1-7/+60
2011-03-08Fixed bug in escaping underscores etc in MSSQL LIKE conditions.davidhart1-3/+3
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-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵Phil Sturgeon50-488/+1821
into my secure cookie change.
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class ↵Phil Sturgeon2-5/+6
method.
2011-02-16Applied Dan's fix for the incorrectly named Sha1 class.Phil Sturgeon1-1/+1
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 Sturgeon1-21/+15
not provided.
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon36-175/+291
2011-02-14Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-336/+0
2011-02-14Removed Migration code for now, will come back later.Phil Sturgeon1-336/+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-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 Aker1-1/+1
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj1-1/+17
Updated the documentation
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 Sowell2-2/+6
https.
2011-02-11branch mergeRobin Sowell1-0/+3
2011-02-09cleaned up some redundant code in the Loader->library functionKellas Reeves1-13/+3
Elaborated on its functionality in the user guide.
2011-02-09Reverted recent MySQL backtick escaping as some queries were double-escaping.Phil Sturgeon1-4/+4
2011-02-08Merged migration branch for now.Phil Sturgeon1-8/+8
2011-02-08MySQL Driver will now wrap field names for insert(), update() and replace() ↵Phil Sturgeon1-8/+8
with backticks (`) so fields like "default" and "order" will not cause SQL errors.
2011-02-07Added Migrations library, config and an example controller/migration file.Phil Sturgeon1-0/+336
2011-02-07Added decimal, less_than and greater_than rules to the Form validation Class.Phil Sturgeon1-10/+60
2011-02-06A change to pass all fields back if there are no fields passed into the ↵vascopj1-0/+16
"post" method. Based on comments here http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/1346917-allow-this-input-post-to-return-array-of-eve
2011-02-06Fixed is_referral to return proper status. Fixes #40Eric Barnes1-1/+5
2011-02-03Fixes #27. When the default controller was used, the _detect_uri() method ↵ericbarnes@ericbarnes.local1-0/+6
was returning an incorrect URI, which caused a 404 when a query string was used and no controller specified. via Dan Horrigan
2011-02-02Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-0/+11
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon105-307/+455
2011-02-01Better logic handling for 404 overrideEric Barnes1-0/+11
2011-02-01Fixed a bug where the table class would not clear table data after calling ↵Greg Aker1-0/+3
generate().
2011-02-01Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon4-5/+15
2011-02-01Some servers would trick URI into thinking it was being run in CLI mode, ↵Phil Sturgeon1-2/+2
which broke routing.
2011-01-31Added 404_override to Codeigniter file to catch the 404 if the controller is ↵Eric Barnes2-3/+13
available but no method. Fixes #19
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-29Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers.Greg Aker2-2/+2
2011-01-28some doc cleanup for the javascript classDerek Jones1-1/+1
2011-01-28some cleanup for the javascript class docsDerek Jones1-1/+1
2011-01-28updating copyrights to 2011Derek Jones7-7/+7
2011-01-28updated copyrights to 2011Derek Jones2-2/+2