Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2011 at 17:32 UTC
Updated:
24 Oct 2011 at 08:00 UTC
A feature defining fields, views, rules, services for App store distribution.
http://drupal.org/sandbox/konforti/1285312
git clone --branch master http://git.drupal.org:sandbox/konforti/1285312.git
It's a Drupal 7 module.
Thanks.
Comments
Comment #1
patrickd commentedPlease do not push into the master branch, follow the instructions on naming conventions here:
http://drupal.org/node/1015226, git branching: http://drupal.org/node/1066342
Your readme is a little too short, you should explain about how to use it etc.
also it should be named README.txt
regards
Comment #2
konforti commentedI added some information to the README.txt and fix it.
I pushed it to the 7.x branch now.
git clone --branch 7.x http://git.drupal.org/sandbox/konforti/1285312.git
Thanks.
Comment #3
konforti commentedComment #4
patrickd commented"7.x" is for core releases.. you still not understanding the naming conventions, it has to be eg. "7.x-1.x".
delete the wrong branch with
Comment #5
konforti commentedI fixed branch name to 7.x-1.x.
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/konforti/1285312.git
Thank you.
Comment #6
z.stolar commentedThe problem with distributions is that it needs to be a first class project in order to be thoroughly tested. As far as coding standards, naming conventions etc, this project passes validation.
We need it out in the open so we can let people join the initiative of app stores in Drupal. Please see (and join!): http://groups.drupal.org/node/175329 and http://groups.drupal.org/open-app-standard
Comment #7
gregglesI tried to review this today but it's a bit hard since it's largely (completely?) exported code. There are really two things I can review: README.txt and project page which both felt lacking.
http://drupalcode.org/sandbox/konforti/1285312.git/blob/refs/heads/7.x-1...
Please take a moment to make your README.txt follow the guidelines for in-project documentation.
http://drupal.org/node/1285312
Please take a moment to make your project page follow tips for a great project page.
Comment #8
konforti commentedWe fixed the README.txt and the project page as suggested.
Comment #9
klausi* lines in README.txt should not exceed 80 characters
* info file: does Features create the "datestamp" property? normally this is added by drupal.org packaging.
Otherwise looks good to me.
Comment #10
konforti commentedFixed the README.txt (80 characters per line).
The datestamp is created by Features module, yes. It's seems to works fine as it in the "commerce downloads feature" http://drupalcode.org/project/commerce_downloads_feature.git/blob_plain/...
Thanks.
Comment #11
rfayGit vetted user role granted! Thanks for your contributions and future contributions! Thanks to the reviewers, and thanks all for your patience with this process (we hope to make it easier soon).
Comment #12
konforti commentedThank you all, for your time and effort.