I wrote lots of Drupal modules, some published somewhere on the net, others only half-completed, but some are getting ready to be published on drupal.org..
The first module I think it is ready to be given to the community is poweradmin, a tool to administer PowerDNS (http://powerdns.com/) for which I'm planning to write also an integration module for the AEgir Drupal hosting system..
The first module I think it is ready to be given to the community is poweradmin, a tool to administer PowerDNS (http://powerdns.com/) for which I'm planning to write also an integration module for the AEgir Drupal hosting system..
There is a current development snapshot available at:
http://stuff.hackzine.org/drupal-modules/poweradmin_20091230-003926.tbz2
The code is almost clean, I promise I'll clean it to pass code-style.pl before publishing it.. :)
Best regards,
Samuele ~redShadow~ Santi
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | poweradmin-6.x-0.x-dev_1262225710.tar_.gz | 21.41 KB | -redShadow- |
| #4 | poweradmin-6.x-0.x-dev_1262224486.tar_.gz | 19.22 KB | -redShadow- |
| #1 | poweradmin_20091230-003926.tar_.gz | 26.5 KB | -redShadow- |
Comments
Comment #1
-redShadow- commentedI'm attaching the source code
Comment #2
avpadernoThe code should use
db_distinct_field(). Reserved words should be written in upper case (seeCOUNT()).It would be better to use
db_query_range()to limit the number of returned results to 1.The function
t()doesn't show anything to the user; its purpose is different.Comment #3
-redShadow- commentedI'm gonna fix that. For the table name issue: these tables absolutely needs to have these names, without prefix, since PowerDNS expects to find tables with exactly these names..
UPDATE: Found the way to configure the queries in the PowerDNS configuration file. I'm gonna fix the table name problem too
Comment #4
-redShadow- commentedFixed the issues described in #2
Comment #5
-redShadow- commentedSorry, I posted an older version :) This is the latest one
Comment #6
avpadernoI already reported to redShadow in IRC the little changes he could do; there is nothing that could stop this application approval, anyway.
Comment #8
avpaderno