[commits] Horde-Hatchery branch kronolith_resources created. c524eddbc8d53e4e020d009c872e0a8744342df3
Michael Rubinsky
mike at theupstairsroom.com
Sat Sep 12 16:27:36 UTC 2009
The branch "kronolith_resources" has been created.
at c524eddbc8d53e4e020d009c872e0a8744342df3 (commit)
-----------------------------------------------------------------------
commit c524eddbc8d53e4e020d009c872e0a8744342df3
Merge: 81f197106e7f2eced4b673a267c877d6053e1d6f 2d946f0298dbd49bbc68c0801aef5e64fd5dbeed
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 12:27:05 2009 -0400
Merge branch 'master' into kronolith_resources
commit 81f197106e7f2eced4b673a267c877d6053e1d6f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 12:22:04 2009 -0400
Notify for acceptance as well
commit 7e3c63a22b2c2d5784d433cc1774179acd2146e3
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 12:20:54 2009 -0400
Need to move this comparison after the loop.
If we are editing an event that was already accepted, we might hit max_reservations
before we get to the event we are editing.
commit 95a0b5706ce465a11ab37184084a000078babb57
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 12:04:25 2009 -0400
Remove already added resources from the select list.
Also have listResources() return the results keyed by the resource_id
commit ba22591239007c386ea8d76ed7f8b0a86178b7a8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 11:44:07 2009 -0400
Make this "Response", just like the attendee's column
commit 523ab6ce6685211b8d75527e8055b1656794d0c7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 11:38:48 2009 -0400
Move static resource related methods to Kronolith_Resource::
commit 87d8ef08d9dc981332d47abb6a613aaf4ff9e321
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 12 11:06:36 2009 -0400
More additions based on some discussion with Gunnar in IRC:
- Allow specifying if a resource is required or optional
- Add a response_type property to resources. Specifies if REQUESTS are
either always accepted, always denied, automatically accepted/denied
based on actual availability, handled manually (still todo), or simply
ignored (set response to NONE).
Also, try to clean up the implementation - trying to make it more likely
to be able to be extened for kolab. No idea if this helps of not though ;)
commit d6112960f66436bc0f448d097241b65487246609
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 11 19:42:07 2009 -0400
Move checkResources() to Kronolith::, and out of the concrete Event_Sql driver.
Move code for auto-accepting resources out of the Event driver and put
it into Kronolith:: Call it from Kronolith_Event::save() method (not 100%
sure about leaving it there, or just calling it in client code before saving
where appropriate).
commit e8dbc7acaed437d710b5dcbae6a364f36a1a5024
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 11 15:21:27 2009 -0400
Rename sql script
commit e700e115abeaf90a043590ad09ef37223f9e7253
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 11 15:09:15 2009 -0400
Lots of stuff:
- Move resource viewing/CRUD related pages to resources/*
- Have Kronolith_Resource objects present a Horde_Share_Object-like interface
- Remove the Resource link from the menu - put it in the panel under the "Manage My Calendars" link
- Various tweaks/corrections
commit 055b3f3516798ece754fc0ce2dcba622071d4d3c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 11 12:03:49 2009 -0400
Add a link in Kronolith's menu for the resource page
commit 747454a1d7bc81f0a56f724fc31661618c6a9600
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 11 12:02:43 2009 -0400
Fix logic and implement a delete() method for removing resources
from storage
commit 9bda3cfca2f71b6ea1f4a693696fc1ccb3b67c83
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Sep 11 12:01:38 2009 -0400
Clear resources when clearing attendees page as well
commit 853f7f29b03cdf9f797b45f3f2e906ed3c8bd0d5
Merge: 8f819f3b0469fcef46a0f4d39fed72d68ab278f5 2255ebdd05701fdcc59b1cde670ada1d0a1cad45
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 12:15:27 2009 -0400
Merge branch 'master' into kronolith_resources
commit 8f819f3b0469fcef46a0f4d39fed72d68ab278f5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 12:13:46 2009 -0400
Tweak labels now that these are for resources as well
commit a33f4da4f35cf44df994d7a6226ee0ae9742d8d6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 12:13:02 2009 -0400
Remove some cruft now that we can do this via the UI properly now.
commit f39751387d2ed61f0ff4670e72e680290ab8d642
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 12:12:20 2009 -0400
Only attempt to remove resources from the event if they have actually
accepted the event.
commit 50437aec8dcc8e48883b9deddcff99838e23b054
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 12:11:12 2009 -0400
notify user if a requested resource rejects invitation when saving event
commit f240c780adc23fd904e8369217dbc8f9f48d71a9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 12:08:51 2009 -0400
better fix. date was conflicting with another js var on the page.
commit ce9eb7a043e1affe266d96305307c7605c15e985
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 11:45:16 2009 -0400
Fix method name, change js variable 'date' to 'theDate' to make Safari happy
commit 42c6ed0f72c9e92f85ed41d9a48c874665be8b6d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 10:28:57 2009 -0400
Initial adding of resource to an event from the attendees page.
commit d625b82ab776d555fb7a7bdf5d4b742ac19aab5f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 10:27:44 2009 -0400
Show only resource calendars on the event form when we are editing a
resource's calendar.
commit c92a7e14f9cf462e2c5e43f33a94968ea5e378e0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 10:26:20 2009 -0400
Add basic permission checking to Kronolith::listResources()
commit 692cd3a56ae728eb020f1abe31b680ea9ff5bbfb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 10:13:52 2009 -0400
Add a setResources() method similar to setAttendees() for bulk setting
the local resources array
commit 6d171127c110b65157088f2ee30ce6d94a2724e4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 10:12:52 2009 -0400
remove commented out code
commit 9d9efabf25715efae1d961898dafbfc83165d1bb
Merge: 1ca62470493d0698bb18e6ec2e09f99bbbdc97ec 895ef358deb789ab33aa4171a708357ed695ff9b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 10 09:46:29 2009 -0400
Merge branch 'master' into kronolith_resources
commit 1ca62470493d0698bb18e6ec2e09f99bbbdc97ec
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 15:31:28 2009 -0400
Move hasPermisson to the base class, implement ::get() to behave like
a share.
commit d6fc77a59cd69efdb0cff800572ef884e46762cd
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 15:30:54 2009 -0400
typos
commit 0ecb20ea8c3563fe2991f0f3442c9d370a0338c1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 15:30:28 2009 -0400
use Kronolith::getInternalCalendar() here as well
commit e701146b6cc73af14b20ce43c93251e3c0919401
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 15:10:56 2009 -0400
Experiment with getting either a share or resource here
commit 4fc56c52f8f3738c3982ae10df43ed5cc60c2124
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 14:49:02 2009 -0400
listEvents:: isn't detailed enough for this...manually compare
start/end times to determine if an event collides.
Add basic hasPermission method, not sure if it's really needed yet.
commit 0bb6d7d2f0ceac3c9fe87d2bfe06a427678b0fbc
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 14:48:21 2009 -0400
Add resources to list of attendees returned from this method
commit 378915a8498b1df8eda7be258563fb1c354ceac8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 13:57:12 2009 -0400
Re-add resource fb info erroneously removed by a merge from master
commit 42b69dd90132f076e6f8865f956a79b7d1aded77
Merge: ff2ffd7afe58451d4dc1caf3107accce3bf33d49 e5b8b36c7554ab255306d2ada048934aba008a58
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 13:30:59 2009 -0400
Merge branch 'master' into kronolith_resources
commit ff2ffd7afe58451d4dc1caf3107accce3bf33d49
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 13:29:51 2009 -0400
Properly fix passing the date parameter to the attendees page
commit 933e68720edef89feae21bec6d0915b47313da06
Merge: e296d5affddf33e436224d65656f4ca93aa0fa80 1e11072eca8b6618009e1ffc15f63bb3b2e85e4f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 9 12:46:55 2009 -0400
Merge branch 'master' into kronolith_resources
commit e296d5affddf33e436224d65656f4ca93aa0fa80
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 20:02:28 2009 -0400
Easier way of exlcuding the current event from checking resource availability.
commit c041bb91525d32b9dcddaaecfff50a8730205684
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 20:01:29 2009 -0400
No autocompletion for resources (yet??)
commit 492fd0ee4328efc9e1e75ef38165aa5055da34ea
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 20:01:02 2009 -0400
Clarify why we are doing this bit of code here...
commit c974e5ae7c71ac8a84b2b35790e20a0f875d039f
Merge: 908ee87ce02373100b1cb67b622c5df9736fd793 2d3d24066e23a3dd4e41d7b0a09dd8855aec4c97
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 20:00:38 2009 -0400
Merge branch 'master' into kronolith_resources
commit 908ee87ce02373100b1cb67b622c5df9736fd793
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 19:57:42 2009 -0400
Fix passing the event date to the attendee form.
commit ee11fe3e6ef3f6176f930a7cadb8c6fcecabb67b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 13:22:18 2009 -0400
parse error
commit b7a8319dd64c88ee6fb39f1d48aa8daa06031b87
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 13:20:27 2009 -0400
Properly pass the calender_id to ::listEvents()
is_a -> instanceof
check for error
commit 583169a98bd68d96cbaef04547c2670a5c8dff8d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 12:44:47 2009 -0400
Stqrt hashing out the isFree() method. Remove deprecated Resource.php file, phpdoc
commit e7c09eeb4b21d6769a3115593b045fd4cd3f9cf4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 12:43:07 2009 -0400
For now, don't use autocomplete for resource adding to attendees.inc -
we will need the resource's uid.
commit 37952caeab9b661315b38065ce60dd75c50f863d
Merge: 277d3b5a34a34e0e7f1f0fca8e59684ca3b2021e ec6ffc62e492c35ac8dd09791834271f2a8d22c2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 8 12:39:17 2009 -0400
Merge branch 'master' into kronolith_resources
commit 277d3b5a34a34e0e7f1f0fca8e59684ca3b2021e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 20:08:49 2009 -0400
resource event delettion, start building a useful resource page...
Make sure we delete the resource from the 'original' event when
directly deleting the resource's copy of the event.
Fix some variable/method names
Start building a resorce management page.
commit d6670f930e8f6634563603d8c0945acfb1181477
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 18:39:30 2009 -0400
Be sure to load the empty resources array when creating a new event.
commit 27ec8aa00d9ded03e581a1ee2b538d6648bb1932
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 16:36:15 2009 -0400
Actually remove this code
commit f22e8d27aceaaff7c37d0c4632df82dd75583b49
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 16:34:20 2009 -0400
More tweaks/fleshing out:
- Perms checks
- Remove Kronolith::getResource() - use the driver's getResource() method directly.
- have K_Driver_Resource::listResources() method return resource objects directly.
commit f2cda6bd553b20b7b8c60b41752c3f419fd00e73
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 14:27:34 2009 -0400
Fix method name
commit 7ecee6880084c721bb658b67a5867c2ac1ef49c7
Merge: 9c7f21c9ad129bcc9585ad059ccf976c7725453b 7ec6ddbfd4f7b664b5585cf2c11846b57770ce9f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 13:27:56 2009 -0400
Merge branch 'master' into kronolith_resources
commit 9c7f21c9ad129bcc9585ad059ccf976c7725453b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 3 13:23:22 2009 -0400
Large bit of work on Kronolith Resources.
- K_Event_Resource and k_Driver_Resource resources.
- Implement viewing/editing a resource's events.
- Show resource calendar title in panel
- Get rid of lib/Resource.php (functionality moved to Kronolith::)
commit 07decdaf2718370fe5e74360ee2856a15c2bce91
Merge: a9809ff029e559f3518e3f4b72672d02766da0f2 2658747347eb37cb74a565bf151b407fe4f25283
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 16:30:52 2009 -0400
Merge branch 'master' into kronolith_resources
commit a9809ff029e559f3518e3f4b72672d02766da0f2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 16:18:57 2009 -0400
tweak panel display when displaying display_cals.
Add displayed calendar(s) name, and allow expanding/collapsing.
Tweak text to display 'Return to calendars' when anonymous user.
commit 3abea188280469a4be5bff856b52841726a1ebfb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 15:24:47 2009 -0400
Replace calendar panel with a "Return to my calendars" link when displaying display_cals.
commit 840f9304081be84eca01d50a7ec681e85f7ea11f
Merge: a47fa5bab46e391086c7ae80016689f34f36bbea 20bfe432dca165b68d45fd817c69a83fbd28cd0b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 14:59:47 2009 -0400
Merge branch 'master' into kronolith_resources
commit a47fa5bab46e391086c7ae80016689f34f36bbea
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 13:19:03 2009 -0400
Store the value of display_cal parameter in the session.
This makes display_cal do what it was originally inteneded to do.
Does not update user prefs (that's what toggle_calendar is for), but
just makes sure that ONLY the calendar(s) in the parameter are displayed.
Must pass an empty value for display_cal to clear the session value.
Still need to work out how to trigger the emptying of the value...probably
will replace the calendar panel with a 'close' link or similar when the session
variable contains data. This also solves the issue of dealing with the user changing
the calendars displayed via the panel while showing only display_cal.
commit 33c91f18279d36a149a606d81bc1a64f81a14539
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 12:43:31 2009 -0400
Clarify the use of the display_cal parameter
commit 446f39464c39f0ec9fb3edf39ca514b24278e96e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 12:34:14 2009 -0400
fix session variable name
commit 0179aa07ae85d58420a5afc05b99ee3474748ae6
Merge: 667db3065a4fd43c974a99219efae593aab5c77a 19320d243985503c4f9eb318f1eb7bee55d92392
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 12:33:30 2009 -0400
Merge branch 'master' into kronolith_resources
commit 667db3065a4fd43c974a99219efae593aab5c77a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 11:57:39 2009 -0400
Make sure if we pass a display_cal parameter, that ONLY those calendars are displayed.
commit 344506c8588ed065114e64c9cc89d827a26c80de
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 11:52:31 2009 -0400
Don't blindly update the user prefs for display_calendars.
Only update the pref if we explicitly pass a toggle_calendar or if we
are creating the user's first share.
commit 2aaca8f9d29ab44743c4622501d56def7dd38c3e
Merge: 410fc3f742692ec75b3c5ebb2f8acd0aaa19807f 888b0912932aee5f4bc11d855b6945d139aa5e13
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Sep 2 10:43:06 2009 -0400
Merge branch 'master' into kronolith_resources
commit 410fc3f742692ec75b3c5ebb2f8acd0aaa19807f
Merge: 2e8a258e65c779e3527966c1cd44c952a21efeb6 7461fa94927538b226cbde7e2d4041812305afe6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Sep 1 10:41:27 2009 -0400
Merge branch 'master' into kronolith_resources
commit 2e8a258e65c779e3527966c1cd44c952a21efeb6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 20 19:13:36 2009 -0400
Some ideas on feeling out a UI for administration...some of this will likely change
commit 54cd3018fd024f292ded38c269bf3f6348cef96f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 20 16:57:19 2009 -0400
listObjects API blurb
commit 1be44cb33c30d519d3e8bdcbeef96672eeaed953
Merge: 247ffabe7006062728d05288a9b717f44c2ada15 31c6d734f5231ba87b1898e2af6be730c27dd2ca
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 20 16:42:29 2009 -0400
Merge branch 'master' into kronolith_resources
commit 247ffabe7006062728d05288a9b717f44c2ada15
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Aug 20 15:37:58 2009 -0400
Return timeObjects categories for _each_ turba source separately.
Bug: 8504
commit f4728096535d53cde7c166fb5bdc60e1c13ab3bb
Merge: c842f0a80ecde9813db391c4c807bf41bba1d65e f4e1d0657282c875bd542876fd5641c46215b845
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Aug 19 16:18:54 2009 -0400
Merge branch 'master' into kronolith_resources
commit c842f0a80ecde9813db391c4c807bf41bba1d65e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Aug 19 10:47:53 2009 -0400
implement basic listing method...no filters yet.
commit cad3d3713692ed42c2cee36341eb83a852783688
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Aug 19 10:28:00 2009 -0400
Use a static member to hold the Kronolith_Driver object
commit df21a89f003415e4f2f397baaac07733c78d3f12
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 20:16:39 2009 -0400
First attempt at displaying resource FreeBusy info on the attendee view
commit fc165d0f8fcd7cd4641e36e590568cedf7193d06
Merge: 819a62d19b1f823c87721978563f9357e988077c 9c92eb52a1b55e618db1b84fe3304dcdc6238494
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 19:10:47 2009 -0400
Merge branch 'master' into kronolith_resources
commit 819a62d19b1f823c87721978563f9357e988077c
Merge: d6c70448805025579d72424cdf5f141d645a657c f4336780477c7cb3594131bea147e30b20f15104
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 16:06:45 2009 -0400
Merge branch 'master' into kronolith_resources
commit d6c70448805025579d72424cdf5f141d645a657c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 16:05:19 2009 -0400
Need to move the acceptance/denial of requests to the resource object
itself...otherwise, the internal properties array won't be serialized
before saving.
commit a8700d57d6df7a584bb825324f41559ae6bd1251
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 12:19:30 2009 -0400
Check for cases where resource is not found
commit 1eeb1f8b3a30bfde643d198e81a75a42a5ea27a8
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 12:17:18 2009 -0400
Fix column name, check for error from DB
commit 8a9db66c03094502e69478616152bda7f76af56a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 12:13:20 2009 -0400
Better field name, add method for retrieving resources, supporting code...
commit 638421b4fd75fc68c6c97c7e5cb88dd83ed8c993
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 11:10:52 2009 -0400
Allow updating of existing resources, some error checking etc...
commit 7f8bd365c9a5f396a9debf18bf5fbe4fe4ab8bc5
Merge: 15eb4d62da8b6872e65408462066b6bdaef116c3 c1e8c876478c91ca72fec3257e98540b8bf1dfd6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 09:38:31 2009 -0400
Merge branch 'master' into kronolith_resources
commit 15eb4d62da8b6872e65408462066b6bdaef116c3
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Tue Aug 18 09:36:36 2009 -0400
Correct spelling of filename
commit 113d5dbcfe53ce0705f13fa50a01f4809b12df6f
Merge: 7592053380f55f787e12d1667ac4b4dd49b94705 da81fb47cc555ede4289ecdc3c8e80b1b81949e6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 17:07:12 2009 -0400
Merge branch 'master' into kronolith_resources
commit 7592053380f55f787e12d1667ac4b4dd49b94705
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 17:06:15 2009 -0400
Start fleshing out the code to implement resources
commit 3ab96e7f99e1859958d95d0a0aed3eb13b1c36df
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 14:37:53 2009 -0400
add kronolith_resource table
commit 2d25a94288dc2016e777358f262a2bd7f86859a7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 13:43:18 2009 -0400
add sql upgrade script and update creation scripts for resource field
commit 5e60f98e6a19cc2b609688ec1354bb53b2e8f4b6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 13:40:06 2009 -0400
Flesh out some methods in Event and Driver to deal with auto accepting
resource requests
commit cf5eff97c03fe5de81c92ff6bd5f984199afb2ae
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 13:06:15 2009 -0400
Start stubbing out some ideas for Kronolith_Resource implementation
commit a063e86819dbc3ee3c5739442bf8968edb74c4d3
Merge: d8ae8e12a42f79759896968cca671e8fb4a81fa4 365cac562be45db5d8b8668d195db8ff14e1da19
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 17 12:26:06 2009 -0400
Merge branch 'master' into kronolith_resources
commit d8ae8e12a42f79759896968cca671e8fb4a81fa4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Aug 16 09:55:14 2009 -0400
Add support for a bunch of new methods that will be added soon to the
official twitter statuses/* API.
home_timeline
retweeted_by_me
retweeted_to_me
retweets_of_me
retweet
commit b45ce52f1b09648e06d97c37bfeac866be8449eb
Merge: c5db1cceb85b5751e5b2193920909ee6d8bf4683 0de2bdc9e00ef55e2b49171ef80a0192f276cb5c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Aug 15 18:38:07 2009 -0400
Merge branch 'master' into kronolith_resources
commit c5db1cceb85b5751e5b2193920909ee6d8bf4683
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Aug 14 18:21:24 2009 -0400
Catch exceptions from the contacts/getFields call
Not seeing notifications about no freebusy url still, but at least it's
not fataling now
commit dae2e1e4c87cd4becefb1eb18f3b82c7c6bda4cb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Aug 14 14:55:08 2009 -0400
Add stub for Kronolith_Resource
More information about the commits
mailing list