Hadi Nategh
cb63e747eb
Do the same for week_days count as commit bb9bf40edb
2017-01-11 10:37:05 +01:00
nathangray
1684c7a1d5
Move holidays.php out of inc subdirectory, add a failure check
2017-01-10 13:31:41 -07:00
nathangray
0211be26ba
Fix bug where if daily view is in a window that is to small, vertical scrollbar is in the wrong place
2017-01-10 13:30:42 -07:00
nathangray
ce58542f3d
Update notification popup to fit theme better
2017-01-10 11:44:16 -07:00
Hadi Nategh
7e270dea76
Make days count in calendar report independent of the amounts
2017-01-10 18:07:03 +01:00
Hadi Nategh
20cddc8445
Do not write the rows in calendar cat. report if all columns are zero
2017-01-10 09:30:21 +01:00
Hadi Nategh
49ccc373ba
* Mobile template: Fix customfields do not show up in view mode
2017-01-09 16:07:39 +01:00
Hadi Nategh
2fe12757e0
* Calendar/Categrory report: Consider multidays events in over range calculation
2017-01-09 15:01:56 +01:00
Hadi Nategh
06bf277940
* Calendar/Categrory report: Add sort option for the report
2017-01-06 16:16:44 +01:00
Hadi Nategh
4d74df2b87
* Calendar/Categrory report: Fix miscalculation of multidays events because of wrong week number
2017-01-06 14:49:42 +01:00
Hadi Nategh
ae200c190a
*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:19:05 +01:00
Hadi Nategh
e6fa86ad39
Exclude birthdays from holidays in calendar category report
2016-12-19 17:37:58 +01:00
Hadi Nategh
a719f8b01f
* Calendar: Some hotfixes for category report
...
- Fix category report does not take participants into account
- Fix events located in mid of the range get miscalculated
- Consider over ranged event in calculation
2016-12-16 16:43:56 +01:00
nathangray
4ca32f82a5
Fix events in planner view did not resize if window was resized
2016-12-14 12:59:26 -07:00
nathangray
b3be458ad6
Reduce translation duplication - use a single common message for entry copied
2016-12-14 12:42:28 -07:00
Ralf Becker
b6c29a054b
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:19:00 +01:00
Hadi Nategh
d9d701ae8f
WIP of new hint presentation for preferences:
...
- Remove extra prefHelp styles of calendar which disturbs the default behavior
2016-12-07 11:28:08 +01:00
nathangray
0d8c098602
Fix new events do not show up immediately after saving in 4 day view
2016-12-02 14:46:24 -07:00
Hadi Nategh
de1dc88d98
Fix selectall checkbox in calendar category report sometimes doesn't work
2016-11-17 15:51:34 +01:00
Hadi Nategh
2d100f082d
Calendar category report:
...
- Fix weekend and holidays don't for multidays events
2016-11-17 09:37:25 +01:00
Ralf Becker
76f5a91c75
fix PHP fatal when updating from before 1.8
2016-11-15 22:10:07 +01:00
Hadi Nategh
00fb5c486b
Calendar category report:
...
- Fix multidays events and recurrences miscalculation
- Fix height of category table
2016-11-15 10:19:39 +01:00
Hadi Nategh
a1273acf54
Fix wrong indexing for categories array in calendar category report
2016-11-14 15:34:09 +01:00
Hadi Nategh
9c67a1466a
Calendar category report:
...
- Fix calendar category report not summarizing values
- Add select all checkbox
2016-11-14 13:57:15 +01:00
nathangray
9a2cd797e6
Change sidebox menu site configuration to match, reported by Stefan Unverricht
2016-11-11 08:45:17 -07:00
Hadi Nategh
b5b1ffec65
Add unit day for calendar category report
2016-11-10 11:11:03 +01:00
Hadi Nategh
dcc553bc23
Implement calendar category report
2016-11-08 15:58:46 +01:00
nathangray
921329b9f8
Fix some missing / incorrect translations, found & tranlated by Stefan Unverricht
2016-11-07 09:28:03 -07:00
nathangray
9826bcabdd
Increase consolidation max from 9 to 20.
2016-11-07 09:26:59 -07:00
Ralf Becker
baaa8a0faf
* 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:02:36 +01:00
nathangray
671f535a82
* Calendar: missing backport stalling calendar planner view
...
Fix the bugfix (b799dda8c7
) so planner view doesn't throw errors
2016-11-04 09:43:19 +01:00
Ralf Becker
893773275b
fixed stall in calendar update from 1.8: remove deleting from egw_api_content_history, which will be droped by 16.1 update, before calendar update is running
2016-11-03 13:44:10 +01:00
Ralf Becker
16e048e665
fix broken recurrence end-dates stalling updates
2016-11-02 19:59:27 +01:00
nathangray
fe4d00551a
Some bugfixes:
...
- For some start / end date combinations, end date was incorrectly processed
- Check readonly flag to avoid errors from drag & drop, click to create and drag to create
2016-11-02 10:40:45 -06:00
nathangray
eb859ca36b
When printing events, make times & all day event description bold for better visibility
2016-11-01 15:19:03 -06:00
nathangray
a88139e8a5
Add a border to events when printing
2016-11-01 15:18:52 -06:00
nathangray
8f1a792904
Fix bug where you were unable to change participant status of a recently added user until you save the event
2016-11-01 15:13:26 -06:00
Hadi Nategh
ac5ba391c6
Fix icon glitch in calendar sidebar
2016-10-28 10:27:19 +02:00
nathangray
a31b413018
Handle searching for a single integer as looking for a specific event by ID, similar to infolog
2016-10-25 08:43:20 -06:00
nathangray
51d898efb6
Remove limit on resources selection options in sitemgr modules
2016-10-20 08:44:36 -06:00
Ralf Becker
1903533564
fix typo and IDE warnings
2016-10-19 15:24:50 +02:00
nathangray
f71d492eb3
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-11 16:17:07 -06:00
nathangray
c067d4bfe4
Fix call to undefined method calendar_uiviews::_get_planner_users() breaks multi-user weekly calendar on home.
2016-10-11 16:15:47 -06:00
Ralf Becker
c52c744346
error_log if calendar can not send notifications
2016-10-06 19:11:16 +02:00
nathangray
99b61bd0b8
Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user.
2016-10-05 11:41:17 +02:00
nathangray
c32b947cd8
Always pass owner when creating a new appointment, server will check preference and decide who to add as participants. Fixes one more case where 'Just me' preference was not correctly handled - single week, single other user.
2016-10-05 11:40:12 +02:00
Hadi Nategh
caf5217f7a
* Calendar: Fix calendar to-firstname to-lastname place-holders do not get values
2016-10-04 16:41:54 +02:00
Ralf Becker
50270c0994
old behavior "selected" should also be used for not set preference, therefore we need to test for !== '0'
2016-10-04 09:56:31 +02:00
nathangray
4a7204ecdd
Calendar export CSV cleanup
...
- Fix looking for query in wrong place broke 'Use search results'
- Remove uneeded code
- Hide criteria block when user chooses search results
2016-09-28 10:27:25 -06:00
nathangray
af4d931831
Calendar export CSV cleanup
...
- Fix looking for query in wrong place broke 'Use search results'
- Remove uneeded code
- Hide criteria block when user chooses search results
2016-09-28 10:27:18 -06:00