Commit Graph

28615 Commits

Author SHA1 Message Date
Nathan Gray
35eab31c7e Only process first drop event if an event is dropped onto multiple conflicting events. Fixes multiple schedule conflict popups. 2015-11-03 21:53:04 +00:00
Hadi Nategh
3dc87c4574 * All apps/Tutorials:
- Add two more options in admin's site configuration to be able to switch tutorials in sidebox and/or "ask show introduction dialog" on/off
- Add some translation
2015-11-03 16:15:56 +00:00
Hadi Nategh
d303af1c89 Fix categories field gets overlaped on alarms table in calendar details tab 2015-11-03 14:54:40 +00:00
Ralf Becker
8c9f704444 * Calendar/CalDAV: recurring events with non-EGroupware participants (specified by email) were showing additional participants with cryptic mailto addresses (DB update required!)
because egw_cal_user.cal_user_attendee in recurrences was lost due a typo, includes update script to fix existing entries
2015-11-03 13:41:16 +00:00
Klaus Leithoff
bb466cd20d * Mail: fix for cascading forward problem (problem when forwarding mails with forwarded messages attached in inline mode) 2015-11-03 13:06:47 +00:00
Hadi Nategh
c8c4980d3e Fix copy action does not work in IE, if the element is not clicked before triggering copy action from context menu 2015-11-03 12:19:10 +00:00
Nathan Gray
67b48d11c3 Calendar sidebox:
- Move today button to sidebox calendar header
- Resources now add & remove from current owner, not replace it
2015-11-02 23:21:59 +00:00
Nathan Gray
e1640a94a8 Calendar drag & drop:
- Fix dropping events on events did nothing, now does something
- Dragging all day events to a time now changes from all day event
2015-11-02 20:04:31 +00:00
Ralf Becker
3d6da043fa changing php-versions for Trunk/next release: required: 5.4, recommended: 5.6 2015-11-02 17:13:27 +00:00
Ralf Becker
e0920467ea fix (caught) TypeError: egw is not a function when initialising egw object 2015-11-02 17:04:40 +00:00
Ralf Becker
061d571fd2 fix not working sharing url, caused by new categories.php script requiring "preferences" run-rights (changed to home, as for all other simmilar callbacks 2015-11-02 17:03:46 +00:00
Ralf Becker
694153ec4d revert accidental commit of composer.lock 2015-11-02 17:03:24 +00:00
Ralf Becker
c4ae7b6e86 fix not working sharing url, caused by new categories.php script requiring "preferences" run-rights (changed to home, as for all other simmilar callbacksphpgwapi/categories.php 2015-11-02 17:00:32 +00:00
Ralf Becker
41a8710862 remove some time not used zeroclipboard stuff 2015-11-02 08:26:17 +00:00
Ralf Becker
d7f6e78719 remove copy of ckeditor in favor of svn:external to our Github clone 2015-10-30 18:44:17 +00:00
Hadi Nategh
7b6996495c Update CKEditor to stable version 4.5.4 2015-10-30 12:32:43 +00:00
Ralf Becker
870f24c349 copy 14.3 changelog to trunk to satisfy update checker 2015-10-30 09:39:21 +00:00
Ralf Becker
81de77e02b * Calendar: fix not working storing of events
initalize video tutorial sidebox NOT for popups , as calendar edit app.js has this.et2 set to tutorial et2 object
2015-10-30 09:17:09 +00:00
Ralf Becker
f98c37ed28 copy 14.3 changelog to trunk to satisfy update checker 2015-10-29 22:53:03 +00:00
Nathan Gray
39ab8282f3 Calendar display issues
- Fix multiple week with multiple users time divisions were too large
- Clicking in full day space creates full day non-blocking event
- Today & holiday styles only applied to day headings, not full day space
- Fix positioning when multiple events span the same time
2015-10-29 21:53:47 +00:00
Nathan Gray
7d12993e1a Do not change selected date when going to week or month view. 2015-10-29 20:33:04 +00:00
Nathan Gray
f3d166a6c5 Fix wrong date headers after crossing DST east of Greenwich 2015-10-29 19:47:01 +00:00
Ralf Becker
51873f80c2 adding sync and CRM tutorials to further apps and reorder apps alphabetic 2015-10-29 18:21:49 +00:00
Ralf Becker
8e91f82743 fix tutorial sidebox initialisation timing by using _init_sidebox of favorites 2015-10-29 15:55:43 +00:00
Hadi Nategh
8ff620ccf7 Keep the tutorials sidebox closed if it was closed last time 2015-10-29 13:45:16 +00:00
Ralf Becker
b63929a1db Safari needs https://www.youtube.com as CSP frame-src for mobile theme or iPad 2015-10-28 16:54:42 +00:00
Nathan Gray
82d796c44a Make expandable selectbox button css more specific to win fights against jquery 2015-10-28 15:55:57 +00:00
Nathan Gray
35f08f39b5 Calendar display issues
- Give owner name / calendar label its own space to avoid colliding with first day header
- Full day non-blocking now have their own dedicated space
2015-10-28 15:55:10 +00:00
Ralf Becker
dd4df93780 remove tutorials from home screen, as they are in sidebox now 2015-10-28 15:12:27 +00:00
Hadi Nategh
93fe78b8ba Some fixes for tutorials:
- Fix tutorials not shown in idots
- Make sure def_tutorials css is loaded for all templates
- Invalidate the tutorials.xet for cache buster
2015-10-28 14:03:25 +00:00
Hadi Nategh
5761c2c4cc Fix padding in tutorials popup 2015-10-28 12:20:09 +00:00
Hadi Nategh
8a3a6e3f94 Fix tutorials popup styling 2015-10-28 11:54:08 +00:00
Hadi Nategh
d16f9c88f6 Fix single video in video tutorials sidebox shows extra spaces at top and bottom 2015-10-28 11:43:03 +00:00
Ralf Becker
a0196e0321 adding ES6 Promise shim for IE 10/11 and other old browsers 2015-10-28 09:56:25 +00:00
Ralf Becker
ed4a20634f adding ES6 Promise shim for IE 10/11 and other old browsers 2015-10-28 09:55:29 +00:00
Ralf Becker
cf332755e9 textAreaWidget.ckeditor is null not undefined 2015-10-28 09:04:38 +00:00
Ralf Becker
0781de61dc do NOT remove LF from html mails, as they can appear inside <pre> tags and are necessary there (everything is on one line otherwise) 2015-10-28 09:02:38 +00:00
Ralf Becker
e3749bec9d do NOT remove LF from html mails, as they can appear inside <pre> tags and are necessary there (everything is on one line otherwise) 2015-10-28 09:02:13 +00:00
Ralf Becker
979a910e7f register home hooks if tutorial_menu hook is not registered eg. on call of intro video, moved hook to tutorial class 2015-10-28 08:36:37 +00:00
Ralf Becker
d1e48df951 register home hooks if tutorial_menu hook is not registered eg. on call of intro video, moved hook to tutorial class 2015-10-28 08:32:54 +00:00
Nathan Gray
ad6cfe4871 Add status icons in event tooltips 2015-10-27 20:10:53 +00:00
Nathan Gray
3dfd74768e Use drop shadow on tooltip instead of white border 2015-10-27 20:08:56 +00:00
Nathan Gray
05b2bdc920 Calendar display issues
- Keep planner header if you have to scroll down
- Show full hour at the end of the day, not just first division
2015-10-27 19:08:33 +00:00
Ralf Becker
5143a0a7b9 fix warning because video does not exist in requested language, falling back to "en" 2015-10-27 17:13:01 +00:00
Ralf Becker
b978aa102e fix warning because video does not exist in requested language, falling back to "en" 2015-10-27 17:11:29 +00:00
Nathan Gray
625cc51c59 Fix categories would not always refresh
Fix calendar categories would never refresh
2015-10-27 16:55:57 +00:00
Nathan Gray
252a8fd11a Calendar scrolling, swiping and keyhandler for page up & page down 2015-10-27 16:45:37 +00:00
Ralf Becker
c6390b378e added missing German introduction video 2015-10-27 14:55:15 +00:00
Ralf Becker
eccb47c582 added missing German introduction video 2015-10-27 14:53:54 +00:00
Ralf Becker
b578119392 Changelog for 14.3.20151027 2015-10-27 13:45:51 +00:00