Author Topic: MyRoundcube plugins bundle  (Read 43912 times)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #45 on: October 26, 2011, 01:11:26 AM »
I have released a new bundle for Roundcube 0.6 stable.

News:

sticky_notes plugin has been refactored (http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/8174-sticky-notes-plugin-refactoring.html).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #46 on: October 31, 2011, 04:40:48 AM »
I have released a new bundle for Roundcube 0.6 stable.

News:

(*) calendar: Fix for DST-Adjustments and some compatibility code for _sticky_notes_ integration
(*) sticky_notes: Unified colorizing with calendar

Note:
Not considered yet: Issue 254 - myroundcube - Table reminders needs adjustments - RoundCube Plugins - Google Project Hosting
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #47 on: November 01, 2011, 04:50:34 AM »
I have release a new bundle for Roundcube 0.6 stable.

News:
(*) sticky_notes: GUI improvements, mapping of colorizing if category contains special chars (äöü etc.)

Note:
Update calendar plugin as well!
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #48 on: November 06, 2011, 01:05:52 AM »
I have release a new bundle for Roundcube 0.6 stable.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #49 on: November 10, 2011, 07:19:40 AM »
I have released a new bundle for Roudcube 0.6 stable.

(*) calendar

There is a bigger change in the backend. I have replaced RRULE parser by appropriate DAVical class. So, please test ...

(*) detach_attachments

This is a new plugin which will send download links for hugh attachments instead of sending real attachment.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #50 on: November 16, 2011, 02:55:22 PM »
Issue 269 - myroundcube - Calendar: reminders database table grows dramatically - RoundCube Plugins - Google Project Hosting

Disable reminder schedule by:

Look into caldav.php and database.php and replace existing code by ...

      if($event['recurring'] != 0){
        $events = $this->getEvents(
          $event['start'],
          (int) $event['start'] + 86400,// find me: schedule further reminder by a cron job (f.e. by reminders cron when a reminder is sent) $event['expires'],
          array(),
          false,
          array('uid',$event['uid'])
        );
      }
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #51 on: November 26, 2011, 05:16:14 PM »
I have released a new bundle for Roundcube 0.6.

Calendar:
(*) Re-coded RRULES section. It is now possible to edit single events within a row of recurring events (detach event).
(*) Re-coded Reminders section.
(*) Re-coded Thunderbird/Lightning sync.

It runs now on Mail4us.net Webmail :: Welcome to Mail4us.net Webmail for a week without problems. Nethertheless test and use with care!

Sticky Notes:
(*) There is a new configuration option to display count of notes either as merged image or as plain text to aviod issues with PHP _Imagettftext_.

Others:
(*) Minor changes not worth to mention.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #52 on: December 02, 2011, 01:15:33 AM »
I have released a new bundle for Roundcube 0.6.

The bundle 0.6 branche will be deprecated soon due to Roundcube 0.7beta release. I'll start with porting plugins to Roundcube 0.7 during the next week.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #53 on: December 03, 2011, 10:11:50 AM »
I have released a new bundle for Roundcube 0.6.

(*) calendar:

bugfix: editing events -> GUI was initialized wrong if a recurring event which starts in DST was edtited in Regular Time and vice versa
bugfix: moving event -> GUI freezed when dragging an event while replication was running in background
changes: Remove recurring event warning message in editing dialog

(*) taskbar:
improvement: Always show Login link at first position
bugfix: Show Demo Login link (if configured) only on login screen
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #54 on: January 03, 2012, 08:29:01 AM »
I have released first bundle for Roundcube 0.7.

IMPORTANT:

===================================
FROM Roundcube 0.6 to Roundcube 0.7
===================================

Notice:

If you are using addressbook related plugins:

You'll get an ERROR 500 if the plugin is not bindend to task 'dummy'.
Bind these plugins to task 'dummy' by:

1. Open ./plugins//.php
2. Find: public $task
3. Add 'dummy' to var task f.e.: public $task = 'mail|addressbook|dummy';

NEWS:

Calendar show Birthdays if enabled in Config (inspired by Lazlo's planner plugin).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #55 on: January 06, 2012, 04:21:50 AM »
There is a new bundle for Roundcube 0.7.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #56 on: January 13, 2012, 01:47:41 PM »
There is a new bundle for Roundcube 0.7.1.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #57 on: January 15, 2012, 02:01:53 AM »
There is a new bundle for Roundcube 0.7.1.

If you are using my forked version of planner plugin, please adjust 'planner' database table:

Add field 'created', type datetime, default NULL.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #58 on: January 16, 2012, 03:30:00 AM »
There is a new bundle for Roundcube 0.7.1.

Changes in ...

(*) calendar: Bug fix for 'Delete all Reminders'
(*) planner (forked version): List is now sortable by drag & drop
(*) sticky_notes: Adjustment for drag & drop of planner items
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
MyRoundcube plugins bundle
« Reply #59 on: January 26, 2012, 05:01:06 AM »
I have release a new bundle for Roundcube 0.7.1

News:

scheduled_sending Plugin:

Automatically send a draft on a scheduled time. Notice: Core patch required.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)