Commit Graph

2213 Commits

Author SHA1 Message Date
866d680e6a fixed iCal and iMip method and notification text for initial responses to organizer to be replys (not added=invitation) 2014-02-20 16:14:32 +00:00
94af139465 * CalDAV/CardDAV: entries with urls containing url-encoded chars, eg. from Google calendar, were not send to clients (missing urldecoding in multiget report) 2014-02-20 15:11:27 +00:00
90c89e0eb7 * CalDAV/Calendar: sending now iMip response to external organizer when initialy accepting invitation via CalDAV client (before only status changes where sent) 2014-02-20 15:04:47 +00:00
1297c32fb2 adding an extra icon for ical export in context menu, so templates can change it independent of mime icons 2014-02-20 11:07:12 +00:00
26e0f079a1 fixed not working move/resize of events in IE (did not understand redirect to empty url) 2014-02-19 17:48:25 +00:00
07db88276e fixed or working around javascript errors in IE11 2014-02-19 15:20:19 +00:00
f0d7751496 removed caret from group favorites, fixed prefered favorite was not show correct initialy nor updated 2014-02-12 21:51:25 +00:00
874b4b594f Fix warning "Argument #1 is not an array" in calendar conflict 2014-02-12 11:59:32 +00:00
e9a3d69e46 Fix calendar ignore conflict when the conflict is not from resources 2014-02-12 10:26:34 +00:00
7809e30718 Update participant readonlys to match namespace 2014-02-10 22:01:01 +00:00
cbe3b85dc3 need one more header line for new template 2014-02-06 18:16:40 +00:00
cc628c378a Use egw_framework::message() instead of a label in template, which might stay longer than we want 2014-02-05 23:36:01 +00:00
6e79741c8f using capital REQUEST in method parameter 2014-02-05 15:15:00 +00:00
8e35567e6a some more layout fixes for calendar-edit 2014-02-05 11:14:44 +00:00
470a204f85 renamed status icons to name them like corresponding status 2014-02-04 10:34:40 +00:00
55524261dc mark calendar (sidebox) menu as open by default and fix ide warnings 2014-01-30 11:03:16 +00:00
6b4bc0547c fixed wrong warning "event was edited by other user" after storing an event more then once, was caused always splitting series, but not checking that condition 2014-01-30 10:12:08 +00:00
56e3607b70 Fix "Mail all participants" in calendar edit popup->Actions 2014-01-29 08:32:01 +00:00
70c3ab98af Set the "Allow ignore conflicts" default option to "Yes, only users with direct booking permission", therefore this would be the selected as first time installation, unless it set to another choice from Resources site configuration 2014-01-29 08:28:53 +00:00
a8e8f33ff4 * Calendar/eSync: fixed caching causing new events on EGroupware side not to appear on device (withing time of a running ping-request) 2014-01-28 16:27:01 +00:00
8147adcb95 Add "Allow ignore conflicts" feature for resources 2014-01-28 16:26:18 +00:00
ad57c7ee86 remove addressbook, calendar and infolog classes for xmlrpc, as we droped xmlrpc support 2014-01-28 08:28:20 +00:00
84624be69f Make Series and WholeDay events d-n-d able 2014-01-24 12:50:20 +00:00
fc18f4d1ab fix framework lost on search in Stylite/Pixelegg template 2014-01-24 11:24:14 +00:00
bc0f6950c5 fix calendar favorites by passing state for json requests via apply("app.calendar.set_state", array(state)) and checking on app.calendar.setState() if we need a redirect for listview to set owner, cat_id or filter, also fixed all IDE warnings in app.js 2014-01-24 09:47:33 +00:00
fccd3f8d89 Fix not being able to move a series event. Additionally, brings a confirmation message for moving series event 2014-01-23 17:15:49 +00:00
192bde119b no longer echo out message, we use egw_message/egw_refresh now 2014-01-21 15:01:06 +00:00
350b8ed3ae Calendar list uses no_cat flag, so explicitly send category info for row styling 2014-01-18 09:05:03 +00:00
8f29c5a15b Replace onClick inline-script with jQuery for todos in calendar 2014-01-17 10:28:15 +00:00
5810566450 Fix filemanager context menu item opening in iframe 2014-01-16 17:27:32 +00:00
8d4fc1001f Remove inline-script of flat() in calendar and move it to navigation.js, CSP concern 2014-01-10 17:31:24 +00:00
a9c800229c Fix onclick handler for calendar yearly planner and year view 2014-01-09 09:38:55 +00:00
b6ca39d9dd Fix tooltip for GroupPlanner, replace it with jquery tooltip 2014-01-09 09:04:59 +00:00
e6ce77b303 Fix tooltip on plannerEvent, replace the handle with jquery tooltip 2014-01-08 16:36:15 +00:00
6fd7ed4b2d * CalDAV/CardDAV: only advertice sync-collection report, if we track deleted entries (history-logging enabled, not working otherwise) 2014-01-07 11:10:51 +00:00
33e041a6dc Switch on the CSP in calendar :) 2014-01-06 15:38:25 +00:00
ac64b6afc4 Handle calendar event tooltip and onclick with jquery 2014-01-06 15:36:49 +00:00
1d14ecc80f Remove "drag-and-drop" and "IE dropdownmenu hack" from the common preferences 2013-12-19 10:19:14 +00:00
8ad1e7ed20 get navigation-calendar to use egw_link_handler too, so listview does not reload top window 2013-12-18 05:23:45 +00:00
a29f3f15bf Turn on favorite widget 2013-12-16 20:38:07 +00:00
a014b7ba7c Make calendar entry resizable 2013-12-16 18:10:08 +00:00
f1da90887a Get Calendar d-n-d working again 2013-12-13 18:18:56 +00:00
042db5996a use egw_link_handler to stop calendar reload whole framework when switching away from listview 2013-12-13 00:09:40 +00:00
c8d6dc3c13 remove bullets from main calendar menu 2013-12-12 04:19:59 +00:00
1dc6964754 get calendar favorites working for list-view (eg. changing owner) 2013-12-12 03:42:08 +00:00
cfefedc8f7 non-et2 Favorites work in progress
Add current link shows popup with state details.
2013-12-05 23:22:54 +00:00
9cba54fb63 calendar state handling via set/getState methods in calendar app.js 2013-12-04 23:28:31 +00:00
2925d10165 Fix X-MICROSOFT-CDO-ALLDAYEVENT calendar issue for CalDAV clients 2013-11-23 08:13:01 +00:00
58de54b04b prefix list-view urls with ajax=true, to open them im top window (not iframe) 2013-11-18 15:34:41 +00:00
842511b3d3 remove unneccessary scrollbars 2013-11-13 20:03:59 +00:00