summaryrefslogtreecommitdiffstats
path: root/system/codeigniter/CodeIgniter.php
AgeCommit message (Collapse)AuthorFilesLines
2009-02-11Prep for 1.7.1 releaseDerek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-275/+275
2008-09-30Added a case-sensitivity check to called controller methods, as per this bug ↵Rick Ellis1-2/+1
report: http://codeigniter.com/bug_tracker/bug/4560/
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-31updated CI_VERSIONDerek Allard1-1/+1
2008-06-27bump CI_VERSION to 1.6.3Derek Allard1-1/+1
2008-06-06Removed an unused Router reference in _display_cache().Derek Allard1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-4/+4
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-13minor source formattingDerek Allard1-3/+2
2008-05-12removed an ereg from configDerek Allard1-3/+3
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-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-06updated CI_VERSION to 1.6.2Derek Allard1-1/+1
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-2/+2
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-04-08fixed code commentDerek Jones1-1/+1
2008-04-04added constants.php file and implemented constants for file system modesDerek Jones1-1/+8
2008-02-28modified the new check for a callable controller method to be ↵Derek Jones1-1/+1
case-insensitive for backwards compatibility and consistent behavior between PHP 4 and 5.
2008-02-27added improved check for controller method access so that CI does not ↵Derek Jones1-3/+5
attempt to load private or protected controller methods added controller/method details to framework initiated 404 pages for logging
2008-02-12(no commit message)Derek Allard1-1/+1
2008-02-12change 1.6.1 to 1.6.0.1Derek Allard1-1/+1
2008-02-04change CI_VERSION from 1.6.0 to 1.6.1Derek Allard1-1/+1
2008-01-30Fixed a bug (#2849) with arguments passed to a subfolder controller - ↵Derek Jones1-1/+1
CodeIgniter.php was expecting the subfolder to still be in $URI->rsegments, but it is removed already by Router::_validate_request()
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-19change CI_VERSIONDerek Allard1-1/+1
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-1/+267
2008-01-18removed $assign_to_controller - seems redundant all things consideredDerek Jones1-1/+1
2008-01-16Added Compat.php fileDerek Jones1-1/+1
2007-11-26(no commit message)Derek Allard1-265/+1
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-07-22(no commit message)Rick Ellis1-0/+2
2007-07-22(no commit message)Rick Ellis1-2/+2
2007-07-22(no commit message)Rick Ellis1-2/+4
2007-07-21(no commit message)Rick Ellis1-1/+3
2007-07-20(no commit message)Rick Ellis1-2/+2
2007-07-12moved version number up in docs and CI_VERSIONDerek Allard1-1/+1
2007-06-28(no commit message)paulburdick1-1/+1
2007-06-28Modified the include so that there is a bit of filename securitypaulburdick1-1/+1
2007-04-25APPVER replaced by CI_VERSIONDerek Allard1-1/+1
2007-04-15update app_verDerek Allard1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-2/+2
update copyright year update Code Igniter to CodeIgniter
2007-02-14updated app_versionDerek Allard1-1/+1
2007-02-06changed app_ver to 1.5.1.1Derek Allard1-258/+258
2006-11-23(no commit message)Rick Ellis1-1/+1
2006-11-04(no commit message)admin1-1/+1
2006-10-31(no commit message)admin1-1/+2
2006-10-31(no commit message)admin1-1/+8
2006-10-30(no commit message)admin1-3/+1
2006-10-21(no commit message)admin1-17/+17
2006-10-21(no commit message)admin1-4/+4