summaryrefslogtreecommitdiffstats
path: root/system/libraries/Upload.php
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-1/+12
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-15Upload library file_name can now be set without an extension, the extension w...Phil Sturgeon1-1/+12
2010-11-10setting var/function visibility in the UPload classGreg Aker1-80/+54
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-149/+149
2010-08-11undoing mistaken changes in rev 8c54b3b0402fDerek Jones1-3/+0
2010-08-11removed redundant upload lang file, after lang name changs, it was blocking t...Derek Jones1-0/+3
2010-07-22Fixed a bug in the Upload class where a PHP error could occur when wildcards ...Greg Aker1-2/+2
2010-07-12201007 file upload bug fixDerek Jones1-85/+109
2010-06-09Fixed an undefined variable PHP error in the do_xss_clean() method of the Upl...Greg Aker1-7/+7
2010-04-26fixed errant syntax in changeset 53ace78c4b45, fixes #37Derek Jones1-1/+1
2010-04-26fixed errant syntax in changeset 53ace78c4b45, fixes #37Derek Jones1-1/+1
2010-04-23ensured the security lib was loaded in a few calls to xss_clean() in other li...Derek Jones1-1/+6
2010-04-22reapplied strtolower() to ->file_type from philsturgeon's changeset 5fe3b04bd...Derek Jones1-1/+1
2010-04-22Some mime types are wrapped with " which breaks file type checking. This will...Phil Sturgeon1-1/+1
2010-04-22tiny modification to whitespace from philsturgeon's bugfix to match CI style ...Derek Jones1-1/+1
2010-04-22Fixed Upload bug that would break when files and images were both included on...Phil Sturgeon1-1/+1
2010-04-15Update to File Upload library to return boolean on do_xss_clean().Greg Aker1-13/+48
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 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