summaryrefslogtreecommitdiffstats
path: root/system/core
AgeCommit message (Collapse)AuthorFilesLines
2010-03-02change to use load_class() from coreDerek Jones1-1/+1
2010-03-02Router class rewriteDerek Jones1-81/+153
killed scaffolding abstracted _set_default_controller() added implementation for directory and controller trigger when query strings are enabled
2010-03-02changed set_status_header() default $code param to proper integerDerek Jones1-7/+11
added ability to disable {elapsed_time} and {memory_usage} variables
2010-03-02class renameDerek Jones1-3/+4
2010-03-02rewrite of Loader classDerek Jones1-142/+198
killed scaffolding added @PHP4 tags
2010-03-02renamed classDerek Jones1-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-02significant rewrite to Input classDerek Jones1-705/+192
some items will be moved to Security class added set_cookie() added UTF-8 uniformity to input
2010-03-02update Hooks to use load_class() from coreDerek Jones1-2/+1
2010-03-02adding @PHP4 tags to Base classesDerek Jones2-2/+4
2010-03-02@PHP4 tags to CodeIgniter.phpDerek Jones1-1/+2
2010-03-02added @PHP4 tags to Compat functionsDerek Jones1-0/+3
2010-03-02killed scaffolding from Controller classDerek Jones1-58/+12
reworked to use is_loaded() and is_php() from Common added PHP4 tag
2010-03-02added config paths class propertyDerek Jones1-36/+107
added assign_to_config() method to override config items via index.php files
2010-03-02whitespace and doc block update to Compat functionsDerek Jones1-1/+4
2010-03-02updated Common functionsDerek Jones1-232/+296
- whitespace formatting - load_class() changes for new structure
2010-03-02updating CodeIgniter.php init fileDerek Jones1-112/+180
2010-03-02adding Unicode class to coreDerek Jones1-0/+165
2010-03-02fixed EOF code comment file locationsDerek Jones17-17/+17
2010-03-02moving core library files out of libraries into new core folderDerek Jones18-0/+5555