6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Announcing the deprecated in readme More... over 11 years ago
Merge pull request #105 from wesleyklewerton/master More... over 11 years ago
Update Model/Behavior/MeioUploadBehavior.php More... over 11 years ago
Merge pull request #103 from joshuapaling/master More... over 11 years ago
Added regenerateThumbnails method, and documentation More... over 11 years ago
Merge pull request #102 from joshuapaling/master More... almost 12 years ago
Fixing strict errors for PHP 5.4 More... almost 12 years ago
Merge pull request #101 from joshuapaling/master More... almost 12 years ago
Corrected error where $phpThumb->config_output_format doesn't always get set to the file extension, if there is a '.' earlier in the file path. More... almost 12 years ago
Merge pull request #96 from simkimsia/master More... about 12 years ago
Add in documentation on how to run unit tests for Models which use MeioUpload 4.0 in the README.markdown More... about 12 years ago
Add in the uploadCheckHttpPost(&$model, $data) function for custom validation. More... about 12 years ago
Refactor the check for is_uploaded_file in _copyFileFromTemp function into a standalone cakephp validate check. More... about 12 years ago
When running testsuite on models that actAs MeioUpload, the validation fails in uploadCheckDir. Reason is because the code uses is_dir which assumes that the current working directory is WWW_ROOT. in testsuite, chances are that the current working directory can be APP or the project root. So we need to change the current working directory to WWW_ROOT should it not be WWW_ROOT at this point. More... about 12 years ago
Add more meaningful error message in _copyFileFromTemp function. If is_uploaded_file check fails, we want to return an error message informing of a failure to use HTTP POST method to upload this file. More... about 12 years ago
Change $this->settings to $options in the uploadCheckDir function when failure to create folder to store image More... about 12 years ago
Merge pull request #94 from GunioRobot/clean More... over 12 years ago
Remove whitespace [Gun.io WhitespaceBot] More... over 12 years ago
Fixed duplicated slash in folders and making paths with full path. Fixes #93 More... over 12 years ago
Updated the path in readme. More... over 12 years ago
Merge pull request #91 from jdbartlett/master More... over 12 years ago
CakePHP 2.0 compatibility More... over 12 years ago
Fixed the directory in the readme. More... almost 13 years ago
Merge pull request #83 from CauanCabral/master More... almost 13 years ago
Merge branch 'master' of git://github.com/jrbasso/MeioUpload More... almost 13 years ago
Fix implementation of file and folder permission More... almost 13 years ago
Merge pull request #80 from CauanCabral/master More... about 13 years ago
Support custom permissions for folder and files More... about 13 years ago
update calls to Form Helper, $form is depreciated More... over 13 years ago
Removed condition that check if options[allowedExt] is empty, since it doesnt exists at version 3.0. More... over 13 years ago