summaryrefslogtreecommitdiffstats
path: root/system/libraries/Upload.php
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Added the ability to pass $config['file_name'] for the File Uploading Class a...Derek Allard1-3/+4
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
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 var...Derek Allard1-1/+3
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-25/+25
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
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 validate_uploa...Derek Jones1-1/+1
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 th...Derek Allard1-21/+21
2008-03-17added filename prepping in the Upload library to prevent files with multiple ...Derek Jones1-1/+41
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 a...Derek Jones1-1/+1
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 Win...paulburdick1-5/+16
2007-06-24Fixed the do_xss_clean() method so that if file_get_contents returns FALSE, t...paulburdick1-1/+1
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
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