Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -1087/+1087 | |
2008-10-19 | Fixed a bug in which servers that are case sensitive to file names were ↵ | Rick Ellis | 1 | -2/+11 | |
ignoring config files unless they were named with the correct case | |||||
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 | |
Made some doc style changes | |||||
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 | |
Added some code that looks to see if a library is in a subdirectory if the class is not found, and if the path was not specified | |||||
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 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-13 | adjusted eval() statement in Loader to accommodate servers with ↵ | Derek Jones | 1 | -1/+1 | |
short_open_tag disabled with the new change of removing closing PHP tags from files | |||||
2008-05-12 | removed an ereg from config | Derek Allard | 1 | -4/+4 | |
added a qualifier to a str_replace for \t in Input changed substr to strncmp in Codeigniter.php and directory_map function added braces in an if statement of unit test Removed "scripts" from the auto-load search path. Scripts were deprecated in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller. | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file | |||||
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 ↵ | Derek Allard | 1 | -18/+18 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
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 ↵ | Derek Jones | 1 | -4/+4 | |
returning false in Loader::database() | |||||
2008-01-28 | added ability to "extend" helpers | Derek Jones | 1 | -1/+16 | |
* modified Loader to check for prefixed helpers in application/helpers folder * surrounded provided helper functions with if (! function_exists('foo')) conditionals so the user's helper functions take precedent. | |||||
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 | |
file variables | |||||
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 | |
update copyright year update Code Igniter to CodeIgniter | |||||
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 | |