Roundcube Community Forum

 

jQuery Fullcalendar plugin (forked by rosali)

Started by horfic, March 07, 2010, 07:39:25 PM

Previous topic - Next topic

rosali

I'm quite sure there is something wrong with your database table. Did you create it from scratch when installing my calendar plugin version? As a proof of concept you can test my version @ Mail4us.net Webmail :: Welcome to Mail4us.net Webmail.
Regards,
Rosali

YoJoe

Quote from: rosali;30918I'm quite sure there is something wrong with your database table. Did you create it from scratch when installing my calendar plugin version?

I wish mine jqcalendar instance was working so fine as yours :/

As it goes about database, I upgraded RC 4.1 to 4.2 using patch provided on this forum (I don't think dbase structure was changed for v4.2)
Then created table 'events' from within phpmyadmin using mysql.sql file's content.

After you mentioned it may be a problem with database, could mail server and my hosting provider's standalone RC instance have something to do with it ? Afaik there's a dovecot mail server, and webhosting provides its own RC instance. I wanted to use latest v4 version along with couple additional plugins. I don't use caching in database I've created for my own RC instance. But it would be weird when everything works smooth on my own, and test accounts, but calendar refuses to work as supposed.

I could provide you a test email account to see for yourself how does it look.

rosali

I would need a test account, access to phpmyadmin and ftp access to Roundcube root folder. PM'me details.
Regards,
Rosali

YoJoe

Hello
I've prepared access for you
rcube panel: https://poczta.jodla.ayz.pl
username: [email protected]
pass: t3$t

ftp.jodla.ayz.pl
user/pass: test/t3$t

phpma: https://s47.vdl.pl/phpmyadmin/
user/pass: joszu_roundcube / TT6IvX6e

Just looked inside the base, and I see that events are being added immediately. Thus still no idea why they don't want to show up in calendar :/
As I've already said, I didn't do anything extraordinary during installation.


Despite scalar error (still waiting for fix) 1 error showed up in log:
[25-Oct-2010 22:36:34 +0200]: PHP Error: Deprecated hook name. user_preferences -> preferences_list in /home/joszu/domains/jodla.ayz.pl/private_html/rcube/program/include/rcube_plugin_api.php on line 200 (GET /?_task=dummy&_action=plugin.calendar)
Maybe this can shred some light onto problem ?

If you need any additional information, just ask.

best regards
J

omoiza

First I thank the developer of this plugin. We started using the RoundCube little while before we used the squerrmail and discouragement with the interface was very large. Only with the RoundCube were already very satisfied, but after the "discovery" of plugins will implement the interface left us really excited.

But we have a problem. I installed the plugin Calendar
@ Version 2.0 - 18.10.2010 and everything worked perfectly in  browsers like Mozilla Firefox, Chrome.

But in Internet Explorer 8 grid of date (day / month) is not displayed: (

had already tested two other versions and worked in both browsers. Must be some detail, because the example of Mail4us.net is normally displayed in Internet Explorer.

Take this opportunity to apologize for the English, I'm from Brazil and I'm using the google translator:)

-==-

rosali

#155
Attached is a new beta release.

For those who have problems:

If I should help you, then you have to trust me:

I need:

#1 IMAP test account
#2 Access to phpmyadmin
#3 FTP Access to Roundcube Root folder.

PM or mail me (myroundcube at mail4us dot net) details.

Notice: Remove old ./plugins/calendar folder and clear browser cache before installing the plugin.

Edit: Attachment removed
Regards,
Rosali

omoiza

#156
Hello Rosali

Thanks in advance for your attention. I installed the new version (I deleted the old directory and also deleted the events table and ran the script again mysql.sql), Mozilla and Chrome Ok, it works perfectly, not just Internet Explorer 8 shows the days / times of the grid

How it works well in other browsers do not believe that is a configuration error, but if necessary I create an account and install this FTP server. Nor do I believe that is a limitation of your plugin, as I mentioned in mail4us it works in IE.

Here are the screens

Thank you.

Chrome
http://img35.imageshack.us/img35/4079/chromen.jpg

Iexplorer 8
http://img840.imageshack.us/img840/342/iexplorer.jpg

error iexplorer
http://img837.imageshack.us/img837/7207/errodn.jpg

rosali

#157
I think I see the problem. Do you really use IE8? I don't think so.

Nethertheless, check attached beta.

Edit: Attachment removed. Download from myroundcube - Project Hosting on Google Code.
Regards,
Rosali

omoiza

#158
Quote from: rosali;30975I think I see the problem. Do you really use IE8? I don't think so.


Yes we use the Internet Explorer 8, I did windows update to see if there was any fix again. I also tested on some machines. Bizarro :( (Only one question; I need recreate the database or can I use the same as the last version you posted?

I greatly appreciate, I will test the new version.


omoiza

#159
Yessssssssssssssssss !

Alright!! It worked perfectly! Perfect, customized to get the holidays in Brazil, it was perfect. As we say here was "show of ball." (show de bola!)

Congratulations! Thank you so much!

rosali

#160
Well, my IE8 does not complain about:


 $('#calendar').fullCalendar({
    header: {
      left: '',
      center: '',
      right: '',
    },


... but yours does ...


 $('#calendar').fullCalendar({
    header: {
      left: '',
      center: '',
      right: ''
    },


Do you see the comma after right: '' ? ? ?

That's IE7 -- behavior, so I asked if you really use IE8 ... M$
Regards,
Rosali

SKaero

Maybe its a problem with IE8 compatibility mode.

omoiza

I think that Internet Explorer does not have the compatibility mode by default anyway I will check how the  in pc at work. What I saw (at home) is that IE8's "signals" when the page is compatibiliade mode. Here when I switch between IE8 compatibility mode between normal mode and the only difference that I see that it is in compatibility REDUCES the calendar within the page and adds a scroll bar.

Brazilian Greetings
oMoiza

YoJoe

#163
I confirm that calendar doesn't show up in IE8.
I attach a screenie with IE version. It doesn't work in normal mode, nor compatibility view mode.
Maybe older (is there a newer?) version of jquery library wouldn't make problems with rendering calendar panel ?


I've got an additional request to you Rosali.
I assume that reminder based on cron jobs sends e-mail when every event occurs (as well as a reminder to event). Would it be possible to add a checkbox in new event window, to set an option if I want to get an email about this event or not.
Having a dropdown list of emails, to choose which one should get a reminder (if checked "I want to be informed about this event") would be great.

I don't know if reminder feature is your own idea or fullcalendar plugin creator, but I haven't seen in FC documentation any notice about event remeinders, cron jobs, nor emails, thus I'm asking firstly you.

ps. I've sent a request for additional events window. We will see if within next half year such feature is going to be added ;)

pps. I'd like to thank Rosali for solving my problems with jqcalendar :)

dziobak

#164
Rosali, I can confirm, that this problem is on compatibility mode in IE8.

P.S.
You can release new version this weekend, I didn't catch new bugs...