RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > API Based Plugins

For more information about the ads and why they're here, please see the FAQ

Reply
  #51  
Old 02-08-2010, 04:59 PM
Registered User
 
Join Date: Jan 2010
Posts: 44
Default

Here is french translation
Attached Files
File Type: txt fr_FR.inc.txt (756 Bytes, 4 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52  
Old 02-08-2010, 05:14 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default

Thanks you, added it to the 0.2 BETA trunk.
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53  
Old 02-08-2010, 11:45 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default

I've just released 0.2 BETA: RoundCube Calendar
Biggest changes are the full calendar (complete JS rewrite) and the support for custom backends.
Only a database backend is provided. The Google backend is not functional yet, it's only a start/example.
ICal export function will be completed next BETA/Release Candidate.
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54  
Old 02-09-2010, 12:45 AM
Registered User
 
Join Date: Oct 2009
Posts: 17
Default

Beta 0.2 uploaded and working great. Love the implementation of fullcalendar with the ability to switch between day/week/month view. Works smooth and fast. I will be keeping a close eye on this one and eagerly waiting further development and more features.

NOTE: previous calendar plugin folder should be deleted from the server before uploading the new version. not all of the old files are overwritten if you just try to replace the previous version and everything gets all messed up.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55  
Old 02-09-2010, 05:53 AM
Registered User
 
Join Date: Oct 2008
Posts: 13
Default

Quote:
Originally Posted by Lazlo View Post
I've just released 0.2 BETA:
What version of roundcube is required for this?

ie: do I need the latest from svn. I tried this under 0.3.1-20091031 and with Firefox and Prism I can go to the calendar and everthing seems to work OK, but none of the other toolbar buttons are working (ie: I can't get out of the calendar once I get in)
Correction they are working, but have just been disabled until a Request timed out message comes up.
And under IE (7 I think, I never use it except for page testing) I get an error message Line: 51 Error: Expected identifier, string or number

I disabled all the plugins except calendar as a test and get the same result.

I also got a File does not exist: ...mail/plugins/calendar/program/js/tooltip.js in my server log (commenting out the toolbar.js include_script line cleared that up)

Additionally I'm getting a bunch of "File does not exist: /var/www/webmail/plugins/calendar/skins/default/css/images, referer: https://...." in the error log.
These seem to show up when the event edit box comes up.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56  
Old 02-09-2010, 06:34 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,464
Default

It does not work for me. I have created the database table 'events' by the included script and disabled all other plugins.

It never loads events. It does not even see calendar.php::getEvents. I get Error message "Server Error! (OK)". Nothing in the logs. It is not a browser issue (both IE/FF).

Events are created successfully in the database. It looks like the problem is anywhere in the javascript stuff.
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57  
Old 02-09-2010, 08:07 AM
Registered User
 
Join Date: May 2007
Posts: 33
Default

Quote:
Originally Posted by xrxca View Post
What version of roundcube is required for this?

ie: do I need the latest from svn. I tried this under 0.3.1-20091031 and with Firefox and Prism I can go to the calendar and everthing seems to work OK, but none of the other toolbar buttons are working (ie: I can't get out of the calendar once I get in)
Correction they are working, but have just been disabled until a Request timed out message comes up.
And under IE (7 I think, I never use it except for page testing) I get an error message Line: 51 Error: Expected identifier, string or number

I disabled all the plugins except calendar as a test and get the same result.

I also got a File does not exist: ...mail/plugins/calendar/program/js/tooltip.js in my server log (commenting out the toolbar.js include_script line cleared that up)

Additionally I'm getting a bunch of "File does not exist: /var/www/webmail/plugins/calendar/skins/default/css/images, referer: https://...." in the error log.
These seem to show up when the event edit box comes up.
I've only tested with the latest trunk. But 0.3.1 should work too.

Fixed the tooltip.js, old dev stuff.

Working on the missing images, they aren't used but still included by the jQuery UI css.
__________________
Roundcube Calendar

Last edited by Lazlo; 02-09-2010 at 08:15 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58  
Old 02-09-2010, 08:16 AM
Registered User
 
Join Date: May 2007
Posts: 33
Default

Quote:
Originally Posted by rosali View Post
It does not work for me. I have created the database table 'events' by the included script and disabled all other plugins.

It never loads events. It does not even see calendar.php::getEvents. I get Error message "Server Error! (OK)". Nothing in the logs. It is not a browser issue (both IE/FF).

Events are created successfully in the database. It looks like the problem is anywhere in the javascript stuff.
Are you sure you have overwritten all old files? Does it give any JS errors?
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59  
Old 02-09-2010, 08:30 AM
skaero's Avatar
Super Moderator
 
Join Date: Jun 2006
Location: USA - New Mexico
Posts: 985
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default

Quote:
Originally Posted by Lazlo View Post
I've only tested with the latest trunk. But 0.3.1 should work too.
The latest trunk is using jQuery 1.4 RoundCobe 0.3.1 use jQuery 1.3
__________________
SKaero.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60  
Old 02-09-2010, 08:33 AM
Registered User
 
Join Date: May 2007
Posts: 33
Default

That should be no problem.
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:26 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community