[commits] Horde-Hatchery branch master updated. 7b39f7d5cda45349f7ffd81c943f6242495f5b30

Jan Schneider jan at horde.org
Fri Dec 18 14:41:36 UTC 2009


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

from: d1b36c1aa6508eb1249743fffe3ff2b7681b1409

f6b6da6 We still need these checks to notify the user early and prohibit to retrieve calendar information.
2b9bd29 Add management interfaces for system calendars (Request #2059).
7b39f7d Add Kronolith_Exception.

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

commit f6b6da6eb0c17b38b99d34610908aca73eed0d0e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 18 14:58:21 2009 +0100

    We still need these checks to notify the user early and prohibit to retrieve calendar information.

 kronolith/calendars/delete.php |   12 +++++++++++-
 kronolith/calendars/edit.php   |    4 ++++
 2 files changed, 15 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=f6b6da6eb0c17b38b99d34610908aca73eed0d0e
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=f6b6da6eb0c17b38b99d34610908aca73eed0d0e

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

commit 2b9bd293a17ec16d3c432143900e3e16061431f9
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 18 15:11:44 2009 +0100

    Add management interfaces for system calendars (Request #2059).

 kronolith/calendars/delete.php         |    3 ++-
 kronolith/calendars/edit.php           |    4 +++-
 kronolith/calendars/index.php          |    7 +++++++
 kronolith/docs/CHANGES                 |    3 ++-
 kronolith/lib/Forms/CreateCalendar.php |    5 ++++-
 kronolith/lib/Forms/EditCalendar.php   |    6 +++++-
 kronolith/lib/Kronolith.php            |   18 ++++++++++++------
 kronolith/templates/calendar_list.php  |    2 +-
 nag/docs/CHANGES                       |    1 +
 nag/lib/Forms/CreateTaskList.php       |    5 ++++-
 nag/lib/Forms/EditTaskList.php         |    5 ++++-
 nag/lib/Nag.php                        |   10 ++++++++--
 nag/tasklists/delete.php               |   14 +++++++++++++-
 nag/tasklists/edit.php                 |    6 ++++++
 nag/tasklists/index.php                |    7 +++++++
 nag/templates/tasklist_list.php        |    2 ++
 16 files changed, 81 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-hatchery&r1=f6b6da6eb0c17b38b99d34610908aca73eed0d0e&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/calendars/edit.php?rt=horde-hatchery&r1=f6b6da6eb0c17b38b99d34610908aca73eed0d0e&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/calendars/index.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-hatchery&r1=67de2c3996a035d95275600459511b683caa25e8&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateCalendar.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/lib/Forms/EditCalendar.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=cd3ebe105eb3d77b3c3f845a46554290dfb3eaba&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/kronolith/templates/calendar_list.php?rt=horde-hatchery&r1=2753d5336d227ee553a2306d4775113dea6c921d&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/docs/CHANGES?rt=horde-hatchery&r1=67de2c3996a035d95275600459511b683caa25e8&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/lib/Forms/CreateTaskList.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/lib/Forms/EditTaskList.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-hatchery&r1=5730407a709d2681ec63db47e6c5e0aac24c10a3&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/tasklists/edit.php?rt=horde-hatchery&r1=6fbd3f6f10f16056140bd10c267eb02e374ca5ca&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/tasklists/index.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=2b9bd293a17ec16d3c432143900e3e16061431f9
http://git.horde.org/diff.php/nag/templates/tasklist_list.php?rt=horde-hatchery&r1=5730407a709d2681ec63db47e6c5e0aac24c10a3&r2=2b9bd293a17ec16d3c432143900e3e16061431f9

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

commit 7b39f7d5cda45349f7ffd81c943f6242495f5b30
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 18 15:41:29 2009 +0100

    Add Kronolith_Exception.

 kronolith/lib/Exception.php |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 kronolith/lib/Exception.php

http://git.horde.org/co.php/kronolith/lib/Exception.php?rt=horde-hatchery&r=7b39f7d5cda45349f7ffd81c943f6242495f5b30




More information about the commits mailing list