Hadi Nategh
|
3bc2e1077c
|
WIP EGroupware tutorial:
- Implement a hook for application specific video tutorials
- Allow iframe widget to cooperate with fullscreen video play mode
|
2015-09-25 15:18:35 +00:00 |
|
Klaus Leithoff
|
29249f6d8b
|
try to make sure that an imap-capable mail-account is preselected, when an admin edits user mailaccount settings. in admin module.
|
2015-09-25 08:05:55 +00:00 |
|
Klaus Leithoff
|
599e29dee1
|
fix problem with possible json_encode problem (removing all initial data from mailbody) on reply/forward
|
2015-09-24 10:53:02 +00:00 |
|
Klaus Leithoff
|
397d5a6d36
|
fix problem with possible json_encode problem (removing all initial data from mailbody) on reply/forward
|
2015-09-24 10:06:22 +00:00 |
|
Hadi Nategh
|
35ef38e040
|
WIP toggle sidebar menu:
- Fix some styles for Safari and IE
|
2015-09-24 09:24:06 +00:00 |
|
Hadi Nategh
|
440e2348a6
|
Do not trigger autocomplete fix if the browser is Safari and there's an input with type password, since the Safari does not respect autocomplete = off
- Fix password autofill issue in compose dialog
|
2015-09-24 07:34:04 +00:00 |
|
Nathan Gray
|
17afd5d508
|
Fix invalid call to non-existing method
|
2015-09-23 17:41:50 +00:00 |
|
Nathan Gray
|
e3d6e09922
|
Fix import of vCard photos with ENCODING=BASE64
|
2015-09-23 17:39:55 +00:00 |
|
Nathan Gray
|
711ca55433
|
Some more changes to egw.css to try to avoid it randomly losing rules in iframes
|
2015-09-23 16:22:47 +00:00 |
|
Hadi Nategh
|
45b9d9e745
|
Do not trigger autocomplete fix if the browser is Safari and there's an input with type password, since the Safari does not respect autocomplete = off
- Fix password autofill issue in compose dialog
|
2015-09-23 15:51:46 +00:00 |
|
Nathan Gray
|
0a43abbec2
|
Use etemplate_widget_menupopup::fix_encoded_options() to handle select options set by get_rows functions.
Fixes tracker CRM view stops working after filtering.
|
2015-09-23 15:32:36 +00:00 |
|
Hadi Nategh
|
d008e8d378
|
Fix mail compose resize does not work always
|
2015-09-23 11:37:44 +00:00 |
|
Hadi Nategh
|
773fbf7eea
|
Fix mail compose resize does not work always
|
2015-09-23 10:51:27 +00:00 |
|
Nathan Gray
|
9e9cbc2fa1
|
Some changes to egw.css to try to avoid it randomly ignoring rules in iframes.
Reduces wrong width in admin customfields or categories after you click 3 times.
|
2015-09-22 23:43:20 +00:00 |
|
Nathan Gray
|
b7da91b7dc
|
Calendar CSV import
- Handle end date before start date
|
2015-09-22 17:42:18 +00:00 |
|
Nathan Gray
|
d693871b0c
|
Calendar CSV import
- Fix condition checking
- Participant account match was too nice, restrict to exact matches
- Fix participants preview was 'Array'
|
2015-09-22 17:26:36 +00:00 |
|
Nathan Gray
|
f8f586eeab
|
Do not die if select custom field is not fully set up
|
2015-09-22 16:05:27 +00:00 |
|
Nathan Gray
|
9c699bc8e2
|
Do not give an error about selecting contacts when there is no action.
r53709: Fix admin changing their columns set the default for all users
|
2015-09-22 16:03:33 +00:00 |
|
Nathan Gray
|
77f3d45e9d
|
After changing the template and it's loaded, refresh.
Fixes a bug where new users did not see the results in the new view the first time (not caused by template caching though)
|
2015-09-22 15:57:50 +00:00 |
|
Klaus Leithoff
|
0d5e16e69d
|
silence chitter-chatter on getAttachment
|
2015-09-22 11:43:36 +00:00 |
|
Hadi Nategh
|
3a240eb67c
|
Add a patch from Stefan Werfling.
-Add new hooks etemplate2_before_exec, etemplate2_before_process and etemplate2_after_process into etemplate2 execution process
|
2015-09-22 11:26:15 +00:00 |
|
Hadi Nategh
|
3719a00f02
|
Give
|
2015-09-22 09:39:04 +00:00 |
|
Hadi Nategh
|
d1abc872a6
|
Give more width to location field in calendar edit dialog
|
2015-09-22 09:29:16 +00:00 |
|
Nathan Gray
|
30c7669588
|
Return Deferred promise when app handles the link, avoids error Cannot read property 'promise' of undefined
|
2015-09-21 22:34:45 +00:00 |
|
Nathan Gray
|
b4dce8b7f4
|
If business email cannot be parsed, continue to home email.
Fixes bug where contacts with only personal email address were not shown in taglist-email
|
2015-09-21 22:32:33 +00:00 |
|
Nathan Gray
|
e791caf622
|
Fix admin changing their columns set the default for all users
|
2015-09-21 21:41:54 +00:00 |
|
Nathan Gray
|
999b9f8724
|
Do not give an error about selecting contacts when there is no action.
|
2015-09-21 21:41:04 +00:00 |
|
Nathan Gray
|
741e6e02af
|
Return Deferred promise when app handles the link, avoids error Cannot read property 'promise' of undefined
|
2015-09-21 20:27:07 +00:00 |
|
Nathan Gray
|
0f6c23a5e0
|
If business email cannot be parsed, continue to home email.
Fixes bug where contacts with only personal email address were not shown in taglist-email
|
2015-09-21 20:03:33 +00:00 |
|
Nathan Gray
|
8e657aeb0e
|
Do not die if select custom field is not fully set up
|
2015-09-21 19:43:36 +00:00 |
|
Nathan Gray
|
d18a0578b1
|
Use importexport's more robust username parsing to try to avoid missing usernames.
|
2015-09-21 17:58:40 +00:00 |
|
Nathan Gray
|
06fb7f72b2
|
After changing the template and it's loaded, refresh.
Fixes a bug where new users did not see the results in the new view the first time (not caused by template caching though)
|
2015-09-21 17:14:39 +00:00 |
|
Hadi Nategh
|
eb41061212
|
Fix mail actions update for nm context menu, preview and display toolbar
|
2015-09-21 15:47:09 +00:00 |
|
Nathan Gray
|
2806cd06c1
|
Make planner headers look like links
|
2015-09-21 15:41:56 +00:00 |
|
Hadi Nategh
|
220d5b8ed4
|
Fix mail actions update for nm context menu, preview and display toolbar
|
2015-09-21 14:04:48 +00:00 |
|
Hadi Nategh
|
9cf5fc20db
|
Fix some IDE warnings
|
2015-09-21 08:13:57 +00:00 |
|
Ralf Becker
|
0f0728316d
|
support themes on application level: $app/templates/$template/app-$theme.css
|
2015-09-18 15:53:20 +00:00 |
|
Hadi Nategh
|
c4af049ac9
|
A hack for toolbar widget to get fixed existing toolbar preferences and keep working with new actions
|
2015-09-18 13:45:52 +00:00 |
|
Hadi Nategh
|
880a923bd8
|
Add some new actions into mail preview and display toolbars
|
2015-09-18 13:40:52 +00:00 |
|
Hadi Nategh
|
a4c7d64a4c
|
Add another action into mail toolbar
|
2015-09-18 13:39:53 +00:00 |
|
Hadi Nategh
|
01ec6d0406
|
A hack for toolbar widget to get fixed existing toolbar preferences and keep working with new actions
|
2015-09-18 13:32:51 +00:00 |
|
Hadi Nategh
|
3f5107c4cb
|
Add some more styling for calendar action in mail
|
2015-09-18 13:14:46 +00:00 |
|
Hadi Nategh
|
b333a0c0ad
|
Add some styling for calendar action in mail
|
2015-09-18 12:09:59 +00:00 |
|
Klaus Leithoff
|
59783cac55
|
introduce config to be able to trigger a closer look on folders located in shared and others namespace, as some servers do not return them by default on root-level-queries; Default is set to NO
|
2015-09-18 09:00:56 +00:00 |
|
Klaus Leithoff
|
d591b6f3ae
|
introduce config to be able to trigger a closer look on folders located in shared and others namespace, as some servers do not return them by default on root-level-queries; Default is set to NO
|
2015-09-18 08:46:55 +00:00 |
|
Ralf Becker
|
645439eaf0
|
UCS lowercases email when storing
|
2015-09-18 07:20:08 +00:00 |
|
Ralf Becker
|
3b596f061e
|
UCS lowercases email when storing
|
2015-09-18 07:18:58 +00:00 |
|
Hadi Nategh
|
3f29d845d6
|
Add read/unread action into mail preview and display toolbars
|
2015-09-17 12:59:12 +00:00 |
|
Hadi Nategh
|
5f19cc95fc
|
Mailvelope WIP:
- Add mailvelope keepAttachments option
|
2015-09-17 09:52:58 +00:00 |
|
Hadi Nategh
|
1ed0befddf
|
Add some new actions into mail preview and display toolbars
|
2015-09-16 16:00:35 +00:00 |
|