the files in this project are stored in a DOS format. appears that they are edited with a microsoft -based editor, and left in the default encoding. the coding standards for drupal modules dictates a unix format.

i ran across this because when patching the modules/filefield.inc , the patch fails. when the file is re-encoded to unix, the patches apply successfully.

@deciphered, if you could re-save your master project files in unix format, that would sort this out

thanks!

Comments

drzraf’s picture

Status: Needs work » Needs review

.module is now in unix line format,
for the others, it should be as simple as :
dos2unix dragndrop_uploads.css dragndrop_uploads.info dragndrop_uploads.js README.txt CHANGELOG.txt

drzraf’s picture

a chmod 644 for files would nice too