Description:
Very simple module that provides a content type with 2 default fields: a textfield and expiry date. When a node's expiry date has elapsed, the node is automatically deleted by cron. This could be useful for securely sending sensitive information, such as passwords, instead of sending them by email where they are archived indefinitely. Useful for support/issue tracking Drupal sites.
Inspired by x•change, by Matt Gaidica. https://gaidi.ca/x/
Clone:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/openloop.ie/2398249.git
Comments
Comment #1
openloop.ie commentedComment #2
openloop.ie commentedComment #3
codesidekick commentedAutomated Review
http://pareview.sh/pareview/httpgitdrupalorgsandboxopenloopie2398249git There are hundreds of minor formatting issues here that must be fixed. Please follow Drupal best practise for tab indenting, function commenting and file commenting. It's a great opportunity to learn about coding standards and configure your editor - it shouldn't take you too long to fix these up.
You can check out Drupal core modules such as node.module for an example on how you need to add comments above every function and every file and the formatting of the code
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.
This review uses the Project Application Review Template.
If this module was rewritten to use Field API or Entity API to make any Entity on a Drupal site expire it would be much more useful than it currently is.
As it stands, as brutal as it might sound, this module needs to be greatly re-written to take advantage of the extensibility of Drupal. At the moment it's too single purpose and single focus and wouldn't integrate well with existing sites (which is where modules are generally installed.
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
codesidekick commentedComment #6
drplThe 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 #7
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.