Closed Thread
Page 2 of 9 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 89

Thread: RoundCube Calendar (jQuery Calendar)

  1. #11
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    That should be no problem.

  2. #12
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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

  3. #13
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    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>
    Last edited by rosali; 02-09-2010 at 10:25 AM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  4. #14
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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

  5. #15
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

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

    Also updated in 0.2 BETA package.

  6. #16
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    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?
    Last edited by rosali; 02-09-2010 at 10:24 AM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  7. #17
    Lazlo is offline Registered User
    Join Date
    May 2007
    Posts
    41
    Downloads
    0
    Uploads
    0

    Default

    @rosali
    I've seen the changes you made in the previous version. I will port them to 0.2 BETA.

  8. #18
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    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

  9. #19
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Ahh ok ...

    Then I was right with my assumption:
    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 Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  10. #20
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    to change color of weekend
    add to fullcalendar.css

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


Closed Thread
Page 2 of 9 FirstFirst 1 2 3 4 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts