Ralf Becker
2d26d18c74
if contact in $_GET[participants] parameter for edit is a user, use the user instead
2011-02-15 11:34:36 +00:00
Andreas Stöckel
45d3e8d82a
Fixed problem with event stacks for non drag-droppable event objects
2011-02-14 11:58:43 +00:00
Andreas Stöckel
80cfc89293
Clicking on a stack of events now always openes the event lying on top of the stack
2011-02-14 11:03:12 +00:00
Jörg Lehrke
c59cb90742
* CalDAV: Apply other users' calendar color, too
2011-02-13 21:08:29 +00:00
Ralf Becker
a045b4cc5f
* Calendar: alternative overlapping columns resulting in equally wide visible parts for unlimited number of columns
...
- for equally sized columns, the first one (used for whole day events or non-overlapping events) is fairly small (1/Nth of total width)
- still open again is problem of events in columns > 1 are not clickable (unless we set a z-index, which has other problems)
2011-02-11 16:50:24 +00:00
Ralf Becker
ec7cc493ef
* Calendar: using equally sized, non-overlaping columns for multiple events at the same time
...
- old overlapping events failed for more then 6 columns
- clicking on events opened the frist/underlaying event not the visible one
2011-02-11 15:43:40 +00:00
Nathan Gray
21c1f08322
- Fix range filter, adds range selected in mini-calendar to date filter
...
- Use selected date range for merge, if no events are checked
2011-02-10 19:19:52 +00:00
Nathan Gray
974ef4b74a
- Add calendar_ prefix to merge fields
...
- Fix bug in weekly table preventing more than one week
2011-02-10 19:17:26 +00:00
Christian Binder
96ab59b2fd
Enable calendar items for projectmanager eRoles
2011-02-09 20:55:20 +00:00
Nathan Gray
7ca1ba08d5
Implement merge for calendar
2011-02-09 15:58:06 +00:00
Klaus Leithoff
4e07a37116
quieten warning when no participants in function remove_no_acl_invite
2011-02-01 14:28:56 +00:00
Oscar Manuel Gómez Senovilla
28d2b6b072
Update for translations in trunk
2011-01-30 12:53:49 +00:00
Nathan Gray
f8343aa0e3
- Add default iCal import & export
...
- Remove Export: & Import: from sidebox menu, use Import/Export app
2011-01-28 20:04:52 +00:00
Klaus Leithoff
27726a377a
* calendar: PANAMA holidays provided by rafael chacon
2011-01-26 10:39:47 +00:00
Nathan Gray
e2baa8ab1d
Add default import/export definitions
2011-01-26 00:12:19 +00:00
Ralf Becker
3c469c8392
fixed status of all recurrences get set to "unknown", if status of a single recurrence get changed
2011-01-06 05:19:10 +00:00
Ralf Becker
df5aae20f5
fixed corrupted non-ascii chars in deleted message
2011-01-06 04:48:41 +00:00
Ralf Becker
5382856b60
modified week_number method a bit more, to allow to call it for arbitrary dates, not just the weekstart
2011-01-05 22:26:34 +00:00
Ralf Becker
a145fdb13f
* Weeknumbers in calendar views, were wrong for week-start-day other then Monday
...
iso8601 defines them only for week starting Monday, so we use now the Monday to calculate the week-number, even if user prefers an other startday
2011-01-05 21:49:55 +00:00
Nathan Gray
eb82905a62
* Added Created / Creator / Last modified column to list view
...
(egroupware.org #2365 )
2011-01-05 21:13:25 +00:00
Ralf Becker
20db16219d
* Calendar: invite rights, should NOT implicate a freebusy rights (users with invite rights could see freebusy times of other users)
2011-01-04 19:27:17 +00:00
Andreas Stöckel
70030216f3
Added possibility to view birthdays and/or holidays as non-blocking event in calender with special icon prepending it
2010-12-22 15:17:56 +00:00
Ralf Becker
c65705aac4
- started implementing virtual exceptions for AS (currently commented out in line 176, as not yet tested)
...
- ChangeMessage now searched contacts for participants and always re-adds resources (everything but accounts, contacts and email)
- some more timezone specific fixes
>>> none of the above is tested, as my iPhone charges no more and battery is now flat :-(
2010-12-21 02:45:40 +00:00
Nathan Gray
f06a051533
Add cal_id to edit dialog and list view like tracker, infolog
2010-12-20 22:57:35 +00:00
Ralf Becker
59c33be565
Import of recurring events (got timezones working for southern hermisphere DST)
...
and other fixes
2010-12-20 03:29:37 +00:00
Ralf Becker
416410f338
deleting of events
2010-12-19 04:07:01 +00:00
Ralf Becker
a460dde341
Saving/modifying of calendar event on the server:
...
- no recurring events yet
- no categories
- no deleting on the client yet (like AB, what to return?)
2010-12-19 03:54:09 +00:00
Ralf Becker
0dd2109b62
- timezones get now converted correctly to what AS uses instead of timezones
...
- direction back is implemented (and tested) but not yet used, as storing events is not yet implemented
- timestamps are passed to zpush now in servertime, which it converts internal to UTC times
- recurring event information is now correctly supplied (thought we do NOT yet deal with virtual exceptions!)
--> next step would be storing events synced in from the client
2010-12-19 00:31:07 +00:00
Ralf Becker
dd5000f11b
making monthly_byday_num and monthly_bymonthday public, to use it in calendar_activsync
2010-12-19 00:24:22 +00:00
Ralf Becker
904471d3d3
fixed typo
2010-12-18 23:58:11 +00:00
Ralf Becker
0ff32d804a
- added recurrence information to calendar events (GetMessage)
...
- added timezone export (currently disabled)
--> both needs testing and will probably not just work
2010-12-17 03:44:43 +00:00
Ralf Becker
f9163f2747
typo
2010-12-17 03:40:55 +00:00
Nathan Gray
cf7dd57c66
Use edit link (if available) only on icons, text link is for view
2010-12-13 15:37:25 +00:00
Nathan Gray
0df9ee0c6d
Implode arrays when not exporting human-friendly values so they don't say 'Array'
2010-12-10 22:54:27 +00:00
Nathan Gray
cc72785afe
If edit link / settings are available, use an edit popup
2010-12-10 20:05:51 +00:00
Klaus Leithoff
0cd5658ca1
* calendar: make configurable the number of users, until day- or weekview are consolidated; 5 is set as default
2010-12-10 11:03:35 +00:00
Andreas Stöckel
a24826e7fe
Fixed MyStylite bug #964
2010-12-09 21:04:34 +00:00
Klaus Leithoff
a1de30be38
* Calendar, MailToAllParticipants: force type to plain as thunderbird (with lightning attached) seems to try to be smart while parsing html messages with ics attachments, but fails with a parse error, resulting in a not displayed message in thunderbird
2010-12-09 11:57:14 +00:00
Klaus Leithoff
8a293796e1
fix for postgres
2010-12-07 11:34:18 +00:00
Ralf Becker
8f3d6954e5
search extra account repository for birthdays too
2010-12-06 18:40:08 +00:00
Ralf Becker
0e4217f37f
* fixed birthday of contacts/accounts in LDAP could not be modified in addressbook
2010-12-06 18:25:35 +00:00
Ralf Becker
08ec384512
allways using account_fullname for calendars
2010-12-03 17:55:04 +00:00
Ralf Becker
a7ea17d896
fixed fatal error, after move of get_ctag to calendar_bo
2010-12-03 13:22:08 +00:00
Ralf Becker
9981730b29
moved ctag to calendar_bo, to use it in CalDAV and ActiveSync, thought it needs to be reworked, as it is to expensive performance-wise
2010-12-02 22:27:32 +00:00
Ralf Becker
96d44948f7
missing 5. parameter
2010-12-02 22:11:05 +00:00
Ralf Becker
83fd244b5c
new parameter $clear_private_infos_users to read using EGW_ACL_FREEBUSY instead of EGW_ACL_READ (eg. private appointments) and clear private infos, if no read rights
2010-12-02 21:50:22 +00:00
Philip Herbert
25ac3231b9
corrected dateformat for calendar
2010-12-02 16:04:53 +00:00
Ralf Becker
f94a2a1851
propset svn:keywords Id
2010-12-02 09:03:56 +00:00
Klaus Leithoff
df5c80a514
dont use the global template object anymore; do our own now
2010-11-29 11:45:11 +00:00
Ralf Becker
fafa84e5c7
changed debug_message to use error_log and not echo messages (stalls *DAV or ActiveSync)
2010-11-28 11:01:44 +00:00