Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Dec 2009 at 06:39 UTC
Updated:
16 Apr 2023 at 18:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jittiang commentedComment #2
jittiang commentedUpdate.
Comment #3
avpadernoComment #4
jittiang commentedUpdate.
Comment #5
jittiang commentedSorry about my mistake. this upload file is 100% complete and follow coding standards.
Please review my module.
Regards.
Comment #6
avpadernoStrings used in user interface should have the first word in capital case, and the other words in lower case (with the exception of proper nouns, adjectives derived from proper nouns, and acronyms).
The field doesn't use the attribute .
Replace any occurrence of with .
There should not be the need to check that value (which could not be present), if the code would use two different submission functions (one for the form, and one for the button .
Isn't
SplFileObjecta PHP 5 class?The code should use the Drupal Unicode functions.
The code should delete the Drupal variables whatever values they have.
Comment #7
jittiang commentedThank for you review.
I corrected my code that you advised.
Please review it again, Thank you very much.
Comment #8
avpadernoIn the coding standards there is also a part about the namespace respect, which reports the correct names to use to avoid conflict with other modules. What I reported about using Drupal Unicode functions is still true; those functions are still not used from the code.
Comment #9
avpadernoI would rather change the name of the module. As it is now it is too generic; it would better to name it dict_siam.module, in example. Anyway, this is not something that block the module from being accepted.
Comment #10
jittiang commentedCorrected all code you advised and change module name to siam_search.module.
Thank you.
Comment #11
avpadernoFiles available from third-party sites should not be included in Drupal.org CVS. In Drupal.org CVS the only accepted files are the ones licensed under GPL license v2+; compatible licenses are not accepted (the dictionary files are licensed under GNU LGPL).
See the Drupal coding standards to understand how a module code should be written. In particular see the namespace respect; I have already reported this in comment #8, but still the code doesn't respect the namespace.
Comment #12
jittiang commentedSorry about mistake. Now remove all dictionary from module and fixed namespace.
Comment #13
avpadernoThe code depends on PHP 5, but it doesn't declare its dependency from it.
I apologize for the delay in approving this application.
Comment #16
avpaderno