Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2013 at 11:44 UTC
Updated:
21 Dec 2013 at 22:10 UTC
Jump to comment: Most recent
Comments
Comment #1
andypostcode style http://pareview.sh/pareview/httpgitdrupalorgsandboxrosk02141983git
Comment #2
neerajskydiver commentedCan you fix warnings from parewiew.sh
Comment #3
rosk0All warnings fixed, except one about function relation_endpoint_field_entity_dependencies(). This is implementation of hook_field_entity_dependencies for relation_endpoint module, which is submodule and requirement of relation module. I can't rename it and moving it to separate module looks foolish for me.
Comment #4
rosk0Added links to reviewed project applications.
Comment #5
andypostNot sure I get #3:
Module name is relation_services
Implements hook_entity_dependencies().means that function should be named:relation_services_entity_dependencies()notrelation_endpoint_field_entity_dependencies)_Comment #6
rosk0@andypost: Module relation_services implements hook_field_entity_dependencies(not hook_entity_dependencies) for relation_endpoint field. This hook is triggered only for module that created this field, which is relation_endpoint. Better now?
Comment #7
andypostIn this case you have to use
hook_module_implements_alter()to inject own implementation because your module could have collision withrelation_endpointif that one will implement this.Also doc-block should be fixed to right hook name
Comment #8
andypostBut the better way is to file issue to
relation_endpointmodule queue to implement the hook where it belongsComment #9
rosk0Agree.
Filed an issue #2146929: Add implementation of hook_field_entity_dependencies() to relation module and removed this hook implementation from my module.
Comment #10
th_tushar commentedExcept the renaming of function "relation_endpoint_field_entity_dependencies", everything looks fine.
Comment #11
klausiThank you for your reviews. When finishing your review comment also set the issue status either to "needs work" (you found some problems with the project) or "reviewed & tested by the community" (you found no major flaws).
manual review:
Looks good to me otherwise! Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to chx as he might have time to take a final look at this.
Comment #12
klausino objections for more than a week, so ...
Thanks for your contribution, RoSk0!
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
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.
Thanks to the dedicated reviewer(s) as well.
Comment #13
rosk0Thanks, Klaus!
This the best gift fir my upcoming birthday!