Summary | Deactivating script has no effect |
Queue | Ingo |
Queue Version | 3.2.0RC1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | kd (at) tu-cottbus (dot) de |
Created | 06/27/2014 (4039 days ago) |
Due | |
Updated | 07/01/2014 (4035 days ago) |
Assigned | |
Resolved | 06/30/2014 (4036 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit a81a75558d4029311f1660a8624458c8897157c8
Author: Jan Schneider <jan@horde.org>
Date: Tue Jul 1 10:59:45 2014 +0200
Need to set script inactive before removing it (
Bug #13297).ingo/lib/Transport/Timsieved.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/a81a75558d4029311f1660a8624458c8897157c8
commit cd345dfed6e3ba64fd2cfa25672d7c10161f79bf
Author: Jan Schneider <jan@horde.org>
Date: Tue Jul 1 10:44:37 2014 +0200
This is how we signal transport drivers scripts to deactivate
(
Bug #13297).ingo/lib/Script/Util.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/cd345dfed6e3ba64fd2cfa25672d7c10161f79bf
commit afce2fb0d5b3b3cf7a0a5b5537e8b6e0a53e96a8
Author: Jan Schneider <jan@horde.org>
Date: Tue Jul 1 10:59:45 2014 +0200
Need to set script inactive before removing it (
Bug #13297).ingo/lib/Transport/Timsieved.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/afce2fb0d5b3b3cf7a0a5b5537e8b6e0a53e96a8
commit 2681e2566603126c8aafc9c78d19faace1f7e40c
Author: Jan Schneider <jan@horde.org>
Date: Tue Jul 1 10:44:37 2014 +0200
This is how we signal transport drivers scripts to deactivate
(
Bug #13297).ingo/lib/Script/Util.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2681e2566603126c8aafc9c78d19faace1f7e40c
deactivated (at least, if transport is 'timsieved'). The activate
method in Script/Util.php does not use the $deactivate parameter,
probably something like
if ($deactivate) { $script['script'] = ''; }
must be added.
State ⇒ Resolved
commit 394efc92faa3e119918cba09d7f9d8861b0e1ef6
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jun 30 13:55:38 2014 -0600
[mms] Fix regression in deactivating scripts (
Bug #13297).ingo/docs/CHANGES | 6 ++++++
ingo/lib/Basic/Script.php | 11 ++---------
ingo/package.xml | 16 +---------------
3 files changed, 9 insertions(+), 24 deletions(-)
http://github.com/horde/horde/commit/394efc92faa3e119918cba09d7f9d8861b0e1ef6
commit 555edd707b71d215f513566e4afd8662b1a65152
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jun 30 13:55:38 2014 -0600
[mms] Fix regression in deactivating scripts (
Bug #13297).ingo/docs/CHANGES | 1 +
ingo/lib/Basic/Script.php | 11 ++---------
ingo/package.xml | 4 ++--
3 files changed, 5 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/555edd707b71d215f513566e4afd8662b1a65152
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Deactivating script has no effect
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
In the horde logs: HORDE [ingo] PHP ERROR: Invalid argument supplied
for foreach() [pid 1381 on line 38 of
"/var/www/html/webmail/ingo/lib/Script/Util.php"]