| 2009-09-29 |
Michael J.... | Remove already added resources from the select list. |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Make this "Response", just like the attendee's column |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Move static resource related methods to Kronolith_Resou... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | More additions based on some discussion with Gunnar... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Move checkResources() to Kronolith::, and out of the... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Rename sql script |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Lots of stuff: |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Add a link in Kronolith's menu for the resource page |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Fix logic and implement a delete() method for removing... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Clear resources when clearing attendees page as well |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Tweak labels now that these are for resources as well |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Remove some cruft now that we can do this via the UI... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Only attempt to remove resources from the event if... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | notify user if a requested resource rejects invitation... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Initial adding of resource to an event from the attende... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Show only resource calendars on the event form when... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Add basic permission checking to Kronolith::listResources() |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Add a setResources() method similar to setAttendees... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | remove commented out code |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Move hasPermisson to the base class, implement ::get... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | typos |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | use Kronolith::getInternalCalendar() here as well |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Experiment with getting either a share or resource... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | listEvents:: isn't detailed enough for this...manually... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Add resources to list of attendees returned from this... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Easier way of exlcuding the current event from checking... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | No autocompletion for resources (yet??) |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Clarify why we are doing this bit of code here... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Fix passing the event date to the attendee form. |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | parse error |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Properly pass the calender_id to ::listEvents() |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Stqrt hashing out the isFree() method. Remove deprecate... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | For now, don't use autocomplete for resource adding... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | resource event delettion, start building a useful resou... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Be sure to load the empty resources array when creating... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Actually remove this code |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | More tweaks/fleshing out: |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Fix method name |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Large bit of work on Kronolith Resources. |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | tweak panel display when displaying display_cals. |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Replace calendar panel with a "Return to my calendars... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Clarify the use of the display_cal parameter |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Some ideas on feeling out a UI for administration.... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | listObjects API blurb |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | implement basic listing method...no filters yet. |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Use a static member to hold the Kronolith_Driver object |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | First attempt at displaying resource FreeBusy info... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Need to move the acceptance/denial of requests to the... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Check for cases where resource is not found |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Fix column name, check for error from DB |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Better field name, add method for retrieving resources... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Allow updating of existing resources, some error checki... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Start fleshing out the code to implement resources |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | add kronolith_resource table |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | add sql upgrade script and update creation scripts... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Flesh out some methods in Event and Driver to deal... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Start stubbing out some ideas for Kronolith_Resource... |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael J.... | Add stub for Kronolith_Resource |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Recent Searches was mislabeled as Saved Searches |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Ticket #6875: Re-add OR searches to advanced search |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Yet more Search/Virtual Folder fixes/improvements |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Fix thread image positioning in dimp |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Focus on search criteria field after creation. |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Fix missing name parameter |
commit | commitdiff | tree | snapshot |
| 2009-09-29 |
Michael M Slusarz | Add deleted vfolders to eltdiff list. |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Fix English and indenting |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Need this more complex way to resize the iframe after... |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Don't show info message if part is marked as attachment. |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Add AND keyword to search UI |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Better naming for this function |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Rename Virtual Folder section to Saved Searches |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Abstract out folder tree image generation. |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Bug #8606: Fix dragging over IFRAMEs |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael J.... | track Horde_Lock changes |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Fix replacement string |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Another attempt at sizing correctly - use entire HTML... |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Fix DOM traversal |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Fix hover effect over folders in dimp |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael J.... | change title for this icon to "Meeting" instead of... |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael J.... | Make sure $end is a Horde_Date object |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Jan Schneider | Fix calculating bottom event position. |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Jan Schneider | Fix converting all-day events to regular events. |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Ticket #8592: Fix resizing height |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Ticket #8592 - More IFRAME/HTML work |
commit | commitdiff | tree | snapshot |
| 2009-09-28 |
Michael M Slusarz | Remove unused classes. |
commit | commitdiff | tree | snapshot |
| 2009-09-27 |
Michael J.... | iPhoto (and Aperture) plugins ca only be compiled as... |
commit | commitdiff | tree | snapshot |
| 2009-09-26 |
Michael J.... | Remove a bunch of NSLog output, set a DEBUG preprocesso... |
commit | commitdiff | tree | snapshot |
| 2009-09-26 |
Michael J.... | Add compiled installer package to .gitignore |
commit | commitdiff | tree | snapshot |
| 2009-09-26 |
Michael J.... | Add PackageMaker script |
commit | commitdiff | tree | snapshot |
| 2009-09-26 |
Michael J.... | Fix logic for redisplaying the remote gallery view... |
commit | commitdiff | tree | snapshot |
| 2009-09-26 |
Michael J.... | Fix build path (Plugins -> Plug-Ins). Why this isn... |
commit | commitdiff | tree | snapshot |
| 2009-09-26 |
Michael J.... | Changes for compiling a native 10.6 version of these... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Michael J.... | tweak the build path to work along with the packaging... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Michael J.... | If iPhoto cannot locate the original image file, we... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Chuck Hagenbuch | Revert "Play around with some bordering in the dimp... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Chuck Hagenbuch | Update .gitignore to only ingore top-level lib/ and... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Michael J.... | Clean up build options, standardize plist entries,... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Michael J.... | Include these in the main header also |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Michael J.... | Clean up #import, protect against invalid selectedIndex... |
commit | commitdiff | tree | snapshot |
| 2009-09-25 |
Michael J.... | Sync changes to AnselKit from iPhoto2Ansel. |
commit | commitdiff | tree | snapshot |
| next |