Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-04 | removed some ereg() calls for better performance | Rick Ellis | 1 | -4/+4 | |
2008-10-04 | Tweaked the last feature added to limit file name length | Rick Ellis | 1 | -0/+1 | |
2008-10-04 | Added function to optionally limit the length of the file name | Rick Ellis | 1 | -3/+54 | |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -1/+1 | |
a minor re-ordering of the changelog | |||||
2008-07-13 | removed unnecessary foreach() loop for a str_replace() | Derek Jones | 1 | -4/+1 | |
2008-05-14 | Set the mime type check in the Upload class to reference the global mimes ↵ | Derek Allard | 1 | -1/+3 | |
variable. | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -25/+25 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
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-08 | removed extraneous error message from Upload lib on failure of ↵ | Derek Jones | 1 | -1/+1 | |
validate_upload_path() http://codeigniter.com/bug_tracker/bug/4390/ | |||||
2008-05-05 | tweak to the new fopen mode constant names | Derek Jones | 1 | -1/+1 | |
2008-05-05 | implemented fopen mode constants | Derek Jones | 1 | -1/+1 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -21/+21 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-03-17 | added filename prepping in the Upload library to prevent files with multiple ↵ | Derek Jones | 1 | -1/+41 | |
extensions to potentially be parsed as a script by Apache | |||||
2008-01-29 | fixed an error message, and added one if the path is invalid. | Derek Allard | 1 | -1/+2 | |
2008-01-28 | added is_really_writable() to Common.php, replaced is_writable() throughout ↵ | Derek Jones | 1 | -1/+1 | |
application with is_really_writable() | |||||
2008-01-26 | Added a stripslashes() into the Upload Library. | Derek Allard | 1 | -1/+1 | |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 | |
2008-01-18 | added greater precision to $_FILE upload errors | Derek Jones | 1 | -3/+18 | |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 | |
2008-01-06 | Fixed a bug in the upload library when allowed_files wasn't defined. | Derek Allard | 1 | -1/+1 | |
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 | |
2007-06-24 | Modified the is_image() method in the Upload library to take into account ↵ | paulburdick | 1 | -5/+16 | |
Windows IE 6/7 eccentricities when dealing with MIMEs | |||||
2007-06-24 | Fixed the do_xss_clean() method so that if file_get_contents returns FALSE, ↵ | paulburdick | 1 | -1/+1 | |
then we return FALSE... Previously, if it did NOT return FALSE we returned FALSE and that is simply idiotic. | |||||
2007-06-11 | (no commit message) | Rick Ellis | 1 | -2/+2 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -6/+8 | |
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -808/+808 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-10-27 | (no commit message) | admin | 1 | -21/+55 | |
2006-10-21 | (no commit message) | admin | 1 | -209/+209 | |
2006-10-21 | (no commit message) | admin | 1 | -2/+2 | |
2006-10-08 | (no commit message) | admin | 1 | -15/+15 | |
2006-10-07 | (no commit message) | admin | 1 | -6/+6 | |
2006-09-28 | (no commit message) | admin | 1 | -2/+2 | |
2006-09-28 | (no commit message) | admin | 1 | -11/+0 | |
2006-09-26 | (no commit message) | admin | 1 | -1/+1 | |
2006-09-26 | (no commit message) | admin | 1 | -0/+11 | |
2006-09-21 | (no commit message) | admin | 1 | -10/+10 | |
2006-08-25 | Initial Import | admin | 1 | -0/+775 | |