Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
16 Sep 2009 at 11:45 UTC
Updated:
7 Oct 2019 at 07:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
maureen commentedAttached is the module.
Thanks.
Comment #2
avpadernohook_init()is not called for cached pages; depending on the case, this could create problems.The code should use
module_load_include(), the instruction is looking at the file in the Drupal root directory (which is the current directory set when Drupal makes a full bootstrap), but the file is in the module directory.The string used as title, or description should have the first word in capital case, and the others all in lowercase.
Drupal coding standards suggest which functions a module should use.
Comment #3
avpadernoComment #4
pasqualle1, 2, 3 are not valid reasons. You would reject most of the d.o modules and even Drupal core, if you want to reject modules based on those rules
4 and 5 could be just mentioned, as there is no work with that, and the application approved
Comment #5
avpadernoIsn't to remove files a work?
Applicants need to show they have a minimum knowledge of the Drupal API; not using a function that Drupal makes available doesn't show the applicant knows the functions made available from Drupal.
Comment #6
pasqualleno. she does not need to commit the files. So it is actually a less work.
I think this module clearly shows that the applicant has a good knowledge of the Drupal API. You do not need to fix every minor issue when you are reviewing a CVS application. I can give you any number of examples from major modules where those 3 points are not followed, so it is not something you have to demand before accepting an application..
Comment #7
avpadernoI apologize if I, by any chances, I used the male pronoun referring to maureen.
@Pasqualle: Why don't you let the applicant talk? I don't think she needs a translator.
Comment #8
maureen commentedThank you for the review, Alberto.
I'll work on the changes and post a new version soon.
Comment #9
pasqualleFrom reading the handbook pages about handling the CVS application, I think I have the right to review an application, and can talk if something is wrong with the process.. This application should have been approved without questions, it was ready at the first post..
Comment #10
pasqualleif we could follow the off topic problem on this issue #579026: CVS application handling, that would be great
Comment #11
avpadernoIn a CVS application, the topic is the CVS application; if you want to write a comment, then you should write a review of the code.
If the applicant doesn't understand what reported, then the applicant should ask more information. There is no need for a third person to ask something that the applicant could ask. Also, if the applicant doesn't ask, I would get that s/he understood what I report; reporting that you don't understand what is reported is not needed (and it doesn't help the CVS application).
Comment #12
pasqualleI think I many times said that the application is good, that means the code is good, that means I made a review. Please do not add any more comments about this here. There is always a need for third person in case of injustice..
Comment #13
maureen commentedAttached is a new version. I believe I have addressed the five issues raised.
Thank you,
Maureen
Comment #14
avpadernoYou should do the same.
Comment #15
avpadernoThe strings passed to
t()are empty.Comment #18
avpaderno