Needs review
Project:
Drag'n'Drop Uploads
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2011 at 10:04 UTC
Updated:
30 Jul 2011 at 16:11 UTC
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
Comment #1
drzraf commented.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.txtComment #2
drzraf commenteda chmod 644 for files would nice too