[commits] Horde-Hatchery branch master updated. 6fbd3f6f10f16056140bd10c267eb02e374ca5ca

Jan Schneider jan at horde.org
Sat Nov 28 17:18:45 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: b88d1d00c368eaa6e93a7b28f5288cdde802b7a6

6fbd3f6 Color task lists instead of categories. Only used in Kronolith so far. Add calendar management. Beside a few small featurettes, the Ajax interface is feature complete for the first release now.

-----------------------------------------------------------------------

commit 6fbd3f6f10f16056140bd10c267eb02e374ca5ca
Author: Jan Schneider <jan at horde.org>
Date:   Sat Nov 28 18:16:14 2009 +0100

    Color task lists instead of categories. Only used in Kronolith so far.
    Add calendar management. Beside a few small featurettes, the Ajax interface is
    feature complete for the first release now.

 kronolith/ajax.php                                      |  189 ++++++
 kronolith/calendars/delete.php                          |   14 +-
 kronolith/calendars/edit.php                            |    4 -
 kronolith/calendars/remote_edit.php                     |    2 +
 kronolith/calendars/remote_unsubscribe.php              |   16 -
 kronolith/js/kronolith.js                               |  472 ++++++++++++---
 kronolith/lib/Driver/Ical.php                           |   12 +-
 kronolith/lib/Event/Horde.php                           |    5 +
 kronolith/lib/Forms/CreateCalendar.php                  |   16 +-
 kronolith/lib/Forms/DeleteCalendar.php                  |   37 +--
 kronolith/lib/Forms/EditCalendar.php                    |   23 +-
 kronolith/lib/Forms/SubscribeRemoteCalendar.php         |   32 +-
 kronolith/lib/Forms/UnsubscribeRemoteCalendar.php       |   16 +-
 kronolith/lib/Kronolith.php                             |  174 +++++-
 kronolith/templates/chunks/calendar.php                 |  161 +++++
 kronolith/templates/index/edit.inc                      |   22 +-
 kronolith/templates/index/index.inc                     |   14 +-
 kronolith/templates/index/task.inc                      |   14 +-
 kronolith/themes/screen.css                             |   32 +-
 nag/docs/CHANGES                                        |    1 +
 nag/lib/Api.php                                         |   83 ++-
 nag/lib/Forms/CreateTaskList.php                        |   16 +-
 nag/lib/Forms/DeleteTaskList.php                        |   37 +--
 nag/lib/Forms/EditTaskList.php                          |   10 +-
 nag/lib/Nag.php                                         |   75 +++
 nag/lib/Task.php                                        |    3 +-
 nag/scripts/sql/nag.mssql.sql                           |    1 +
 nag/scripts/sql/nag.oci8.sql                            |    1 +
 nag/scripts/sql/nag.sql                                 |    1 +
 nag/scripts/sql/nag.xml                                 |    8 +
 nag/scripts/upgrades/2009-11-28_add_attribute_color.sql |    1 +
 nag/tasklists/delete.php                                |   14 +-
 nag/tasklists/edit.php                                  |    4 -
 33 files changed, 1134 insertions(+), 376 deletions(-)
 create mode 100644 kronolith/templates/chunks/calendar.php
 create mode 100644 nag/scripts/upgrades/2009-11-28_add_attribute_color.sql

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=05cdfe4b0bbb6ad7b501bf7743ec58d3855392b6&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-hatchery&r1=ae800629866d9e11ba3fd6447ccd098047e50f9b&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/calendars/remote_edit.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/calendars/remote_unsubscribe.php?rt=horde-hatchery&r1=34fde92a2cd38c530ede281396c13937d32f8554&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=4c72a86633118b0ef5225129e62aff2612de2ac5&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-hatchery&r1=61f882fdb0fd0b4a7972781f4a272681266c67d3&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Event/Horde.php?rt=horde-hatchery&r1=fe87f0cc6337b225e5eb3c84ef14908d39cc3182&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Forms/DeleteCalendar.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Forms/SubscribeRemoteCalendar.php?rt=horde-hatchery&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Forms/UnsubscribeRemoteCalendar.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b2eed163ce58610cbbcdb5d401ac30a93772ac25&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/co.php/kronolith/templates/chunks/calendar.php?rt=horde-hatchery&r=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/templates/index/edit.inc?rt=horde-hatchery&r1=05cdfe4b0bbb6ad7b501bf7743ec58d3855392b6&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-hatchery&r1=0b89235091e75fff6b0d650f3a4441e2c8dfe33a&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/templates/index/task.inc?rt=horde-hatchery&r1=55a7db2161ad447f8d53589435eac44eb59403e7&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-hatchery&r1=71d1c5fa106d22d3d66bbac8d30009589875e3a7&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/docs/CHANGES?rt=horde-hatchery&r1=22cc3bd172f3008642e5453f649cf1fc2848201e&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/lib/Forms/CreateTaskList.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/lib/Forms/DeleteTaskList.php?rt=horde-hatchery&r1=857038183dd82899a0f703287defa6e2f0bf6647&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/lib/Forms/EditTaskList.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-hatchery&r1=d70298977eb293a552c879d0ebb29bb9a3048a7d&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-hatchery&r1=c9fe2f6e63293860b99cb5287a1f33425f207d20&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/scripts/sql/nag.mssql.sql?rt=horde-hatchery&r1=a81fa0bf62fb574f930667511b4b93bd4f082bd8&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/scripts/sql/nag.oci8.sql?rt=horde-hatchery&r1=a81fa0bf62fb574f930667511b4b93bd4f082bd8&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/scripts/sql/nag.sql?rt=horde-hatchery&r1=a81fa0bf62fb574f930667511b4b93bd4f082bd8&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/scripts/sql/nag.xml?rt=horde-hatchery&r1=a81fa0bf62fb574f930667511b4b93bd4f082bd8&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/co.php/nag/scripts/upgrades/2009-11-28_add_attribute_color.sql?rt=horde-hatchery&r=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-hatchery&r1=3c6846935e3fb5ce732f374d7a9c6bb10d47ddcc&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-hatchery&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=6fbd3f6f10f16056140bd10c267eb02e374ca5ca




More information about the commits mailing list