Age | Commit message (Expand) | Author | Files | Lines |
2011-03-15 | Fixed upload issue reported by Valhallen and fixed by bubbafoley. | Phil Sturgeon | 1 | -1/+1 |
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change in... | Phil Sturgeon | 1 | -1/+12 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -1/+1 |
2011-01-30 | Filemanger stuff and nuked a persisting flash cookie on login. | Robin Sowell | 1 | -1/+2 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -1/+12 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-15 | Upload library file_name can now be set without an extension, the extension w... | Phil Sturgeon | 1 | -1/+12 |
2010-11-10 | setting var/function visibility in the UPload class | Greg Aker | 1 | -80/+54 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -149/+149 |
2010-08-11 | undoing mistaken changes in rev 8c54b3b0402f | Derek Jones | 1 | -3/+0 |
2010-08-11 | removed redundant upload lang file, after lang name changs, it was blocking t... | Derek Jones | 1 | -0/+3 |
2010-07-22 | Fixed a bug in the Upload class where a PHP error could occur when wildcards ... | Greg Aker | 1 | -2/+2 |
2010-07-12 | 201007 file upload bug fix | Derek Jones | 1 | -85/+109 |
2010-06-09 | Fixed an undefined variable PHP error in the do_xss_clean() method of the Upl... | Greg Aker | 1 | -7/+7 |
2010-04-26 | fixed errant syntax in changeset 53ace78c4b45, fixes #37 | Derek Jones | 1 | -1/+1 |
2010-04-26 | fixed errant syntax in changeset 53ace78c4b45, fixes #37 | Derek Jones | 1 | -1/+1 |
2010-04-23 | ensured the security lib was loaded in a few calls to xss_clean() in other li... | Derek Jones | 1 | -1/+6 |
2010-04-22 | reapplied strtolower() to ->file_type from philsturgeon's changeset 5fe3b04bd... | Derek Jones | 1 | -1/+1 |
2010-04-22 | Some mime types are wrapped with " which breaks file type checking. This will... | Phil Sturgeon | 1 | -1/+1 |
2010-04-22 | tiny modification to whitespace from philsturgeon's bugfix to match CI style ... | Derek Jones | 1 | -1/+1 |
2010-04-22 | Fixed Upload bug that would break when files and images were both included on... | Phil Sturgeon | 1 | -1/+1 |
2010-04-15 | Update to File Upload library to return boolean on do_xss_clean(). | Greg Aker | 1 | -13/+48 |
2010-03-03 | updating Upload features and use of security library | Derek Jones | 1 | -1/+11 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2009-02-18 | added a missing bracket | Derek Allard | 1 | -1/+1 |
2009-02-16 | Added the ability to pass $config['file_name'] for the File Uploading Class a... | Derek Allard | 1 | -3/+4 |
2009-02-16 | changes to allow file name changing in upload, extension preserved | Derek Allard | 1 | -2/+8 |
2009-02-15 | experimental rename upload file | Derek Allard | 1 | -1/+1 |
2009-02-10 | added sanity check for images in is_allowed_filetype() using getimagesize() | Derek Jones | 1 | -2/+13 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -930/+930 |
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 |
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 var... | Derek Allard | 1 | -1/+3 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -25/+25 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
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 validate_uploa... | Derek Jones | 1 | -1/+1 |
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 th... | Derek Allard | 1 | -21/+21 |
2008-03-17 | added filename prepping in the Upload library to prevent files with multiple ... | Derek Jones | 1 | -1/+41 |
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 a... | Derek Jones | 1 | -1/+1 |