Age | Commit message (Expand) | Author | Files | Lines |
2011-01-12 | Removed trailing slash from $this->uri->ruri_string(). Fixes #292 | Eric Barnes | 1 | -1/+1 |
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-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 |
2010-11-10 | Fixing output buffer error in the loader class | Greg Aker | 1 | -1/+1 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 10 | -30/+27 |
2010-11-10 | Removing a global call that was needed for php 4. | Pascal Kriete | 1 | -3/+1 |
2010-11-10 | Removing instantiate_class(), which was needed to make php 4 and 5.3 play tog... | Pascal Kriete | 2 | -21/+2 |
2010-11-10 | Removing require Compat.php in CodeIgniter.php | Greg Aker | 1 | -7/+0 |
2010-11-10 | Merging in changes | Greg Aker | 1 | -38/+6 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 14 | -14/+14 |
2010-11-10 | Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ | Pascal Kriete | 5 | -268/+18 |
2010-11-10 | Removing _ci_is_instance from the loader. | Pascal Kriete | 1 | -38/+6 |
2010-11-10 | Removing the core/Compat.php file. :: poof :: | Greg Aker | 1 | -99/+0 |
2010-11-10 | Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ | Greg Aker | 2 | -71/+8 |
2010-11-10 | Blasting the Base4/5 files. Updating Controller.php to inherit bits from the... | Greg Aker | 4 | -169/+18 |
2010-11-10 | Removing _assign_to_models and _assign_libraries from model related code in f... | Pascal Kriete | 2 | -71/+8 |
2010-11-09 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Pascal Kriete | 1 | -1/+1 |
2010-11-09 | Adding a second parameter to _remap that contains an array of the leftover se... | Pascal Kriete | 1 | -1/+1 |
2010-11-09 | Fix #62 Adding CI_ prefix to Controller. | Greg Aker | 2 | -4/+4 |
2010-11-09 | Normalizing package paths to include a single trailing slash. | Pascal Kriete | 1 | -0/+4 |
2010-11-09 | Fixed a bug where silently failed to override if set_time_limit was in Suhos... | Pascal Kriete | 1 | -6/+10 |
2010-11-04 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Pascal Kriete | 18 | -469/+484 |
2010-11-04 | Fixing the docblock on the unicode class. | Pascal Kriete | 1 | -3/+3 |
2010-10-12 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Derek Jones | 1 | -1/+11 |
2010-10-12 | Fix #83 where multiple libraries could not be loaded at once by passing an ar... | Greg Aker | 1 | -0/+10 |
2010-10-11 | Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless of... | Greg Aker | 1 | -1/+1 |
2010-10-07 | Automated merge with https://bitbucket.org/barrymieny/codeigniter | Derek Jones | 1 | -2/+2 |
2010-10-07 | fixed a security issue which in certain cases could result in directory trave... | Derek Jones | 1 | -2/+2 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 18 | -459/+459 |
2010-09-28 | fixed a bug where the Output class would send incorrect cached data for contr... | Derek Jones | 1 | -8/+13 |
2010-09-15 | Added a log message in core/output if the cache directory config value was no... | Greg Aker | 1 | -0/+1 |
2010-08-05 | Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. | Derek Allard | 2 | -4/+9 |
2010-04-25 | Simple change to comment line 21: the=>that. | Roger Simms | 1 | -1/+1 |
2010-04-15 | Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due... | Greg Aker | 1 | -0/+37 |
2010-04-09 | Adding output library exceptions for servers with zlib.output_compression ena... | Pascal Kriete | 1 | -1/+14 |
2010-03-28 | Change in the loader and driver docs to force ucfirst() on driver directory n... | Greg Aker | 1 | -1/+1 |