Roundcube Community Forum

 

jQuery Fullcalendar plugin (forked by rosali)

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

Previous topic - Next topic

rosali

Bugs/issues regarding compatibility mode in IE8 should be fixed.

Recent version is available @ myroundcube - Project Hosting on Google Code.
Regards,
Rosali

mmaraghy

Quote from: mmaraghy;30893scheduling events seems a little buggy to me. example: creating an all day event 0:00-23:59 starts the event the day before. trying to go back in and change the time makes the event another day longer. shortening the event graphically does appear to be working.

dragging events doesn't seem to behave properly. event does not stay in time slot where it was dropped.

maybe these are just issues for me. using latest svn with complete new install of latest calendar and jqueryui plugins. no errors in log.

rosali -

any thoughts on the bugs quoted above? i have updated to your most recent version as of today and these problems still persist (incorrect graphical display of events and incorrect drag and drop behavior).

dziobak


rosali

#168
Quote from: rosali;30962For 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.


I can't reproduce the issue. Please give me access to your box.
Regards,
Rosali

rosali

There is a new beta release:

Downloads - myroundcube - Project Hosting on Google Code

(*) Refactoring JS (replace DOM by Jquery)
(*) Minimize Ajax requests
(*) Improvements on allday events
Regards,
Rosali

innerstyle

i have made a dutch translation  (see attachment) but at the small datepicker the days are still in english. (see attached image)

rosali

Thanks for the translation.

Copy ./plugins/jqueryui/config.inc.php.dist to config.inc.php. Jquery datepicker should be translated then too.
Regards,
Rosali

innerstyle

Quote from: rosali;31607Thanks for the translation.

Copy ./plugins/jqueryui/config.inc.php.dist to config.inc.php. Jquery datepicker should be translated then too.

Thats it!
THANKS!!!

lacri

Many thanks for this tip rosali :)
a little notice
i have add in reminders.php a samll check for
cron so cron is only allowed from localhost for
more security.

// only from localhost
if ($_SERVER['REMOTE_ADDR'] !== '127.0.0.1') {
    die(
header("Location: /"));
}

Dronch

When in "Expires" of event i make last date 10th (example) in calendar view last day shown 11th. Why it is?

rosali

@lacri:
To secure it is a good idea. But I'm not sure if I should do it by detecting IP.
Some people use external services to request crons.

@Dronch:
Please wait for final release. I know there are timezone issues.
Regards,
Rosali

Jack!

#176
I've got some annoyances with the latest calender plugins (including the newest beta and all november 2010 plugins) while using Firefox 3.1.6 (IE8 seems not to have this problem). If I'm adding a new event and go to the schedule tab, the hours and minutes are aligned against the left side of the screen. Thus making it very hard to change the hours and minutes for the event. The added pictures make probably more clear what I mean. Is there anything I can do to change this behaviour?

rosali

#177
No, you can't change this behavior. I will replace current timepicker by Adding a Timepicker to jQuery UI Datepicker
Regards,
Rosali

rosali

New calendar plugin has been released.

Notice: There are database changes in calendar plugin and you have to re-configure the plugin. For database changes there is a built-in maintainance routine which can be called when logged in as calendar administrator (see 'key' image in calendar toolbar). Make sure to have a backup of you database table. Alternatively create database table from scratch if it is no problem for you to loose old events.
Regards,
Rosali

Jack!