Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-21 | whitespace fixes | Derek Allard | 1 | -5/+5 | |
a minor re-ordering of the changelog | |||||
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system ↵ | Derek Allard | 1 | -8/+3 | |
directory. | |||||
2008-06-27 | bump CI_VERSION to 1.6.3 | Derek Allard | 1 | -1/+1 | |
2008-06-06 | Removed an unused Router reference in _display_cache(). | Derek Allard | 1 | -1/+1 | |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 5 | -24/+24 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-13 | minor source formatting | Derek Allard | 2 | -14/+13 | |
2008-05-12 | removed an ereg from config | Derek Allard | 1 | -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-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 5 | -5/+15 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 5 | -0/+5 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 5 | -5/+0 | |
2008-05-06 | updated CI_VERSION to 1.6.2 | Derek Allard | 1 | -1/+1 | |
2008-05-05 | tweak to the new fopen mode constant names | Derek Jones | 1 | -2/+2 | |
2008-05-05 | implemented fopen mode constants | Derek Jones | 1 | -2/+2 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 2 | -6/+6 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -2/+2 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-04-08 | fixed code comment | Derek Jones | 1 | -1/+1 | |
2008-04-04 | added constants.php file and implemented constants for file system modes | Derek Jones | 2 | -2/+9 | |
2008-02-28 | modified the new check for a callable controller method to be ↵ | Derek Jones | 1 | -1/+1 | |
case-insensitive for backwards compatibility and consistent behavior between PHP 4 and 5. | |||||
2008-02-27 | added improved check for controller method access so that CI does not ↵ | Derek Jones | 1 | -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 Allard | 1 | -1/+1 | |
2008-02-12 | change 1.6.1 to 1.6.0.1 | Derek Allard | 1 | -1/+1 | |
2008-02-04 | change CI_VERSION from 1.6.0 to 1.6.1 | Derek Allard | 1 | -1/+1 | |
2008-01-30 | Fixed a bug (#2849) with arguments passed to a subfolder controller - ↵ | Derek Jones | 1 | -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-28 | added is_really_writable() to Common.php, replaced is_writable() throughout ↵ | Derek Jones | 1 | -0/+38 | |
application with is_really_writable() | |||||
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 5 | -15/+15 | |
2008-01-19 | change CI_VERSION | Derek Allard | 1 | -1/+1 | |
2008-01-18 | ExpressionEngine dev team update | Derek Allard | 1 | -1/+1 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 5 | -100/+366 | |
2008-01-18 | removed $assign_to_controller - seems redundant all things considered | Derek Jones | 1 | -1/+1 | |
2008-01-17 | added some extra protection in ctype_ function overrides to make return ↵ | Derek Jones | 1 | -0/+10 | |
values match PHP's native methods for non-string types and empty strings | |||||
2008-01-16 | Added Compat.php file | Derek Jones | 2 | -1/+85 | |
2007-11-26 | (no commit message) | Derek Allard | 1 | -265/+1 | |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 4 | -4/+4 | |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -0/+2 | |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -2/+2 | |
2007-07-22 | (no commit message) | Rick Ellis | 1 | -2/+4 | |
2007-07-21 | (no commit message) | Rick Ellis | 1 | -1/+3 | |
2007-07-20 | (no commit message) | Rick Ellis | 1 | -2/+2 | |
2007-07-12 | moved version number up in docs and CI_VERSION | Derek Allard | 1 | -1/+1 | |
2007-06-28 | (no commit message) | paulburdick | 1 | -1/+1 | |
2007-06-28 | Modified the include so that there is a bit of filename security | paulburdick | 1 | -1/+1 | |
2007-04-25 | APPVER replaced by CI_VERSION | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update app_ver | Derek Allard | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 4 | -380/+380 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2007-02-14 | updated app_version | Derek Allard | 1 | -1/+1 | |
2007-02-06 | changed app_ver to 1.5.1.1 | Derek Allard | 1 | -258/+258 | |
2006-11-23 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2006-11-20 | (no commit message) | Rick Ellis | 1 | -4/+4 | |
2006-11-04 | (no commit message) | admin | 1 | -1/+1 | |
2006-10-31 | (no commit message) | admin | 1 | -1/+2 | |