Author Topic: Roundcube Planner  (Read 32979 times)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« on: December 07, 2011, 10:50:20 AM »
Planner is a task-management plugin for Roundcube. A hybrid between a todo-list and a calendar.

Get the source:
https://github.com/roundcube-planner/planner

Bugs reports, feature requests, support questions here:
https://github.com/roundcube-planner/planner/issues
« Last Edit: December 07, 2011, 11:46:30 AM by Lazlo »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Roundcube Planner
« Reply #1 on: December 07, 2011, 05:52:38 PM »
Can you post screenshots of the planner?

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #2 on: December 08, 2011, 02:24:29 AM »
Screenshot can be found on the project website: Roundcube Planner
Please note that this plugin is still beta.

Offline xajh

  • Newbie
  • *
  • Posts: 6
    • http://blog.dvxj.com
Roundcube Planner
« Reply #3 on: December 08, 2011, 07:27:16 AM »
All Roundcube version can use this plugin ?

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #4 on: December 08, 2011, 07:59:30 AM »
I only tested the plugin with RC 0.7 beta, but I think it will also work with 0.6 because there were no API changes.

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #5 on: December 10, 2011, 06:50:23 AM »
Added more functionality, plans can now be edited, styled everything, more supported datetime formats etc. See Github commits (https://github.com/roundcube-planner/planner/commits/master) for complete list of changes.

Offline YossiKarp

  • Newbie
  • *
  • Posts: 4
    • http://www.ykarp.com
Roundcube Planner
« Reply #6 on: December 13, 2011, 03:35:20 AM »
Lazlo,

I'd really like to install this plugin, but I don't understand what the second step of your instructions means:

Run the database scheme in /planner/SQL for your database type

I installed the plugin by uploading it to the plugin directory and I updated the main.inc.php file to include the new plugin. The Planner icon shows and the Planner actually opens, but when I type something in the field and then hit "Plan", nothing happens. Obviously I need to do step 2, but what does it mean to run the database scheme? How do I do that? cPanel shows that I am using MySQL version 5.1.60-community-log.

Sorry for the newbie question :).

Thanks,

Yossi Karp

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #7 on: December 13, 2011, 06:37:16 AM »
In /planner/SQL there is a file called mysql.sql. This is the database table for the planner plugin. You need to create this table in the same MySQL database where Roundcube is installed. If you go to this database with phpMyAdmin (can be found in cPanel under databases), you can run the contents of the file in the SQL tab or just Import the file in the Import tab.

Offline YossiKarp

  • Newbie
  • *
  • Posts: 4
    • http://www.ykarp.com
Roundcube Planner
« Reply #8 on: December 13, 2011, 06:50:02 AM »
Excellent instructions. Thanks so much - it works!

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #9 on: December 14, 2011, 09:46:41 AM »
First stable release of Roundcube Planner is out (Roundcube Planner) and ready for Roundcube 0.7

Some new features:
- Plan editing
- Plan previews
- List counts
- And more

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #10 on: December 18, 2011, 01:18:31 PM »
Just released version 0.2 (Roundcube Planner), biggest new feature is support for showing contact birthdays.

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #11 on: December 31, 2011, 05:21:05 AM »
Version 0.3 has been released, this version has search functionality and support for the new Roundcube skin "larry".

Offline techdude

  • Jr. Member
  • **
  • Posts: 38
Roundcube Planner
« Reply #12 on: January 31, 2012, 12:30:44 PM »
WHat theme is in the screenshot?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Roundcube Planner
« Reply #13 on: January 31, 2012, 01:08:07 PM »
The skin in the screenshot is the new skin for RoundCube codenamed "larry" which will ship with RoundCube 0.8. You can see a complete mockup of the skin at New Skin by FLINTĀ : un album sur Flickr or check out the SVN for the latest progress.

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Roundcube Planner
« Reply #14 on: February 19, 2012, 10:16:55 AM »
Roundcube Planner version 0.4: Roundcube Planner

- small style fixes and additions
- private feed functionality added (iCal/CSV)