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
df102aa04d
* Calendar: Fix calendar to-firstname to-lastname place-holders do not get values
2016-10-04 16:39:28 +02:00
4b2f08f5b7
old behavior "selected" should also be used for not set preference, therefore we need to test for !== '0'
2016-10-04 09:55:02 +02:00
be20b14c2c
Try to not fetch todos from infolog on Calendar's initialization and let day view fetches them via ajax call as it might be expensive operation
2016-09-28 14:20:38 +02:00
16d7b6d5ae
Fix clicking inside a single other user's calendar did not invite that user when new event preference was 'Just me'
2016-09-27 10:21:25 -06:00
e43a0cf4fb
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-21 09:36:17 -06:00
d91ef451ed
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-21 08:45:08 -06:00
87226bfbcb
Change handling of new private events created for other users to allow them to show immediately
2016-09-15 10:46:11 -06:00
8634c624bb
Remove error log
2016-09-15 10:46:11 -06:00
7eabd22524
Make sure calendar CSV export still gets results when filtering by criteria with no end date
2016-09-14 09:44:48 -06:00
87c9d72db9
Fix unwanted extra participants in consolidated views when new event participant preference is 'just me' - month view
2016-09-13 10:10:36 -06:00
23f5e5fb70
Fix unwanted extra participants in consolidated views when new event participant preference is 'just me'
2016-09-12 12:00:49 -06:00
1861a9de22
no need to report VCALENDAR in supported-calendar-component-set
2016-09-12 11:20:15 +02:00
075a3a6fe5
Fix drag and drop in calendar does not work if there's resources
2016-09-06 16:18:45 +02:00
24d5af7b7a
Fix invalid parameter error when changing the status of a recurring event exception
2016-09-05 10:18:14 -06:00
57f994e038
Allow events created by clicking on 00:00 to actually start at 00:00 instead of workday start time
2016-09-05 10:04:40 -06:00
b86dfa52bb
Use user accounts when available over addressbook when expanding mailing lists
2016-09-01 09:26:56 -06:00
c586e77749
fix holiday handling to "understand" gzip compression, even if it was never requested
2016-08-31 14:54:56 +02:00
3a6be10253
* Calendar: use proxy config from setup >> configuration to download holiday calendars
2016-08-26 14:00:12 +02:00
0cf37ba54d
* Calendar: fix PHP Fatal: Unsupported operand types caused eg. by deleted resources
2016-08-24 12:36:53 +02:00
d47b22822c
* Calendar: fix PHP Fatal when clicking on a link to accept/decline an invitation mail
2016-08-17 11:40:40 +02:00
26dbe74328
* Calendar: fix SQL error in eSync with double DISTINCT happening under some conditions
2016-08-17 09:26:01 +02:00
068ecf4fc8
Do not change list time range filter when search changes
2016-08-12 10:51:48 -06:00
6a31313c94
Change maximum weeks in multiple-week view from 4 to 9
2016-08-12 09:23:23 -06:00
3752c35a5a
add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog
2016-08-12 11:35:30 +02:00
3b13e8493c
- Always show cake in day header for birthdays on desktop
...
- German translations from Birgit Becker
2016-08-04 10:11:58 -06:00
6ef849c9a7
Fix attempting to set array value accessed via magic methods was silently ignored by changing and setting the whole array
2016-08-03 09:57:49 -06:00
dc3dd6819d
- Fix listview filter changes confusingly when searching
...
- Fix listview does not update for new events
2016-08-02 09:30:36 -06:00
7e800a4122
* Calendar: Add print action to event context menu
2016-08-01 09:11:29 -06:00
8a3ddfa41b
- Add preference to display birthdays as events (still always on for mobile)
...
- Add cake icon to header on birthdays
2016-07-29 09:35:24 -06:00
b077423223
get "integer" type settings working, by removing not used size attribute from template causing a 0 size input for integer
2016-07-29 16:01:26 +02:00
96b75f7888
Fix error when saving copied event if current user does not have add rights to original user's calendar
2016-07-28 13:26:06 -06:00
859f9b7126
Group event participants by type in event tooltip
2016-07-27 17:04:34 -06:00
1359ce2aca
Keep event owner while copying, if current user has add permissions
2016-07-26 11:45:48 -06:00
ac8cdda252
fix wrong namespace and replaced a couple more CreateObject
2016-07-26 09:03:02 +02:00
962f0fa9d6
Change usage of deprecated CreateObject() to autoloadable class names
2016-07-25 16:41:47 -06:00
acbf2b46da
Prevent "Parameter must be scalar" error when creating a calendar event - thanks @sbourget
2016-07-25 15:06:20 -06:00
0405eb1510
Avoid type error when importing events with IDs that cannot be read (no permission)
...
Argument 1 passed to calendar_tracking::changed_fields() must be of the type array, null given
2016-07-25 12:23:31 -06:00
3ab01052f4
Add a preference to control how many lines are allowed for all day non-blocking events before we start hiding some
2016-07-21 14:01:47 -06:00
2b61cc4822
Fix distribution lists calendars to work when first added from search results
2016-07-20 12:39:06 -06:00
786b64a4da
Calendar CSV import fixes
...
- Account for non-blocking flag when checking for conflicts
- Fix import of recurrence with interval
2016-07-20 11:29:32 -06:00
6d5f820b97
Add resource categories to owner / participant search results
...
In the sidebox menu, resource categories are returned and selectable and will show events for all resources in that category.
In the edit popup, if the category name matches the search string, all resources of that category are returned and user can select them as if they would have searched for the name of the resource.
2016-07-19 14:10:15 -06:00
fada2d433e
When adding a mailing list as participant, immediately expand it to contacts
2016-07-12 11:22:36 -06:00
0f70db5bcf
Scrutinizer fix - remove unused code
2016-07-11 13:39:01 -06:00
4bb16b2bec
Add flag in calendar import definitions (CSV & iCal) to not import conflicting events
2016-07-11 13:09:08 -06:00
0b71dd2756
replace (slower and ugly) create_function with closures
2016-07-10 11:09:21 +02:00
2c238b7071
* PHP7/ImportExport: fix different evaluation order of PHP 5 and 7 gives eg. error "Function name must be string" in wizard
2016-07-07 20:25:32 +02:00
76307c4bbf
Allow contact lists as event participants
2016-07-06 13:19:54 -06:00