summaryrefslogtreecommitdiffstats
path: root/system/codeigniter
AgeCommit message (Collapse)AuthorFilesLines
2008-11-13Changing EOL style to LFDerek Allard6-805/+805
2008-10-22Made is_really_writable conditionally call is_writable when the function ↵Rick Ellis1-5/+12
will work reliably
2008-10-17cosmetic tweakRick Ellis1-3/+0
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-09-13updated copyrightRick Ellis4-4/+4
2008-08-31updated CI_VERSIONDerek Allard1-1/+1
2008-08-21whitespace fixesDerek Allard1-5/+5
a minor re-ordering of the changelog
2008-06-27Fixed a double opening <p> tag in the index pages of each system ↵Derek Allard1-8/+3
directory.
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 Jones5-24/+24
(! 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 Allard2-14/+13
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 Jones5-5/+15
of the file
2008-05-11Undoing change committed in r1115Derek Jones5-0/+5
2008-05-11removed closing PHP tag from all framework filesDerek Jones5-5/+0
2008-05-06updated CI_VERSION to 1.6.2Derek Allard1-1/+1
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-2/+2
2008-05-05implemented fopen mode constantsDerek Jones1-2/+2
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard2-6/+6
the File Helper. Changed ( ! condition) into (! condition) within the code
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 Jones2-2/+9
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-28added is_really_writable() to Common.php, replaced is_writable() throughout ↵Derek Jones1-0/+38
application with is_really_writable()
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones5-15/+15
2008-01-19change CI_VERSIONDerek Allard1-1/+1
2008-01-18ExpressionEngine dev team updateDerek Allard1-1/+1
2008-01-18ExpressionEngine Dev Team in creditDerek Allard5-100/+366
2008-01-18removed $assign_to_controller - seems redundant all things consideredDerek Jones1-1/+1
2008-01-17added some extra protection in ctype_ function overrides to make return ↵Derek Jones1-0/+10
values match PHP's native methods for non-string types and empty strings
2008-01-16Added Compat.php fileDerek Jones2-1/+85
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 Allard4-4/+4
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