[commits] Horde-Hatchery branch kronolith_resources updated. ace10e5cc2c5147667e5d4d3bf3b10514467ecd7

Michael Rubinsky mike at theupstairsroom.com
Sat Sep 26 21:08:54 UTC 2009


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

from: aeced8bf5791e24332c2c401cc9e0387c2b50000

3b6d35c... fix $registry->call() invocation. (api parameters must be passed as arrays)
270571d... Fix IMP's address book selection pref UI. Still doesn't save properly, but now at least the UI is working somewhat normally.
3e4b683... Better check for valid resource
589ce51... MFB: put newer images on the top of older images on the google map.
e67b2e8... MFB - keep the image_id before reindexing the array
ace10e5... UI support for creating and maintaining resource groups.

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

commit 3b6d35c32907b2b2fb68e7e284283bd923e9be5d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 23 09:59:50 2009 -0400

    fix $registry->call() invocation. (api parameters must be passed as arrays)

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

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-hatchery&r1=56ba20e05f74912eb0cf7d8285f38ce6224d11bf&r2=3b6d35c32907b2b2fb68e7e284283bd923e9be5d

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

commit 270571df562214be77ddc801675053898585b6d8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 23 12:57:26 2009 -0400

    Fix IMP's address book selection pref UI. Still doesn't save properly, but
    now at least the UI is working somewhat normally.

 imp/js/addressbooksprefs.js          |   21 ++++++++++++---------
 imp/templates/prefs/sourceselect.inc |    4 ++--
 2 files changed, 14 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/js/addressbooksprefs.js?rt=horde-hatchery&r1=0e6bdb66dbfc2e7880a9796f8a33cd8e58db6033&r2=270571df562214be77ddc801675053898585b6d8
http://git.horde.org/diff.php/imp/templates/prefs/sourceselect.inc?rt=horde-hatchery&r1=7b268ccd061d9523bd9db44881f0ae615141f3d9&r2=270571df562214be77ddc801675053898585b6d8

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

commit 3e4b683322e55002139ebf10f69e4252b3e9afc9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 23 13:13:40 2009 -0400

    Better check for valid resource

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

http://git.horde.org/diff.php/kronolith/lib/Driver/Resource.php?rt=horde-hatchery&r1=919b0ac9d9488ca5977b94e4d3609ef237317aec&r2=3e4b683322e55002139ebf10f69e4252b3e9afc9

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

commit 589ce51b51ba974bb3de6795938399fd8659d1ec
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 23 14:36:10 2009 -0400

    MFB: put newer images on the top of older images on the google map.

 ansel/lib/Block/recently_added_geodata.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-hatchery&r1=59fc8ef210a53fb35001dc7aaf65dcbdfc80af9c&r2=589ce51b51ba974bb3de6795938399fd8659d1ec

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

commit e67b2e86253e56f579a75b90f5ee461e9a70270d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed Sep 23 14:49:22 2009 -0400

    MFB - keep the image_id before reindexing the array

 ansel/lib/Block/recently_added_geodata.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Block/recently_added_geodata.php?rt=horde-hatchery&r1=589ce51b51ba974bb3de6795938399fd8659d1ec&r2=e67b2e86253e56f579a75b90f5ee461e9a70270d

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

commit ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Sep 26 17:07:29 2009 -0400

    UI support for creating and maintaining resource groups.

 kronolith/lib/Driver/Resource.php               |   13 ++--
 kronolith/lib/Forms/CreateResourceGroup.php     |   53 ++++++++++++++
 kronolith/lib/Forms/DeleteResourceGroup.php     |   62 ++++++++++++++++
 kronolith/lib/Forms/EditResourceGroup.php       |   73 +++++++++++++++++++
 kronolith/lib/Resource/Base.php                 |    6 +-
 kronolith/lib/Resource/Group.php                |    8 ++-
 kronolith/lib/Resource/Single.php               |    2 +-
 kronolith/resources/groups/create.php           |   40 ++++++++++
 kronolith/resources/groups/delete.php           |   53 ++++++++++++++
 kronolith/resources/groups/edit.php             |   61 ++++++++++++++++
 kronolith/resources/groups/index.php            |   89 +++++++++++++++++++++++
 kronolith/resources/index.php                   |    3 +-
 kronolith/templates/resources/form-header.inc   |   14 ++++
 kronolith/templates/resources/resource-form.php |    1 +
 14 files changed, 464 insertions(+), 14 deletions(-)
 create mode 100644 kronolith/lib/Forms/CreateResourceGroup.php
 create mode 100644 kronolith/lib/Forms/DeleteResourceGroup.php
 create mode 100644 kronolith/lib/Forms/EditResourceGroup.php
 create mode 100644 kronolith/resources/groups/create.php
 create mode 100644 kronolith/resources/groups/delete.php
 create mode 100644 kronolith/resources/groups/edit.php
 create mode 100644 kronolith/resources/groups/index.php
 create mode 100644 kronolith/templates/resources/form-header.inc
 create mode 100644 kronolith/templates/resources/resource-form.php

http://git.horde.org/diff.php/kronolith/lib/Driver/Resource.php?rt=horde-hatchery&r1=3e4b683322e55002139ebf10f69e4252b3e9afc9&r2=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/lib/Forms/CreateResourceGroup.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/lib/Forms/DeleteResourceGroup.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/lib/Forms/EditResourceGroup.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/diff.php/kronolith/lib/Resource/Base.php?rt=horde-hatchery&r1=919b0ac9d9488ca5977b94e4d3609ef237317aec&r2=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/diff.php/kronolith/lib/Resource/Group.php?rt=horde-hatchery&r1=919b0ac9d9488ca5977b94e4d3609ef237317aec&r2=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-hatchery&r1=a16b0284e4d88b2209b4fde58a1342fbc6bdad60&r2=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/resources/groups/create.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/resources/groups/delete.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/resources/groups/edit.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/resources/groups/index.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-hatchery&r1=a7e095025de377ff9861d19c42db5999a950a08f&r2=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/templates/resources/form-header.inc?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7
http://git.horde.org/co.php/kronolith/templates/resources/resource-form.php?rt=horde-hatchery&r=ace10e5cc2c5147667e5d4d3bf3b10514467ecd7




More information about the commits mailing list