Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Pascal Kriete | 1 | -1/+1 | |
segments. | |||||
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 ↵ | Pascal Kriete | 1 | -6/+10 | |
Suhosin's function blacklist. Simply moved the set_time_limit call down a bit. | |||||
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 ↵ | Greg Aker | 1 | -0/+10 | |
array to the load->library() function. | |||||
2010-10-11 | Fixed a bug where CI_Model is always loaded in core/Loader.php, regardless ↵ | Greg Aker | 1 | -1/+1 | |
of if the class is instantiated or not. | |||||
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 ↵ | Derek Jones | 1 | -2/+2 | |
traversal | |||||
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 ↵ | Derek Jones | 1 | -8/+13 | |
controllers implementing their own _output() methods | |||||
2010-09-15 | Added a log message in core/output if the cache directory config value was ↵ | Greg Aker | 1 | -0/+1 | |
not found. | |||||
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 ↵ | Greg Aker | 1 | -0/+37 | |
due to a function being moved from the input to security class. Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers. | |||||
2010-04-09 | Adding output library exceptions for servers with zlib.output_compression ↵ | Pascal Kriete | 1 | -1/+14 | |
enabled. | |||||
2010-03-28 | Change in the loader and driver docs to force ucfirst() on driver directory ↵ | Greg Aker | 1 | -1/+1 | |
names to ensure compatibility on case sensitive file systems. | |||||
2010-03-25 | code comment typo | Derek Jones | 1 | -1/+1 | |
2010-03-22 | Fix #10 , extending the CodeIgniter controller with MY_Controller will lead ↵ | Greg Aker | 1 | -0/+5 | |
to a fatal PHP error. | |||||
2010-03-12 | Will check for sub-classes in core or libraries (which the original file is ↵ | Phil Sturgeon | 1 | -2/+2 | |
in) instead of always looking in libraries. Makes more sense to have them in the same folder wether in system or application. | |||||
2010-03-20 | reordered logic in _display_cache() to eliminate a call to ↵ | Derek Jones | 1 | -11/+9 | |
is_really_writable() on each page request unless it is_really_needed() | |||||
2010-03-19 | Changed a few strstr to strpos for consistency w performance guidelines and ↵ | Robin Sowell | 1 | -1/+1 | |
to mirror EE2. | |||||
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -1/+27 | |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 1 | -63/+4 | |
2010-03-10 | sped up Driver loading slightly by predicting subfolder location | Derek Jones | 1 | -1/+8 | |
2010-03-07 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Derek Jones | 1 | -0/+23 | |
2010-03-07 | fixed load_class() call in Hooks to get Config from core | Derek Jones | 1 | -1/+1 | |
2010-03-05 | added Driver lib | Derek Jones | 1 | -0/+23 | |
2010-03-02 | change to use load_class() from core | Derek Jones | 1 | -1/+1 | |
2010-03-02 | Router class rewrite | Derek Jones | 1 | -81/+153 | |
killed scaffolding abstracted _set_default_controller() added implementation for directory and controller trigger when query strings are enabled | |||||
2010-03-02 | changed set_status_header() default $code param to proper integer | Derek Jones | 1 | -7/+11 | |
added ability to disable {elapsed_time} and {memory_usage} variables | |||||
2010-03-02 | class rename | Derek Jones | 1 | -3/+4 | |
2010-03-02 | rewrite of Loader class | Derek Jones | 1 | -142/+198 | |
killed scaffolding added @PHP4 tags | |||||
2010-03-02 | renamed class | Derek Jones | 1 | -9/+22 | |
added ability to specify arbitrary path for language file (packages!) added ability to specify lang files that don't end in _lang, or to call file with _lang directly without it adding another _lang suffix | |||||
2010-03-02 | significant rewrite to Input class | Derek Jones | 1 | -705/+192 | |
some items will be moved to Security class added set_cookie() added UTF-8 uniformity to input | |||||
2010-03-02 | update Hooks to use load_class() from core | Derek Jones | 1 | -2/+1 | |
2010-03-02 | adding @PHP4 tags to Base classes | Derek Jones | 2 | -2/+4 | |
2010-03-02 | @PHP4 tags to CodeIgniter.php | Derek Jones | 1 | -1/+2 | |
2010-03-02 | added @PHP4 tags to Compat functions | Derek Jones | 1 | -0/+3 | |
2010-03-02 | killed scaffolding from Controller class | Derek Jones | 1 | -58/+12 | |
reworked to use is_loaded() and is_php() from Common added PHP4 tag | |||||
2010-03-02 | added config paths class property | Derek Jones | 1 | -36/+107 | |
added assign_to_config() method to override config items via index.php files | |||||
2010-03-02 | whitespace and doc block update to Compat functions | Derek Jones | 1 | -1/+4 | |
2010-03-02 | updated Common functions | Derek Jones | 1 | -232/+296 | |
- whitespace formatting - load_class() changes for new structure | |||||
2010-03-02 | updating CodeIgniter.php init file | Derek Jones | 1 | -112/+180 | |
2010-03-02 | adding Unicode class to core | Derek Jones | 1 | -0/+165 | |
2010-03-02 | fixed EOF code comment file locations | Derek Jones | 17 | -17/+17 | |
2010-03-02 | moving core library files out of libraries into new core folder | Derek Jones | 18 | -0/+5555 | |