Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
distribution/profile
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2012 at 12:25 UTC
Updated:
7 Sep 2025 at 12:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
klausiThe response time for a review is now approaching 4 weeks. Get a review bonus and we will come back to your application sooner.
Comment #2
wesleydv commentedComment #3
wesleydv commentedarray_merge(): Argument #2 is not an array install.inc:1165Comment #4
betawerk commentedThank you for all the replies.
We were not aware of the fact that a installation profile should be a complete Drupal install folder. Thanks for clearing this up!
We will be updating the profile tomorrow.
Comment #5
wulff commentedRe: the first point in #3: This is not entirely true, AFAIK.
An install profile project needs to contain the project-specific modules and themes as well as a .make file which the d.o packaging script can use to build the distribution (i.e. pull in the necessary contrib modules and third party libraries). See http://drupal.org/node/642116 for more information on how to package a distribution (and take a look at a project like COD for a working example: http://drupalcode.org/project/cod.git/tree/refs/heads/7.x-1.x).
A few minor nitpicks:
.makefile to pull in the external libraries instead of including them in the repository..DS_Storefile in the repository and add it to your.gitignore.Comment #6
betawerk commentedThanks again for the comments. So if I'm right, I can just create a .make file with all the needed versions of modules in it. (including the latest release of Drupal). Do I need to use Drush Make or can i just type a .make file?
Comment #7
betawerk commentedThe profile is updated. The included .make file generates the Drupal folder and downloads all necessary modules. We are looking for reviewers so we can share the project to the public!
Comment #8
betawerk commentedProject is updated and ready to go. All review are welcome!
Comment #9
Auke Rick commentedPlease check: http://ventral.org/pareview/httpgitdrupalorgsandboxbetawerk1416280git
Comment #10
betawerk commentedLot's of the errors are caused by the colorbox library, so i included the library within the .make file. New version pushed!
Comment #10.0
betawerk commentedNieuwe version uploaded to Sandbox page.
Comment #11
patrickd commentedStill lots of major issues left (master branch, readme missing, ...)
Avoid putting 3rd party code or modules directly into your profile.
Please only switch back to needs review when the majority of errors are solved
You can use ventral.org/pareview to recheck yourself, if you got any questions on that please ask.
Comment #12
betawerk commentedWe have added the readme.txt, changed a lot of code and added some extra gitignore files. Only one problem when we are trying to create a branch or even upload in the master we receive the following error.
How is this possible?
Comment #13
betawerk commentedAnd suddenly after twenty tries it works again. Created branch 7.x-1.x.
Still receiving the message about DS_Store while in every folder there's a .gitignore with DS_Store* in it.
Is there an other way of removing the DS_Store files?
Comment #14
patrickd commentedI think files that are already "git add"'ed wont be ignored afterwards. doing "git rm" on these files should work, I think
Comment #15
betawerk commentedThanks! Git rm did the job.
-----------------------
Readme.txt added
New branch 7.x-1.x added
Fixed Coder warnings
Removed .DS_Store
Comment #16
ricovandevin commentedI reviewed the code for this installation profile and could not find any major issues. Some small things I found include
I've not yet been able to test the installation profile. I'll do so as soon as possible.
Comment #17
betawerk commentedHi rvdvin,
Tnx for reviewing! I changed the text indent on the first three pages and removed the development code.
Comment #18
betawerk commentedAlso fixed the text indent for the tpl.php files!
Comment #19
ricovandevin commentedTested the installation profile. No problems found.
Comment #20
klausiYou have not listed any reviews of other project applications in your issue summary as strongly recommended here: http://drupal.org/node/1011698
There are still files other than README.txt in the master branch, make sure to remove them. See also step 5 in http://drupal.org/node/1127732
Review of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
manual review:
Comment #21
betawerk commentedTnx for the review klausie,
I have a few questions/reactions:
print file_create_url(theme_get_setting('sublogo_path'));in the page-front.tpl.php?Tnx in advance!
Comment #22
betawerk commentedFixed pareview errors.
Please review and does somebody now how to fix
and
Tnx! We would really like to make the profile public.
Comment #23
Auke Rick commentedI don't think the error from pareview is a major issue. Can't find any other issues.
Comment #24
klausiBut that are just minor issues, so ...
Thanks for your contribution, betawerk! Welcome to the community of project contributors on drupal.org.
I've granted you the git vetted user role which will let you promote this to a full project and also create new projects as either sandbox or "full" projects depending on which you feel is best.
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
As you continue to work on your module, keep in mind: Commit messages - providing history and credit and Release naming conventions.
Thanks to the dedicated reviewer(s) as well.
Comment #25
betawerk commentedTnx Klausi!
We will be keeping an eye on the project application list and try to review as much application as possible!
Comment #26.0
(not verified) commentedSuperfish error
Comment #27
avpaderno