Installation profiles in Drupal allow replacing Drupal logo with a custom logo, relevant to the installation profile. Acquia does it in Acqua Drupal. We use the same thing in Tattler (app). Bottomline: installation profile can legitimately have a logo file in the installation profile folder.

However, CVS infrastructure does not allow committing png or jpg files. It gives error message:

** The only file types allowed in contributions/profiles are .profile

Which is an issue, because profile folder is checked into CVS, so it is hosted on drupal.org and then logo is not and we are either forced to check the same folder both in d.o. CVS and in our own SVN (messy) or not check in the logo anywhere (even worse).

Please allow checking in png and jpg images under contributions/profiles

Thank you

Comments

irakli’s picture

Title: contributions/profile should allow committing png and jpg files. » contributions/profiles should allow committing png and jpg files.
febbraro’s picture

I also have the same problem with the install profile for OpenPublish. We would like to add a logo and possibly a Drush Make (.make) file.

avpaderno’s picture

Title: contributions/profiles should allow committing png and jpg files. » Contributions/profiles should allow committing png and jpg files
Category: bug » feature
Status: Active » Fixed

Basing on #779476: Remove commit restrictions for installation profiles, and http://groups.drupal.org/node/85194, there are no restrictions anymore. I am marking this report as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Component: CVS » Other