Summary | Upgrade tasks are run for hook results |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 11/29/2012 (4601 days ago) |
Due | |
Updated | 11/30/2012 (4600 days ago) |
Assigned | 11/30/2012 (4600 days ago) |
Resolved | 11/30/2012 (4600 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 8e6cc32b43d7e00725dbb3e2074f7f38e41fa31a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Nov 30 13:02:03 2012 -0700
Bug #11783: Don't re-convert mailboxes already converted to UTF-8imp/lib/LoginTasks/SystemTask/Upgrade.php | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/8e6cc32b43d7e00725dbb3e2074f7f38e41fa31a
like they would when hardcoded in prefs.php, the conversion from
utf7-imap to utf-8 breaks them.
State ⇒ Feedback
Taken from Michael Slusarz
multiple times.
Are you talking about addressbook prefs? Maybe those need to be
fixed. But every other IMP pref looks good to me.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Upgrade tasks are run for hook results
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
the preference backend, but a preference hook is set. This happens
because isDefault() returns false if a preference hook has been run.
This mangles any hook results of course.