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
  #61  
Old 02-09-2010, 08:37 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

Wowwww respect Lazlo great work this calender is perfekt great design perfect look and feel nice features i love this.

Many thanks this calendar wonderfull
__________________
My RoundCube Mods
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62  
Old 02-09-2010, 09:55 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

Lazlo,

yes, I copied it into a new folder but I did not empty the browser cache. I'll see today evening on my home test environment if the problems still persists.

I have it uploaded now on my VPS and it works. A difference between my VPS and my home server is that RC does not run in a root folder there. Everything else is the same. I'll see ...

Two urgent IE7 fixes:

#1-calendar.js:

Code:
    buttonText: {
      today: response.settings['today'],
      day: rcmail.gettext('day', 'calendar'),
      week: rcmail.gettext('week', 'calendar'),
      month: rcmail.gettext('month', 'calendar'),
    },
replace with:
Code:
    buttonText: {
      today: response.settings['today'],
      day: rcmail.gettext('day', 'calendar'),
      week: rcmail.gettext('week', 'calendar'),
      month: rcmail.gettext('month', 'calendar')
    },
IE7 does not like the "," before the closing "}". It breaks the whole application.

#2 - IE7 does not render css margin-top correct. A workaround is to add a <span> tag in the skin template ...
HTML Code:
<body>
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
<span>&nbsp;</span>
<div id='calendar'></div>
__________________
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

Last edited by rosali; 02-09-2010 at 10:25 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63  
Old 02-09-2010, 10:00 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

with my svn copy i have the same problem ... i have change jquery to 1.3 and the request work the issue is debug with firebug the request via GET plugin.getEvents dont work the response is not a JSON response the response is formated as HTML
__________________
My RoundCube Mods
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64  
Old 02-09-2010, 10:11 AM
Registered User
 
Join Date: May 2007
Posts: 33
Default

I fixed the "," problem for IE7 and some other small fixes.

Also updated in 0.2 BETA package.
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65  
Old 02-09-2010, 10:11 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

@Lazlo:
There is another problem we have to work out. If the Client and the webserver are not within the same timezone the events on the client are out of sync with the database. I included already a solution in previous weekcalendar: Save events in database always GMT and return to client converted by Roundcube's timezone settings.

@lacri:
Please PM'me (deutsch). I don't understand your last Post. You are saying you have the same problems as I experience on my home environment?
__________________
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

Last edited by rosali; 02-09-2010 at 10:24 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66  
Old 02-09-2010, 10:17 AM
Registered User
 
Join Date: May 2007
Posts: 33
Default

@rosali
I've seen the changes you made in the previous version. I will port them to 0.2 BETA.
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67  
Old 02-09-2010, 10:47 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

i have found the bug

in calendar.js on line 34

search
events: "/?_action=plugin.getEvents",

replace with
events: "./?_action=plugin.getEvents",

a simple point with large effect
__________________
My RoundCube Mods
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68  
Old 02-09-2010, 10:53 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

Ahh ok ...

Then I was right with my assumption:
Quote:
A difference between my VPS and my home server is that RC does not run in a root folder there.
__________________
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
  #69  
Old 02-09-2010, 11:32 AM
lacri's Avatar
Registered User
 
Join Date: Jan 2009
Location: Leipzig, Germany
Posts: 153
Send a message via ICQ to lacri
Default

to change color of weekend
add to fullcalendar.css

PHP Code:
.fc-sat,
.
fc-sun {
    
color#CC3333;

__________________
My RoundCube Mods
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70  
Old 02-09-2010, 06:42 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default

Quote:
Originally Posted by lacri View Post
i have found the bug

in calendar.js on line 34

search
events: "/?_action=plugin.getEvents",

replace with
events: "./?_action=plugin.getEvents",

a simple point with large effect
Fixed it, thanks.
__________________
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 09:15 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