Commit Graph

24086 Commits

Author SHA1 Message Date
Ralf Becker
82953bf156 change phrase "all messages in current folder" to "all messages in current view", as we take search and filters into account, also change German translation accordingly 2014-07-15 09:37:08 +00:00
Klaus Leithoff
719ede5829 handle message/rfc822 attachments as display when opened from drafted message; properly restore message/rfc822 attachments stored with .eml files 2014-07-15 07:03:23 +00:00
Nathan Gray
67390bbcfa Add HTML5 drag support for Chrome for all files in link lists 2014-07-14 22:34:55 +00:00
Nathan Gray
2b1d6e2244 Add drag action for display popup attachments 2014-07-14 20:50:08 +00:00
Nathan Gray
3b915de4cb Grid row action enhancements:
- If row has a key 'id', set the egwActionObject id to match instead of just row_[i]
- Pass the row content in egwActionObject's data, so it's available during action processing
2014-07-14 20:47:52 +00:00
Nathan Gray
9f9f5184fc If selected egwActionObject(s) contain data, use that over global data store. 2014-07-14 20:29:42 +00:00
Ralf Becker
596d81bb2c Changelog for 14.1.20140714 2014-07-14 16:40:27 +00:00
Ralf Becker
7ff555bbf1 * Preferences: do NOT use deny configuration for admins 2014-07-14 16:26:21 +00:00
Ralf Becker
2461660920 * Preferences: do NOT use deny configuration for admins 2014-07-14 16:26:03 +00:00
Hadi Nategh
9086a0e2eb Unlock the mail tree after move/copy actions 2014-07-14 16:01:28 +00:00
Hadi Nategh
37275f253b Disable "Change Owner" item from category context menu if it is a private one 2014-07-14 15:59:56 +00:00
Hadi Nategh
92e8ce7d0d Fix delete confirmation dialog in Global categories edit popup 2014-07-14 15:58:50 +00:00
Hadi Nategh
4d24812a48 Unlock the mail tree after move/copy actions 2014-07-14 15:56:34 +00:00
Nathan Gray
051befced5 Don\t 2014-07-14 14:18:32 +00:00
Nathan Gray
4104f793b2 Call applyFilters() function instead of setting directly, which skipped change detection.
Fixes selection not cleared when applying a favorite.
2014-07-14 14:11:41 +00:00
Hadi Nategh
2e2d48ff1f Disable "Change Owner" item from category context menu if it is a private one 2014-07-14 13:30:26 +00:00
Nathan Gray
94b726f883 Don't remove request from POSTs, etemplate is still active client side.
Fixes etemplates stop working after downloading a file (merge print, zip, etc.)
2014-07-14 12:03:04 +00:00
Nathan Gray
141033ca66 Fix doubled widget ID in export dialog 2014-07-14 11:29:55 +00:00
Nathan Gray
a0d2956bb6 Link was missing if application entry directory already exists.
Fixes unable to symlink existing entries to vfs
2014-07-14 10:22:48 +00:00
Hadi Nategh
025f31872f Fix delete confirmation dialog in Global categories edit popup 2014-07-14 10:19:32 +00:00
Ralf Becker
c54e53d405 fixed PHP Strict Standards: Declaration of etemplate_widget_*::set_attrs() should be compatible with etemplate_widget::set_attrs() 2014-07-14 10:02:47 +00:00
Nathan Gray
8a36e40b10 Call applyFilters() function instead of setting directly, which skipped change detection.
Fixes selection not cleared when applying a favorite.
2014-07-14 09:59:02 +00:00
Ralf Becker
ea23bb151a * Preferences: non-admins were allowed to changed default, forced or group preferences 2014-07-13 10:28:06 +00:00
Ralf Becker
21bcc81b21 * Preferences: non-admins were allowed to changed default, forced or group preferences 2014-07-13 10:27:46 +00:00
Ralf Becker
9adf2b402d make detection of serialized values more robust, to allow string like eg. "a:hello" 2014-07-13 09:39:34 +00:00
Ralf Becker
f11f9937ac make detection of serialized values more robust, to allow string like eg. "a:hello" 2014-07-13 09:38:55 +00:00
Ralf Becker
d1d743e4b9 fixed broken regular expression for multiple comma-separated values (dash in character class has to be last character!) 2014-07-13 09:15:29 +00:00
Ralf Becker
f011a6c3d1 fixed broken regular expression for multiple comma-separated values (dash in character class has to be last character!) 2014-07-13 09:14:58 +00:00
Ralf Becker
459556ea77 fixed typo 2014-07-13 09:01:40 +00:00
Ralf Becker
8c6ac14093 fixed typo 2014-07-13 09:01:09 +00:00
Ralf Becker
f1606dbb76 fixed typo 2014-07-13 08:56:19 +00:00
Ralf Becker
ff1934a51f fixed typo 2014-07-13 08:55:48 +00:00
Ralf Becker
1286efd2b6 fixed fatal error "class errorlog not found" 2014-07-12 10:12:13 +00:00
Ralf Becker
930b880347 fixed fatal error "class errorlog not found" 2014-07-12 10:11:53 +00:00
Ralf Becker
007f2f75aa * API: fixed broken configuration, causing eg. ActiveDirectory or LDAP authentication to fail (you need to run Setup >> Clear cache!)
all config vars with names starting with an "a" were returning false instead there correct value
2014-07-12 08:53:12 +00:00
Ralf Becker
6b0ed9111f * API: fixed broken configuration, causing eg. ActiveDirectory or LDAP authentication to fail (you need to run Setup >> Clear cache!)
all config vars with names starting with an "a" were returning false instead there correct value
2014-07-12 08:51:31 +00:00
Ralf Becker
597b0ff2e2 * Backup: backup could contain rows multiple times (which caused restore to fail) 2014-07-11 17:36:27 +00:00
Ralf Becker
2dd0625ebe * Backup: backup could contain rows multiple times (which caused restore to fail) 2014-07-11 17:35:46 +00:00
Hadi Nategh
80f1abf3a2 Try to use xmlDoc.responseText as xmlDoc.response might not be available in IE 2014-07-11 16:50:38 +00:00
Hadi Nategh
ef9409294c Try to use xmlDoc.responseText as xmlDoc.response might not be available in IE 2014-07-11 16:49:45 +00:00
Hadi Nategh
1471def4b2 No need to use Microsoft.XMLDOM for IE anymore, since IE 7+ supports XMLHttpRequest object 2014-07-11 16:08:01 +00:00
Hadi Nategh
8f0dba15fe No need to use Microsoft.XMLDOM for IE anymore, since IE 7+ supports XMLHttpRequest object 2014-07-11 16:07:02 +00:00
Hadi Nategh
b95f53f073 Try to get attribute with getAttribute method, IE does not support element dataset 2014-07-11 15:53:58 +00:00
Hadi Nategh
3e56f38995 Try to get attribute with getAttribute method, IE does not support element dataset 2014-07-11 15:52:43 +00:00
Klaus Leithoff
a0d6257d1e handle message/rfc822 attachments as display when opened from drafted message; properly restore message/rfc822 attachments stored with .eml files 2014-07-11 13:49:27 +00:00
Hadi Nategh
89d95e367f Fix Gloabl categories owner_popup actions 2014-07-11 12:58:09 +00:00
Hadi Nategh
9ae80ec4c1 Use getAttribute to get the data-group value to use it for toolbar sorting.\n\r -Fix group is undefined error opening mail in IE10 2014-07-11 12:57:47 +00:00
Hadi Nategh
1ceaef9b0b Changing group in admin needs to refresh nm group filter too 2014-07-11 12:49:57 +00:00
Klaus Leithoff
772ebe6a41 improve (failsafe for non matching vartype personal (array instead of expected string)) imap_rfc822_write_address own fallback function 2014-07-11 11:34:11 +00:00
Klaus Leithoff
bfcc488233 improve (failsafe for non matching vartype personal (array instead of expected string)) imap_rfc822_write_address own fallback function 2014-07-11 11:33:17 +00:00