Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2015 at 16:25 UTC
Updated:
8 Oct 2016 at 08:04 UTC
Jump to comment: Most recent
Comments
Comment #2
beakerboyComment #3
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxBeakerboy2623020git
We 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 #4
ItangSanjana commentedAutomated Review
http://pareview.sh/pareview/httpgitdrupalorgsandboxbeakerboy2623020git
Note that perfect adherence to Drupal Coding Standard is NOT a reason to block an application, except for total disregard of them. However, modules should follow them as closely as possible.
Manual Review
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #5
beakerboyAll pareview issues have been fixed.
Comment #6
beakerboyComment #7
beakerboyComment #8
beakerboyComment #9
ItangSanjana commentedHi, why don't you declare ledger as a dependency as well? I don't know if this is important or not, but my drush 5.10.0 stating
"Module ledger_reports cannot be enabled because it depends on the following modules which could not be found: ledger_transaction [error]."If you declare ledger, drush also can install fraction needed by ledger_transaction.
But RTBC to how the module works.
Comment #10
beakerboyI didn't want to overspecify my dependencies. This depends on Ledger Transaction, which already depends on Ledger and Fraction. Do I NEED to specify it if one of my dependencies already specifies it? No big deal either way. Thanks for testing!
Comment #11
beakerboySo if this has been reviewed and tested...What's next?
Comment #12
beakerboyComment #13
beakerboyComment #14
klausimanual review:
Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #15
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #16
beakerboyI've fixed some of it, but not all yet. (real life stuff). I'm planning on continuing to chug away at it. Geez, it takes y'all two months to review it, but I get only one month to fix the problems?
Comment #17
PA robot commentedClosing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #18
beakerboy@klausi,
Regarding the notes.
1: Added more details to the page.
2: Moved to use only as needed.
3: Moved each page to it's own .inc file.
4: done.
5: done.
6. Thanks for noticing those, done.
7: The $year variable was passed through
intval()before it gets added to the SQL, so it's not a security issue, but not up to standards. Regardless, I changed it.8: Strange...it seemed to be working the way it was, but it's fixed.
9. I'll have to read more into the this. The module that this piggybacks onto has a list of actions. You're correct in that they are all "add a new account" or "add a new transaction". I took this as a menu list and added a "view reports" to the list. I'll have to figure out the best way to make this link noticable, but still follow the guidelines.
10: I thought the 'table' type automatically called
check_plain(), my mistake.Most of the others have been fixed. I'll be double-checking everything and re-opening the issue soon.
Comment #19
m.stentaGreetings all - I am the creator/maintainer of the Ledger module, which this project seeks to extend. I would love to see this module promoted to a full project - it provides a great set of reports on top of the Ledger module's double-entry bookkeeping data.
I spoke with @Beakerboy via email about point #9. I agree with @klausi that it is not the right way to go about it. For the time being I think it can just be removed. I will help @Beakerboy set up links to the reports in hook_menu() - but I don't think it needs to hold up further review - the module works as expected.
@Beakerboy: please remove the implementation of hook_menu_local_tasks_alter() and I will change to RTBC.
Comment #20
beakerboyThe function has been removed and all other issues have been addressed. Thanks for the suggestions everyone.
Comment #21
m.stentaThanks @Beakerboy! Looks good to me! I say this is ready for promotion.
Comment #22
misc commentedThanks for your contribution, Beakerboy!
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.