Age | Commit message (Expand) | Author | Files | Lines |
2011-03-08 | Added $this->output->set_content_type() and method chaining to other methods. | Phil Sturgeon | 1 | -7/+60 |
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 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change in... | Phil Sturgeon | 8 | -142/+283 |
2011-02-16 | Secure cookies can now be made with the set_cookie() helper and Input Class m... | Phil Sturgeon | 1 | -3/+4 |
2011-02-15 | Input post() and get() will now return a full array if the first argument is ... | Phil Sturgeon | 1 | -21/+15 |
2011-02-15 | Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor | Phil Sturgeon | 3 | -7/+7 |
2011-02-14 | Whitespace cleanup in core/ | Pascal Kriete | 3 | -7/+7 |
2011-02-13 | Updated the post method and added the new functionality to the get method also | vascopj | 1 | -1/+17 |
2011-02-11 | Adding config option to require 'secure' setting for all cookies- requires ht... | Robin Sowell | 1 | -1/+3 |
2011-02-06 | A change to pass all fields back if there are no fields passed into the "post... | vascopj | 1 | -0/+16 |
2011-02-03 | Fixes #27. When the default controller was used, the _detect_uri() method wa... | ericbarnes@ericbarnes.local | 1 | -0/+6 |
2011-02-02 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -0/+11 |
2011-02-02 | Merged recent changes and tweaked multi-env changes. | Phil Sturgeon | 15 | -117/+105 |
2011-02-01 | Better logic handling for 404 override | Eric Barnes | 1 | -0/+11 |
2011-02-01 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 2 | -3/+13 |
2011-02-01 | Some servers would trick URI into thinking it was being run in CLI mode, whic... | Phil Sturgeon | 1 | -2/+2 |
2011-01-31 | Added 404_override to Codeigniter file to catch the 404 if the controller is ... | Eric Barnes | 2 | -3/+13 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 6 | -113/+172 |
2011-01-20 | Moving the file to Utf8.php | Pascal Kriete | 1 | -0/+0 |
2011-01-20 | Renaming the unicode class to utf8 so we don't run the risk of violating the ... | Pascal Kriete | 3 | -15/+15 |
2011-01-19 | Avoid double-slashed on the base_url by only slashing index_page if it is act... | Phil Sturgeon | 1 | -1/+2 |
2011-01-19 | Automated merge with https://bitbucket.org/dhorrigan/codeigniter-reactor | Phil Sturgeon | 1 | -2/+16 |
2011-01-19 | Reverted regex validation while we re-think the implementation, and added ->i... | Phil Sturgeon | 1 | -2/+16 |
2011-01-19 | Updated the auto URI detection so that it works in more scenarios. Fixes #3 | Dan Horrigan | 1 | -78/+32 |
2011-01-16 | Cleaned up environment class variable which isn't used anymore in current imp... | joelcox | 1 | -1/+0 |
2011-01-16 | Set error_reporting to E_ALL when environment unknown and changed CI_Loader t... | joelcox | 1 | -2/+13 |
2011-01-16 | Removed configs from environments and corrected for fallback | joelcox | 1 | -6/+11 |
2011-01-16 | Fixed bug that prevented global config from loading on error | joelcox | 1 | -5/+8 |
2011-01-15 | Split basic configuration in three environments, providing fallback to global | joelcox | 2 | -8/+14 |
2011-01-12 | Removed trailing slash from $this->uri->ruri_string(). Fixes #292 | Eric Barnes | 1 | -1/+1 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 15 | -15/+15 |
2011-01-05 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 2 | -46/+108 |
2011-01-04 | Added ability to auto load package config files. Fixes #281 | Eric Barnes | 1 | -8/+21 |
2010-12-31 | Added support for calling controllers, methods and passing parameters via com... | Phil Sturgeon | 1 | -4/+33 |
2010-12-27 | Implemented GET string support from Dan Horrigan and modified it slightly. Al... | Phil Sturgeon | 6 | -65/+75 |
2010-12-27 | Languages can now be placed in packages folders, and added ->load->get_packag... | Phil Sturgeon | 3 | -22/+32 |
2010-12-15 | ['404_override'] can now take methods and URI segments, not just a controller... | Phil Sturgeon | 1 | -8/+6 |
2010-12-15 | Revised the base_url auto-generation detection of protocol as some servers wi... | Phil Sturgeon | 1 | -1/+1 |
2010-12-15 | <kbd>['base_url']</kbd> is now empty by default and will guess what it should... | Phil Sturgeon | 1 | -24/+22 |
2010-12-15 | Added full Query String and $_GET array support. This is enabled by default.... | Dan Horrigan | 2 | -33/+71 |
2010-12-15 | Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This change... | Phil Sturgeon | 1 | -1/+1 |
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -0/+9 |
2010-12-21 | Moving system/{logs,cache} to the application directory. | Greg Aker | 1 | -2/+2 |
2010-12-15 | Changing the router to support any number of segments in the default route. C... | Pascal Kriete | 1 | -1/+1 |
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -0/+9 |
2010-12-09 | Fix #260 - tightening up the is_ajax_request() method in the Input class. Th... | Greg Aker | 1 | -2/+1 |
2010-11-22 | Adding is_ajax_request() method to CI_Input | Greg Aker | 1 | -0/+15 |
2010-11-18 | Fix #237 get_instance() was being called in the output class before the CI_Co... | Greg Aker | 1 | -1/+1 |
2010-11-15 | Adding request_headers() and get_request_header() methods to the input class.... | Greg Aker | 1 | -2/+81 |
2010-11-10 | Some simple tweaking | Pascal Kriete | 2 | -9/+5 |