I am trying to upload a .module and .info file to an issue but it fails and seems not to be an allowed file suffix.

While most of the attached files in an issue are .patch files you sometimes would like to propose a new module to a project and this would be great.

PS. They're only just plain old text files :-P DS.

CommentFileSizeAuthor
translation_review.test12.45 KBztyx

Comments

samirnassar’s picture

The way to propose a new module to a project is as a patch.

ztyx’s picture

Status: Active » Closed (won't fix)

A, taking into account what you just said and reading this ("Adding/Deleting files"), I now know what to do. Thanks!

ztyx’s picture

It is sad to say, but adding and deleting files in patches in CVS was too messy for me. Especially since I wanted to create file structures with folders etc... The documentation does not explain how to do that.

What I ended up doing was to put the new files in a .tar.gz-file and attach that one instead. Worked like a charm and everyone are happy (except maybe the people trying to prevent me from uploading non-patch-files!)!

oadaeh’s picture

Under the "The command" heading of the page you referenced there is documentation about doing a recursive patch. Following that is documentation about adding new files. Combine those two and you should get what you want.