[commits] Horde-Hatchery branch master updated. 32b8d7d18cb8987b1235005df6567d4d37e87950

Michael M Slusarz slusarz at horde.org
Wed Jul 29 19:36:54 UTC 2009


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

from: 76df7175390bcb497009edf2ebf6e106c91618a4

de9dbe3... Move garbage collection tasks to a SystemTask.
2e5b6e7... ContextSensitive.js no longer needs to be added before DimpCore.js
e9dcd53... Re-use common header code in common-header.inc for DIMP
4595bd9... Use isEditableVFolder().
a23731e... Add IMAP alerts to ajax notify stack.
7acd3c7... Add upgrade system task
74d6a87... Remove IMP::prefsURL()
d36ea53... Upgrade.php
f651154... Some IMP.php tweaks
32b8d7d... Use Horde::escapeJson()

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

commit de9dbe36397c5a5c69706d2b052ea6e093b128f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:05:06 2009 -0600

    Move garbage collection tasks to a SystemTask.

 imp/ajax.php                                        |    2 +-
 imp/lib/Block/Foldersummary.php                     |    2 +-
 imp/lib/Block/summary.php                           |    2 +-
 imp/lib/Compose.php                                 |    1 -
 imp/lib/IMP.php                                     |    3 +-
 imp/lib/Imap/Tree.php                               |    4 +-
 imp/lib/LoginTasks/SystemTask/GarbageCollection.php |   58 +++++++++++++++++++
 imp/lib/Search.php                                  |    5 +-
 imp/lib/Sentmail.php                                |    9 +--
 9 files changed, 68 insertions(+), 18 deletions(-)
 create mode 100644 imp/lib/LoginTasks/SystemTask/GarbageCollection.php

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=4ae991868f79afa0940d7fdb2a5364dc9829735e&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-hatchery&r1=f59735ccc9143548aa54d36eead8db35360fb3de&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=db644ab53fe599f1fd4f6ea93abbf302e4feff68&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=b7e1a51f09ece98ba46c01925bab54f1511680fb&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/co.php/imp/lib/LoginTasks/SystemTask/GarbageCollection.php?rt=horde-hatchery&r=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=72654a9e31292a7255490835e1c3a61705b2551c&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5
http://git.horde.org/diff.php/imp/lib/Sentmail.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=de9dbe36397c5a5c69706d2b052ea6e093b128f5

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

commit 2e5b6e7e59bba25e096f00d814e476a76693bf49
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:21:06 2009 -0600

    ContextSensitive.js no longer needs to be added before DimpCore.js

 imp/js/src/DimpCore.js |    1 -
 imp/lib/DIMP.php       |   26 ++++++++------------------
 2 files changed, 8 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/imp/js/src/DimpCore.js?rt=horde-hatchery&r1=0fa706bef844336f48d1c6dc9418c88dafb85b34&r2=2e5b6e7e59bba25e096f00d814e476a76693bf49
http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=0fa706bef844336f48d1c6dc9418c88dafb85b34&r2=2e5b6e7e59bba25e096f00d814e476a76693bf49

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

commit e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:31:49 2009 -0600

    Re-use common header code in common-header.inc for DIMP

 imp/lib/DIMP.php                |   20 +++-----------------
 imp/templates/common-header.inc |   20 +++++++++++++++++---
 2 files changed, 20 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/lib/DIMP.php?rt=horde-hatchery&r1=2e5b6e7e59bba25e096f00d814e476a76693bf49&r2=e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f
http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=d70d593ec875477a70c1b7e544e77d298d99ff0d&r2=e9dcd531ad12852fe3d47fe116dfea2f0c6dbf7f

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

commit 4595bd9e1713855d619688a86938079c19b16377
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:43:17 2009 -0600

    Use isEditableVFolder().

 imp/lib/Search.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=4595bd9e1713855d619688a86938079c19b16377

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

commit a23731e4179495327b9ba8b34829678e036d30ca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:51:23 2009 -0600

    Add IMAP alerts to ajax notify stack.

 imp/ajax.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=a23731e4179495327b9ba8b34829678e036d30ca

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

commit 7acd3c79d290bfcbe93471b952d0009411277490
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:59:10 2009 -0600

    Add upgrade system task

 imp/lib/IMP.php                           |    6 ----
 imp/lib/LoginTasks/SystemTask/Upgrade.php |   37 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 imp/lib/LoginTasks/SystemTask/Upgrade.php

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=de9dbe36397c5a5c69706d2b052ea6e093b128f5&r2=7acd3c79d290bfcbe93471b952d0009411277490
http://git.horde.org/co.php/imp/lib/LoginTasks/SystemTask/Upgrade.php?rt=horde-hatchery&r=7acd3c79d290bfcbe93471b952d0009411277490

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

commit 74d6a87b472e4c92f451df68a7bb6640a60f7b6c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 12:59:41 2009 -0600

    Remove IMP::prefsURL()

 imp/acl.php            |    2 +-
 imp/fetchmailprefs.php |    2 +-
 imp/filterprefs.php    |    2 +-
 imp/lib/IMP.php        |   12 ------------
 imp/pgp.php            |    2 +-
 imp/smime.php          |    2 +-
 6 files changed, 5 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=7acd3c79d290bfcbe93471b952d0009411277490&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=488c875b979520b1c9b6bf46049a0ddbb8fd8158&r2=74d6a87b472e4c92f451df68a7bb6640a60f7b6c

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

commit d36ea5313e05fac619d165c6a9ad5fa95a7d0010
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 13:02:43 2009 -0600

    Upgrade.php

 imp/lib/LoginTasks/SystemTask/Upgrade.php |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/Upgrade.php?rt=horde-hatchery&r1=7acd3c79d290bfcbe93471b952d0009411277490&r2=d36ea5313e05fac619d165c6a9ad5fa95a7d0010

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

commit f651154974f6a36eee09cf775864c635b05b1a57
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 13:08:32 2009 -0600

    Some IMP.php tweaks

 imp/lib/IMP.php |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=74d6a87b472e4c92f451df68a7bb6640a60f7b6c&r2=f651154974f6a36eee09cf775864c635b05b1a57

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

commit 32b8d7d18cb8987b1235005df6567d4d37e87950
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 29 13:25:49 2009 -0600

    Use Horde::escapeJson()

 imp/lib/IMP.php |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=f651154974f6a36eee09cf775864c635b05b1a57&r2=32b8d7d18cb8987b1235005df6567d4d37e87950




More information about the commits mailing list