[commits] Horde-Hatchery branch kronolith_resources updated. d0d37bab260f08b98c36635eaac002ca5992f81a
Michael Rubinsky
mike at theupstairsroom.com
Fri Sep 18 04:39:10 UTC 2009
The branch "kronolith_resources" has been updated.
The following is a summary of the commits.
from: 4fedc50758d1d5d67eda7c8199e0d5d8ea2b3944
dd115cf... Remove max_reservations.
4f71515... Clean up a bit.
a7e0950... Removed some cruft from original testing
df8c84e... Remove cruft
b8fea4d... Fix variable name
2adcbbe... Refactor a bit.
402155e... spelling
d0d37ba... Start fleshing out the K_Resource_Group stuff.
-----------------------------------------------------------------------
commit dd115cf408c17501cc1f973e753e5a5b0debf6d1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 17 19:04:34 2009 -0400
Remove max_reservations.
It's not intuitive and won't be needed in 99.9% of the use cases. For
single resources that may be overbooked, the resource should be created
with a RESPONSETYPE_ALWAYS_EXCEPT responseType instead.
kronolith/lib/Driver/Resource.php | 34 +++++++++++----
kronolith/lib/Forms/CreateResource.php | 4 +-
kronolith/lib/Forms/EditResource.php | 2 -
kronolith/lib/Resource/Single.php | 6 +-
kronolith/resources/edit.php | 1 -
kronolith/scripts/upgrades/2009-08-17_add_resources.sql | 3 +-
6 files changed, 30 insertions(+), 20 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Driver/Resource.php?rt=horde-hatchery&r1=4fedc50758d1d5d67eda7c8199e0d5d8ea2b3944&r2=dd115cf408c17501cc1f973e753e5a5b0debf6d1
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateResource.php?rt=horde-hatchery&r1=523ab6ce6685211b8d75527e8055b1656794d0c7&r2=dd115cf408c17501cc1f973e753e5a5b0debf6d1
http://git.horde.org/diff.php/kronolith/lib/Forms/EditResource.php?rt=horde-hatchery&r1=87d8ef08d9dc981332d47abb6a613aaf4ff9e321&r2=dd115cf408c17501cc1f973e753e5a5b0debf6d1
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-hatchery&r1=ad8314dae6b104c719fafc1ed8d4350b8a250b98&r2=dd115cf408c17501cc1f973e753e5a5b0debf6d1
http://git.horde.org/diff.php/kronolith/resources/edit.php?rt=horde-hatchery&r1=87d8ef08d9dc981332d47abb6a613aaf4ff9e321&r2=dd115cf408c17501cc1f973e753e5a5b0debf6d1
http://git.horde.org/diff.php/kronolith/scripts/upgrades/2009-08-17_add_resources.sql?rt=horde-hatchery&r1=87d8ef08d9dc981332d47abb6a613aaf4ff9e321&r2=dd115cf408c17501cc1f973e753e5a5b0debf6d1
-----------------------------------------------------------------------
commit 4f7151548ad6ba26eaf5bee7b02ffa887817ef3f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 17 19:06:58 2009 -0400
Clean up a bit.
Remove unused factory, add some phpdoc etc...
kronolith/lib/Resource.php | 38 +++++++++++++++++++++-----------------
1 files changed, 21 insertions(+), 17 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Resource.php?rt=horde-hatchery&r1=523ab6ce6685211b8d75527e8055b1656794d0c7&r2=4f7151548ad6ba26eaf5bee7b02ffa887817ef3f
-----------------------------------------------------------------------
commit a7e095025de377ff9861d19c42db5999a950a08f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 17 19:08:28 2009 -0400
Removed some cruft from original testing
kronolith/resources/index.php | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
http://git.horde.org/diff.php/kronolith/resources/index.php?rt=horde-hatchery&r1=46b63fa2ca3f90da1cbd5d21961e247c51beae41&r2=a7e095025de377ff9861d19c42db5999a950a08f
-----------------------------------------------------------------------
commit df8c84e55335ef5bb7fd03630f03ba3ef18b394d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 18 00:31:34 2009 -0400
Remove cruft
kronolith/lib/Driver/Sql.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-hatchery&r1=c524eddbc8d53e4e020d009c872e0a8744342df3&r2=df8c84e55335ef5bb7fd03630f03ba3ef18b394d
-----------------------------------------------------------------------
commit b8fea4df77ced37b943f5e14dbbe8c34093ac289
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 18 00:32:23 2009 -0400
Fix variable name
kronolith/lib/Forms/CreateResource.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Forms/CreateResource.php?rt=horde-hatchery&r1=dd115cf408c17501cc1f973e753e5a5b0debf6d1&r2=b8fea4df77ced37b943f5e14dbbe8c34093ac289
-----------------------------------------------------------------------
commit 2adcbbe450052c173b8ee87f6ba43db85a1f5f66
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 18 00:35:11 2009 -0400
Refactor a bit.
Move Kronolith_Resource::checkResources to Kronolith_Resource_*::getResponse()
and remove the responsibilty of adding the event.
kronolith/attendees.php | 26 ++++++-------------
kronolith/lib/Event.php | 17 +++++++++++-
kronolith/lib/Resource.php | 50 -------------------------------------
kronolith/lib/Resource/Single.php | 26 +++++++++++++++++++
4 files changed, 49 insertions(+), 70 deletions(-)
http://git.horde.org/diff.php/kronolith/attendees.php?rt=horde-hatchery&r1=ad8314dae6b104c719fafc1ed8d4350b8a250b98&r2=2adcbbe450052c173b8ee87f6ba43db85a1f5f66
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-hatchery&r1=523ab6ce6685211b8d75527e8055b1656794d0c7&r2=2adcbbe450052c173b8ee87f6ba43db85a1f5f66
http://git.horde.org/diff.php/kronolith/lib/Resource.php?rt=horde-hatchery&r1=4f7151548ad6ba26eaf5bee7b02ffa887817ef3f&r2=2adcbbe450052c173b8ee87f6ba43db85a1f5f66
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-hatchery&r1=dd115cf408c17501cc1f973e753e5a5b0debf6d1&r2=2adcbbe450052c173b8ee87f6ba43db85a1f5f66
-----------------------------------------------------------------------
commit 402155ee02deddac21a43e3dfb52cc135181b19b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 18 00:38:23 2009 -0400
spelling
kronolith/lib/Resource/Single.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-hatchery&r1=2adcbbe450052c173b8ee87f6ba43db85a1f5f66&r2=402155ee02deddac21a43e3dfb52cc135181b19b
-----------------------------------------------------------------------
commit d0d37bab260f08b98c36635eaac002ca5992f81a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 18 00:38:48 2009 -0400
Start fleshing out the K_Resource_Group stuff.
kronolith/lib/Resource/Group.php | 202 +++++++++++++++
kronolith/scripts/upgrades/2009-08-17_add_resources.sql | 2 +
2 files changed, 204 insertions(+), 0 deletions(-)
create mode 100644 kronolith/lib/Resource/Group.php
http://git.horde.org/co.php/kronolith/lib/Resource/Group.php?rt=horde-hatchery&r=d0d37bab260f08b98c36635eaac002ca5992f81a
http://git.horde.org/diff.php/kronolith/scripts/upgrades/2009-08-17_add_resources.sql?rt=horde-hatchery&r1=dd115cf408c17501cc1f973e753e5a5b0debf6d1&r2=d0d37bab260f08b98c36635eaac002ca5992f81a
More information about the commits
mailing list