Age | Commit message (Expand) | Author | Files | Lines |
2008-10-19 | Fixed a bug in which servers that are case sensitive to file names were ignor... | Rick Ellis | 1 | -2/+11 |
2008-10-09 | fixed spelling of existant to existent | Derek Jones | 1 | -2/+2 |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 |
2008-08-27 | Fixed a variable that was set wrong | Rick Ellis | 1 | -1/+1 |
2008-08-26 | Made some changes for compatibility with the new form validation class | Rick Ellis | 1 | -61/+32 |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -1/+1 |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 1 | -5/+9 |
2008-08-21 | Added a bit more error trapping in the load() function | Rick Ellis | 1 | -0/+5 |
2008-08-21 | Added the ability to assign a custom object name when loading a library. | Rick Ellis | 1 | -9/+56 |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -2/+2 |
2008-08-12 | Added support for libraries in subdirectories | Rick Ellis | 1 | -2/+22 |
2008-06-16 | correcting some docblock comments | Derek Allard | 1 | -2/+2 |
2008-05-14 | force closing tag on eval() for servers not running short_open_tags | Derek Jones | 1 | -1/+1 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -20/+20 |
2008-05-13 | adjusted eval() statement in Loader to accommodate servers with short_open_ta... | Derek Jones | 1 | -1/+1 |
2008-05-12 | removed an ereg from config | Derek Allard | 1 | -4/+4 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 |
2008-05-06 | DB Forge is now assigned to any models that exist after loading (#3457). | Derek Allard | 1 | -0/+2 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 1 | -18/+18 |
2008-04-04 | include() vs include_once() allows for multiple views with the same name | Derek Allard | 1 | -1/+1 |
2008-03-18 | changed include into include_once | Derek Allard | 1 | -10/+10 |
2008-01-30 | Fixed bug #1813 - added check for $CI->db isset() and is_object() before retu... | Derek Jones | 1 | -4/+4 |
2008-01-28 | added ability to "extend" helpers | Derek Jones | 1 | -1/+16 |
2008-01-22 | Changed the load protocol of Models to allow for extension. | Derek Allard | 1 | -1/+1 |
2008-01-22 | prefixed all the variables in _ci_load() to avoid symbol collision in view files | Derek Jones | 1 | -14/+16 |
2008-01-22 | (no commit message) | Derek Allard | 1 | -12/+8 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 |
2008-01-18 | multiple view concatenation support | Derek Allard | 1 | -1/+1 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 |
2008-01-17 | moved an strtolower higher into the init_class function for case insensitivity | Derek Allard | 1 | -2/+3 |
2008-01-17 | prefixed reserved variables of _ci_load() in order to not conflict with view ... | Derek Jones | 1 | -15/+15 |
2008-01-16 | Many new Active Record functions, and another whack of stuff | Derek Allard | 1 | -1/+30 |
2008-01-16 | fixed a bug when loading plugin files as _plugin. and not _pi | Derek Allard | 1 | -1/+1 |
2007-12-20 | removed an unneeded setting of $config to NULL | Derek Allard | 1 | -1/+985 |
2007-12-01 | (no commit message) | Derek Allard | 1 | -1/+1 |
2007-11-27 | autoloaded models moved to load after libraries are loaded | Derek Allard | 1 | -987/+1 |
2007-10-09 | Added the ability to auto-load Models | Derek Allard | 1 | -0/+18 |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 |
2007-07-16 | comment clean up | Derek Allard | 1 | -3/+2 |
2007-07-16 | further scaffolding language fixes | Derek Allard | 1 | -0/+13 |
2007-07-12 | added language files to autoload | Derek Allard | 1 | -7/+18 |
2007-06-09 | (no commit message) | Rick Ellis | 1 | -10/+23 |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -2/+2 |
2007-02-15 | reverted a change user testing revealed a flaw. | Derek Allard | 1 | -1/+4 |
2007-02-15 | allow for extending models | Derek Allard | 1 | -4/+1 |
2007-02-14 | fixed an undefined var | Derek Allard | 1 | -0/+2 |
2007-02-07 | fixed grammer error in show_error message | Derek Allard | 1 | -1/+1 |
2007-02-06 | Fixed a typo in error message | Derek Allard | 1 | -930/+930 |