8a827671b8
sending mail was failing after r49065
2014-10-20 06:49:23 +00:00
64aa838e9d
* Mail: import and display of mails failed, if personal part of addresses contains valid encoded utf-8 characters
...
- using now Horde_Mime_Headers::parseHeaders() for headers instead of Mail_mimeDecode, which should be completly replaced with Horde_Mime_Part::parseMessage()
- replaced imap_rfc822_parse_adrlist with Horde_Mail_Rfc822::parseAddressList() using static wrapper emailadmin_imapbase::parseAddressList()
2014-10-18 16:30:39 +00:00
93bc0feb16
* Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents
2014-10-18 12:17:17 +00:00
0a00a710f7
* Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents
2014-10-18 12:01:10 +00:00
c1cea7ce73
Add timesheet time (info_sum_timesheets) placeholder
2014-10-17 17:27:19 +00:00
24b5779210
Better styling for planned times so early tasks can be seen too.
2014-10-17 17:17:23 +00:00
dae1ce6554
Work in progress, standardization of dnd action helper styling for all apps
2014-10-17 16:34:14 +00:00
8a861fc628
- Better popup resize calculations
...
- Test new popup size for addressbook
2014-10-17 15:17:16 +00:00
e2d6d75607
fix async jobs with scalar data (strings, int) got quoted over and over again
2014-10-17 13:51:28 +00:00
3f1721e904
add message to submit or postpone statistic first
2014-10-17 13:50:03 +00:00
f14d3b4c8b
add message to submit or postpone statistic first
2014-10-17 13:49:42 +00:00
a00999023a
consider more parts of an email as attachment, even so it may not fully match the needed params. this way, at least we show it in the attachment list
2014-10-17 13:11:47 +00:00
850836be8a
* Timesheet: fix (un)setting project for adding, editing and save&new timesheets
...
- fixed et2_widget_textbox to update options.blur in set_blur(), as it is used in getValue, also updating input
- fixed et2_widget_linkentry to trigger change event, after reacting to click on X in search
- fixed timesheet to handle ts_project and pm_id in bo (ts_project is always stored in db for searching, even if it contains no custom project name)
- fixed not working change of project in an existing timesheet
- fixed unsetting of project
2014-10-17 12:59:35 +00:00
0a13a668a7
* InfoLog: allow to (re-)set view of entries link to contacts via favorites
...
r49041: reverting r49030 and implementing same functionality with just app.infolog.(get|set)State(), fixes introduced error set you could not filter eg. by type in an action view
2014-10-17 12:57:33 +00:00
2ceddce771
fix popup detection to cope with window.opener being a reference to itself --> should NOT be detected as popup
2014-10-17 12:54:32 +00:00
f9e573f5cc
* Addressbook: with double-click preference set to edit, CRM-view did not open when selected in menu
2014-10-17 12:51:49 +00:00
585e313851
fix redirects in a popup and new egw_exception_redirect to be used in hooks/callbacks like for addressbook.edit to redirect to a different location
...
r49022: resize import popup to regular compose size
2014-10-17 12:51:02 +00:00
b1f48200e6
fixed color-picker shown twice if used in a tab-widget after apply, backport of
...
r48992: disabling immediate direct call to loadingFinished() for selected tab seems to have no recognisable impact
and some widgets, eg. color-picker have problems with calling doLoadingFinished twice
r49047: change tab loading again to initialise visible tab immediatly and gard et2_color / jPicker against being initialised twice
2014-10-17 12:14:44 +00:00
15bc2f3ade
change tab loading again to initialise visible tab immediatly and gard et2_color / jPicker against being initialised twice
2014-10-17 11:37:15 +00:00
2778b48273
fix popup detection to cope with window.opener being a reference to itself --> should NOT be detected as popup
2014-10-17 08:22:28 +00:00
8ef066f283
Prevent empty options being sent when selectbox is in a row.
...
Fixes unwanted numeric options in auto-repeat rows.
2014-10-16 22:50:09 +00:00
9481dab570
Drag & drop support for mail into filemanager
2014-10-16 22:41:39 +00:00
8af4ca6049
reverting r49030 and implementing same functionality with just app.infolog.(get|set)State(), fixes introduced error set you could not filter eg. by type in an action view
2014-10-16 15:59:10 +00:00
43c015694c
supply mailbox param for get_mailcontent
2014-10-16 15:19:26 +00:00
55b97699b6
Notify user of how to select content of a draggable item
2014-10-16 14:41:30 +00:00
46fc241138
fix problem with undefined var w_h in javascript
2014-10-16 09:52:15 +00:00
e2b160aede
fix problem with undefined var w_h in javascript
2014-10-16 09:50:16 +00:00
47bf4d0824
* Addressbook: with double-click preference set to edit, CRM-view did not open when selected in menu
2014-10-16 09:32:13 +00:00
004de5c81e
* InfoLog: allow to (re-)set view of entries link to contacts via favorites
2014-10-16 09:29:01 +00:00
cb94c506d9
Fix hide handler of cc, bcc expander in compose
2014-10-16 08:29:10 +00:00
c158a32c72
Fix timesheet sum
2014-10-15 23:02:42 +00:00
1d5bcc7194
Set some minimum height to deal with floaters which are outside of popup size calculation's reach
2014-10-15 22:50:03 +00:00
bdecd27961
Show planned times on gantt chart while editing real times
2014-10-15 22:22:49 +00:00
66e33b00d2
* Calendar: make custom fields available in table plugins for document merge
2014-10-15 19:08:44 +00:00
3759e498d9
* Calendar: make custom fields available in table plugins for document merge
2014-10-15 19:08:26 +00:00
5082d8a634
- Better popup resize calculations
...
- Test new popup size for addressbook
2014-10-15 15:52:07 +00:00
4f59ab7d81
resize import popup to regular compose size
2014-10-15 15:49:41 +00:00
424b4c451c
fix redirects in a popup and new egw_exception_redirect to be used in hooks/callbacks like for addressbook.edit to redirect to a different location
2014-10-15 14:55:08 +00:00
628b1369f7
Make calendar's tooltip scrollable
2014-10-15 12:03:15 +00:00
ce65365049
* Support export Gantt chart to PDF and PNG using DHMTLX's service
2014-10-14 22:58:56 +00:00
f099800b62
Prevent empty options being sent when selectbox is in a row.
...
Fixes unwanted numeric options in auto-repeat rows.
2014-10-14 16:43:47 +00:00
6097c39ea5
Silence debug
2014-10-14 16:11:56 +00:00
08e1ce3c9e
Keep custom translations as highest precidence.
...
Fixes loading translations for another app loses custom translations
2014-10-14 16:03:50 +00:00
83b6706964
* Timesheet: fix (un)setting project for adding, editing and save&new timesheets
...
- fixed et2_widget_textbox to update options.blur in set_blur(), as it is used in getValue, also updating input
- fixed et2_widget_linkentry to trigger change event, after reacting to click on X in search
- fixed timesheet to handle ts_project and pm_id in bo (ts_project is always stored in db for searching, even if it contains no custom project name)
- fixed not working change of project in an existing timesheet
- fixed unsetting of project
2014-10-14 15:58:37 +00:00
eb05de40b4
* Mail: fix for messed up plain-text signature in some cases
2014-10-14 10:50:23 +00:00
106886756a
* Mail: fix copy/move of mails between accounts
2014-10-14 08:55:23 +00:00
8a2a263f70
* Admin/LDAP: show LDAP extra attributes shell/homedir, if enabled in setup
2014-10-14 08:52:45 +00:00
fa11f01258
* Admin/LDAP: show LDAP extra attributes shell/homedir, if enabled in setup
2014-10-14 08:52:11 +00:00
b3441cb29b
* Mail: fix copy/move of mails between accounts by making sure source and target are distinctively defined when performing the move
2014-10-14 08:51:01 +00:00
ea47198d35
Fix copy/move of mail to another mail account
2014-10-14 08:01:52 +00:00