[commits] Horde branch develop updated. 80a0e689e9a399e1e2fb26ff0490e47726381f24
Michael J. Rubinsky
mrubinsk at horde.org
Mon Jan 23 00:58:30 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 9b0b60f0a664fd89ab1c224f338c12905cb94960
7d70adf Add initial backend support for resource support in dynamic view.
b5aec98 CSS for resource handling in dynamic view
4373c19 public static
438c6b5 Support returning resource FB information as JSON
af7733a Initial UI and JS support for resources in dynamic view
870e0ba Remove resource from select list when added to event.
c358828 Add a resource autocompleter
91e3c79 Initialize resource autocompleter
711a202 CSS for resource autocompleter
68de1aa Actually make use of the resource autocompleter
38fbe77 update filelist
71d218f Add resources to event when saving from dynamic interface
01a4956 Load existing resources when editing events in dynamic view
7b9d2cc Pass the start date when requesting resource fb information.
d55bd77 typo
d3d4f07 spacing
5ed1246 This is done by the autocompleter when it is reset().
28fb077 Displaying this when empty has been broken for a while.
bb906dd Default to Kronolith::RESPONSE_NONE
dc1e935 Parse response status for resources also
110172e CSS for resource status
a2c3be4 fb might not be set, bail out if it's not.
2046936 Must unbind this handler when creating a new event.
865c7bd No need to pass the time afterall, use the freebusy_days pref here too.
4d48b1e Remove event from resource calendar when removed from the event.
0bcb161 CHANGES
cba2f8e Only return resources that match the autocomplete search
30913f2 Typo, and fix order or operations
58640be Allow restricting pretty autocompleter to only available choices.
7a5c45f changes
5ee17b3 Default to array, not object.
d7dd155 clarify what this does
87159d0 Don't add the resource if we know it's not a valid one.
afba1e4 Provide error text to kronolith.js
44d5679 Requre a selection, disallow arbitrary text entry.
a26d8b3 Catch exception for when we can't get FB information.
bae2c4f Allow adding an event to a Resource Group, as long as we validated an available resource.
3746715 Remove debug output
6dcd45d Don't attempt to remove event from resource if we know it's not there.
ea24837 Remove leftovers from previous attempt at resource UI.
ecafeb1 Unused
162332d Fix dealing with resources when adding from dynamic view.
7427537 One more level to break out
d9dec8e Don't show FB grid as "Free" if we don't know for sure.
eeb94c7 remove @todo
80a0e68 Merge branch 'resources' into develop
-----------------------------------------------------------------------
commit 7d70adfa50bcbdcdca56004cadebbbc9f14d7c87
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 21 19:51:51 2012 -0500
Add initial backend support for resource support in dynamic view.
kronolith/lib/Ajax/Application.php | 44 +++++++++++++++++++++++++++++++----
1 files changed, 39 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/7d70adfa50bcbdcdca56004cadebbbc9f14d7c87
-----------------------------------------------------------------------
commit b5aec983aa51af6a6dd7a5c2ad308a113b74849f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 21 19:52:40 2012 -0500
CSS for resource handling in dynamic view
kronolith/themes/default/screen.css | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/b5aec983aa51af6a6dd7a5c2ad308a113b74849f
-----------------------------------------------------------------------
commit 4373c1917f856193277660364a8c888f45c6e9d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 21 19:53:08 2012 -0500
public static
kronolith/lib/FreeBusy.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4373c1917f856193277660364a8c888f45c6e9d3
-----------------------------------------------------------------------
commit 438c6b535a7c1c53cefe946d512cfa1cb2636c93
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 21 19:56:22 2012 -0500
Support returning resource FB information as JSON
kronolith/lib/Resource/Single.php | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/438c6b535a7c1c53cefe946d512cfa1cb2636c93
-----------------------------------------------------------------------
commit af7733a26dd40f022aaf42cacb4db29c16343e75
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 21 19:56:45 2012 -0500
Initial UI and JS support for resources in dynamic view
kronolith/js/kronolith.js | 62 ++++++++++++++++++++++++++++++++++++
kronolith/templates/index/edit.inc | 24 ++++++++++++++
2 files changed, 86 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/af7733a26dd40f022aaf42cacb4db29c16343e75
-----------------------------------------------------------------------
commit 870e0ba09fc319aed09d1e310770f24c4f8a37d1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 00:37:00 2012 -0500
Remove resource from select list when added to event.
kronolith/js/kronolith.js | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/870e0ba09fc319aed09d1e310770f24c4f8a37d1
-----------------------------------------------------------------------
commit c358828cccd0f9c528848e665611b9eb5584d023
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 02:13:04 2012 -0500
Add a resource autocompleter
kronolith/lib/Ajax/Imple/ResourceAutoCompleter.php | 88 ++++++++++++++++++++
1 files changed, 88 insertions(+), 0 deletions(-)
create mode 100644 kronolith/lib/Ajax/Imple/ResourceAutoCompleter.php
http://git.horde.org/horde-git/-/commit/c358828cccd0f9c528848e665611b9eb5584d023
-----------------------------------------------------------------------
commit 91e3c794eef15dbcbe2692a78f13809ccf1dff30
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 02:13:38 2012 -0500
Initialize resource autocompleter
kronolith/index.php | 13 +++++++++++++
kronolith/templates/index/edit.inc | 6 ++++--
2 files changed, 17 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/91e3c794eef15dbcbe2692a78f13809ccf1dff30
-----------------------------------------------------------------------
commit 711a202325b1a79c1e6aa516163806ade5a1e0a4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 02:14:01 2012 -0500
CSS for resource autocompleter
kronolith/themes/default/screen.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/711a202325b1a79c1e6aa516163806ade5a1e0a4
-----------------------------------------------------------------------
commit 68de1aa12606b0ba42200edad0f79981f9165ae9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 02:14:17 2012 -0500
Actually make use of the resource autocompleter
kronolith/js/kronolith.js | 59 ++++++++++++++++++++++++++++----------------
1 files changed, 37 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/68de1aa12606b0ba42200edad0f79981f9165ae9
-----------------------------------------------------------------------
commit 38fbe77f35099c5834a51154fb26683229e1e1c2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 02:14:37 2012 -0500
update filelist
kronolith/package.xml | 30 ++++++++----------------------
1 files changed, 8 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/38fbe77f35099c5834a51154fb26683229e1e1c2
-----------------------------------------------------------------------
commit 71d218fa59307fc45ec7ed19402dacdc604e9938
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 02:40:34 2012 -0500
Add resources to event when saving from dynamic interface
kronolith/lib/Event.php | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/71d218fa59307fc45ec7ed19402dacdc604e9938
-----------------------------------------------------------------------
commit 01a4956d91680313ad8717824a76e395c2a5959a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 03:11:30 2012 -0500
Load existing resources when editing events in dynamic view
kronolith/js/kronolith.js | 46 ++++++++++++++++++++++++++++++++++----------
kronolith/lib/Event.php | 7 +++++-
2 files changed, 41 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/01a4956d91680313ad8717824a76e395c2a5959a
-----------------------------------------------------------------------
commit 7b9d2cc09530f6e04d2dfabe2b714ca58cda6bdd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 03:25:35 2012 -0500
Pass the start date when requesting resource fb information.
kronolith/js/kronolith.js | 3 ++-
kronolith/lib/Ajax/Application.php | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/7b9d2cc09530f6e04d2dfabe2b714ca58cda6bdd
-----------------------------------------------------------------------
commit d55bd7752e2994e05c6415f6c619dbca1ce6e974
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 11:18:05 2012 -0500
typo
kronolith/js/kronolith.js | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d55bd7752e2994e05c6415f6c619dbca1ce6e974
-----------------------------------------------------------------------
commit d3d4f07d0be9a77b85e70271c884503bdacc97b7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 11:44:21 2012 -0500
spacing
kronolith/lib/FreeBusy.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/d3d4f07d0be9a77b85e70271c884503bdacc97b7
-----------------------------------------------------------------------
commit 5ed1246eae7558057411f22db6913df129270edb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 11:56:39 2012 -0500
This is done by the autocompleter when it is reset().
kronolith/js/kronolith.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5ed1246eae7558057411f22db6913df129270edb
-----------------------------------------------------------------------
commit 28fb0773058ca0bdf14f20bcf60e72d71623d315
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 11:58:20 2012 -0500
Displaying this when empty has been broken for a while.
It's removed on first event detail view, and never readded.
Remove until a proper fix is found.
kronolith/templates/index/edit.inc | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/28fb0773058ca0bdf14f20bcf60e72d71623d315
-----------------------------------------------------------------------
commit bb906dd8746bbf6838c2e70556298edee70f232b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 12:04:32 2012 -0500
Default to Kronolith::RESPONSE_NONE
kronolith/js/kronolith.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/bb906dd8746bbf6838c2e70556298edee70f232b
-----------------------------------------------------------------------
commit dc1e93593bd86e6ce1fdbd7aa97e6497be660d73
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 12:09:14 2012 -0500
Parse response status for resources also
kronolith/js/kronolith.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/dc1e93593bd86e6ce1fdbd7aa97e6497be660d73
-----------------------------------------------------------------------
commit 110172eafc1fbd415c9f20bcfdbaad8e0b5bb5a4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 12:09:33 2012 -0500
CSS for resource status
kronolith/themes/default/screen.css | 9 ++++++---
kronolith/themes/silver/screen.css | 9 ++++++---
2 files changed, 12 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/110172eafc1fbd415c9f20bcfdbaad8e0b5bb5a4
-----------------------------------------------------------------------
commit a2c3be45ee02965a82ad0a2d29538e259add6afc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 13:08:00 2012 -0500
fb might not be set, bail out if it's not.
When the start date changes and we are trying to update the UI,
any attendees without fb information will have a <td>, but no fb
info. Fixes incorrect fb information being displayed for entries
with no fb information when the startdate changes.
kronolith/js/kronolith.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/a2c3be45ee02965a82ad0a2d29538e259add6afc
-----------------------------------------------------------------------
commit 204693688a5720670f96748696a11f92b35868b5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 13:31:50 2012 -0500
Must unbind this handler when creating a new event.
The change event handler is bound to the attendees/resources of
the last edited event. Keeping this bound for new events leads to
incorrect FB information being shown when changing dates.
Still need to find a solution for changing FB information when
changing dates for *new* events.
kronolith/js/kronolith.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/204693688a5720670f96748696a11f92b35868b5
-----------------------------------------------------------------------
commit 865c7bdc914dfbb5f68311884263b238d4598b18
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 13:34:40 2012 -0500
No need to pass the time afterall, use the freebusy_days pref here too.
kronolith/js/kronolith.js | 3 +--
kronolith/lib/Ajax/Application.php | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/865c7bdc914dfbb5f68311884263b238d4598b18
-----------------------------------------------------------------------
commit 4d48b1ec8c1bd43656d5d9a186b0362588b33842
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 13:49:05 2012 -0500
Remove event from resource calendar when removed from the event.
kronolith/lib/Event.php | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4d48b1ec8c1bd43656d5d9a186b0362588b33842
-----------------------------------------------------------------------
commit 0bcb161b15fd51a89b121fdcd5728472ee152e0c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 13:52:47 2012 -0500
CHANGES
kronolith/docs/CHANGES | 3 +++
kronolith/package.xml | 4 +++-
2 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0bcb161b15fd51a89b121fdcd5728472ee152e0c
-----------------------------------------------------------------------
commit cba2f8e0f14e25beceeac6cbfe27be7d3d48724c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 14:41:36 2012 -0500
Only return resources that match the autocomplete search
kronolith/lib/Ajax/Imple/ResourceAutoCompleter.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/cba2f8e0f14e25beceeac6cbfe27be7d3d48724c
-----------------------------------------------------------------------
commit 30913f27434558301c825f07103caceb7c03f12e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 14:54:02 2012 -0500
Typo, and fix order or operations
kronolith/js/kronolith.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/30913f27434558301c825f07103caceb7c03f12e
-----------------------------------------------------------------------
commit 58640be5abff9e5d07910336fabec59ec1dceb04
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:44:44 2012 -0500
Allow restricting pretty autocompleter to only available choices.
framework/Core/js/prettyautocomplete.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/58640be5abff9e5d07910336fabec59ec1dceb04
-----------------------------------------------------------------------
commit 7a5c45f346039358b94474152155d9fdccb8df19
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:47:01 2012 -0500
changes
framework/Core/package.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/7a5c45f346039358b94474152155d9fdccb8df19
-----------------------------------------------------------------------
commit 5ee17b36fdea19c52c6050dea33e640494dea80d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:47:47 2012 -0500
Default to array, not object.
kronolith/js/kronolith.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5ee17b36fdea19c52c6050dea33e640494dea80d
-----------------------------------------------------------------------
commit d7dd155af009bbfad529502f1e82ec1c4fe17661
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:48:33 2012 -0500
clarify what this does
kronolith/js/kronolith.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d7dd155af009bbfad529502f1e82ec1c4fe17661
-----------------------------------------------------------------------
commit 87159d080a0044f6ad9a4c0dc06ecb095dca9927
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:48:54 2012 -0500
Don't add the resource if we know it's not a valid one.
kronolith/js/kronolith.js | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/87159d080a0044f6ad9a4c0dc06ecb095dca9927
-----------------------------------------------------------------------
commit afba1e4caa68547c71caf9b8949191374498ff60
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:49:41 2012 -0500
Provide error text to kronolith.js
kronolith/lib/Kronolith.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/afba1e4caa68547c71caf9b8949191374498ff60
-----------------------------------------------------------------------
commit 44d5679a75b83af7dd47cc1019f8adb540691051
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:50:40 2012 -0500
Requre a selection, disallow arbitrary text entry.
kronolith/lib/Ajax/Imple/ResourceAutoCompleter.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/44d5679a75b83af7dd47cc1019f8adb540691051
-----------------------------------------------------------------------
commit a26d8b32067c0e9dba629db06aba680c85f6babc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:52:01 2012 -0500
Catch exception for when we can't get FB information.
kronolith/lib/Ajax/Application.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a26d8b32067c0e9dba629db06aba680c85f6babc
-----------------------------------------------------------------------
commit bae2c4f33319d880f8da139729a72f1a25921e53
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:52:36 2012 -0500
Allow adding an event to a Resource Group, as long as we validated an available resource.
kronolith/lib/Resource/Group.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bae2c4f33319d880f8da139729a72f1a25921e53
-----------------------------------------------------------------------
commit 374671505f8f2a51e999d912b346a9cc63b60a55
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 16:54:40 2012 -0500
Remove debug output
kronolith/lib/Event.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/374671505f8f2a51e999d912b346a9cc63b60a55
-----------------------------------------------------------------------
commit 6dcd45d2a19a8d27decc62cbb3a6e27577a6b317
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 18:03:42 2012 -0500
Don't attempt to remove event from resource if we know it's not there.
kronolith/lib/Event.php | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/6dcd45d2a19a8d27decc62cbb3a6e27577a6b317
-----------------------------------------------------------------------
commit ea24837395dc438ee7d59fc0bdeb8a40f3224be1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:19:42 2012 -0500
Remove leftovers from previous attempt at resource UI.
kronolith/js/kronolith.js | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/ea24837395dc438ee7d59fc0bdeb8a40f3224be1
-----------------------------------------------------------------------
commit ecafeb1ac11b69e6e753923e7976df9f8590706e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:20:35 2012 -0500
Unused
kronolith/lib/Event.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ecafeb1ac11b69e6e753923e7976df9f8590706e
-----------------------------------------------------------------------
commit 162332d9227f84172d82d7f197400e7728ad56a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:21:23 2012 -0500
Fix dealing with resources when adding from dynamic view.
Need to parse resources after the rest of the event form is read so
we have the time data. Also, if we are an ajax request, don't
use the session value for resources, otherwise we
end up holding a reference to the session array - and this screws up
resource acceptance for groups. (The session value is only used from the
traditional view).
kronolith/lib/Event.php | 77 +++++++++++++++++++++--------------
kronolith/templates/index/edit.inc | 1 +
2 files changed, 47 insertions(+), 31 deletions(-)
http://git.horde.org/horde-git/-/commit/162332d9227f84172d82d7f197400e7728ad56a0
-----------------------------------------------------------------------
commit 742753741eb62032b8588acf1ffa550fa264fa9e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:41:29 2012 -0500
One more level to break out
kronolith/lib/Resource/Group.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/742753741eb62032b8588acf1ffa550fa264fa9e
-----------------------------------------------------------------------
commit d9dec8e520b744d7872f16e302ceb8a9f0f7be1f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:56:50 2012 -0500
Don't show FB grid as "Free" if we don't know for sure.
kronolith/js/kronolith.js | 23 ++++++++++++++++-------
1 files changed, 16 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/d9dec8e520b744d7872f16e302ceb8a9f0f7be1f
-----------------------------------------------------------------------
commit eeb94c74bb2f4984af4e022465e5f84bd7b7945c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:57:30 2012 -0500
remove @todo
kronolith/js/kronolith.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/eeb94c74bb2f4984af4e022465e5f84bd7b7945c
-----------------------------------------------------------------------
commit 80a0e689e9a399e1e2fb26ff0490e47726381f24
Merge: 9b0b60f eeb94c7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 22 19:58:16 2012 -0500
Merge branch 'resources' into develop
framework/Core/js/prettyautocomplete.js | 7 +-
framework/Core/package.xml | 1 +
kronolith/docs/CHANGES | 3 +
kronolith/index.php | 13 ++
kronolith/js/kronolith.js | 136 ++++++++++++++++++--
kronolith/lib/Ajax/Application.php | 49 +++++++-
kronolith/lib/Ajax/Imple/ResourceAutoCompleter.php | 91 +++++++++++++
kronolith/lib/Event.php | 56 ++++++++-
kronolith/lib/FreeBusy.php | 12 +-
kronolith/lib/Kronolith.php | 1 +
kronolith/lib/Resource/Group.php | 8 +-
kronolith/lib/Resource/Single.php | 18 ++-
kronolith/package.xml | 32 ++---
kronolith/templates/index/edit.inc | 32 ++++-
kronolith/themes/default/screen.css | 31 +++--
kronolith/themes/silver/screen.css | 9 +-
16 files changed, 424 insertions(+), 75 deletions(-)
http://git.horde.org/horde-git/-/commit/80a0e689e9a399e1e2fb26ff0490e47726381f24
More information about the commits
mailing list