This project includes a simple API interface to a new social networking tool called matchchat.
There are currently no modules developed to link to the matchchat api.
Once signed up to matchchat.co.uk, the user will be directed to download the Drupal module to integrate it on their site.
Sandbox project listed https://drupal.org/sandbox/chrisscudder/2012552
git clone http://git.drupal.org/sandbox/chrisscudder/2012552.git matchchat
Reviews of other projects:
https://drupal.org/node/2021561#comment-7548443
https://drupal.org/node/2021465#comment-7548339
https://drupal.org/node/2021603#comment-7548287
Comments
Comment #1
Darth Raven commentedSome issues:
function matchchat_uninstall()
Use variable_del() to delete variables so they will be remed from the cache and global $conf array
matcchat.module:
As the value returned by matchchat_block_html() is put into $block['content'] you dont need to return an array containing
'content' element, just return it like this:
<?php
Comment #2
chrisscudder commentedCode updated and pushed to GIT.
Comment #3
zestagio commentedHi,
matcchat.module:
You are initialise library JS on all pages, including those for which it is not used. Initialise library only when it is actually used.
Comment #4
chrisscudder commentedThanks for the review, I have attached the library to the block render array so this is only added when the block is rendered on the page. This is the only time this library is required.
Comment #5
chrisscudder commentedComment #6
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 #7
RavindraSingh commentedit seems good.
Comment #8
chrisscudder commentedAdded 3 manual reviews.
Comment #9
klausimanual review:
But that are not blockers, so ...
Thanks for your contribution, chrisscudder!
I 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 #10.0
(not verified) commentedAdding reviews of other projects.