Commit Graph

28638 Commits

Author SHA1 Message Date
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
Ralf Becker
280f62fbda only catch "Permission denied" errors and rethrow all other, because error in et2_ready or load handler will cause a double loading of UI otherwise 2015-10-27 13:39:08 +00:00
Ralf Becker
6a407a683b only catch "Permission denied" errors and rethrow all other, because error in et2_ready or load handler will cause a double loading of UI otherwise 2015-10-27 13:39:01 +00:00
Ralf Becker
87c7a87bdd fix double load of UI in compose after adding attachments caused by errors in mail app.js compose_resize handler 2015-10-27 11:50:27 +00:00
Ralf Becker
b8f2902e80 fix double load of UI in compose after adding attachments caused by errors in mail app.js compose_resize handler 2015-10-27 11:44:54 +00:00
Ralf Becker
f72a4a1407 Handle multiple attachments with the same name when downloading attachments from an email into vfs 2015-10-27 10:30:26 +00:00
Ralf Becker
9cb46a4d79 Handle multiple attachments with the same name when linking attachments from an email into an entry for another application 2015-10-27 10:29:57 +00:00
Ralf Becker
bfee0a1bce * Timesheet/Tracker: date filters like "last week" where not aware of daylight saving time changes 2015-10-27 10:28:14 +00:00
Ralf Becker
b01ac97b7e * Timesheet/Tracker: date filters like "last week" where not aware of daylight saving time changes 2015-10-27 10:27:09 +00:00
Klaus Leithoff
f06cf7bb01 reintroduce tidy in calls from egw-mail-app when only getCleanHTML is called, as it is correcting html structure issues for us 2015-10-27 09:22:12 +00:00
Klaus Leithoff
714c75ef6d reintroduce tidy in calls from egw-mail-app when only getCleanHTML is called, as it is correcting html structure issues for us 2015-10-27 09:16:37 +00:00
Ralf Becker
9ec5116d7e * API: fix SQL error in upgrade from 1.8/11.1: Incorrect string value *** for column async_data 2015-10-27 08:40:15 +00:00
Ralf Becker
9f4a6db299 * API: fix SQL error in upgrade from 1.8/11.1: Incorrect string value *** for column async_data 2015-10-27 08:40:00 +00:00
Ralf Becker
a2ab5c1df2 * Calendar: disabling Apply button for IE 10/11 and Edge, because all but current tab fail to load 2015-10-26 21:43:34 +00:00
Ralf Becker
d8255179d8 detecting MS Edge as html::$user_agent="edge" and html::$ua_version="12.*", even if some report only "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" 2015-10-26 21:43:08 +00:00
Ralf Becker
5e8781078c detecting MS Edge as html::$user_agent="edge" and html::$ua_version="12.*", even if some report only "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" 2015-10-26 21:42:25 +00:00
Ralf Becker
b18d373624 fixing wired IE security errors "Permission denied", seems reload of opener caused references to egw and template cache in opener.top.etemplate2.prototype.templates becomming inaccessible, catching this errors and falling back to a window-local object 2015-10-26 21:13:34 +00:00
Ralf Becker
ac6dbad373 fixing wired IE security errors "Permission denied", seems reload of opener caused references to egw and template cache in opener.top.etemplate2.prototype.templates becomming inaccessible, catching this errors and falling back to a window-local object 2015-10-26 21:11:47 +00:00
Nathan Gray
1f2c9e641a Handle multiple attachments with the same name when linking attachments from an email into an entry for another application 2015-10-26 19:57:07 +00:00
Nathan Gray
5aaadfd00d Handle multiple attachments with the same name when downloading attachments from an email into vfs 2015-10-26 19:25:01 +00:00
Nathan Gray
035570018a Put nm readonlys into nm namespace to avoid conflict with add button 2015-10-26 18:32:40 +00:00
Nathan Gray
865ba17efb Consume enter keypress in search to prevent browser from triggering clicks on link button. 2015-10-26 15:58:23 +00:00
Nathan Gray
22210227b7 Consume enter keypress in search to prevent browser from triggering clicks on link button. 2015-10-26 15:26:51 +00:00
Ralf Becker
122ca4ade9 fix Edge complaining about required closing tag of iframe 2015-10-26 15:16:59 +00:00
Ralf Becker
c4c78e0375 fix Edge complaining about required closing tag of iframe 2015-10-26 15:14:56 +00:00
Ralf Becker
f60e046511 fix sometimes shown old / no longer used delete dialog, buttons in new dialog were not translated and missing tooltip 2015-10-26 15:10:39 +00:00
Ralf Becker
1c4a640fde fix sometimes shown old / no longer used delete dialog, buttons in new dialog were not translated and missing tooltip 2015-10-26 15:08:44 +00:00
Ralf Becker
3637ed12b4 fix tutorial popup opens with navbar in idots 2015-10-24 11:15:33 +00:00