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 |
|
Hadi Nategh
|
a0bf45da93
|
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 10:38:36 +00:00 |
|
Hadi Nategh
|
49789bcf09
|
Fix Gloabl categories owner_popup actions
|
2014-07-11 09:47:43 +00:00 |
|
Hadi Nategh
|
2871228a0d
|
Changing group in admin needs to refresh nm group filter too
|
2014-07-10 16:00:52 +00:00 |
|
Hadi Nategh
|
c381aef5e4
|
Refresh admin nm after group edit/delete
|
2014-07-10 10:30:37 +00:00 |
|
Ralf Becker
|
673ff54ebb
|
Brazilian translations from Guilherme Rocha guilherme-at-gf7.com.br
|
2014-07-09 19:41:32 +00:00 |
|
Ralf Becker
|
dbc6dbd7e1
|
Brazilian translations from Guilherme Rocha guilherme-at-gf7.com.br
|
2014-07-09 19:40:43 +00:00 |
|
Ralf Becker
|
209baa2165
|
Changelog for 14.1.20140710
|
2014-07-09 18:50:50 +00:00 |
|
Ralf Becker
|
94f904544b
|
Creating branches/14.1
|
2014-07-09 17:51:10 +00:00 |
|
Hadi Nategh
|
a1b31addf1
|
Lock the mail folder tree for long time response operations (e.g. empty trash, or delete all)
|
2014-07-09 15:21:42 +00:00 |
|