Commit Graph

25054 Commits

Author SHA1 Message Date
47934fd9b4 Make calendar's tooltip scrollable 2014-10-22 08:34:52 +00:00
09e9286ab6 Fix extra scrollbar on calendar tab details 2014-10-22 08:28:42 +00:00
0190a1a908 fixed broken import after r49077 2014-10-21 18:49:38 +00:00
d26fbdcb00 Set some minimum height to deal with floaters which are outside of popup size calculation's reach 2014-10-21 18:17:55 +00:00
11e60d3220 fix return value of close and several IDE warning 2014-10-21 18:02:08 +00:00
67f66ae668 missing commit causing empty domain on import 2014-10-21 17:57:23 +00:00
5569223e42 If link is missing needed information so it won't work, don't look like a link 2014-10-21 16:33:56 +00:00
df98b920cc Drag & drop support for mail into filemanager 2014-10-21 15:48:52 +00:00
05afa23f0c Changelog for 14.1.20141021 2014-10-21 15:33:54 +00:00
db397dac5e Fix dnd helper stack order 2014-10-21 15:25:36 +00:00
23c9f70dad Implement to set proper lable for dragging item on the drag helper 2014-10-21 15:21:23 +00:00
ffa99fcb01 Get drag out action working again 2014-10-21 15:08:53 +00:00
66e889fe06 Style images properly located inside drag's helper row 2014-10-21 15:03:09 +00:00
5a99c4ee9b Fix cc, bcc fileds, sent from AB to an open compose dialog, overflow the others 2014-10-21 15:00:29 +00:00
0c82167d09 More progress of commit r49059 2014-10-21 14:40:16 +00:00
e8980e5836 Work in progress, standardization of dnd action helper styling for all apps 2014-10-21 14:39:24 +00:00
f3855405b0 entry name for mail app 2014-10-21 14:38:41 +00:00
9b9f6bf067 adding singular and plural name of app entries to link registry under "entry"/"entries" plus translations for apps which need them different from app-name 2014-10-21 13:53:54 +00:00
f81c2340bd "No filters" in InfoLog was not removing a search 2014-10-21 12:17:20 +00:00
e545a9fdf0 Make sure nm row_ids are string in order to address them as string, seems some ids are not 2014-10-21 10:30:14 +00:00
fe7d9aa31f only show apps available to user 2014-10-21 09:17:11 +00:00
e945580cea Make sure the this object is avaliable before addressing it.
-Fix error in calender views which was happening after dnd
2014-10-21 09:00:27 +00:00
8da3e37e73 * Admin/LDAP: LDAP extra attributes homedirector and loginshell were not stored (home set to /dev/null) 2014-10-21 08:58:37 +00:00
c0972a636a * Drag and drop entries between lists to link them 2014-10-20 18:29:57 +00:00
a020858d5a do not use full path of attachments in compose popup 2014-10-20 18:11:40 +00:00
9a2cfa0782 * 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()
r49066: sending mail was failing after r49065
2014-10-20 18:10:31 +00:00
570558ff31 Show both date and time for before today time.
- Fix mails in the list not showing date and time under date column.
2014-10-20 13:29:29 +00:00
4ae871020d * Addressbook: Fix tab order between zip code and city in AB edit dialog 2014-10-20 12:59:22 +00:00
5bb2ac645e * Calendar: fixed planner by category view was showing all categories under "None" 2014-10-20 09:14:48 +00:00
c1cea7ce73 Add timesheet time (info_sum_timesheets) placeholder 2014-10-17 17:27:19 +00:00
8a861fc628 - Better popup resize calculations
- Test new popup size for addressbook
2014-10-17 15:17:16 +00:00
3f1721e904 add message to submit or postpone statistic first 2014-10-17 13:50:03 +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
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
43c015694c supply mailbox param for get_mailcontent 2014-10-16 15:19:26 +00:00
46fc241138 fix problem with undefined var w_h in javascript 2014-10-16 09:52:15 +00:00
66e33b00d2 * Calendar: make custom fields available in table plugins for document merge 2014-10-15 19:08:44 +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
9d54bfacb1 * Filemanager: fixed super-user not able to create top-level directory, eg. /test 2014-10-13 17:24:14 +00:00
854b778945 Fix a missing space in connect-src line of CSP 2014-10-13 14:32:30 +00:00
d12db71dd7 allow to set CSP connect-src and fix all IDE warnings
r48999: add deprecation note to egw_framework::on_* methods, as they get stoped by CSP (they work for old apps incl. old eTemplate)
2014-10-13 12:52:51 +00:00
b6f628a66d fix non-fatal PHP Parse error, when $j was used eg. in onload 2014-10-13 12:22:11 +00:00