summaryrefslogtreecommitdiffstats
path: root/system/libraries/Upload.php
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03updating Upload features and use of security libraryDerek Jones1-1/+11
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-02-18added a missing bracketDerek Allard1-1/+1
2009-02-16Added the ability to pass $config['file_name'] for the File Uploading Class ↵Derek Allard1-3/+4
and rename the uploaded file.
2009-02-16changes to allow file name changing in upload, extension preservedDerek Allard1-2/+8
2009-02-15experimental rename upload fileDerek Allard1-1/+1
2009-02-10added sanity check for images in is_allowed_filetype() using getimagesize()Derek Jones1-2/+13
2008-11-13Changing EOL style to LFDerek Allard1-930/+930
2008-10-04removed some ereg() calls for better performanceRick Ellis1-4/+4
2008-10-04Tweaked the last feature added to limit file name lengthRick Ellis1-0/+1
2008-10-04Added function to optionally limit the length of the file nameRick Ellis1-3/+54
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-1/+1
a minor re-ordering of the changelog
2008-07-13removed unnecessary foreach() loop for a str_replace()Derek Jones1-4/+1
2008-05-14Set the mime type check in the Upload class to reference the global mimes ↵Derek Allard1-1/+3
variable.
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-25/+25
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
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-08removed extraneous error message from Upload lib on failure of ↵Derek Jones1-1/+1
validate_upload_path() http://codeigniter.com/bug_tracker/bug/4390/
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-1/+1
2008-05-05implemented fopen mode constantsDerek Jones1-1/+1
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-21/+21
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-03-17added filename prepping in the Upload library to prevent files with multiple ↵Derek Jones1-1/+41
extensions to potentially be parsed as a script by Apache
2008-01-29fixed an error message, and added one if the path is invalid.Derek Allard1-1/+2
2008-01-28added is_really_writable() to Common.php, replaced is_writable() throughout ↵Derek Jones1-1/+1
application with is_really_writable()
2008-01-26Added a stripslashes() into the Upload Library.Derek Allard1-1/+1
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18added greater precision to $_FILE upload errorsDerek Jones1-3/+18
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2008-01-06Fixed a bug in the upload library when allowed_files wasn't defined.Derek Allard1-1/+1
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-06-24Modified the is_image() method in the Upload library to take into account ↵paulburdick1-5/+16
Windows IE 6/7 eccentricities when dealing with MIMEs
2007-06-24Fixed the do_xss_clean() method so that if file_get_contents returns FALSE, ↵paulburdick1-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 Ellis1-2/+2
2007-06-11(no commit message)Rick Ellis1-6/+8
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-808/+808
update copyright year update Code Igniter to CodeIgniter
2006-10-27(no commit message)admin1-21/+55
2006-10-21(no commit message)admin1-209/+209
2006-10-21(no commit message)admin1-2/+2
2006-10-08(no commit message)admin1-15/+15
2006-10-07(no commit message)admin1-6/+6
2006-09-28(no commit message)admin1-2/+2
2006-09-28(no commit message)admin1-11/+0
2006-09-26(no commit message)admin1-1/+1
2006-09-26(no commit message)admin1-0/+11
2006-09-21(no commit message)admin1-10/+10
2006-08-25Initial Importadmin1-0/+775