Ralf Becker
1e79225a29
removed explicit var parameter from Horde_iCalendar $component parameter of _ical2egw_callback, as all object are passed by reference in PHP5+, but usage via call_user_func_array(), gives warning as no (explicit) var parameters are allowed
2010-09-15 13:10:29 +00:00
Jörg Lehrke
9ae3b93e63
Fix CalDAV ctag calculation
2010-09-14 05:07:33 +00:00
Jörg Lehrke
bb9190a669
New content_history approach for calendar synchronization; fix various Sync issues
2010-09-12 20:14:46 +00:00
Jörg Lehrke
6fde93d15b
Improved ctag for CalDAV
2010-09-12 12:44:22 +00:00
Jörg Lehrke
13cf31924f
Fix find_event() issue
2010-09-11 23:15:05 +00:00
Jörg Lehrke
07063ebf7a
Update cal_modified for all required cases; adjust CalDAV ctag function
2010-09-11 18:08:48 +00:00
Ralf Becker
c5f77ca982
new param $sql_filter for search()
2010-09-10 19:12:59 +00:00
Ralf Becker
ce35264ed9
fix for postgreSQL bug reported by Anthony Messina (amessina-at-messinet.com): sync_contentid is varchar(60) and needs explicit cast, fixed by letting egw_db do the quoting, which is more save anyway
2010-09-10 07:01:41 +00:00
Ralf Becker
8241be4091
storing deleted timestamp instead of a deleted flag, to allow to use calendar table instead of egw_api_content_history later on
2010-09-09 09:11:57 +00:00
Klaus Leithoff
c3fe8e2ded
fix for scrollbar for searchfield in calendar sidebox for safari; provided by Chr.Fueller
2010-09-07 14:48:13 +00:00
Nathan Gray
49471c5e2b
Change link title so it can give the date for a particular recurrence, if the passed id is in the form CAL_ID-RECUR_DATE
2010-09-03 18:04:48 +00:00
Nathan Gray
db9bbc8460
Don't delete links until purge, same as addressbook
2010-09-02 20:55:37 +00:00
Jörg Lehrke
f91095f2ec
Fix EXDATE issue for Apple devices
2010-08-26 20:28:54 +00:00
Nathan Gray
9b62e51e2d
Add action to list view for admins to recover events from list view (egw.stylite.de bug #8140 )
2010-08-24 16:59:13 +00:00
Ralf Becker
1d98728552
fixed not disabled custom field tab, if no cfs exist
...
(problem was added history tab, which changed name of tabs widget, now using "tabs=general|...")
2010-08-16 07:13:47 +00:00
Jörg Lehrke
44c3c7eb9a
Improve iPhone iCal support
2010-08-15 06:42:05 +00:00
Jörg Lehrke
d4985709c5
Fix recurrence enddate issue
2010-08-15 06:34:16 +00:00
Jörg Lehrke
f90e1da24f
Fix alarm handling for recurring events starting in the past
2010-08-10 21:21:18 +00:00
Jörg Lehrke
0f284a0bfb
Disable Thunderbird special treatment
2010-08-08 21:52:44 +00:00
Ralf Becker
c7bc0fbd82
using created and modified timestamps from calendar, and not reading them separate from egw_content_history table
2010-08-05 17:57:59 +00:00
Ralf Becker
a3d06cb638
improved performance by not checking exceptions for referencing a master which mentions them as exceptions
2010-08-05 17:11:13 +00:00
Ralf Becker
be91330030
fixed not working notifications for types:
...
- responses: on participant responses too (everytime)
- modifications: on all modification, but responses
2010-08-02 14:15:05 +00:00
Hans-Jürgen Tappe
a66ae024a9
Tracker #2453 . Introduce a year view, which uses a fixed month / day grid and
...
displays the events inline (like in day / week view).
2010-07-31 07:51:52 +00:00
Klaus Leithoff
d813c7adc7
save states of calendar view to session only when we are in calendar
2010-07-16 09:00:49 +00:00
Klaus Leithoff
e2dab5d56b
fix for reset_stati on Drag and Drop; Work by Chr.Fueller, leithoff
2010-07-13 14:35:34 +00:00
Klaus Leithoff
26c7f601f3
making sure / checking that alarmData is an array as expected.
2010-07-13 11:48:06 +00:00
Klaus Leithoff
f2bc58898f
rework of calendar purge function
2010-07-06 08:20:53 +00:00
Jörg Lehrke
c9e1b56d2d
Fix vCalendar v1.0 EXDATE export
2010-07-05 19:05:54 +00:00
Ralf Becker
419516c011
removed columns from DELETE statement
2010-07-02 06:00:25 +00:00
Jörg Lehrke
75b25bb796
Fix FroupDAV report issue
2010-07-02 05:01:15 +00:00
Nathan Gray
f8431b00a7
- Fix purging of old events so it doesn't delete everything
...
- Trick config into calling the hook when purging is turned off so cron job is cancelled
2010-07-01 15:27:37 +00:00
Jörg Lehrke
09bc2c09cd
Fix CTag issues for GroupDAV
2010-06-29 13:52:56 +00:00
Jörg Lehrke
affd4b1885
Fix CalDAV issues
2010-06-29 09:19:25 +00:00
Jörg Lehrke
5cb14e716e
Fix CalDAV delete event issue
2010-06-28 17:34:57 +00:00
Nathan Gray
3a4bd1e45a
Allow admins to restore deleted events
2010-06-28 11:38:28 +00:00
Nathan Gray
cb3590ebab
Do not send notification when a deleted event is purged
2010-06-28 11:15:25 +00:00
Jörg Lehrke
2bfebbdb7f
Improve group invitation handling
2010-06-28 05:08:22 +00:00
Jörg Lehrke
bce68a9e82
Fix CalDAV group attendee issue; various GroupDAV improvements
2010-06-27 22:16:22 +00:00
Jörg Lehrke
c6b0f825d9
Fix SyncML replace and recur_enddate issue
2010-06-26 15:58:33 +00:00
Jörg Lehrke
c5ae8dd8e2
Support Free/Busy information with credentials as part of the URL
2010-06-26 11:35:11 +00:00
Jörg Lehrke
9bca389162
Fix status change permission issue
2010-06-24 16:21:23 +00:00
Jörg Lehrke
48bc5c8119
Remove user as attendee, if he is the only participant and has accepted
2010-06-23 15:54:07 +00:00
Jörg Lehrke
7b850eabb6
Fix recurring event issues for vCal 1.0 imports; fix bug Stylite #646
2010-06-23 14:52:55 +00:00
Jörg Lehrke
16def751e3
Add 'reset stati options' to calendar
2010-06-23 14:47:34 +00:00
Ralf Becker
a4ae9df347
searching case insensitive for PostgreSQL too
2010-06-22 16:59:04 +00:00
Jörg Lehrke
b94e897717
Optimze alarm handling
2010-06-18 13:44:50 +00:00
Jörg Lehrke
ae1807c571
Fix recurring event alarm issue
2010-06-18 13:37:42 +00:00
Jörg Lehrke
b44f0c2f41
Fix SyncML device timezone issues
2010-06-17 07:38:27 +00:00
Jörg Lehrke
b53e7ccbcc
Fix participant issue in event shifting
2010-06-16 10:41:45 +00:00
Jörg Lehrke
1800367a2d
Fix iCalendar v1.0 TZ issue
2010-06-14 14:54:24 +00:00
Nathan Gray
61099d4a89
Move purging of old calendar events to use less API and do more with the DB directly. Hopefully will be a little easier on the DB.
2010-06-14 11:45:00 +00:00
Klaus Leithoff
01afc4aff5
fix invalid javascript variable names for draggable/droppable IDs when owner/calendar is a group
2010-06-14 08:11:22 +00:00
Jörg Lehrke
53ebb5dc19
Improve charset support for CalDAV
2010-06-14 07:51:28 +00:00
Jörg Lehrke
f54410da4f
Fix recurrence enddate again
2010-06-11 22:13:27 +00:00
Jörg Lehrke
65e7054869
Fix recurrence enddate for vCalendar 1.0
2010-06-11 12:16:58 +00:00
Jörg Lehrke
e513532840
Fix enddate and alarm issue for series event shifting
2010-06-11 07:32:10 +00:00
Jörg Lehrke
0f00bb08a2
Set recurrence enddate to end time and use device TZ for vCalendar 1.0
2010-06-11 06:19:22 +00:00
Ralf Becker
30b509e9ce
reverting setting of target app, as it is unneccessary
2010-06-10 17:54:03 +00:00
Ralf Becker
3289d93605
- missing target for new button in sidebox
...
- adding message to opener.location.search, instead using referer (which points to toplevel frame and reloads framework)
2010-06-10 17:24:22 +00:00
Ralf Becker
0d62b7efdc
remove setting of not defined block "submit_column", causing holiday admin to fail
2010-06-10 09:09:31 +00:00
Jörg Lehrke
625603d59f
Implement new 'change startdate of series events' approach
2010-06-09 18:00:11 +00:00
Ralf Becker
3f344fd852
store whole state in prefs, so calendar displays identical view after a new login (beside the date)
2010-06-09 16:14:19 +00:00
Jörg Lehrke
c7c0230233
Fix tab hidding issue in calendar.edit
2010-06-08 17:45:22 +00:00
Jörg Lehrke
f6eb00e6a1
Allow alarms for recurring events starting in the past
2010-06-08 16:36:55 +00:00
Klaus Leithoff
0c60f43c61
fix for wrong message on event-deletion (was: series deleted); corrected one german translation string
2010-06-08 09:52:48 +00:00
Jörg Lehrke
9303dca432
Disable the alarms-tab for newly created series event exceptions completely
2010-06-08 08:53:40 +00:00
Ralf Becker
9a32f0dc9e
using relative width, works better then absolute one, giving just enough space for icon at minimal width of sidebox
2010-06-08 06:41:55 +00:00
Jörg Lehrke
015245d235
Improved alarm handling
2010-06-07 17:54:29 +00:00
Jörg Lehrke
82455c87a6
Newer Nokia E-Series SyncML supported fields default
2010-06-07 12:50:17 +00:00
Philip Herbert
f6e5b9de41
recognize Nokia e72-1 and e51-1 as s60 phone (supported fields)
2010-06-07 10:26:00 +00:00
Ralf Becker
48573b83a5
jdots adaption for calendar
2010-06-04 21:28:26 +00:00
Ralf Becker
ffc49a9ec6
fixed add link for jdots
2010-06-04 08:49:23 +00:00
Ralf Becker
b1682123c7
certain clean-ups, plus fixing wrong query passed to calendar integration (leftover from parameter change)
2010-06-01 09:28:37 +00:00
Ralf Becker
22406f6885
fixing call to calendar_so::search() to use new parameters, causing CalDAV to fail
2010-06-01 09:26:00 +00:00
Ralf Becker
13463578f5
using already read event to check acl (and not just the id causing a read)
2010-06-01 09:24:10 +00:00
Ralf Becker
a7fd927ae7
doing read (without acl check) first and then check acl on read event, to save reading it multiple times
2010-06-01 09:22:06 +00:00
Nathan Gray
586a58a4e7
Fix purging old events to get rid of events for all users, not just the admin that set it.
2010-06-01 07:36:14 +00:00
Nathan Gray
eeeebb5197
Delete alarms even if event is not really deleted
2010-05-28 07:24:34 +00:00
Jörg Lehrke
f1343bfde0
Fix EGW_ACL_FREEBUSY issue
2010-05-21 15:53:06 +00:00
Ralf Becker
de1a64cacd
"missing break in deleted filter (showing only unknow status)"
2010-05-21 15:09:11 +00:00
Ralf Becker
3a19b96589
"fixed not not changed old $_cols parameter to $params['cols']"
2010-05-21 15:05:31 +00:00
Jörg Lehrke
e4d0b6737c
Fix egw_ical iterator issues
2010-05-21 06:18:52 +00:00
Ralf Becker
2d53603ccd
replaced several calendar_so::search() parameter with new array $params parameter and added new $params[users] with raw users as passed to calendar_bo::search() (without members and memberships added) for calendar integration
2010-05-20 15:22:37 +00:00
Ralf Becker
06854c6301
replaced several calendar_so::search() parameter with new array $params parameter and added new $params[users] with raw users as passed to calendar_bo::search() (without members and memberships added) for calendar integration
2010-05-20 15:12:59 +00:00
Jörg Lehrke
45172377ab
Activate new 'Delete Series' handling
2010-05-20 14:43:50 +00:00
Ralf Becker
a91b9f2ebf
added Jörgs delete_series popup to calendar.edit, thought calendar does NOT yet react on the user choice of deleting the exececptions or not (also moved styles again to app.css file)
2010-05-20 09:19:15 +00:00
Jörg Lehrke
54f6b31a37
Fix series exception delete issue
2010-05-19 17:41:46 +00:00
Jörg Lehrke
4c1e3a9e70
Fix CalDAV series event handling
2010-05-19 16:13:37 +00:00
Jörg Lehrke
03885572b6
Fix etag/ctag issues for CalDAV
2010-05-19 15:25:07 +00:00
Jörg Lehrke
8cb71dfc84
Allow upgrade of single events to series via SyncML/CalDAV
2010-05-19 09:20:15 +00:00
Jörg Lehrke
32678401e8
Fix calendar_bo::search() issue with events outside the search window (bug#8090)
2010-05-18 15:12:51 +00:00
Jörg Lehrke
2552476036
Special Lightning CalDAV treatment
2010-05-18 14:41:22 +00:00
Andreas Stöckel
7e9c97a770
Fixed unlocking of calendar entries when the edit window is closed
2010-05-18 10:31:08 +00:00
Jörg Lehrke
e8298f217f
Fix iCal attendee CN issue
2010-05-18 10:04:29 +00:00
Jörg Lehrke
d2c03cd287
Fix CalDAV PUT failure
2010-05-18 10:03:21 +00:00
Jörg Lehrke
7ab47224c9
Fix calendar_bo::search() returning all-day events one day later (bug#2602)
2010-05-17 15:40:06 +00:00
Jörg Lehrke
27f1fef944
Fix CalDAV invitation issue (Stylite#513)
2010-05-17 14:20:34 +00:00
Ralf Becker
3629e919f5
"disabling not working iterator:
...
Replacement code for in r29270 removed filter
$cal_filters['query']['cal_reference'] = 0;
only works, if all recurrences and the master are returned in a single chunk, otherwise events get returned multiple times"
2010-05-14 17:51:55 +00:00
Jörg Lehrke
7ad18fac74
Improved calendar_boupdate::find_event() ( #2582 )
2010-05-14 13:32:08 +00:00
Jörg Lehrke
5623866894
Fix monthly recurrence issue (bug#2584)
2010-05-14 10:17:11 +00:00
Jörg Lehrke
dc8b3f2dec
Fix 'non_blocking' issue (especially for Nokia)
2010-05-14 09:28:46 +00:00
Jörg Lehrke
362afdb312
Fix GroupDAV private event issue
2010-05-14 08:35:16 +00:00
Jörg Lehrke
015173f608
Fix email-only attendees issue
2010-05-14 08:06:08 +00:00
Jörg Lehrke
1985580304
New Delete Series Dialog
2010-05-12 11:15:45 +00:00
Ralf Becker
06b8c5ac75
"fix for bub #2579 - PHP Fatal error: Using $this when not in object context
...
--> get_path can NOT be static"
2010-05-09 20:23:53 +00:00
Jörg Lehrke
91cfd18e16
Fix all-day event recurrence issue
2010-05-06 19:16:43 +00:00
Nathan Gray
a2eab86ef8
Use pre-existing function to handle deleted flag
2010-05-04 21:35:06 +00:00
Nathan Gray
5bea81f18f
Handle if event deleted flag gets turned into a string (Postgres)
2010-05-04 15:47:53 +00:00
Jörg Lehrke
ec48d32681
Calendar recurrence horizont configurable; fix recur_enddate issue
2010-05-03 16:43:42 +00:00
Jörg Lehrke
587439511d
Fix all-day recurring event issue (3)
2010-05-03 12:18:57 +00:00
Jörg Lehrke
9013a52b81
Fix Edit recurring event issues again :-(
2010-05-03 07:52:10 +00:00
Jörg Lehrke
be18410907
Fix Edit all-day recurring event issues
2010-05-03 06:50:50 +00:00
Jörg Lehrke
d22a9aa537
Fix all-day recurring event timezone issue
2010-05-01 16:25:10 +00:00
Jörg Lehrke
df6e3195e4
User Calendar CalDAV directory contains only 'not rejected' entries
2010-05-01 16:24:05 +00:00
Nathan Gray
f081a1ba2b
Reset status of participants when copying an event
2010-04-30 16:00:03 +00:00
Nathan Gray
c1b44e29d0
Pass recurrence date with recurring event's app_id so it can be used
2010-04-30 15:41:32 +00:00
Klaus Leithoff
165a5d6e0a
unset and at the end of processing loop, as they are used as indicator, that the entry is an hooked-app-entry; some codeformatting
2010-04-30 09:29:21 +00:00
Nathan Gray
d57893988e
Use preference to set size of description lines
2010-04-27 19:12:42 +00:00
Nathan Gray
e4bb6099eb
- Disable filemanager link for integrated apps
...
- Change timesheet icon on each row to popup, like Infolog does
2010-04-27 18:36:18 +00:00
Nathan Gray
a2daa3f5cc
Add trailing / to regex to silence warning
2010-04-27 18:35:14 +00:00
Jörg Lehrke
a2e2c5f797
Fix mounthly by day recurrence issues
2010-04-27 11:47:56 +00:00
Nathan Gray
09539d3ca2
Changes to calendar list view:
...
- Add button to add timesheet for one entry
- Disable delete button for other apps that got integrated
- Fix edit link for integrated apps
- Add scrollbar to long descriptions
- Create timesheet now works for integrated apps as well
2010-04-26 21:41:07 +00:00
Nathan Gray
58fe8a7cd8
Use edit link from other app when displaying entries from other apps in list view
2010-04-26 16:47:13 +00:00
Klaus Leithoff
5e8b903207
if filter showonlypublic is set, set status filter to hide rejected too
2010-04-26 12:28:30 +00:00
Jörg Lehrke
0d13079a46
Fix supportedFields settings for Nokia devices
2010-04-26 07:29:51 +00:00
Klaus Leithoff
09ea5fe114
feature to filter for only public events (no events tacked as private)
2010-04-26 07:08:23 +00:00
Nathan Gray
afafbec708
Use db->quote to get good cross db comparisons
2010-04-23 19:11:24 +00:00
Jörg Lehrke
2a2a9f5f11
Cleanup all-day handling
2010-04-23 15:15:22 +00:00
Jörg Lehrke
a707c183f3
Export all-day events as 'EVENT' to Nokia devices
2010-04-23 14:38:07 +00:00
Jörg Lehrke
22bb23b8ff
Fix new all-day event handling
2010-04-23 13:52:45 +00:00
Jörg Lehrke
fe5d9f305b
Fix iCal export of incomplete events again .-(
2010-04-23 11:03:32 +00:00
Jörg Lehrke
4cb30032ba
Fix iCal export from calendar list view
2010-04-23 10:34:47 +00:00
Jörg Lehrke
c5c5330799
Add Nokia 5800 XpressMusic to supported devices
2010-04-23 07:06:42 +00:00
Ralf Becker
74ccf7501d
helper function to construct union-query-columns for calendar_integration
2010-04-23 06:52:48 +00:00
Jörg Lehrke
ee18b0acac
New all-day event implementation
2010-04-23 06:15:18 +00:00
Nathan Gray
7611cd1374
Link created timesheets back to event
2010-04-22 21:41:35 +00:00
Nathan Gray
c4a8515d99
Add feature to regularly remove old calendar events that are more than x years in the past. Set in Admin -> Calendar -> Site configuration
2010-04-22 20:27:14 +00:00
Nathan Gray
690e62317f
Use the pretty popup to ask about editing series or exception
2010-04-22 16:40:18 +00:00
Nathan Gray
074b893e37
Change preserving deleted events. For speed improvements, use an extra column instead of joining to the sync tables
2010-04-22 16:09:36 +00:00
Nathan Gray
6b7dee0c5b
Apply global categories when creating a timesheet from an event.
2010-04-21 19:02:55 +00:00
Klaus Leithoff
2767a801fe
fix for draggable calendar event to other dates (typo/cut and paste error) provided by andreas stoeckel
2010-04-19 09:27:01 +00:00
Jörg Lehrke
211d2818cb
Enable ../groupdav.php/calendar/ again
2010-04-16 21:53:34 +00:00
Jörg Lehrke
4dc9ed98f9
Fix hierarchical properties issue
2010-04-16 18:58:32 +00:00
Klaus Leithoff
9b441faaf1
fixing warning regarding template->show
2010-04-16 14:30:21 +00:00
Klaus Leithoff
c93b76987a
enable create of recurreence for weekdays only for recur_type weekly (conditional enabling/disabling weekday selection area) provided by andreas stoeckel
2010-04-16 13:24:58 +00:00
Ralf Becker
c99426b492
fixed not working delete of participants specified as email address containing quotes
2010-04-16 10:19:29 +00:00
Klaus Leithoff
ebe6ec61fa
fixing problem in listview, using the new UNION functionality
2010-04-16 07:55:43 +00:00
Jörg Lehrke
e339b3626c
Support old SyncML preference settings
2010-04-16 07:04:53 +00:00
Ralf Becker
92a6245385
removed iCal examples and rfc2445, as they are not needed
2010-04-16 06:30:21 +00:00
Ralf Becker
83884ab2c2
better understandable dialog for editing recuring events (plus missing translations)
2010-04-15 18:23:02 +00:00
Ralf Becker
db6c6cd462
"show only groups with calendar rights, as we do in the calendar selection"
2010-04-15 14:10:01 +00:00
Klaus Leithoff
06fed70281
all user_types supported while building the UNION
2010-04-15 13:41:57 +00:00
Klaus Leithoff
d41940fc1f
work in progress, forgot that ressources are user_types too
2010-04-15 13:23:16 +00:00
Klaus Leithoff
b1987c62fa
use UNIONs instead of OR for calendar filter "owner too"
2010-04-15 12:52:35 +00:00
Jörg Lehrke
2b9198e8f7
Fix SyncML preferences
2010-04-14 16:40:54 +00:00
Jörg Lehrke
ae0bd0a0b7
Clarify iCal file export TZ option
2010-04-14 15:08:57 +00:00
Jörg Lehrke
d3ad7cae78
Fix undefined status issue
2010-04-14 14:44:21 +00:00
Ralf Becker
239793470b
adding an iterator for iCal files to minimize memory footprint on import of huge iCal files (not yet used for iCal data supplied as string, eg. from SyncML, as calendar_ical::importVCal uses count() and array access to returned components/events, and not just looping over it via foreach)
2010-04-14 10:19:41 +00:00
Ralf Becker
9e8a74b92e
"fixed not working caching to avoid multiple reads of same event from database
...
(condition !$date stoped caching for all non-repeating events)"
2010-04-14 08:49:49 +00:00
Ralf Becker
e5c782ca8e
"fix warning if no participants defined (eg. iCal import)"
2010-04-14 08:41:45 +00:00
Jörg Lehrke
30a3296c8e
Optimze and clean up GroupDAV
2010-04-13 15:31:59 +00:00
Jörg Lehrke
15e379249f
Fix group participant issue
2010-04-12 07:20:11 +00:00
Jörg Lehrke
b0532e4ac2
Fix group participant localization issue
2010-04-12 06:31:30 +00:00
Nathan Gray
09d2df0f9d
New action: Create timesheets from entry in event list
2010-04-06 19:01:17 +00:00
Nathan Gray
55d3ea8556
Prompt to edit whole series or create an exception for recurring events when editing from list view
2010-04-06 16:58:47 +00:00
Nathan Gray
2a715ae302
Add actions and 'whole query' checkbox to list view
2010-04-05 18:28:41 +00:00
Ralf Becker
928a38d5cf
"fixed not working edit of recuring events on home page
...
(caused by curly brackets in if condition, which got interpreted as placeholdes by old Template class, removed them as they are unnecessary anyway)"
2010-04-03 13:44:28 +00:00
Ralf Becker
0a33bec253
"implemented new status filter for planner by user (wasnt implemented when status filter were added)"
2010-04-03 13:16:39 +00:00
Nathan Gray
84d3643b22
Fix bug where a rejected event could still cause a schedule conflict
2010-03-25 20:23:22 +00:00
Jörg Lehrke
0dfb44228c
Fix SyncML preferences
2010-03-24 11:37:22 +00:00
Jörg Lehrke
42a09eda30
Add configurable client character set for SyncML & various fixes
2010-03-22 18:03:23 +00:00
Ralf Becker
57adecd8ff
fixed after r29540 broken install:
...
- calling egw_time::getTimezones() not possible during setup time -->
stalling all installs
- using tz_id=1 for a default is not possible, as that's the first
regular tz_id on new install --> using '0' now
- added translation for that new calendar setting
2010-03-22 14:20:19 +00:00
Jörg Lehrke
7f2e37b5eb
Configurable timezone for file export of calendar data
2010-03-17 16:57:03 +00:00
Jörg Lehrke
fc07594746
Fix GroupDAV iterator issue
2010-03-16 20:44:55 +00:00
Jörg Lehrke
abfc3f522b
Fix duplication by changed event title
2010-03-16 09:26:01 +00:00
Jörg Lehrke
8b5dfcb926
Fix CLASS:PRIVATE issue
2010-03-15 17:18:17 +00:00
Jörg Lehrke
28383ae67d
Fix Funambol SIF enconding
2010-03-15 17:17:42 +00:00
Jörg Lehrke
7220d96847
Use iterator approach in GroupDAV; fix various issues
2010-03-15 09:55:16 +00:00
Jörg Lehrke
89f7d50cec
Differentiate GroupDAV collections
2010-03-11 07:30:46 +00:00
Jörg Lehrke
871635002a
Improve find_event()
2010-03-09 17:03:41 +00:00
Jörg Lehrke
191d0c7fd5
Fix 'search for series master' issue
2010-03-09 09:28:46 +00:00
Jörg Lehrke
0978663ada
Fix Funambol STATUS issue
2010-03-08 13:54:13 +00:00
Jörg Lehrke
20aab1b6f2
Handle failures in event2rrule gracefully
2010-03-08 06:54:02 +00:00
Nathan Gray
3a09d2072f
Fix for cast from Anthony Messina
2010-03-07 22:09:48 +00:00
Jörg Lehrke
a8804a44ef
GroupDAV updates
2010-03-06 23:06:43 +00:00
Nathan Gray
79824c2e0c
Use cast only for Postgres, as in projectmanager
2010-03-06 15:49:59 +00:00
Nathan Gray
11183a763d
Cast sync_contentid to unsigned int
2010-03-06 02:40:57 +00:00
Nathan Gray
cb5054f2e4
Add an option to keep deleted events, only an admin can purge them
2010-03-05 20:01:44 +00:00
Klaus Leithoff
a410651f6f
changing a bit regarding the logic of the new feature (be notified about own changes)
2010-03-03 12:14:10 +00:00
Klaus Leithoff
f093aeff24
feature to enable to be notified of events you created/modified/deleted yourself; That is most helpful if you get a notification eMail with the ics attached, and thus be able to import the event somewhere else (another EGroupware/Outlook/...)
2010-03-03 11:59:55 +00:00
Christian Binder
b39c0affba
revert nonsense commit from jaytraxx
2010-03-02 18:21:50 +00:00
Christian Binder
fcd731a00b
prevent iterating on empty array
2010-03-02 18:01:41 +00:00
Christian Binder
fcc50858ee
set whole day flag on import if necessary - this is needed for better recognition in bo class
2010-03-01 15:37:59 +00:00
Jörg Lehrke
0412ebbb33
Set ORGANIZER for KDE
2010-02-26 15:39:46 +00:00
Jörg Lehrke
c816b4188e
Fix (pseudo) exception handling in CalDAV
2010-02-26 12:37:07 +00:00
Christian Binder
8211aef3ff
fixed wrong series event end times for whole day events when events occur or span over a daylight saving date, fixed typos
2010-02-25 17:05:24 +00:00
Jörg Lehrke
b2b8b35383
Fix various recurring event issues
2010-02-24 15:05:00 +00:00
Jörg Lehrke
85b6ba5ef0
Cleanup issues found during backport
2010-02-23 18:19:12 +00:00
Jörg Lehrke
08dbf52b66
Fix typos and code cleanup
2010-02-22 10:02:33 +00:00
Jörg Lehrke
e362a5b451
Use category names for history-log
2010-02-19 17:42:02 +00:00