[commits] Horde branch develop updated. 5cf20949d3f299d19af81eaff91c4c0e6df99108

Michael J. Rubinsky mrubinsk at horde.org
Thu Jan 26 17:49:09 UTC 2012


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

from: 52b9490654567ea64abacc52db19dd2c10c5253b

0496a45 Implement Kronolith_Calendar_Resource::toHash, tweak ::display()
f64d6f9 Include resource calendars in conf[calendars]
d4aa551 Move this to the base class
deeacef Include UI element for resource calendars in calendar list
2cad01b Display resource calendars in list in dynamic view
df37d74 Tags are added in Kronolith::addShare(), plus $result->calendar isn't set at this point anyway.
ce6cb28 Tags are updated in Kronolith::updateShare also. No longer need $tagger here.
6797c41 Add backend support for adding new/editing existing resources from ajax view
d52fbdf Add response type to the hash
5727e4c Not used
b68c954 typehint/phpdoc
dfe3536 Add UI elements for resource calendar editing
00bec9f Support resource calendar editing in kronolith.js
3a37e66 Better permission checking
d858e91 Notification on resource creation/save
b091113 Support resource deletion from ajax interface.
5cf2094 Merge branch 'resources' into develop

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

commit 0496a4537e9ed8cb08c031576bb2a3f81817dbc7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 10:19:13 2012 -0500

    Implement Kronolith_Calendar_Resource::toHash, tweak ::display()

 kronolith/lib/Calendar/Resource.php |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/0496a4537e9ed8cb08c031576bb2a3f81817dbc7

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

commit f64d6f9e922de72779c92405165a33c8749f43f1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 10:20:05 2012 -0500

    Include resource calendars in conf[calendars]

 kronolith/lib/Kronolith.php |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/f64d6f9e922de72779c92405165a33c8749f43f1

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

commit d4aa55102daebf0cc0eaefa9afccd15d90f5df98
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 10:20:55 2012 -0500

    Move this to the base class

 kronolith/lib/Resource/Base.php   |    5 +++++
 kronolith/lib/Resource/Single.php |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/d4aa55102daebf0cc0eaefa9afccd15d90f5df98

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

commit deeacefc1b5401ffb1f7ffa4d686fd40f0b2b572
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 10:21:29 2012 -0500

    Include UI element for resource calendars in calendar list

 kronolith/templates/index/index.inc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/deeacefc1b5401ffb1f7ffa4d686fd40f0b2b572

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

commit 2cad01b52b8836832d2359d09be3f0cbd636f64a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 10:22:10 2012 -0500

    Display resource calendars in list in dynamic view

 kronolith/js/kronolith.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/2cad01b52b8836832d2359d09be3f0cbd636f64a

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

commit df37d74084f8d4e9e9b92540c5b1b5efc4769330
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 11:33:55 2012 -0500

    Tags are added in Kronolith::addShare(), plus $result->calendar isn't set at this point anyway.

 kronolith/lib/Ajax/Application.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/df37d74084f8d4e9e9b92540c5b1b5efc4769330

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

commit ce6cb2893a7c5c58ec343412bbc79e0cba7afb8f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 11:36:32 2012 -0500

    Tags are updated in Kronolith::updateShare also. No longer need $tagger here.

 kronolith/lib/Ajax/Application.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/ce6cb2893a7c5c58ec343412bbc79e0cba7afb8f

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

commit 6797c4112b44af0f2bc46a2f8f6da8075a5ecf9c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:22:42 2012 -0500

    Add backend support for adding new/editing existing resources from ajax view

 kronolith/lib/Ajax/Application.php |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/6797c4112b44af0f2bc46a2f8f6da8075a5ecf9c

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

commit d52fbdf1ff56cb85a94145ca56cf5581947166d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:23:20 2012 -0500

    Add response type to the hash

 kronolith/lib/Calendar/Resource.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/d52fbdf1ff56cb85a94145ca56cf5581947166d3

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

commit 5727e4c6b14ca213a3d5aa1c4dee0b72c956c87e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:23:54 2012 -0500

    Not used

 kronolith/lib/Form/EditResource.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5727e4c6b14ca213a3d5aa1c4dee0b72c956c87e

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

commit b68c9548e4d8a28c6d4329887c16a9b01786ffa8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:24:14 2012 -0500

    typehint/phpdoc

 kronolith/lib/Resource.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/b68c9548e4d8a28c6d4329887c16a9b01786ffa8

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

commit dfe3536ea92e3576770322114dec9b6742dabf7d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:24:36 2012 -0500

    Add UI elements for resource calendar editing

 kronolith/templates/chunks/calendar.php |   36 +++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/dfe3536ea92e3576770322114dec9b6742dabf7d

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

commit 00bec9fff7e53b611fb096132cebd152048e8637
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:25:52 2012 -0500

    Support resource calendar editing in kronolith.js

 kronolith/js/kronolith.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/00bec9fff7e53b611fb096132cebd152048e8637

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

commit 3a37e66795c2cb447a63140a218e3d49c329757a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:38:28 2012 -0500

    Better permission checking

 kronolith/lib/Ajax/Application.php |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/3a37e66795c2cb447a63140a218e3d49c329757a

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

commit d858e91f56939c9df3452b4058266d2bd7311a02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:38:51 2012 -0500

    Notification on resource creation/save

 kronolith/lib/Ajax/Application.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/d858e91f56939c9df3452b4058266d2bd7311a02

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

commit b0911133cb2c0f0f9d3b15fd4e93b7ecaa44931f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:39:11 2012 -0500

    Support resource deletion from ajax interface.

 kronolith/lib/Ajax/Application.php |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/b0911133cb2c0f0f9d3b15fd4e93b7ecaa44931f

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

commit 5cf20949d3f299d19af81eaff91c4c0e6df99108
Merge: 52b9490 b091113
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 26 12:48:58 2012 -0500

    Merge branch 'resources' into develop

 kronolith/js/kronolith.js               |   13 +++++++-
 kronolith/lib/Ajax/Application.php      |   54 ++++++++++++++++++++++++++++++-
 kronolith/lib/Calendar/Resource.php     |   32 ++++++++++++++++--
 kronolith/lib/Form/EditResource.php     |    3 +-
 kronolith/lib/Kronolith.php             |    9 +++++
 kronolith/lib/Resource.php              |    4 +-
 kronolith/lib/Resource/Base.php         |    5 +++
 kronolith/lib/Resource/Single.php       |    5 ---
 kronolith/templates/chunks/calendar.php |   36 ++++++++++++++++++++
 kronolith/templates/index/index.inc     |    8 ++++
 10 files changed, 155 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/5cf20949d3f299d19af81eaff91c4c0e6df99108




More information about the commits mailing list