nathangray
de91e82426
Add a missing space in event tooltip between multi-day start and end times
2016-08-03 09:34:08 -06:00
nathangray
dc3dd6819d
- Fix listview filter changes confusingly when searching
...
- Fix listview does not update for new events
2016-08-02 09:30:36 -06:00
nathangray
7e800a4122
* Calendar: Add print action to event context menu
2016-08-01 09:11:29 -06:00
nathangray
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
Ralf Becker
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
nathangray
e3dd5ad4c4
Change timespan formatting to always show start & end time for single day events, similar to multi-day events
2016-07-28 16:39:26 -06:00
nathangray
a019185ec2
Fix a case where clicking between the space for adding all day non-blocking area and the header went to day view.
2016-07-28 14:43:11 -06:00
nathangray
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
Hadi Nategh
53449be87f
Saving cal event's opacity effect in printing by using filter instead of opacity
2016-07-28 14:07:54 +02:00
Hadi Nategh
cc7d9cbba4
Do not apply opacity on cal events when printing a calendar view, because Firefox can not coop with opacity in print
2016-07-28 11:22:11 +02:00
nathangray
859f9b7126
Group event participants by type in event tooltip
2016-07-27 17:04:34 -06:00
nathangray
1359ce2aca
Keep event owner while copying, if current user has add permissions
2016-07-26 11:45:48 -06:00
nathangray
38ee3853cf
Handle empty participant names without error
2016-07-26 10:50:17 -06:00
nathangray
6a5003fee7
Make sure listview header gets a date
2016-07-26 09:52:03 -06:00
Ralf Becker
ac8cdda252
fix wrong namespace and replaced a couple more CreateObject
2016-07-26 09:03:02 +02:00
nathangray
962f0fa9d6
Change usage of deprecated CreateObject() to autoloadable class names
2016-07-25 16:41:47 -06:00
nathangray
76c537b63a
Limit event edit dialog's recurrence end date to after the event start date
2016-07-25 16:14:13 -06:00
nathangray
acbf2b46da
Prevent "Parameter must be scalar" error when creating a calendar event - thanks @sbourget
2016-07-25 15:06:20 -06:00
nathangray
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
nathangray
085ac5bb38
Fix week view with multiple users (non-consolidated) still had some space where the user could click on the day header, which was recogized as a header click instead of an all day non-blocking click
2016-07-25 11:22:49 -06:00
nathangray
386368da6e
Better sizing for calendar in home
2016-07-25 11:22:49 -06:00
Hadi Nategh
a58c881af1
* Calendar: Fix opening a calendar entry sometimes doesn't work
2016-07-22 12:03:46 +02:00
nathangray
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
nathangray
246683331b
Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr
2016-07-21 10:43:23 -06:00
nathangray
99824b5510
Resource categories & distribution list expansion & fixes for planner view
2016-07-21 10:21:16 -06:00
nathangray
a69737fa95
Fix drag & drop to invite for user IDs with more than 1 character
2016-07-20 13:34:57 -06:00
nathangray
2b61cc4822
Fix distribution lists calendars to work when first added from search results
2016-07-20 12:39:06 -06:00
nathangray
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
nathangray
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
nathangray
945fce3e9b
Fix typo causing blanking in some cases when refreshing because of infolog changes
2016-07-15 08:24:57 -06:00
nathangray
1a0ff85355
Make sure we don't hit undefined last_format
2016-07-15 08:08:32 -06:00
nathangray
5fa3d455a5
Fix long date display got the wrong month for some combinations of date format and timezone offset direction.
2016-07-14 11:30:04 -06:00
nathangray
115f420996
Implement drag to invite / move to for planner by user view
2016-07-14 10:59:11 -06:00
nathangray
fada2d433e
When adding a mailing list as participant, immediately expand it to contacts
2016-07-12 11:22:36 -06:00
nathangray
a74bba01e6
Add an add infolog button to todo list header
2016-07-12 10:24:03 -06:00
Hadi Nategh
142f55c15c
Fix calendar list view shifted some pixel to the left in mobile template
2016-07-12 15:26:31 +02:00
nathangray
983cfab70d
- Fix drag & drop an event inside a group or consolidated calendar asked to move or invite
...
- Fix some drag to create bugs throwing errors
2016-07-11 15:23:29 -06:00
nathangray
0f70db5bcf
Scrutinizer fix - remove unused code
2016-07-11 13:39:01 -06:00
nathangray
4bb16b2bec
Add flag in calendar import definitions (CSV & iCal) to not import conflicting events
2016-07-11 13:09:08 -06:00
Ralf Becker
0b71dd2756
replace (slower and ugly) create_function with closures
2016-07-10 11:09:21 +02:00
Ralf Becker
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
nathangray
76307c4bbf
Allow contact lists as event participants
2016-07-06 13:19:54 -06:00
Hadi Nategh
c0e480f465
Implement no_notification switch, used in infolog,tracker and calendar edit dialogs for mobile template
2016-07-06 17:00:31 +02:00
Ralf Becker
5374b39680
1) skip all past events and recurrences in conflict check and fix off-by-one error in recurrence limit
...
2) restructure config a bit:
- rename Birthday section to Addressbook
- rename Scheduling conflict section to Recurrences and conflict check
- add: Please note: conflict check is never done in the past and always limited by above recurrence horizont.
2016-07-06 16:44:06 +02:00
Ralf Becker
cae960965e
add Github url of Mozilla holiday calendar data
2016-07-06 14:43:59 +02:00
Ralf Becker
b4017cb8c4
* Calendar: check recurrences for conflicts too (until configured search-time is exceeded, default 3s)
2016-07-06 12:46:00 +02:00
nathangray
3de70526d0
Fix some bugs in drag to create event
...
- Firefox needed drag helper explicitly removed
- bug in move exceptions caused SQL error
2016-07-05 13:14:10 -06:00
nathangray
24dcb5e2cf
Fix Scrutinizer "bug"
2016-07-05 09:04:39 -06:00
nathangray
bfb599666e
When an infolog changes, only refresh calendar when it's the active app, otherwise wait until it is activated. Fixes event positioning problems caused by refreshing while hidden without needing to recalculate everything while hidden.
2016-07-04 15:20:22 -06:00
nathangray
0a129c0214
Fix some bugs in drag to create event
...
- Firefox tried to do drag to create & drag to resize when resizing an event
- Speed improvement for mouseover
2016-07-04 10:26:38 -06:00
nathangray
4d3cf6c58e
Make sure single day does not get partially covered by todos
2016-07-04 09:17:34 -06:00
nathangray
0aaca03d89
Fix some bugs in drag to create event
...
- Firefox opened 2 popups, one for span and one for end time
- Dragging existing events longer or shorter created a new event also
- Did not work in dayview
- Categories from category planner were not set
2016-07-01 11:57:06 -06:00
nathangray
ca7779c825
Fix documentation
2016-06-30 15:47:32 -06:00
nathangray
b7919b1fe0
* Calendar: Create new events by dragging on empty space
2016-06-30 13:21:13 -06:00
nathangray
d60596cb43
Add tooltip explaining do not notify flag
2016-06-28 09:17:05 -06:00
nathangray
1325740df1
Add tooltip explaining private flag in calendar edit dialog
2016-06-28 08:58:19 -06:00
Ralf Becker
0a2b637f00
fix not possible to invite groups you are not a member of
2016-06-27 11:39:25 +02:00
Ralf Becker
381b9fa1a4
fix calendar-planer SiteMgr block to working with Mambo templates like (javascript free) simple_plain
2016-06-25 12:28:52 +02:00
Ralf Becker
1a27a7b840
z-push (2.3 at least) requires a timezone for recurring events
2016-06-25 10:55:28 +02:00
nathangray
814955bf4d
Fix empty calendars did not turn off loader div
2016-06-24 16:29:40 -06:00
nathangray
0962d7fb27
Better/more hiding of calendar redrawing when changing views
2016-06-24 15:31:39 -06:00
nathangray
184a68bb73
Fix 'Whole day' was not translated in calendar event tooltips
2016-06-24 11:19:03 -06:00
nathangray
6897cffdc7
Append calendar owner ID to cache ID without regard for current state. Fixes some problems where entries would go missing or show in the wrong date when you changed the selected owner.
2016-06-24 10:44:33 -06:00
Ralf Becker
67ffe04524
* eSync/Calendar: reading events in chunks of 100, to keep memory down for huge calendars
2016-06-24 11:15:56 +02:00
Ralf Becker
50b33f279c
Italian translations from Ilias Chasapakis, Webtrain
2016-06-23 18:35:20 +02:00
Hadi Nategh
5551832c4d
Revert commit d95a6f82ab
as it breaks calendar loading
2016-06-23 17:38:32 +02:00
Hadi Nategh
1fab6876c4
Fix calendar participant does not show user accounts
2016-06-23 17:21:45 +02:00
nathangray
d95a6f82ab
Better/more hiding of calendar redrawing when changing views
2016-06-22 09:57:14 -06:00
nathangray
a557ce5ceb
Fix deleting a single event of a series deleted correctly, but caused the whole series to disappear from view.
2016-06-21 11:42:44 -06:00
nathangray
fc53782f60
Remove participant restriction on new events to just users or groups, now we add any contacts or resources selected as well
2016-06-21 11:17:06 -06:00
Ralf Becker
eae2b52f79
real Exceptions not always shown, because using SyncAppointment instead of SyncAppointmentException did not render required ExceptionStartTime
...
Thanks to Sebastian from Z-Push
2016-06-20 22:11:35 +02:00
Ralf Becker
c08853a711
German an Czech translations from Stefan Unvericht
2016-06-20 17:45:14 +02:00
nathangray
4625915f11
Fix missing toolbar tooltip translations
2016-06-20 08:05:27 -06:00
Ralf Becker
6a02f1c19a
merge changes from update-zpush-2.3 branch into master
2016-06-17 09:11:26 +02:00
Ralf Becker
c07b3b26e4
remove old (from Andreas z-push fork) and no longer used md5body attribute
2016-06-17 08:42:49 +02:00
nathangray
8cb1bb19b1
Check event filters when updating status or category through edit dialog to remove the event if it no longer matches.
2016-06-16 11:08:31 -06:00
Ralf Becker
e600eede2a
fix iOS calendar crashed if event-organizer had no email address
2016-06-16 18:14:28 +02:00
nathangray
27ef0c20a9
Supress tooltip on holidays shown as events
2016-06-15 09:17:50 -06:00
nathangray
358df21fd2
Fix resource (contact, resource, etc.) label sometimes not found
2016-06-15 08:51:07 -06:00
Ralf Becker
7bb87c2615
stop jQuery from setting $ as early as possible and added more checks for calendar running in frameworked template
2016-06-14 21:17:46 +02:00
nathangray
700ef496d7
For new events with title pre-set, highlight the title for easy editing
2016-06-14 11:24:14 -06:00
nathangray
f9a490aea5
Fix touch swipe destruction sometimes blocked reload of calendar
2016-06-14 09:27:34 -06:00
nathangray
b8f8d59793
Show holidays & birthdays as events on mobile
2016-06-13 19:08:56 -06:00
Ralf Becker
218831f76d
do not load categories in iframe for calendar, thought unloading them via clicking on app-header still failes
2016-06-13 18:04:11 +02:00
nathangray
78a1768bc4
Fix yearly planner
...
- months were 1 day too short when computer timezone was east of GMT
- slight mismatch between positions between months
- hover time was off by just a bit
2016-06-09 19:13:35 +02:00
nathangray
1ce17f4656
Better handle reloads from framework to avoid double toolbar and bad display
2016-06-08 16:02:54 -06:00
nathangray
0d77d8e62a
Better handling for drag & drop of multi-day events between blocking & non-blocking areas
2016-06-08 10:16:17 -06:00
nathangray
fa7cbf6fcd
Fix yearly planner had different day widths for longer or shorter months
2016-06-08 09:03:52 -06:00
Ralf Becker
ce684b0ee7
revert last commit to fix PHP Fatal error: Declaration of calendar_zpush::ChangeMessage($folderid, $_id, SyncAppointment $message, $contentParameters) must be compatible with activesync_plugin_write::ChangeMessage($folderid, $id, $message, $contentParameters)
2016-06-08 13:01:09 +02:00
Ralf Becker
3f9fd761bb
revert last commit to fix PHP Fatal error: Declaration of calendar_zpush::ChangeMessage($folderid, $_id, SyncAppointment $message, $contentParameters) must be compatible with activesync_plugin_write::ChangeMessage($folderid, $id, $message, $contentParameters)
2016-06-08 12:53:05 +02:00
Ralf Becker
277c21ed9e
add SyncAppointment object to function signature
2016-06-08 11:57:12 +02:00
nathangray
ce329317d7
Separate years in planner view month headers, clicking on them changes to monthly view
2016-06-07 17:03:16 -06:00
nathangray
4f4c2e5b71
Planner monthly view month labels zoom into that month in planner by user
2016-06-07 16:45:02 -06:00
nathangray
147f9688e4
Make sidebox calendar 'goto' stay in planner view
2016-06-07 16:44:25 -06:00
nathangray
b3e8a5e38c
Fix drag and drop 'Move to' with all day non-blocking events in day view did not remove original user
2016-06-07 16:14:11 -06:00
Ralf Becker
a5b57b3047
fix a PHP Strict Standards: Declaration of *_groupdav::propfind_callback() should be compatible with & EGroupware\Api\CalDAV\Handler::propfind_callback
2016-06-06 13:53:54 +02:00
Ralf Becker
bc9f3701c2
fix update from 14.2.002 failing, because there's no more egw_cal_holidays definition in 16.1
2016-06-03 17:35:58 +02:00
Ralf Becker
108a654c1f
git a little more space between go (checkmark) and calendar navigation <o>
2016-06-03 10:41:03 +02:00
nathangray
974c6105e1
Fix day view drag and drop invite / move action for drop on own all day non-blocking section
2016-06-02 10:01:12 -06:00
Hadi Nategh
d040534a1f
Deprecate $j global variable used in php files and replace them all with standard jQuery
2016-06-02 17:43:23 +02:00
nathangray
033ba0159f
Fix calendar list view custom date filter always switched to another filter & hid the dates
2016-06-02 09:25:01 -06:00
Hadi Nategh
87fb94a496
Deprecate $j global variable and replace them all with standard jQuery
2016-06-02 16:52:01 +02:00
nathangray
660888c716
Drag and drop move or invite in day view
2016-06-01 13:47:18 -06:00
nathangray
6d10b8d231
Drag and drop to another user's calendar
...
- Add exception prompt
- Change to -> Move to
2016-06-01 09:30:42 -06:00
Ralf Becker
8e540fe144
fix deprecated warnings because of constructor named as class, and dont give a PHP Fatal if old phpgwapi is missing
2016-05-30 20:38:14 +02:00
Ralf Becker
ab4cd83b41
remove no longer used boholiday class, seems to been left over from new holiday loading via iCal
2016-05-30 20:32:53 +02:00
nathangray
fba129a80b
Fix drag and drop event to all day area no longer works
2016-05-30 09:34:28 -06:00
nathangray
80a7a121ed
- Fix clicking on month labels in planner monthly view opens add dialog
...
- Keep AJAX loading spinner up until done
2016-05-30 09:34:28 -06:00
nathangray
43f65b81e5
Make yearly view row headers open in month view instead of adjusting year view start date
2016-05-30 09:34:28 -06:00
Hadi Nategh
178d86adfa
Fix year and month dropdown menus in calendar sidebox are half shown in FF
2016-05-30 10:45:17 +02:00
nathangray
db98dd457e
Fix month names are not fully visible - they were covered by end of month filler
2016-05-26 15:39:53 -06:00
nathangray
f7592ae0b0
Fix month names are not fully visible - they were covered by end of month filler
2016-05-25 15:30:30 -06:00
nathangray
f3ec3a205c
Do not reposition events while hidden
2016-05-25 15:21:39 -06:00
nathangray
bd6c45c845
Get nextmatch column widths sorted out so column selector is visible, and columns line up with headers.
2016-05-25 11:54:46 -06:00
nathangray
d772e459dd
Remove extra commas
2016-05-25 10:20:10 -06:00
nathangray
362366ed28
Fix addressbook - calendar permission issue blocking viewing contact calendar
2016-05-24 17:13:40 -06:00
nathangray
1756179bb3
Restore export function, turns out it is used by context menu -> export
2016-05-24 16:44:14 -06:00
nathangray
0357d2bf84
Do not refresh on tab change if autorefresh is off
2016-05-24 15:28:22 -06:00
nathangray
61a9a28c4d
Fix css include
2016-05-24 15:08:48 -06:00
nathangray
deedf7a808
Handle changing status via ajax for a user in a group invitation
2016-05-24 14:51:16 -06:00
Hadi Nategh
b14b3dcddc
Update css files with running new LESS version
2016-05-19 13:44:07 +02:00
nathangray
5be77f5ef2
Support customfields at the beginning of content
2016-05-18 15:41:20 -06:00
nathangray
8789d8d944
Fix incorrect client update when changing status on a recurring event exception
2016-05-18 11:30:50 -06:00
nathangray
984a7f6f72
Avoid exception if use_time_grid preference is not set
2016-05-18 11:30:02 -06:00
Hadi Nategh
75d51c02f2
Fix calendar date picker in sidebox stops resizing after switching between tabs
2016-05-18 15:08:05 +02:00
Hadi Nategh
e4ab391e04
Fix sometimes points for menu items in admin sidebox not showing up
2016-05-17 12:43:20 +02:00
nathangray
1a16869651
Add missing conversion to human values
2016-05-16 17:26:15 -06:00
nathangray
f1b4367181
Fix original event stays when a series exception is created
2016-05-16 15:56:08 -06:00
nathangray
2976d910db
Some bugfixes for planner view in sitemgr:
...
- Add check on sel_options arrayMgr for missing owner names, since sidebox is not there
- Pre-fill sel_options for above, so they can be found
- Fix clicking on an event could alter the calendar state
2016-05-16 14:32:03 -06:00
nathangray
877d00b2ee
Avoid some action errors in planner view - invite is not implemented there
2016-05-16 13:53:35 -06:00
nathangray
ffccce1c8a
Send holiday cache data for current year on initial load, so it's available for sidebox menu.
2016-05-16 11:21:03 -06:00
nathangray
62b7beec71
Fix client-side event filtering for owner-too filter and group expansion
2016-05-16 10:55:02 -06:00
nathangray
7e0b2543d0
Fix fatal error, get_account_name() does not exist
2016-05-16 10:13:22 -06:00
Ralf Becker
8a24f3e449
fix not loaded header / CSS, caused by missing echo before $GLOBALS['egw']->framework->(header|footer)
2016-05-14 21:26:36 +02:00
Hadi Nategh
2c43d7d24b
Make repeat days available for Month-by day repeat type in calendar edit
2016-05-13 13:20:38 +02:00
Nathan Gray
c6e6da63ef
Allow drag and drop between calendars, asking to invite or transfer
2016-05-11 17:29:58 +00:00
Hadi Nategh
1faa2495de
Fix wrong navbar icon used as navbar.svg in calendar
2016-05-11 14:36:10 +00:00
Hadi Nategh
b5e95c8f20
Apply correct icons for planner by category action in calendar
2016-05-11 07:36:53 +00:00
Nathan Gray
74b330ad3f
Calendar autorefresh for all views
2016-05-10 19:41:28 +00:00
Nathan Gray
e7763189b1
Some more print improvements:
...
- Fix day & week height in FF
- Fix todos not hidden
2016-05-10 16:03:26 +00:00
Nathan Gray
de89542712
Do not resize todos or day view if not visible. Hidden elements break the sizing without special handling.
2016-05-09 20:48:50 +00:00
Nathan Gray
d321f78eb1
Directly set default resource selection preference
2016-05-09 20:18:10 +00:00
Ralf Becker
19501960e1
fix wrong case in "AsyncService" to "Asyncservice"
2016-05-09 09:15:48 +00:00
Hadi Nategh
c558d1667d
Optimize window size of registered popups in appregistry
2016-05-06 15:12:27 +00:00
Klaus Leithoff
7ab832fe9f
set a default in paramslist for shift_alarm parm 3 (timestamp) to avoid php-warning and comply to the function description
2016-05-06 13:54:08 +00:00
Ralf Becker
20331879b1
change max size for calendar customfields to 16k, as we use it for addressbook and infolog too (was only 255)
2016-05-06 12:40:10 +00:00
Hadi Nategh
2339ca4598
Some more styles for participants tab in calendar edit dialog
2016-05-06 09:32:17 +00:00
Hadi Nategh
94a0d83042
Add tooltip for add participants button in calendar edit
2016-05-06 08:19:52 +00:00
Hadi Nategh
9ab22630e9
Add an icon for planner-by-category action in calendar
2016-05-06 07:53:07 +00:00
Nathan Gray
9859cfa679
Fix fatal error caused by moved Categories
2016-05-05 16:56:25 +00:00
Ralf Becker
67f113be49
fix PHP Fatal because for removed datetime from calendar_ui
2016-05-05 11:38:28 +00:00
Nathan Gray
0eeb8b56c0
- Export plugins now specify the export record class
...
- Projectmanager now has filters
2016-05-04 19:34:30 +00:00
Ralf Becker
f9b551236c
Updated timezones to 2016c from Mozilla
2016-05-04 19:13:47 +00:00
Ralf Becker
4af0e7cb1c
WIP EGroupware without phpgwapi&etemplate
2016-05-04 19:07:54 +00:00
Ralf Becker
3c5207cd7b
no need for holidays.*.csv anymore
2016-05-04 17:56:00 +00:00
Ralf Becker
8c7c0c1eb2
reading holidays now from Mozilla holiday calendars, or a custom iCal URL
2016-05-04 17:15:18 +00:00
Nathan Gray
647dae4167
Make today button always bring sidebox calendar back to today, regardless of current selected date
2016-05-04 17:11:11 +00:00
Nathan Gray
b408d9fa1d
Stop day view resize while hidden - it gets the size wrong.
...
Another attempt, preventing events from resizing incorrectly
2016-05-04 16:45:42 +00:00
Nathan Gray
4c167a2d80
Revert r55868, hide participants for private events
2016-05-04 15:09:37 +00:00
Nathan Gray
dafe7d484d
Remove 30 minute lines
2016-05-03 21:58:58 +00:00
Nathan Gray
106652b2d2
Stop day view resize while hidden - it gets the size wrong.
2016-05-03 21:10:20 +00:00
Nathan Gray
e4aa767911
Fix calendar resource search
2016-05-03 21:03:51 +00:00
Ralf Becker
e5d6f6a909
fix calendar preferences to show start- and end-time of day
2016-05-03 13:24:21 +00:00
Nathan Gray
c8c11a00de
Stop event widget from altering cache data. Fixes list view showing offset times.
2016-05-02 20:24:04 +00:00
Ralf Becker
bc4362c22e
remove old phpgwapi datetime class from calendar, as it is no longer in api
2016-05-02 20:22:47 +00:00
Ralf Becker
c15a722f3a
do not instanciate eT2 Widget in setup (no need, and gives autoloading conflict), also calling static calendar_bo method static
2016-05-02 20:21:59 +00:00
Nathan Gray
5d14807720
Planner sitemgr module
...
- Check ACL and only offer users or resources anonymous user has access (read or free/busy) to
- Stop some errors from missing framework breaking the timegrid
- Fallback to be able to get resource labels in all cases
2016-05-02 19:22:52 +00:00
Ralf Becker
5db786a7ae
fixed (hopefully correct) some undefined variables and other IDE warnings
2016-05-02 15:39:41 +00:00
Nathan Gray
cbb2d73b98
Make some old code that returns HTML unused, then remove it
2016-05-02 15:26:56 +00:00
Nathan Gray
86c86fab9f
Avoid undefined labels breaking the sort
2016-05-02 15:17:20 +00:00
Ralf Becker
a0e3340d1c
revert last (unnecessary) commit
2016-05-01 17:54:13 +00:00
Ralf Becker
dcc003cedf
move calendar to new api
2016-05-01 17:47:59 +00:00
Ralf Becker
429177686a
make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api
2016-05-01 09:57:48 +00:00
Nathan Gray
40fbf3e2c9
Update for resource selection to re-enable conflict detection
...
- Remove account & contact options from default resource selection preference
- Edit dialog participant now passes selected start & duration, so conflict detection works again
2016-04-29 18:01:17 +00:00
Hadi Nategh
1bf2ab4016
Implement enable/disable quantity base on participant's value type
2016-04-29 08:40:55 +00:00
Hadi Nategh
bd59406191
Make sure windows.opener has egw object, fixes not able to open calendar entry
2016-04-29 08:37:33 +00:00
Ralf Becker
0eb3619cd1
* Mail/Addressbook/Calendar: add and use charset when sending/receiving mails with vCard/iCals, change default vCard charset preference to utf-8
2016-04-29 07:51:13 +00:00
Ralf Becker
b74b3d84f4
etemplate2.css is now in api
2016-04-28 18:23:44 +00:00
Ralf Becker
38412a1149
use new api in home and portlets
2016-04-28 18:06:46 +00:00
Nathan Gray
67faad146f
Fix extra empty participant in new event for another user from planner by user view
2016-04-27 23:06:51 +00:00
Nathan Gray
aee540d7bb
Stop extra nextmatch refresh when refreshing calendar app
2016-04-27 22:50:56 +00:00
Nathan Gray
40bdd2771d
Fix all day non-blocking overflow calculation causing false positives
2016-04-27 22:23:06 +00:00
Nathan Gray
91b8995938
Implement ical context menu action on single events in non-list views
2016-04-27 19:28:31 +00:00
Nathan Gray
ebc14c847c
Avoid empty popup & cryptic error from drag and drop series in the past with future conflict
2016-04-27 18:53:15 +00:00
Ralf Becker
7c2b2d4950
* CalDAV: fix exceptions (EXDATE) was exported with timezone and Zulu-time, causing eM Clinet to fail
...
current Horde_Icalendar only exports EXDATE in Zulu-time, so we can only remove timezone. Apple calendar on OS X 10.11.4 uses a timezone, so does Horde eg. for Recurrence-ID
2016-04-27 16:27:04 +00:00
Ralf Becker
df83dcf933
fix wrong replacement
2016-04-27 16:23:30 +00:00
Hadi Nategh
9188e9a0f4
Fix add participants does not work with multiple items in calendar edit
2016-04-27 10:36:59 +00:00
Hadi Nategh
eded80d13b
Fix toolbar actions are not getting fit in small screen devices
2016-04-27 08:56:59 +00:00
Ralf Becker
3e92578753
fix some ocurences with: <object> instanceof <phpgwapi-class>, which is no longer true, when object is from new Api, but old <phpgw-class> extends new Api class
2016-04-27 07:10:04 +00:00
Nathan Gray
e88c3da6b8
Add missing placeholder (no rows) action
2016-04-26 23:11:29 +00:00
Nathan Gray
b3f4b60ccf
Calendar print improvements
...
- Hide todos in single day
- Better sizing, weeks should fit on 1 page in either landscape or portrait
- Fix bug where all day non-blocking events pushed week too wide
- Move screen size dependant day header label shortening to app.css so it can be applied for printing too
2016-04-26 22:58:35 +00:00
Nathan Gray
42ac5b8a08
Hide participants for private events
2016-04-26 20:13:14 +00:00
Nathan Gray
61029657f5
Log recurrence end date into history
2016-04-26 16:41:22 +00:00
Ralf Becker
7cb470d904
fix wrong/old url to load categories, now /api/categories.php
2016-04-26 14:35:58 +00:00
Hadi Nategh
eb8d0216e4
Reposition add participants button in calendar edit
2016-04-26 14:02:04 +00:00
Hadi Nategh
eac7446c5f
Fix calendar ownership alignment in mobile theme
2016-04-26 13:40:16 +00:00
Hadi Nategh
171a160383
Switch weekend action in toolbar with week view, as week view is more important than weekend toggle
2016-04-26 12:35:09 +00:00
Hadi Nategh
4ec2674367
Change owner tab order for calendar edit dialog
2016-04-26 12:33:25 +00:00
Nathan Gray
4ef7afca9e
Hide granularity change so you don't have to see it
2016-04-25 22:09:57 +00:00
Nathan Gray
5740c448ad
When calendar list view is switched to custom date range, set range to current state
2016-04-25 15:56:23 +00:00
Ralf Becker
1742ebf6f1
use new et2 config
2016-04-24 13:41:36 +00:00
Hadi Nategh
654acde6c6
Mobile theme:
...
- Call app_colors.less only for reference in calendar
2016-04-22 12:52:00 +00:00
Hadi Nategh
1bb58785dd
Mobile theme:
...
- Fix taglist styling
- Add multiple options for taglist-cat used in calendar edit
2016-04-22 12:48:47 +00:00
Nathan Gray
00f8cb0a07
Change title display for planner view long / whole day events
2016-04-21 20:30:48 +00:00
Nathan Gray
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
Nathan Gray
4d5b923ad7
Fix for previous mousover scrolling, which broke all hovering in timegrid
2016-04-21 15:58:50 +00:00
Nathan Gray
4a2b0e7aaa
Stop little scrolling when mouseover day header, then all day events
2016-04-21 15:32:43 +00:00
Hadi Nategh
6c19f07d17
Revert commit 55785 as it wasn't a proper fix, and fix taglist suggestion in calendar edit
2016-04-21 12:39:31 +00:00
Hadi Nategh
25faa3a94d
Fix participant field gets shrunk when invalidation message appears in calendar edit
2016-04-21 07:47:19 +00:00
Nathan Gray
88338c2c8c
Stop little scrolling when mouseover week label or header with long (ends 21:00+) days
2016-04-20 17:25:06 +00:00
Nathan Gray
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
Hadi Nategh
ac9ca13a8f
Fix delete button in calendar edit does not work for mobile theme
2016-04-20 16:00:04 +00:00
Nathan Gray
ea612aeb8e
Use event sorting from daycol to keep event order within a row more consistent
2016-04-20 15:40:09 +00:00
Nathan Gray
0e211704ad
Make Planner view titles all not bold in planner, tooltip unchanged
2016-04-20 15:07:01 +00:00
Hadi Nategh
1e3b918957
Fix taglist widget:
...
- Fix jumping input
- Fix suggestion popup needs always two clicks
- Fix styling for select input
- Fix calendar category and participant according to taglists changes
2016-04-20 14:03:29 +00:00
Nathan Gray
20a191464b
Keep a single day/week on one page
2016-04-19 22:57:23 +00:00
Nathan Gray
40cff39e5a
Improvements to printing in Firefox
2016-04-19 22:45:43 +00:00
Nathan Gray
8a93fa5068
Apply show_weekends to planner view
2016-04-19 20:27:09 +00:00
Nathan Gray
f7588fb0ea
Update to use static method for country
2016-04-19 20:25:35 +00:00
Nathan Gray
399dd4cec5
Calendar planner view shows event title instead of timespan for events > 8 hours
...
Now fixed for events spanning multiple days
2016-04-19 17:39:57 +00:00
Nathan Gray
a8e91c5ac8
Hide calendar sizing behind an opaque overlay
2016-04-19 17:31:24 +00:00
Nathan Gray
9098943dd3
Check for options before using it, fixes error when un-loading widget
2016-04-18 20:48:42 +00:00
Nathan Gray
3b864e4e54
Calendar planner view shows event title instead of timespan for events > 8 hours
2016-04-18 19:03:35 +00:00
Hadi Nategh
a77b41c651
Do not render calendar TODO list if it's on mobile devices
2016-04-18 14:05:24 +00:00
Hadi Nategh
0ba271d581
Enable/Disable add participants based on participant value in calendar edit
2016-04-18 13:56:47 +00:00
Hadi Nategh
0010284404
Give a bit more space between freetime shearch and delete in calendar edit dialog
2016-04-18 08:34:53 +00:00
Hadi Nategh
3e397fce7c
Mobile theme W.I.P.:
...
- Implement Repeat days options in calendar edit as tags
- Fix "Repeat days" does not get the full-width
2016-04-15 11:12:08 +00:00
Hadi Nategh
ea4932b1d7
Implement Repeat days options in calendar edit as tags
2016-04-15 08:04:47 +00:00
Hadi Nategh
718a5878e0
Fix freetime search button overlaps delete button in calendar edit
2016-04-14 14:58:21 +00:00
Nathan Gray
8ada80fac3
Prevent small event display from being wrecked by partial scroll out of view
2016-04-12 22:48:16 +00:00
Nathan Gray
f8e953ed80
Remove unneeded expand on focus event, fixes dropdown opens then closes when clicking on the owner
2016-04-12 15:11:45 +00:00
Hadi Nategh
bb22925e3e
Do not allow more than one row for categories-taglist in calendar edit
2016-04-12 13:14:26 +00:00
Nathan Gray
fd5ccdbf63
Only need to list each user or resource once
2016-04-11 16:08:48 +00:00
Nathan Gray
0b09f5e31e
Fix clicking all day non-blocking section under day title went to day view instead of creating a new event
2016-04-11 14:37:04 +00:00
Hadi Nategh
27b9ea6640
Fix et2_file upload
2016-04-08 13:47:05 +00:00
Nathan Gray
ce4dd3420d
Fix drag and drop in grid list view (month)
2016-04-07 16:48:41 +00:00
Hadi Nategh
1926a80d70
Dialog styling W.I.P.:
...
- Get all buttons fit into footer toolbar for calendar edit
- Fix extra bottom border on alarm
- Fix grid padding
2016-04-07 12:58:20 +00:00
Hadi Nategh
e75a1b6348
Dialog styling W.I.P.:
...
- Get all buttons fit into footer toolbar for calendar edit
- Fix tabs flicker when switching between tabs
- Fix padding right for td
- Fix general styling for buttons
2016-04-07 12:42:27 +00:00
Hadi Nategh
a46b4fbfea
Dialog styling W.I.P.:
...
- New design for header & footer in dialogs
- More styling of calendar edit dialog
2016-04-07 09:13:26 +00:00
Nathan Gray
ef6f689121
- Fix loading overlay on home was not removed
...
- Fix missing initial data on home
2016-04-06 22:23:43 +00:00
Nathan Gray
d0bbcc98da
Slight improvement for printing calendar in Firefox - it shows start of workday now instead of 00:00
2016-04-06 18:31:13 +00:00
Nathan Gray
daff3584b0
Add some more CSS cases for checking how many days are shown so we show the largest label possible for the available screen width
2016-04-06 16:50:09 +00:00
Hadi Nategh
aca15a2a97
Mobile theme W.I.P.:
...
- Alway use flat skin for ckeditor regardless of preference
- Add freetimesearch dialog
2016-04-06 16:45:32 +00:00
Hadi Nategh
50aae863b6
Edit dialogs style W.I.P.:
...
- Give tab widget new look
- Style grid header different
- Re-design calendar edit dialog
- Some fixes for multi et2_taglist
2016-04-06 16:43:51 +00:00
Nathan Gray
8df7c00b21
Do not show loading prompt for popups
2016-04-06 15:19:24 +00:00
Nathan Gray
47de53e086
Fix timegrid column header clicks did not add a new full-day event
2016-04-06 14:56:03 +00:00
Nathan Gray
e7371b0d66
Keep loading prompt up until there's events too
2016-04-05 21:57:10 +00:00
Nathan Gray
b18d7a407b
Make week numbers look like links
2016-04-05 21:48:57 +00:00
Nathan Gray
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
Nathan Gray
1b4deda76f
Fix clicking day of week headers did not take you to the day view.
2016-04-05 20:59:40 +00:00