-
I'm just here to say thanks to Phil (frug) and easygo (net4seven).
It's all due to their voluntary work that a new version has been released.
Regards,
Sebastian.
2009-03-02 13:41:32 UTC in AJAX Chat - Open Source Web Chat
-
madblueimp added net4seven to the AJAX Chat - Open Source Web Chat project.
2008-12-03 15:06:16 UTC in AJAX Chat - Open Source Web Chat
-
madblueimp committed revision 27 to the AJAX Chat - Open Source Web Chat SVN repository, changing 2 files.
2008-04-01 15:29:30 UTC in AJAX Chat - Open Source Web Chat
-
Hello Xavier,
the /ignore command handling has been moved from server-side to client-side and not removed completely.
Nice to sea an integration into eZpublish - would be good if you kept us updated by posting on the project forums.
Regards,
Sebastian.
2008-03-25 11:08:47 UTC in AJAX Chat - Open Source Web Chat
-
Thanks, Cydonian.
I've released a new version containing your translations.
2008-03-22 16:48:40 UTC in AJAX Chat - Open Source Web Chat
-
madblueimp committed revision 26 to the AJAX Chat - Open Source Web Chat SVN repository, changing 18 files.
2008-03-22 16:37:59 UTC in AJAX Chat - Open Source Web Chat
-
madblueimp committed revision 25 to the AJAX Chat - Open Source Web Chat SVN repository, changing 10 files.
2008-03-12 11:33:01 UTC in AJAX Chat - Open Source Web Chat
-
madblueimp committed revision 24 to the AJAX Chat - Open Source Web Chat SVN repository, changing 2 files.
2008-03-10 13:25:44 UTC in AJAX Chat - Open Source Web Chat
-
The fix for Opera has not been included in version 0.8.1 - this version was released before.
The edit in index.php tries to address the slashes problem on your setup - not the Opera bug.
The Opera bug is definitely fixed with the modification I explained below - and will be included with the next release.
This support tracker item is therefore closed.
Might be you need to clear your...
2008-03-10 12:28:34 UTC in AJAX Chat - Open Source Web Chat
-
Thanks again to Matthias Büchner - now that I could reproduce the display problem on Opera the fix was easy:
Edit js/chat.js and replace
---
getDeletionLink: function(messageID, userID, userRole, channelID) {
if(messageID !== null && this.isAllowedToDeleteMessage(messageID, userID, userRole, channelID)) {
if(!arguments.callee.deleteMessage) {
arguments.callee.deleteMessage =...
2008-03-10 12:09:13 UTC in AJAX Chat - Open Source Web Chat