91b8995938
Implement ical context menu action on single events in non-list views
2016-04-27 19:28:31 +00:00
9188e9a0f4
Fix add participants does not work with multiple items in calendar edit
2016-04-27 10:36:59 +00:00
4ef7afca9e
Hide granularity change so you don't have to see it
2016-04-25 22:09:57 +00:00
5740c448ad
When calendar list view is switched to custom date range, set range to current state
2016-04-25 15:56:23 +00:00
5d5e45e1ad
Some more performance improvements when scrolling through weeks:
...
- Fix typo causing unneeded time resize before redraw
- Change daycol resize & event sizing, eliminating the need to resize all events when daycol changes size
- Fix check for existing week by only checking day, not whole time
- Better handling of scrolling through weeks for faster update
2016-04-21 19:00:21 +00:00
80e935fb0b
Some adjusting of calendar list sort order:
...
- All filters except Before default to sorting earlier events first (start date asc)
- For all day events for the same date, non-blocking before blocking
2016-04-20 16:52:52 +00:00
a77b41c651
Do not render calendar TODO list if it's on mobile devices
2016-04-18 14:05:24 +00:00
0ba271d581
Enable/Disable add participants based on participant value in calendar edit
2016-04-18 13:56:47 +00:00
ef6f689121
- Fix loading overlay on home was not removed
...
- Fix missing initial data on home
2016-04-06 22:23:43 +00:00
8df7c00b21
Do not show loading prompt for popups
2016-04-06 15:19:24 +00:00
e7371b0d66
Keep loading prompt up until there's events too
2016-04-05 21:57:10 +00:00
51be1aa2a9
- Add framework loader back until calendar templates are loaded
...
- Use pointer cursor for week view so it looks clickable
2016-04-05 21:38:49 +00:00
3428d82b26
New previous, next & check icons
...
Fix calendar sidebox previous & next buttons move when clicked
2016-04-01 15:12:27 +00:00
af51ef29de
Fix sidebox calendar buttons are in the wrong place on first load
2016-03-30 18:39:13 +00:00
0f5ed51075
Fix search term passed in link
2016-03-29 23:34:45 +00:00
6d2e461a83
Fix 4 day view to follow week consolidation rules
2016-03-29 14:52:40 +00:00
521c28cfd5
Get planner sitemanager module working
2016-03-18 15:49:11 +00:00
e76fa3aa16
Stop calendar activating when an infolog is added, while still allowing a refresh
2016-03-15 16:51:10 +00:00
70b00c8d70
Remove some unused code
2016-03-14 19:36:22 +00:00
32943c5c15
Fix refreshing an infolog blanked calendar
2016-03-14 15:58:59 +00:00
3ea15bf95c
Add some missed cases for adding new events:
...
- click on day in month view
- context menu with no specific time (month view)
- fix all day non-blocking in header no longer created a new event
2016-03-09 18:10:43 +00:00
3a9c0c237b
fixing scope of "use strict", so we do not need to remove it when concatinating our scripts like we do now with minjs, also enabled "use strict" for calendar/js/app.js and fixed a reference error found by it
2016-03-01 16:27:45 +00:00
d6faffb32f
Revert r55136, it did not work
2016-02-29 22:17:25 +00:00
ce48b78e54
Fix active calendar tab could not be closed
2016-02-24 18:04:40 +00:00
a837f8d30c
Help for Safari + FF on Mac sidebox position bug
...
Force a re-layout of the sidebox scroll to get the correct position
2016-02-24 17:57:55 +00:00
17f2882639
Get calendar home less broken
...
- Fix actions missing on home reload
- Fix full reload on home reload
- Fix calendar reload removed home events
2016-02-23 21:29:13 +00:00
9460e1a2f9
Home improvements - Weekend toggle, weekN & month support
2016-02-22 22:45:48 +00:00
9627e5dd8d
Stop calendar from activating itself on every infolog save.
2016-02-22 15:43:03 +00:00
61027429eb
alignment of NM header
2016-02-17 19:56:54 +00:00
5d2bd454bb
Force the sidebox calendar next/ previous buttons to line up vertically with go / today buttons.
2016-02-17 00:49:43 +00:00
5955705002
Owner widget changes:
...
- Now returns results with users, then groups, then other apps
- If a result is found in the static options, the server is not queried
- 2 character limit before searching
- Change event fires on blur, not change in selection
2016-02-11 20:30:55 +00:00
4e7521a33a
Remove drag and drop target divs. Now using one target div and moving it around as needed.
2016-02-11 17:02:06 +00:00
c8cf2d30d8
Fix resize issues with etemplate2 / calendar
2016-02-10 16:50:42 +00:00
37be48c772
Avoid potential infinite loop due to logic evaluation order
2016-02-10 00:35:54 +00:00
d7dfd44c8b
Use taglist for owner
2016-02-09 20:28:57 +00:00
e3f63c2564
return expected granularity when nothing or 0 is set for use_time_grid
2016-02-05 15:00:34 +00:00
c4f125a772
- Disable scrolling to change week (swipe & pg up/ pg dn kept)
...
- Remove animations
2016-02-04 21:05:31 +00:00
db7528b249
Fix weekview shown as list when preference was none
2016-02-04 19:47:57 +00:00
edf60ac0f8
Completely remove any planner_days and switch to using other views for calculation
2016-02-03 18:27:52 +00:00
cd30a70a96
Sidebox calendar buttons
...
- change button colors
- change tooltip for added buttons to match jqueryui buttons
- finally found (& removed) that 1px wiggle
2016-02-03 16:52:28 +00:00
0be32cf840
Change sidebox calendar button order, change today icon to •
2016-02-02 22:59:13 +00:00
98bf388da7
Re-add sidebox 'month' button as go button, styled to look like calendar navigation buttons
2016-02-01 20:52:53 +00:00
7b2902f0c2
Fix (remove) right margin on sidebox calendar
2016-01-28 22:08:15 +00:00
40779b6dbf
- Change all day event sorting so longer events are higher
...
- Change short event display so 1 line shows title, 2-4 lines show timespan & title
- Increase maximum number of events loaded at once
2016-01-28 21:35:22 +00:00
b5be17ad9c
Fixes for errors when closing calendar tab, which broke tabs at the framework level
2016-01-28 16:59:23 +00:00
794d6aee5c
Fix events missing if home loaded before calendar
2016-01-27 17:35:25 +00:00
f30cbdeb9e
Some layout fixes
...
- fix hidden toolbar in Safari
- fix name label shown at wrong times when switching between views & single / multi user
- better handling of not set start / end times for planner to avoid loading everything
2016-01-26 22:17:51 +00:00
52dd6cd644
Move today button between prev & next buttons
2016-01-22 20:48:30 +00:00
edd827b221
Sidebox calendar - remove borders, header background, month button
2016-01-22 00:58:12 +00:00
ac4bef3c47
In single week view, only show the date labels once
2016-01-22 00:22:08 +00:00