Commit Graph

26318 Commits

Author SHA1 Message Date
Ralf Becker
0190a1a908 fixed broken import after r49077 2014-10-21 18:49:38 +00:00
Ralf Becker
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
Ralf Becker
11e60d3220 fix return value of close and several IDE warning 2014-10-21 18:02:08 +00:00
Ralf Becker
5331a3b214 revert accidental commit 2014-10-21 18:00:48 +00:00
Ralf Becker
66611329e9 fix return value of close and several IDE warning 2014-10-21 17:58:10 +00:00
Ralf Becker
67f66ae668 missing commit causing empty domain on import 2014-10-21 17:57:23 +00:00
Nathan Gray
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
Nathan Gray
29f84a83f9 If link is missing needed information so it won't work, don't look like a link 2014-10-21 16:32:47 +00:00
Hadi Nategh
df98b920cc Drag & drop support for mail into filemanager 2014-10-21 15:48:52 +00:00
Ralf Becker
05afa23f0c Changelog for 14.1.20141021 2014-10-21 15:33:54 +00:00
Hadi Nategh
db397dac5e Fix dnd helper stack order 2014-10-21 15:25:36 +00:00
Hadi Nategh
0722b0a328 Fix dnd helper stack order 2014-10-21 15:24:20 +00:00
Hadi Nategh
23c9f70dad Implement to set proper lable for dragging item on the drag helper 2014-10-21 15:21:23 +00:00
Hadi Nategh
ffa99fcb01 Get drag out action working again 2014-10-21 15:08:53 +00:00
Hadi Nategh
66e889fe06 Style images properly located inside drag's helper row 2014-10-21 15:03:09 +00:00
Hadi Nategh
5a99c4ee9b Fix cc, bcc fileds, sent from AB to an open compose dialog, overflow the others 2014-10-21 15:00:29 +00:00
Ralf Becker
1e9db74ea6 pending Dutch translations from our translation server 2014-10-21 14:49:04 +00:00
Ralf Becker
a86a891e07 some translations 2014-10-21 14:47:15 +00:00
Hadi Nategh
0c82167d09 More progress of commit r49059 2014-10-21 14:40:16 +00:00
Hadi Nategh
e8980e5836 Work in progress, standardization of dnd action helper styling for all apps 2014-10-21 14:39:24 +00:00
Ralf Becker
f3855405b0 entry name for mail app 2014-10-21 14:38:41 +00:00
Ralf Becker
0f8015e2b8 entry name for mail app 2014-10-21 14:38:20 +00:00
Hadi Nategh
510469e60b Implement to set proper lable for dragging item for the drag helper 2014-10-21 14:31:18 +00:00
Ralf Becker
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
Ralf Becker
af048109ee 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:51:37 +00:00
Hadi Nategh
549431fb73 Revert commit r49090, because it breaks special ctrl key and click handling in nm. Need more investigation to solve it 2014-10-21 13:35:19 +00:00
Ralf Becker
f81c2340bd "No filters" in InfoLog was not removing a search 2014-10-21 12:17:20 +00:00
Ralf Becker
b6f69d3a4c "No filters" in InfoLog was not removing a search 2014-10-21 12:17:00 +00:00
Hadi Nategh
c1c4b7c682 Replace the drag out trigger key from Ctrl (or Command key in Mac) to Shift key.
- Make Ctrl key as a standard dnd action disabling, and being able to select content by holding Ctrl key.
2014-10-21 11:48:25 +00:00
Ralf Becker
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
Ralf Becker
fe7d9aa31f only show apps available to user 2014-10-21 09:17:11 +00:00
Ralf Becker
5391fd1674 only show apps available to user 2014-10-21 09:15:42 +00:00
Hadi Nategh
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
Ralf Becker
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
Hadi Nategh
23c0285825 Make sure the this object is avaliable before addressing it.
-Fix error in calender views which was happening after dnd
2014-10-21 08:58:33 +00:00
Ralf Becker
1df5500d28 * Admin/LDAP: LDAP extra attributes homedirector and loginshell were not stored (home set to /dev/null) 2014-10-21 08:58:08 +00:00
Nathan Gray
c0972a636a * Drag and drop entries between lists to link them 2014-10-20 18:29:57 +00:00
Nathan Gray
f3e099174d Add filter (change #5) to show linked files, and files from linked entries. 2014-10-20 18:17:31 +00:00
Ralf Becker
a020858d5a do not use full path of attachments in compose popup 2014-10-20 18:11:40 +00:00
Ralf Becker
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
Ralf Becker
dec861fb3e do not use full path of attachments in compose popup 2014-10-20 18:08:03 +00:00
Hadi Nategh
10eb33cbdd Get drag out action working again 2014-10-20 15:03:31 +00:00
Hadi Nategh
f61c898b86 Style images properly located inside drag's helper row 2014-10-20 14:07:38 +00:00
Hadi Nategh
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
Hadi Nategh
9b05ccc4ad 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:27:44 +00:00
Hadi Nategh
4ae871020d * Addressbook: Fix tab order between zip code and city in AB edit dialog 2014-10-20 12:59:22 +00:00
Hadi Nategh
6529bed2a6 * Addressbook: Fix tab order between zip code and city in AB edit dialog 2014-10-20 12:58:47 +00:00
Hadi Nategh
fb35fdb8c2 Fix cc, bcc fileds, sent from AB to an open compose dialog, overflow the others 2014-10-20 12:25:43 +00:00
Hadi Nategh
96d9f14d12 More progress of commit r49059 2014-10-20 11:41:59 +00:00
Ralf Becker
5bb2ac645e * Calendar: fixed planner by category view was showing all categories under "None" 2014-10-20 09:14:48 +00:00