horde.git
2009-09-29 Michael J.... spelling
2009-09-29 Michael J.... Refactor a bit.
2009-09-29 Michael J.... Removed some cruft from original testing
2009-09-29 Michael J.... Clean up a bit.
2009-09-29 Michael J.... Remove max_reservations.
2009-09-29 Michael J.... Provide feedback on resource availability as soon as...
2009-09-29 Michael J.... Don't open resource calendars in _blank, use the same...
2009-09-29 Michael J.... Notify for acceptance as well
2009-09-29 Michael J.... Need to move this comparison after the loop.
2009-09-29 Michael J.... Make this "Response", just like the attendee's column
2009-09-29 Michael J.... Move static resource related methods to Kronolith_Resou...
2009-09-29 Michael J.... More additions based on some discussion with Gunnar...
2009-09-29 Michael J.... Rename sql script
2009-09-29 Michael J.... Lots of stuff:
2009-09-29 Michael J.... Add a link in Kronolith's menu for the resource page
2009-09-29 Michael J.... Only attempt to remove resources from the event if...
2009-09-29 Michael J.... notify user if a requested resource rejects invitation...
2009-09-29 Michael J.... Initial adding of resource to an event from the attende...
2009-09-29 Michael J.... Add basic permission checking to Kronolith::listResources()
2009-09-29 Michael J.... Move hasPermisson to the base class, implement ::get...
2009-09-29 Michael J.... typos
2009-09-29 Michael J.... Experiment with getting either a share or resource...
2009-09-29 Michael J.... listEvents:: isn't detailed enough for this...manually...
2009-09-29 Michael J.... resource scheduling blurb
2009-09-29 Michael J.... Add sql script updates
2009-09-29 Michael J.... Use Horde_Lock to lock the resource calendar.
2009-09-29 Michael J.... Remove listResources from Kronolth_Resource and refacto...
2009-09-29 Michael J.... Add resources to the event view as well
2009-09-29 Michael J.... UI support for creating and maintaining resource groups.
2009-09-29 Michael J.... Better check for valid resource
2009-09-29 Michael J.... More work on resource groups. Most of the backend suppo...
2009-09-29 Michael J.... Move this to the base class.
2009-09-29 Michael J.... Protect against infinite recursion in case someone...
2009-09-29 Michael J.... Correct conditional that catches conflicts.
2009-09-29 Michael J.... Split up the checking resoruce response and adding...
2009-09-29 Michael J.... remove an errant var_dump
2009-09-29 Michael J.... typo
2009-09-29 Michael J.... Start fleshing out the K_Resource_Group stuff.
2009-09-29 Michael J.... spelling
2009-09-29 Michael J.... Refactor a bit.
2009-09-29 Michael J.... Fix variable name
2009-09-29 Michael J.... Remove cruft
2009-09-29 Michael J.... Removed some cruft from original testing
2009-09-29 Michael J.... Clean up a bit.
2009-09-29 Michael J.... Remove max_reservations.
2009-09-29 Michael J.... use Horde_Support_GUID
2009-09-29 Michael J.... Provide feedback on resource availability as soon as...
2009-09-29 Michael J.... Don't open resource calendars in _blank, use the same...
2009-09-29 Jan SchneiderFix sequence name.
2009-09-29 Michael J.... Notify for acceptance as well
2009-09-29 Michael J.... Need to move this comparison after the loop.
2009-09-29 Michael J.... Remove already added resources from the select list.
2009-09-29 Michael J.... Make this "Response", just like the attendee's column
2009-09-29 Michael J.... Move static resource related methods to Kronolith_Resou...
2009-09-29 Michael J.... More additions based on some discussion with Gunnar...
2009-09-29 Michael J.... Move checkResources() to Kronolith::, and out of the...
2009-09-29 Michael J.... Rename sql script
2009-09-29 Michael J.... Lots of stuff:
2009-09-29 Michael J.... Add a link in Kronolith's menu for the resource page
2009-09-29 Michael J.... Fix logic and implement a delete() method for removing...
2009-09-29 Michael J.... Clear resources when clearing attendees page as well
2009-09-29 Michael J.... Tweak labels now that these are for resources as well
2009-09-29 Michael J.... Remove some cruft now that we can do this via the UI...
2009-09-29 Michael J.... Only attempt to remove resources from the event if...
2009-09-29 Michael J.... notify user if a requested resource rejects invitation...
2009-09-29 Michael J.... Initial adding of resource to an event from the attende...
2009-09-29 Michael J.... Show only resource calendars on the event form when...
2009-09-29 Michael J.... Add basic permission checking to Kronolith::listResources()
2009-09-29 Michael J.... Add a setResources() method similar to setAttendees...
2009-09-29 Michael J.... remove commented out code
2009-09-29 Michael J.... Move hasPermisson to the base class, implement ::get...
2009-09-29 Michael J.... typos
2009-09-29 Michael J.... use Kronolith::getInternalCalendar() here as well
2009-09-29 Michael J.... Experiment with getting either a share or resource...
2009-09-29 Michael J.... listEvents:: isn't detailed enough for this...manually...
2009-09-29 Michael J.... Add resources to list of attendees returned from this...
2009-09-29 Michael J.... Easier way of exlcuding the current event from checking...
2009-09-29 Michael J.... No autocompletion for resources (yet??)
2009-09-29 Michael J.... Clarify why we are doing this bit of code here...
2009-09-29 Michael J.... Fix passing the event date to the attendee form.
2009-09-29 Michael J.... parse error
2009-09-29 Michael J.... Properly pass the calender_id to ::listEvents()
2009-09-29 Michael J.... Stqrt hashing out the isFree() method. Remove deprecate...
2009-09-29 Michael J.... For now, don't use autocomplete for resource adding...
2009-09-29 Michael J.... resource event delettion, start building a useful resou...
2009-09-29 Michael J.... Be sure to load the empty resources array when creating...
2009-09-29 Michael J.... Actually remove this code
2009-09-29 Michael J.... More tweaks/fleshing out:
2009-09-29 Michael J.... Fix method name
2009-09-29 Michael J.... Large bit of work on Kronolith Resources.
2009-09-29 Michael J.... tweak panel display when displaying display_cals.
2009-09-29 Michael J.... Replace calendar panel with a "Return to my calendars...
2009-09-29 Michael J.... Clarify the use of the display_cal parameter
2009-09-29 Michael J.... Some ideas on feeling out a UI for administration....
2009-09-29 Michael J.... listObjects API blurb
2009-09-29 Michael J.... implement basic listing method...no filters yet.
2009-09-29 Michael J.... Use a static member to hold the Kronolith_Driver object
2009-09-29 Michael J.... First attempt at displaying resource FreeBusy info...
2009-09-29 Michael J.... Need to move the acceptance/denial of requests to the...
2009-09-29 Michael J.... Check for cases where resource is not found
next