We are a chat hosting service and we would like to contribute Module and Block which allows full integration of our hosting service into Drupal website.
You can see demo at www.blastchat.com/demo and you can downlaod our module .zip file from our Downloads www.blastchat.com/downloads area under "BlastChat Clients".
Module - main part which shows chat on the website
Block - combines whoisonline and whoischatting status (count and/or list of usernames)
Sincerely
Peter Saitz
www.blastchat.com
PS: I am not sure if we need CSV, all we would like is to upload our .zip file to your repository where Drupal webadmins can download it from or simply allow Drupal admins to find our project and navigate to our website to download it. But if CSV is the way it is done here...then this is what we will do...
Sincerely
Peter Saitz
www.blastchat.com
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | blastchat_1.3_for_Drupal_6.zip | 25.56 KB | BlastChat |
| #14 | blastchat_1.2_for_Drupal_6.zip | 34.85 KB | BlastChat |
| #13 | blastchat_1.1_for_Drupal_6.zip | 34.79 KB | BlastChat |
| #1 | blastchat_1.0_for_Drupal_6_ 100622.zip | 34.47 KB | BlastChat |
Comments
Comment #1
BlastChat commentedComment #2
avpadernoHello, and thanks for applying for a CVS account. I am adding the review tags, and some volunteers will review the code, pointing out what it needs to be changed.
As per requirements, the motivation message should be expanded to contain more features of the proposed project. For themes, it should include also a screenshot of the theme, and (when possible) a link to a working demo site using the proposed theme; for modules, it should include also a comparison with the existing solutions.
Comment #3
BlastChat commentedModule description: BlastChat client is a chat solution for drupal websites, it works as a hosting service, meaning it will use our servers for message transfer. It will open iframe on webpage with chat in it. It is fully integrated which means members do not need to create new accounts with blastchat service.
Block description: block is basicaly whoisonline block which on top of showing list of usernames who are online will show chatting status for particual username and it will show count of guests and members who are online as well as count of guests and members who are chatting. (existing who is online block does not show guest or memmber who just loaded first page, our block will do so, so it is improved whoisonline block)
If you require more information, please specify what kind of information you are looking for and I will be happy to provide it, and go into as much details as necessary.
Comment #4
chazz commentedThanks a lot! This is the best chat solution for drupal so far!
Comment #5
BlastChat commentedI'd like to adjust "Description" part of the project page, but I can not find edit option. "CVS edit link for BlastChat" gives me "Access denied" error message and "My projects" page is empty.
PS: I was not aware that this communication is actually open for everybody to read, I thought that this is pre-approval process.
Comment #6
avpadernoYou cannot edit the description as it appears on the top of this report; the link you tried takes to the page to edit your CVS account, to which you don't have access until your CVS account is approved.
On Drupal.org there are not hidden issue queues, and this issue queue is for the approval of CVS accounts, not a pre-approval page.
Comment #7
BlastChat commentedSo there is no way to adjust "Description"? It is not quite what it should look like...I was not aware that initial description I submitted would go to main page of the project.
So what this is approved, my project will be listed under "grupal.org/project/modules" as well as under "drupal.org/project/blastchat" ?
Comment #8
avpadernoThe description you give here is not used for the project page.
The link to the project page of a module named is http://drupal.org/project/blastchat; the module is listed in every views where modules are listed.
Comment #9
BlastChat commentedok, then you lost me a little bit, I did not find any link "Create project" or "Submit module" or anything similar. Found only steps to apply for CVS.
drupal/org/project/blastchat page does not exist and "BlastChat" is not listed when searching for it under drupal/org/project/modules
As I said earlier, may be I am just not understanding how drupal.org organizes things here. All I was looking for was to have BlastChat listed under project/modules (i.e. create new project and submit module there for webadmins to find and download).
I wanted to adjust Description on this page because when you search drupal.org for BlastChat, this page is listed there and Description here is not adequate.
Comment #10
avpadernoYou are applying for a CVS account; until this issue is not marked as fixed by a CVS administrator, your CVS application is not approved, and you cannot create new projects, or commit code in existing projects.
Comment #11
BlastChat commentedok then, I'll just wait.
PS: chazz, I am glad you like it, I hope it is going to serve Drupal community well
Comment #12
BlastChat commentedIt has been almost a month since I've submitted the application, what is the normal processing time I can expect?
Comment #13
BlastChat commentedHere is the newest BlastChat Client for Drupal 6
Comment #14
BlastChat commentedHow much longer do you think I need to wait till you approve this?
Comment #15
avpadernoSee http://drupal.org/coding-standards to understand how a module should be written. In particular, see how the code should be formatted; how Drupal variables, global variables, constants, and functions defined from the module should be named.
The first argument of
t()is a literal string, not a concatenation of strings. The script used to create the translation template is not able to handle any dynamic value, even in the case of code similar tot($variable); this means that if the argument of the function is not a literal string, it will not appear in the translation template.Modules don't have permission to write files inside the directory where they are installed; the operation will fails.
To clear the cache is already done by Drupal; it's then a little excessive to clear all the caches.
Hook implementation comments should be like the following one:
Strings used in the user interface should be translated.
Permissions follow the schema , where the verb is written in lowercase.
hook_schema_alter().There is a Drupal function to use to create a link, and a theme function to use for images.
Strings used in the user interface should be translated.
The first argument of
t()is a literal string, not a concatenation of strings. The script used to create the translation template is not able to handle any dynamic value, even in the case of code similar tot($variable); this means that if the argument of the function is not a literal string, it will not appear in the translation template.There is a Drupal function to use to load a file that contains PHP code.
I am not sure about the reason to create a PHP file that then included.
Is there a reason to define constants from inside a function, rather than defining them at the beginning of the module?
The function is outputting HTML without to use theme functions.
The JavaScript code should be places in a separated file.
Comment #16
BlastChat commentedFor some reason your system did not send notification email that there is a response to this topic, that's why such a late response from my end.
Please, review new 1.3 version in attached file and if you find any showstoppers, let me know that I missed them.
Comment #17
BlastChat commentedIt has been a month since I posted updated file with fixes...will somebody please take a look at it and either approve it or point me to application blockers so I can fix them...thank you. (it would be nice if your system send me an email when this topic is updated, it did not do that the last time)
Comment #18
BlastChat commentedI wonder if Drupal project and/or this website is still alive..hm...will somebody please take a look at this application?
Comment #19
zzolo commentedHi. Please read all the following and the links provided as this is very important information about your CVS Application:
Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for your application. Please read the following documentation on how this affects and benefits you and the application process:
Migrating from CVS Applications to (Git) Full Project Applications
Comment #20
avpadernoAs per previous comment, I am setting this issue as Won't fix.
Since users can now create full projects, applications have a different purpose and they are handled on a different issue queue. See Apply for permission to opt into security advisory coverage for more information.
Comment #21
avpadernoComment #22
avpaderno