Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Mar 2011 at 10:04 UTC
Updated:
31 Aug 2018 at 17:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonym commentedLink to sandbox: http://drupal.org/sandbox/Anonym/1102508
Comment #2
avpadernoComment #3
restyler commentedI've taken a quick look at your code. It's ok, but there are some issues with formatting (4 spaces instead of 2).
Use Coder module to see your code formatting problems.
Comment #4
restyler commentedI also have some concerns on 'use adminer without login' feature.
can you please explain how it works? it's important to be 100% sure that it's not a security issue.
Comment #5
Anonym commentedThank you for your reply.
I'll working with code formatting and commit changes to the sandbox.
Subjectively, I think that the permission 'use adminer without login' is safe. Transfering login and password to Adminer occurs only in module (plugins/drupal.inc).
In summary:
// Get info about the database (AdminerDrupal ())
if ($this->access = user_access('use adminer without login')) {
$this->db = Database::getConnectionInfo();
}
// Return host, username and password in Adminer loader (credentials ())
// detailed in the documentation https://github.com/vrana/adminer/blob/v3.2.1/adminer/include/adminer.inc...
if ($this->access) {
return array($this->db['default']['host'], $this->db['default']['username'], $this->db['default']['password']);
}
Comment #6
dave reidSee our repository usage policy, specifically "DO NOT include code from a non-Drupal project in the repository."
Looks like a lot of the files that are easily downloadable from http://www.adminer.org/ are included in the Git sandbox repository.These should be removed from the module, and instead provide instructions to users to download them. The libraries API offers a way to do this that many projects use.
Comment #7
tim.plunkettClosing, feel free to re-open if this was a mistake.
Comment #8
Anonym commentedPlease recheck module. I fixed all issues.
Comment #9
klausiYou need to set the status to "needs review" if you want to get a review. See also http://drupal.org/node/532400
We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Comment #10
Anonym commentedComment #11
caiovlp commentedHello,
It looks good. I noticed a couple of lines that are way over 80 characters and could have been broken down, but I don't see that being an issue.
I would only recommend you to create a branch and set it as default.
http://drupal.org/node/1127732
http://drupal.org/node/1659588
Regards,
Caio
Comment #12
klausiMinor coding standard issues or git branch naming problems are not application blockers.
Comment #13
Anonym commentedI'm created a branch and set it as default
Comment #14
drupwash commentedHi, I have installed all the plugins as you mentioned, but I have got an error.
You have encrypted code in adminer.3.4.0.php so it is hard to say why, I'm getting this error.
Comment #15
miksan commentedIn order to help users that just installed the module please provide:
A configure link (in adminer.info):
configure = admin/config/development/adminer/settingsA help function (in adminer.module):
Comment #16
Anonym commenteddrupwash: I could not repeat this error. Please tell me what you did and what your system configuration.
miksan: I'm added hook_help and 'configure' to .info. Thank you.
Comment #17
duozerskHey everyone,
I have just reviewed this module code (my first review ever) and here are the results:
Here are some minor enhancements:
These are definitely not the showstoppers, so I'm marking it as "reviewed and tested by the community".
Side note: after approving and closing this one we need to close another application review from the same developer (http://drupal.org/node/1676282) - appears that he just didn't notice the rule that there should be only one application review per user open at the same time.
Thanks
AndyB
Comment #18
Anonym commentedduozersk: Thank you for review.
Comment #18.0
Anonym commentedReopen with new adminer version
Comment #18.1
Anonym commentedAdded reviews
Comment #18.2
Anonym commentedReviews
Comment #19
Anonym commentedI wrote three reviews.
Comment #20
chx commentedComment #21
patrickd commentedThanks for your contribution!
chx has updated your account to let you 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 get 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 #22.0
(not verified) commentedReview
Comment #24
avpaderno