Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2012 at 14:55 UTC
Updated:
6 Oct 2012 at 11:15 UTC
This small module does nothing on its own, it's just a common development base for other modules development. The utility module is a collection of utility useful for the module developer. It works on Drupal 6. Feel free to inspect the code and modify it. Send me a patch if you want.
Included Classes:
* GDate: a class for date management
Most Important Included Function:
* glog: a function for logging into the ErrorLog file
* utility_bigintval: intval substitute for number >= 2147483647
none
Actually none
Sandbox: http://drupal.org/sandbox/g4b0/1525564
Git: git clone http://git.drupal.org/sandbox/g4b0/1525564.git
Comments
Comment #1
kaido.toomingas commentedYou shoud also check this automated test for coding style. http://ventral.org/pareview/httpgitdrupalorgsandboxg4b01525564git
Comment #2
kaido.toomingas commentedNeeds work
Comment #2.0
kaido.toomingas commentedModified git path
Comment #3
g4b0 commented@kaido24
I think I've solved the issue you stated, isn't it?
Comment #4
patrickd commentedYou need to change the status back yourself as soon you think you're done.
Please read about the project application workflow.
Comment #5
g4b0 commentedOk, thanks :)
Comment #5.0
g4b0 commentedProject page update
Comment #6
brazorf commentedHey there
Integration
It seems like the module itself needs more work to be useful to drupal developers, it just provides an empty test menu entry.
How did you think to integrate those external libs with drupal itself?
Licensing
Next, i think you should provide a license (GPL compliant) to the external libraries. See http://drupal.org/licensing/faq.
Furthermore (but this is just for my personal knowledge), what the gdate library is supposed to add to standard php DateTime functions?
Code lenght requirements
Finally, check code length requirements: lower bound is 120 lines, i think this limit is apart from external libs.
From http://drupal.org/node/1011698:
Comment #7
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #7.0
klausiAdded new info