[commits] Horde branch master updated. 69049e265915aa1f6a005b6631cc1bae051989ae

Michael M Slusarz slusarz at horde.org
Thu Mar 11 06:17:27 UTC 2010


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

from: 4ea34219e54b6211a543dc1e4444d6b8c59ffbda

7b9a0db Convert Horde_Scheduler to H4.
e95a429 Simplify
2588527 Fix isDraft() usage
6efa83c Fix superfluous ws for some headers.
3ebb5b5 Fix IMP message redirection
80e410b update changelog from cvs
69049e2 Merge from CVS HEAD: Don't do subjectline check until spellcheck-on-send is done

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

commit 7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 9 14:58:48 2010 -0700

    Convert Horde_Scheduler to H4.

 framework/Scheduler/lib/Horde/Scheduler.php                 |   78 +-
 framework/Scheduler/lib/Horde/Scheduler/Cron.php            |  126 ++++
 framework/Scheduler/lib/Horde/Scheduler/Cron/Date.php       |  307 ++++++++
 framework/Scheduler/lib/Horde/Scheduler/cron.php            |  417 -----------
 framework/Scheduler/package.xml                             |   42 +-
 framework/Scheduler/scripts/Horde/Scheduler/horde-crond.php |   16 +-
 whups/lib/Scheduler/Whups.php                               |   37 +
 whups/lib/Scheduler/whups.php                               |   45 --
 whups/scripts/reminders.php                                 |    3 +-
 9 files changed, 543 insertions(+), 528 deletions(-)
 create mode 100644 framework/Scheduler/lib/Horde/Scheduler/Cron.php
 create mode 100644 framework/Scheduler/lib/Horde/Scheduler/Cron/Date.php
 delete mode 100644 framework/Scheduler/lib/Horde/Scheduler/cron.php
 create mode 100644 whups/lib/Scheduler/Whups.php
 delete mode 100644 whups/lib/Scheduler/whups.php

http://git.horde.org/diff.php/framework/Scheduler/lib/Horde/Scheduler.php?rt=horde-git&r1=e9bd13ca26c027fe3ee2eca3566b3c9c82fd8756&r2=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/co.php/framework/Scheduler/lib/Horde/Scheduler/Cron.php?rt=horde-git&r=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/co.php/framework/Scheduler/lib/Horde/Scheduler/Cron/Date.php?rt=horde-git&r=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/diff.php/framework/Scheduler/lib/Horde/Scheduler/cron.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/diff.php/framework/Scheduler/package.xml?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/diff.php/framework/Scheduler/scripts/Horde/Scheduler/horde-crond.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/co.php/whups/lib/Scheduler/Whups.php?rt=horde-git&r=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/diff.php/whups/lib/Scheduler/whups.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5
http://git.horde.org/diff.php/whups/scripts/reminders.php?rt=horde-git&r1=6118ce66d1cf1881d8bd8b0fc17fd929e1f55d53&r2=7b9a0db983c27cb2d55520162a1e4f5247c5e8a5

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

commit e95a4294b71d478549400c58bae486134325c664
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 10 03:04:14 2010 -0700

    Simplify

 imp/lib/Auth.php |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=c21e43baaef2fee2c48f449d45bedbbce6048fa1&r2=e95a4294b71d478549400c58bae486134325c664

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

commit 2588527163cd061eec681fc2eccc85399def349f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 10 22:14:52 2010 -0700

    Fix isDraft() usage

 imp/message.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=2588527163cd061eec681fc2eccc85399def349f

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

commit 6efa83c20858c506ddcf3cd605c43544ff425b7d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 10 22:28:52 2010 -0700

    Fix superfluous ws for some headers.

 framework/Mime/lib/Horde/Mime/Headers.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Headers.php?rt=horde-git&r1=98b0b90a39ae371b9b1811a5ff0409a0fc908c22&r2=6efa83c20858c506ddcf3cd605c43544ff425b7d

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

commit 3ebb5b544254ce1009074f0fa21f2c885a3e9ad3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 10 22:29:18 2010 -0700

    Fix IMP message redirection

 imp/lib/Ui/Compose.php              |    2 +-
 imp/templates/compose/redirect.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ui/Compose.php?rt=horde-git&r1=394db44eac3455025e4b6c95b5637a5cbf8eefb9&r2=3ebb5b544254ce1009074f0fa21f2c885a3e9ad3
http://git.horde.org/diff.php/imp/templates/compose/redirect.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=3ebb5b544254ce1009074f0fa21f2c885a3e9ad3

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

commit 80e410bd300fe1ba87f75c9b3b15d07a79c7db18
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 10 23:12:54 2010 -0700

    update changelog from cvs

 imp/docs/CHANGES |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=9d0a281b199a11fd8e0093f1757e82dc206b02f2&r2=80e410bd300fe1ba87f75c9b3b15d07a79c7db18

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

commit 69049e265915aa1f6a005b6631cc1bae051989ae
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 10 23:14:53 2010 -0700

    Merge from CVS HEAD: Don't do subjectline check until spellcheck-on-send is done

 imp/js/compose-dimp.js |   10 +++++-----
 imp/js/compose.js      |   10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=3ee55b19e4134c3253866ebb660a1150fd246c1b&r2=69049e265915aa1f6a005b6631cc1bae051989ae
http://git.horde.org/diff.php/imp/js/compose.js?rt=horde-git&r1=0618a51766a95138e898e1a9e6fc4935f8bfdfeb&r2=69049e265915aa1f6a005b6631cc1bae051989ae




More information about the commits mailing list