Closed (duplicate)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Mar 2010 at 20:30 UTC
Updated:
2 Nov 2018 at 14:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikedance commentedAttached is the jquery meerkat module
Comment #2
mikedance commentedAttached is the views_coda module hosted at:
http://github.com/mdance/viewscoda
I am also looking for a themer to provide some better default styling for this module, as currently it uses the jquery styling.
There is also a bug in the jquery plugin which does not calculate the width properly for the Dynamic Tabs. It is pretty minor and can be fixed manually by setting a width in CSS, but I have sent a request to the jquery plugin author for help addressing this issue.
Comment #3
avpadernoWe just review a module / theme per applicant. Please choose the ne you want reviewed and let us know.
Comment #4
mikedance commentedPlease review the meerkat module
Comment #5
avpadernoHello, and thanks for applying for a CVS account. I am adding the review tags, and some volunteers will review your code, pointing out what needs to be changed.
As per http://drupal.org/cvs-application/requirements, the motivation message should be expanded to contain more details about the features of the proposed module, and it should include also a comparison with the existing solutions.
Comment #6
mikedance commentedThanks Kiamlaluno...
The meerkat module acts as a wrapper around the jquery meerkat plugin by providing the ability to create defaults, and then configure the meerkat functionality for nodes, it also provides an API so the meerkat functionality can be applied anywhere php can be included. The meerkat functionality is an improved "suckerfish" popup useful to emphasizing important notifications like sales, system notices, etc.
The views coda module is a views 2 style plugin to act as a wrapper around the jquery coda plugin. The jquery coda plugin provides functionality similar to the views slideshow module, with paging, navigation, animation, etc.
I would also about to release a twitter wall module which will provide functionality similar to:
http://fixoutlook.org
Comment #7
avpadernoComment #8
avpadernoI will review the code tomorrow morning.
Comment #9
avpadernoThe code could delete variables used by a module whose name starts with meerkat_ (there is no rules that blocks somebody from creating a module named meerkat_addons, in example).
I would rather remove those messages; they simply report to who disabled the module (or enabled it) that the module has been disabled (or enabled). Those messages would make more sense if they would report, in example, that the node permissions must be rebuild.
Such code is not used from any Drupal core modules, which don't check first the result returned by
db_query();db_fetch_array()(as well asdb_fetch_object()) is able to handle the case the passed parameter the booleanFALSE.l()should not be used togethert(); see the documentation for t(), which reports such code as wrong code.The code is not formatted as it should; the space after the opening parenthesis, or before the closing parenthesis in the control statements are not required.
I checked only the merkat.module code.
Comment #10
avpadernoThere have not been replies in the past week. I am marking this application as .
Comment #11
avpaderno