Commit Graph

24367 Commits

Author SHA1 Message Date
Nathan Gray
57e187cc2d Fix unable to set EACL 2014-07-22 14:07:46 +00:00
Hadi Nategh
a93ab11a60 Fix mail ACL popup dialog does not make delete button readonly for account owner 2014-07-22 13:56:36 +00:00
Ralf Becker
c8b64fa265 re-add "Deny access" to groups 2014-07-22 13:49:15 +00:00
Ralf Becker
cf519cb666 re-add "Deny access" to groups 2014-07-22 13:48:57 +00:00
Klaus Leithoff
a6fc5945f6 firefox does stumble on kama skin; use moonocolor instead 2014-07-22 13:02:10 +00:00
Klaus Leithoff
a63cfe5aa1 firefox does stumble on kama skin; use moonocolor instead 2014-07-22 13:01:55 +00:00
Ralf Becker
d9ae69e044 fixed async job was not removed, if facations was deactivated and only try to reschedule with increasing intervals for 2 days 2014-07-22 12:52:28 +00:00
Ralf Becker
c07599aa27 fixed async job was not removed, if facations was deactivated and only try to reschedule with increasing intervals for 2 days 2014-07-22 12:52:10 +00:00
Klaus Leithoff
a66066fbc5 allow to call getAllIdentities for other users; used for Admin Calling eSync Prefs on Mail for other users 2014-07-22 11:17:13 +00:00
Ralf Becker
a357da3ea2 allow all php serialized values, to fix integer timestamps in async table 2014-07-22 11:13:39 +00:00
Ralf Becker
be405e847c allow all php serialized values, to fix integer timestamps in async table 2014-07-22 11:11:28 +00:00
Ralf Becker
b7ba581ef4 fixed wired data-values created directly after migration to json, got semaphore working again and fixing all IDE warnings 2014-07-22 10:46:19 +00:00
Ralf Becker
9cfee0d9a4 fixed wired data-values created directly after migration to json, got semaphore working again and fixing all IDE warnings 2014-07-22 10:44:03 +00:00
Klaus Leithoff
cd702481af allow to call getAllIdentities for other users; used for Admin Calling eSync Prefs on Mail for other users 2014-07-22 10:07:30 +00:00
Klaus Leithoff
3057666b58 * API/CKEditor: introduce new skins/themes 2014-07-22 09:08:21 +00:00
Klaus Leithoff
5b09927c45 * API/CKEditor: update to version 4.4.3; add additional skins 2014-07-22 09:07:29 +00:00
Klaus Leithoff
55bfd25cd3 at least give a error message if horde currentMailbox fails; consider throwing exception 2014-07-22 08:46:31 +00:00
Hadi Nategh
ea6eb12cd4 Fix mail ACL popup dialog does not make delete button readonly for account owner 2014-07-22 08:05:42 +00:00
Ralf Becker
f1ad0dde53 display correct identity-name, if called from admin for a given user 2014-07-21 17:02:02 +00:00
Nathan Gray
6c89d3a1b7 Fix unable to set EACL 2014-07-21 16:47:29 +00:00
Nathan Gray
bd41288788 - Add special handling for ids like something[{$row}] to only send select options once
- Don't need to process or send options for account, it is done client side now.
2014-07-21 16:31:10 +00:00
Hadi Nategh
92a538a43c Try to catch PEAR_Exception over mail_ui and callWizard if there is an exception.Additionally, merges cleanup commit 47728 2014-07-21 15:56:34 +00:00
Nathan Gray
84a8a03c23 Remove auto-hide of columns, it doesn't work with being able to choose columns & infinite scrolling. 2014-07-21 15:31:27 +00:00
Ralf Becker
7cf1d222ae log not compiling PHP expressions as warning, as they are most likely caused by wired content, eg. filenames containing a $ 2014-07-21 15:27:33 +00:00
Ralf Becker
6a0c7e2c3d log not compiling PHP expressions as warning, as they are most likely caused by wired content, eg. filenames containing a $ 2014-07-21 15:27:15 +00:00
Hadi Nategh
ff1878f6cf Try to catch exceptions in sieve connection 2014-07-21 15:25:48 +00:00
Hadi Nategh
623a6ed5f7 Make sure et2 is availabe, because it could be not available over cases like when mail connection error. It Fixes error: "can not read getWidgetById of undefined" 2014-07-21 15:24:35 +00:00
Nathan Gray
25f4984ab4 Import/Export fixes from trunk 2014-07-21 15:21:08 +00:00
Ralf Becker
1b61cc04bb test sieve connection before saving mail account, if enabled and credentials available 2014-07-21 15:04:16 +00:00
Nathan Gray
59e76d78c5 Fix extra options not used in read only select-account 2014-07-21 14:51:47 +00:00
Ralf Becker
3cade237e2 * Admin/LDAP: deactivated accounts could not be reactivated, as account popup was not showing selected account 2014-07-21 14:37:35 +00:00
Ralf Becker
d6d6272299 * Admin/LDAP: deactivated accounts could not be reactivated, as account popup was not showing selected account 2014-07-21 14:37:15 +00:00
Ralf Becker
1f9dbdbce5 * eTemplate2: fixed popups eg. tracker open empty, not rendering popup content 2014-07-21 13:38:50 +00:00
Ralf Becker
f337b33502 * eTemplate2: fixed popups eg. tracker open empty, not rendering popup content 2014-07-21 13:38:23 +00:00
Ralf Becker
346215edc6 setting an (unlikely) custom delimiter, to allow to use "," in value, eg. folder-name, IF values are specified as array 2014-07-21 12:58:08 +00:00
Ralf Becker
3c6130f7e6 setting an (unlikely) custom delimiter, to allow to use "," in value, eg. folder-name, IF values are specified as array 2014-07-21 12:57:32 +00:00
Hadi Nategh
62498c91e7 Add translation for global categories delete confirmation dialog 2014-07-21 12:19:07 +00:00
Ralf Becker
0e21ee126b * Mail: fixed wrong folders displayed, if Cyrus administration was activated
$this->disconnect() does nothing anymore, need to use $this->adminConnection(false) instead!
also no need to switch to admin-connection in call to getUserData for current user
2014-07-21 10:22:18 +00:00
Hadi Nategh
d0cfbf45ea Fix calendar Action->Infolog opens not as popup 2014-07-21 10:19:45 +00:00
Hadi Nategh
1960c8c7f7 Fix calendar Action->Infolog opens not as popup 2014-07-21 09:38:35 +00:00
Ralf Becker
7cb86cfe23 quiten open_basedir warnings, when minify tries to access docroot 2014-07-21 08:22:31 +00:00
Ralf Becker
cdd295fd5c quiten open_basedir warnings, when minify tries to access docroot 2014-07-21 08:22:11 +00:00
Ralf Becker
59a327f5fb quiten open_basedir warnings, when minify tries to access docroot 2014-07-21 07:03:12 +00:00
Ralf Becker
9f07b91490 quiten open_basedir warnings, when minify tries to access docroot 2014-07-21 07:02:48 +00:00
Ralf Becker
9ca2f15c2b not all smtp plugins are autoloadable eg. postifxldap (qmailUser) 2014-07-20 16:23:58 +00:00
Hadi Nategh
95e1fb860a Make sure et2 is availabe, because it could be not available over cases like when mail connection error. It Fixes error: "can not read getWidgetById of undefined" 2014-07-18 17:22:28 +00:00
Hadi Nategh
3055fe6875 Try to catch PEAR_Exception over mail_ui and callWizard if there is an exception 2014-07-18 17:18:29 +00:00
Ralf Becker
61dab25375 make account_id available for preferences hook 2014-07-18 11:46:10 +00:00
Klaus Leithoff
391317c5c6 fix typo 2014-07-18 11:22:03 +00:00
Klaus Leithoff
91c1a310fe avoid warning on unexpected accounts->memberships result 2014-07-18 11:14:57 +00:00