[commits] Horde-Hatchery branch master updated. 567afd9432a3914ceec131f1a31c3b0e7c3809bf

Michael M Slusarz slusarz at horde.org
Mon Aug 3 17:57:04 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 5fe59a5c6c52daa6f2212836cd947a7044594a10

0fc6fff... Make sure this number is cast to an integer
3d37bed... Fix off-by-one error
a87417f... Fix conversion of sort pref
567afd9... Bug #8447: Undefined values in login tasks

-----------------------------------------------------------------------

commit 0fc6fff44aad69cc9bca5e4bc013f04eecb68d90
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 3 11:22:55 2009 -0600

    Make sure this number is cast to an integer

 imp/ajax.php                   |    2 +-
 imp/lib/Views/ListMessages.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=0a72f7ded73f0ced82671ad2116104c262bb10bd&r2=0fc6fff44aad69cc9bca5e4bc013f04eecb68d90
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=bb2b2d24899580e47d6fd79d4fbe17f18edbce44&r2=0fc6fff44aad69cc9bca5e4bc013f04eecb68d90

-----------------------------------------------------------------------

commit 3d37bed4590b12fad01e628031820f046ff9615d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 3 11:35:37 2009 -0600

    Fix off-by-one error

 imp/js/ViewPort.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=3d37bed4590b12fad01e628031820f046ff9615d

-----------------------------------------------------------------------

commit a87417f52abd83af53fe3c178c502193569ff9e4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 3 11:45:46 2009 -0600

    Fix conversion of sort pref

 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-hatchery&r1=a0bb328305c7ac19fb79b41ec832f8d9560e1fc3&r2=a87417f52abd83af53fe3c178c502193569ff9e4

-----------------------------------------------------------------------

commit 567afd9432a3914ceec131f1a31c3b0e7c3809bf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 3 11:55:49 2009 -0600

    Bug #8447: Undefined values in login tasks
    
    I think the issue is that these objects are being serialized between
    sessions - thus, when unserialized on the next page, initialize() may
    not have been called yet.  So we need to put the initialize() calls in
    each function that requires a full IMP environment.

 imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php |    4 ++--
 imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php    |    4 ++--
 imp/lib/LoginTasks/Task/PurgeSentmail.php            |    6 ++++--
 imp/lib/LoginTasks/Task/PurgeSpam.php                |    6 ++++--
 imp/lib/LoginTasks/Task/PurgeTrash.php               |    6 ++++--
 imp/lib/LoginTasks/Task/RenameSentmailMonthly.php    |    6 ++++--
 6 files changed, 20 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteAttachmentsMonthly.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=567afd9432a3914ceec131f1a31c3b0e7c3809bf
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php?rt=horde-hatchery&r1=c07dc3fd3f1ea04331e70e87009e185ffc895870&r2=567afd9432a3914ceec131f1a31c3b0e7c3809bf
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSentmail.php?rt=horde-hatchery&r1=c07dc3fd3f1ea04331e70e87009e185ffc895870&r2=567afd9432a3914ceec131f1a31c3b0e7c3809bf
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeSpam.php?rt=horde-hatchery&r1=c07dc3fd3f1ea04331e70e87009e185ffc895870&r2=567afd9432a3914ceec131f1a31c3b0e7c3809bf
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/PurgeTrash.php?rt=horde-hatchery&r1=c07dc3fd3f1ea04331e70e87009e185ffc895870&r2=567afd9432a3914ceec131f1a31c3b0e7c3809bf
http://git.horde.org/diff.php/imp/lib/LoginTasks/Task/RenameSentmailMonthly.php?rt=horde-hatchery&r1=c07dc3fd3f1ea04331e70e87009e185ffc895870&r2=567afd9432a3914ceec131f1a31c3b0e7c3809bf




More information about the commits mailing list