ralf
|
e9b054b025
|
WIP Mail REST API: change calendar to use new egw.openDialog():
- renamed app.dialogExec() to app.openDialog() or egw.openDialog()
- the later is the nicer place, but fails for lost window context with popups :(
|
2023-07-14 09:08:35 +02:00 |
|
nathan
|
b35e26a7f3
|
Get calendar quick-add working with Ralf's changes to open an etemplate in a dialog (c63784d7e8 ), fix buttons from those etemplates weren't adopted
|
2023-07-14 09:08:35 +02:00 |
|
nathan
|
2c98cdde04
|
Calendar: Fix moving cursor while clicking did not add an event
|
2023-07-11 09:00:43 -06:00 |
|
nathan
|
f1e2a52a5b
|
Calendar: Fix month view did not show overflown event block
|
2023-07-11 08:59:18 -06:00 |
|
nathan
|
8c03417e37
|
Calendar: Fix extra timegrids sometimes visible in Firefox
|
2023-06-28 09:33:02 -06:00 |
|
nathan
|
2798b9dda8
|
Calendar: Fix all day non-blocking events hover display issue
When there are too many all day events, we hide some and only show them all on hover. The day indicator was overlaid over the revealed events
|
2023-06-23 08:10:05 -06:00 |
|
nathan
|
73ca6ead2f
|
* Calendar: Fix clicking a day in a different month in sidemenu jumped to wrong date
|
2023-06-12 09:10:43 -06:00 |
|
nathan
|
b8eefe95ba
|
* Calendar: Adding alarms sometimes gave incorrect "can't add alarms in the past" error
Was not sending all values correctly
|
2023-06-08 10:30:36 -06:00 |
|
hadi
|
c808fbb1ad
|
Fix swipe and popup contextmenu being triggered accidentally in touch devices
|
2023-06-01 16:29:52 +02:00 |
|
nathan
|
d4112e34d1
|
Calendar: Fix full day non blocking events could not be dragged
|
2023-05-29 08:31:09 -06:00 |
|
nathan
|
160933db4f
|
Calendar: Fix drag & drop event to invite / change calendar
|
2023-05-25 08:09:05 -06:00 |
|
nathan
|
397c42aecc
|
Calendar: Stop double-firing of drop event
|
2023-05-25 08:08:55 -06:00 |
|
nathan
|
6d96e84df1
|
Calendar: Fix different template load order could result in missing categories and extra loading
|
2023-05-15 10:41:55 -06:00 |
|
nathan
|
c8b18d2d1f
|
Calendar: Calendar planner by category optimisation for category loading
|
2023-05-15 10:41:48 -06:00 |
|
nathan
|
190fc1b819
|
Calendar: Only check group once per group
|
2023-05-15 10:41:22 -06:00 |
|
nathan
|
9be2d6ebbc
|
Return null instead of resolved promise to avoid extra calls
|
2023-05-15 10:41:14 -06:00 |
|
nathan
|
93af3e01a6
|
Calendar: Fix deferred row update checking too soon due to broken reference
|
2023-05-15 10:41:05 -06:00 |
|
nathan
|
7bad1b0290
|
Calendar: Add users & groups (according to preference) to owner options
|
2023-05-11 14:27:27 -06:00 |
|
nathan
|
ef58242afe
|
Some "invalid option" fixes:
- Don't notify user, just log it to the console
- Fix calendar owner filtered out not loaded options
|
2023-05-11 14:27:18 -06:00 |
|
nathan
|
c248a79b25
|
Calendar: Avoid JS error from flatpickr on init (provided an invalid date)
|
2023-05-02 14:28:24 -06:00 |
|
nathan
|
33ea5483c3
|
Calendar: More sidebox owner fixes
- another instance of remote class causing problems
- remove duplicates to avoid warning message
|
2023-04-29 08:49:14 +02:00 |
|
nathan
|
2ea5a41d4f
|
Calendar: Fix second selected owner in sidemenu went missing
|
2023-04-27 14:05:50 -06:00 |
|
nathan
|
0de4ad22c2
|
Calendar: Fix category missing from event tooltip
|
2023-04-27 10:40:46 -06:00 |
|
nathan
|
21293e5332
|
Calendar: Fix calendars on Home did not load when sidebox was not loaded
|
2023-04-05 11:43:20 -06:00 |
|
nathan
|
812aa63acb
|
Calendar: fix update after delete does not show new events
Deleting the event caused a "hole" in daywise ID list, and trying to load that event's data failed.
|
2023-04-05 11:41:18 -06:00 |
|
nathan
|
667910777b
|
Calendar: fix planner's vertical bar time cursor did not follow mouse
|
2023-04-04 10:24:56 -06:00 |
|
nathan
|
281fb684fb
|
Calendar: Fix "now" line in planner view took a minute to show up
|
2023-04-04 10:24:44 -06:00 |
|
nathan
|
8a23d448d2
|
Calendar: Fix fallback icon if owner / participant has no lavatar
|
2023-03-31 10:43:30 -06:00 |
|
nathan
|
dbea35d835
|
Calendar: Fix events from group invitations did not always show up when viewing planner view of a group member
see 1f61ff6cca
|
2023-03-23 16:15:19 -06:00 |
|
nathan
|
7128736bbd
|
Calendar: Fix events from group invitations did not always show up when viewing calendar of a group member
Fixed by pre-fetching the group members before trying to display events so they're there when we check
|
2023-03-23 13:29:46 -06:00 |
|
nathan
|
3b8b902194
|
Calendar: Fix drag and drop across weeks
Couldn't drop an event from one week to another
|
2023-03-22 14:23:28 -06:00 |
|
nathan
|
843aaae63c
|
Calendar: Get planner by category working again
Categories were missing due to change in how static categories are done. This should be changed to use promises, when we get here.
|
2023-03-15 12:02:11 -06:00 |
|
nathan
|
9036186568
|
Calendar: Get calendar week view actions working from home portlet
|
2023-03-14 09:37:56 -06:00 |
|
ralf
|
84d067d2b9
|
WIP transpiling: an other missed StaticOptions usage
greped now for it to make sure it's the last
|
2023-03-14 09:44:55 +01:00 |
|
ralf
|
590d41bfb5
|
fix background-color reported as "" stalls rendering of calendar
|
2023-03-14 09:41:47 +01:00 |
|
nathan
|
db05adeb8c
|
Calendar: missed StaticOptions change
see 43dfaa6
|
2023-03-13 15:49:29 -06:00 |
|
nathan
|
1538496df1
|
Home WIP: Get calendar working
|
2023-03-06 14:47:48 -07:00 |
|
nathan
|
db5be59ed0
|
Home: WIP home now shows stuff again
|
2023-03-06 13:19:48 -07:00 |
|
nathan
|
0117c4bde3
|
Move client-side holidays cache to MODULE_GLOBAL egw.holidays(year)
|
2023-02-27 15:15:36 -07:00 |
|
nathan
|
74f0822494
|
Calendar: Fix end date did not hide when using an event duration
|
2023-02-24 12:00:08 -07:00 |
|
nathan
|
e575c40ff3
|
Some missed cases where client-side lavatar was not used
|
2023-01-30 15:26:09 -07:00 |
|
nathan
|
71f4a93d56
|
Calendar: Fix drag and drop to move event in Firefox
|
2023-01-25 11:26:25 -07:00 |
|
nathan
|
864be8b1fe
|
Avoid breaking error if calendar js is loaded twice
|
2023-01-20 09:41:13 -07:00 |
|
nathan
|
0e3725f99e
|
Calendar: fix double birthday events
|
2023-01-20 08:55:40 -07:00 |
|
nathan
|
05a4fc2758
|
Fix missing / doubled calendar owners in sidemenu
|
2022-12-08 14:26:53 -07:00 |
|
nathan
|
634e00f948
|
Dialog work
Get calendar quick add working again
|
2022-12-01 11:20:58 -07:00 |
|
nathan
|
83ab58329e
|
Dialog work
- Add destroy() to remove dialog
Fixes admin ACL dialog
|
2022-12-01 10:24:17 -07:00 |
|
nathan
|
d32dae4355
|
Calendar: Fix changing event date via edit dialog does not remove original event from grid, showing the event twice (original & moved)
|
2022-11-28 14:08:34 -07:00 |
|
nathan
|
14f372c74e
|
Calendar: Change event tooltip to use notification icon instead of alarm icon
|
2022-10-24 13:27:46 -06:00 |
|
nathan
|
3df4438b60
|
Calendar: Take grants into account for calendar user search
|
2022-10-21 10:53:58 -06:00 |
|