Age | Commit message (Expand) | Author | Files | Lines |
2011-03-10 | Added README | Alex Bilbie | 1 | -0/+8 |
2011-03-10 | Added sqlsrv folder, added necessary files, started altering queries in sqlsr... | Alex Bilbie | 5 | -0/+1179 |
2011-03-10 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 7 | -12/+184 |
2011-03-10 | Changed the logic for form_open() in Form helper. If no value is passed it wi... | Phil Sturgeon | 2 | -2/+10 |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 127 | -127/+127 |
2011-03-10 | Added full docs for new ENVIRONMENT constant. | katzgrau | 7 | -11/+181 |
2011-03-10 | Added changelog note for multi-environment support for configs | katzgrau | 2 | -1/+3 |
2011-03-09 | Removed migrate controller. | Phil Sturgeon | 1 | -40/+0 |
2011-03-09 | Added 2.0.1 upgrade guide and changed the constants ready. | Phil Sturgeon | 4 | -42/+133 |
2011-03-09 | Merged recent Core changes and fixed conflict. | Phil Sturgeon | 83 | -771/+2673 |
2011-03-09 | Would have helped if I saved the file before committing. see 849bdda643ee | Greg Aker | 1 | -0/+15 |
2011-03-09 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Greg Aker | 1 | -6/+1 |
2011-03-09 | Removing the unnecessary constructor in the welcome controller. Also added c... | Greg Aker | 1 | -6/+1 |
2011-03-09 | Flipping Phil's IS_CORE to true. | Pascal Kriete | 1 | -1/+1 |
2011-03-08 | Added the constant CI_CORE to help differentiate between Core: TRUE and React... | Phil Sturgeon | 2 | -0/+8 |
2011-03-08 | Added the constant CI_CORE to help differentiate between Core: TRUE and React... | Phil Sturgeon | 2 | -0/+8 |
2011-03-08 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -1/+1 |
2011-03-08 | Added $this->output->set_content_type() and method chaining to other methods. | Phil Sturgeon | 3 | -7/+77 |
2011-03-08 | Added 'json' to config/mimes.php. | Phil Sturgeon | 1 | -1/+2 |
2011-03-08 | Fixed bug in escaping underscores etc in MSSQL LIKE conditions. | davidhart | 1 | -3/+3 |
2011-02-24 | Adding a link to the User Agent Class docs from the user_agent function of th... | katzgrau | 1 | -1/+1 |
2011-02-23 | Added documentation for DB active record insert_batch(); | Phil Sturgeon | 1 | -4/+29 |
2011-02-22 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -2/+2 |
2011-02-21 | Fixed docs specifying cache location (sys/cache v app/cache) | Kenny Katzgrau | 1 | -2/+2 |
2011-02-18 | Consistent handling of 'cookie_secure' setting, also makes the variable chang... | tobiasbg | 1 | -4/+3 |
2011-02-18 | Bugfix in foreach-loop ('name' must be last, as it also is the array's name);... | tobiasbg | 1 | -8/+7 |
2011-02-16 | Updated input documentation to use NULL instead of empty string for new post(... | Phil Sturgeon | 1 | -2/+2 |
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change in... | Phil Sturgeon | 79 | -750/+2558 |
2011-02-16 | Secure cookies can now be made with the set_cookie() helper and Input Class m... | Phil Sturgeon | 4 | -13/+17 |
2011-02-16 | Applied Dan's fix for the incorrectly named Sha1 class. | Phil Sturgeon | 2 | -2/+3 |
2011-02-15 | Better potential fix for escaping MySQL keywords with backticks on insert/upd... | Phil Sturgeon | 1 | -2/+2 |
2011-02-15 | Input post() and get() will now return a full array if the first argument is ... | Phil Sturgeon | 2 | -22/+17 |
2011-02-15 | Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor | Phil Sturgeon | 49 | -330/+582 |
2011-02-14 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 2 | -374/+0 |
2011-02-14 | Removed Migration code for now, will come back later. | Phil Sturgeon | 2 | -374/+0 |
2011-02-14 | Whitespace cleanup in db classes | Pascal Kriete | 12 | -33/+33 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 11 | -46/+44 |
2011-02-14 | Large cleanup of xmlrpcs docblocks. | Pascal Kriete | 1 | -55/+123 |
2011-02-14 | Whitespace cleanup in core/ | Pascal Kriete | 3 | -7/+7 |
2011-02-14 | Whitespace cleanup for code consistency | Pascal Kriete | 6 | -7/+7 |
2011-02-14 | Whitespace tweaks to put code examples in line with our guidelines | Pascal Kriete | 5 | -5/+5 |
2011-02-14 | Uppercasing some stray lowercase keywords for code consistency | Pascal Kriete | 5 | -13/+13 |
2011-02-14 | Fix #329 where the file caching driver referenced the incorrect cache directory. | Greg Aker | 2 | -1/+2 |
2011-02-13 | Updated the post method and added the new functionality to the get method also | vascopj | 3 | -1/+38 |
2011-02-13 | Changed toc to match the js toc - Fixes #45 | Eric Barnes | 1 | -6/+14 |
2011-02-13 | Changed the downloads to be 2.0.0 - Fixes #47 | Eric Barnes | 1 | -2/+4 |
2011-02-11 | Doy- forget the session cookie function! Added secure cookie config check th... | Robin Sowell | 1 | -1/+2 |
2011-02-11 | Adding config option to require 'secure' setting for all cookies- requires ht... | Robin Sowell | 4 | -2/+13 |
2011-02-11 | branch merge | Robin Sowell | 2 | -0/+15 |
2011-02-09 | cleaned up some redundant code in the Loader->library function | Kellas Reeves | 2 | -13/+10 |