b75d8e6692
reverting using zPush TimezoneUtil, as it causes Outlook sync to stall
2017-02-27 20:08:53 +01:00
8033f8ff7c
Fix participant role is lost when changing another user's status
2017-02-27 09:21:52 -07:00
3aef0fe1a6
Add sorting to match planner view grouping, so pagination gets the top rows first
2017-02-24 10:33:02 -07:00
a2e584d632
fix cut and paste typo
2017-02-24 08:05:15 +00:00
621363820d
replace calendar_zpush::tz2as with TimezoneUtil::GetFullTZFromTZName call, as it seems to produce more accurate results
2017-02-23 11:32:22 +00:00
2ba626ac04
using TimezoneUtil in GetMessage to determine as_tz array more correctly
2017-02-23 11:11:04 +00:00
508d0aa920
Try to match placeholder NENVLF with its described example
2017-02-10 10:41:43 +01:00
7807b3b0c1
Remove some unused code, clean up variable declaration, fix a potential bug in return value.
...
(thanks, Scrutenizer)
2017-01-31 09:17:54 -07:00
29cba6a8a5
Change import record type from abstract to calendar's record class. Since it will fail otherwise, no need to be general.
...
(thanks, Scrutenizer)
2017-01-31 09:16:03 -07:00
5946e9f7cd
Avoid errors if $instance_date is not passed correctly
...
(thanks, Scrutenizer)
2017-01-31 09:14:50 -07:00
94f678548b
Add config option to show age for birthdays
2017-01-25 10:52:47 -07:00
6a815b53b3
Fix calendar owner search would only return 1 matching resource category
2017-01-20 08:55:57 -07:00
55edf5cfea
fix warnings when importing events: $ignore_acl=true and only cal_id given
2017-01-19 11:11:40 +01:00
afaa722c47
modifications to allow exporting of all calendar entries via stylite/migrate.php script, added cal_deleted as timestamp and support again setting $updateTS=false in calendar_boupdate::save()
2017-01-18 18:31:47 +01:00
78f4a6fb9e
one missing customfields
2017-01-17 18:31:58 +01:00
f9bbcdeb86
* Timesheet/Resources/Filemanager/Calendar: customfields could not be deleted
2017-01-17 18:24:56 +01:00
e5b93acc4f
Implement pe_status, set_status() and delete()
2017-01-11 15:48:10 -07:00
03fb09e199
Do the same for week_days count as commit bb9bf40edb
2017-01-11 10:36:14 +01:00
aa63949012
Update notification popup to fit theme better
2017-01-10 11:42:44 -07:00
bb9bf40edb
Make days count in calendar report independent of the amounts
2017-01-10 18:03:48 +01:00
7329088e14
Do not write the rows in calendar cat. report if all columns are zero
2017-01-10 09:26:57 +01:00
104731cb8d
* Calendar/Categrory report: Consider multidays events in over range calculation
2017-01-09 15:00:44 +01:00
e8b2838616
* Calendar/Categrory report: Add sort option for the report
2017-01-06 16:15:34 +01:00
3e4d1acfa2
* Calendar/Categrory report: Fix miscalculation of multidays events because of wrong week number
2017-01-06 14:48:13 +01:00
153dde2200
Move holidays.php out of inc subdirectory, add a failure check
2017-01-04 08:21:59 -07:00
9ce8140aa1
*Calendar/category report:
...
- Fix not counting the selected end range
- Fix miscalculation of events extended from a year to another
- Fix miscalculation of amount of event when range is greater than event's start time and less than event's end time
2017-01-03 15:18:05 +01:00
e35814320b
Exclude birthdays from holidays in calendar category report
2016-12-19 17:37:06 +01:00
59dbdfba21
Do not count none egroupware participants in Calendar category report
2016-12-16 11:31:35 +01:00
4f922d1eae
* Calendar: Some hot fixes for category report
...
- Fix category report does not take participants into account
- Fix events located in mid of the range get miscalculated
2016-12-16 11:10:02 +01:00
d43be3afc2
fix PHP Warning (Invalid argument supplied for foreach() in calendar/inc/class.calendar_boupdate.inc.php on line 1915), if moved event has no alarms
2016-12-07 14:17:53 +01:00
db71f7660f
Reduce translation duplication - use a single common message for entry copied
2016-11-24 10:30:36 -07:00
d04f204d14
Calendar category report:
...
- Fix weekend and holidays don't for multidays events
2016-11-16 18:54:43 +01:00
448d99153a
Calendar category report:
...
- Fix multidays events and recurrences miscalculation
- Fix height of category table
2016-11-15 10:18:37 +01:00
a361cf6795
Fix wrong indexing for categories array in calendar category report
2016-11-14 15:12:05 +01:00
847352a62c
Calendar category report:
...
- Fix calendar category report not summarizing values
- Add select all checkbox
2016-11-14 12:55:18 +01:00
1597e46d74
Change sidebox menu site configuration to match, reported by Stefan Unverricht
2016-11-11 08:44:09 -07:00
2613a912fb
Add unit day for calendar category report
2016-11-10 11:10:05 +01:00
15b3e56764
WIP calendar report:
...
- Implement csv report + download csv file
2016-11-08 15:03:33 +01:00
2e1e3d8727
WIP calendar report
2016-11-07 20:24:31 +01:00
0dfbd549f9
Increase consolidation max from 9 to 20.
2016-11-07 08:24:03 -07:00
cb6121c41f
* Calendar: fix holidays are displayed one day off for eg. Austria, Slovakia, Australia (from iCloud)
...
Caused by no real floating date support in EGroupware and defaulting to UTC, if no timezone specified, because Horde_Icalendar does not report datetimes postfixed with Z as UTC.
Fixed now by not using UTC workaround for date (not datetime) values.
Also implemented default duration of one day for dtstart as date and no dtend/duration given.
2016-11-05 12:01:28 +01:00
035c544529
W.I.P of Calendar holiday report:
...
- Handle holiday_report preference on server-side
2016-11-02 18:38:31 +01:00
6a035feb6f
W.I.P of holiday report for calendar app
2016-10-31 17:33:01 +01:00
e396b8e7d5
W.I.P of holiday report for calendar app
2016-10-28 16:12:30 +02:00
d02d3b8d50
Handle searching for a single integer as looking for a specific event by ID, similar to infolog
2016-10-20 09:49:39 -06:00
2f4d50b407
fix typo and IDE warnings
2016-10-19 15:25:53 +02:00
57201d51bc
Fix bug where you were unable to change participant status of a recently added user until you save the event
2016-10-17 11:23:27 -06:00
fffa937f39
Fix holidays in calendar sitemgr modules by adding access via holidays.php.
...
This lets the anonymous user get the holiday list without triggering a permission error.
2016-10-07 09:21:37 -06:00
315ceed672
error_log if calendar can not send notifications
2016-10-06 19:09:40 +02:00
b7d02b3229
Fix call to undefined method calendar_uiviews::_get_planner_users() breaks multi-user weekly calendar on home.
2016-10-04 09:11:39 -06:00