Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 Nov 2013 at 13:11 UTC
Updated:
4 Jan 2014 at 22:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yogeshchaugule8 commentedComment #2
th_tushar commentedI think there are some warnings generated from pareview which should be fixed.
There is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588
./commerce_attributes_date.module: all functions should be prefixed with your module/theme name to avoid name clashes. See http://drupal.org/node/318#naming
function date_options_list($field, $instance, $entity_type, $entity) {Coder Sniffer has found some issues with your code (please check the Drupal coding standards).
Comment #3
yogeshchaugule8 commentedThanks th_tushar for your review.
I've already pointed that The module implements hook_options_list() for date module, which can't be avoided.
And the rest are warnings about line exceeding 80 characters, I've already fixed where ever possible, the remaining are can't be fixed on specified lines.
Comment #4
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #5
yogeshchaugule8 commentedComment #6
xiukun.zhou commented1. add option configure to commerce_attributes_date.info
2. when uninstall remove variable in includes/commerce_attributes_date.admin.inc
hook_uninstall(add commerce_attributes_date.install file)
There is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 in http://drupal.org/node/1127732
The following git branches do not match the release branch pattern, you should remove/rename them. See http://drupal.org/node/1015226
Review of the 7.x-1.x-dev 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. You have to get a review bonus to get a review from me.
Source: http://pareview.sh/ - PAReview.sh online service
Comment #7
yogeshchaugule8 commentedthanks xiukun.zhou for your review.
I've updated the changes and following are the Reviews of other projects:
[D7] Link Meta Display Filter
[D7] Upcoming Content
[D7] Marconi
pareview link : http://pareview.sh/pareview/httpgitdrupalorgsandboxyogeshchaugule2147095git
Below issue from the pareview.sh can't be fixed, because that is what is required for this module to complete functionality and allowing date as an attribute in Commerce Product Variation, rest all other warnings/issues are fixed from pareview.sh.
Comment #8
yogeshchaugule8 commentedComment #9
yogeshchaugule8 commentedComment #10
yogeshchaugule8 commentedI've updated code changes in module and after reviewing 3 other projects given tag as "PA Review : Bonus".
Other reviews I've done:
#7
Comment #11
cellar door commentedFollowing the instructions in the readme I created a date field on the product type, set it to be a select widget, set it to appear on the add to cart form, and once creating multiple products and referencing them on a product display I see the select box but no values inside it. Tried changing to radio to see if that helped and it didn't show. Any steps I'm missing in testing? If I can get it to show I'd set as RTBC as I think this is an interesting feature to have in the commerce world
Otherwise the code is clean in terms of coder module and coding standards (great use of dependencies as I was able to just install via drush easily).
Comment #12
yogeshchaugule8 commentedHi Cellar,
Thanks for your review.
Have you configured module settings by going to configuration page "sitename.com/admin/commerce/config/extra-attributes" of module? You will basically need to configure product reference field machine name there.
Comment #13
cellar door commentedYes I've tried all the various settings within the product display/product variation I can think of. The install is just a straight install then did a drush en on your module with all the dependencies installed. The field settings on the admin page for the Date Attribute are as you recommend yet I still am getting a blank select box on my add to cart form I'll include snapshots in my next comment of all the relevant settings pages so you can inspect my setup and see if the issue is on my end or on the module (this way they're not part of the issue's included files).
Comment #14
cellar door commentedDamn new issue system - looks like I have to add them directly to the issue itself. Here they are:
Comment #15
yogeshchaugule8 commentedThanks Cellar, will check the configuration as per screenshots provided by you and try replicating in my local.
Thanks.
Comment #16
yogeshchaugule8 commentedHi Cellar,
Thanks for your input. Yes the issue was actually because of Date field without end date of type Date/Date (ISO format). I didn't checked the date/date (ISO format) before with date field without end date. I was always using date field with end date. And for date field without end date I was mostly using Date (Unix TimeStamp) type field.
I've updated code and checked all conditions and all these are working fine.
Thanks again.
Comment #17
klausimanual review:
But that are not critical application blockers, so I guess this is RTBC. Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Assigning to sreynen as he might have time to take a final look at this.
Comment #18
klausino objections for more than a week, so ...
Thanks for your contribution, yogeshchaugule8!
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 #19
yogeshchaugule8 commentedThanks klausi for your input.
I've already made following changes in code:
I''ll update the code for this: