[commits] Horde branch master updated. 01589b96dce5cd44f32b1d6c61205603986234bf

Michael M Slusarz slusarz at horde.org
Fri Oct 1 22:46:47 UTC 2010


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

from: 58f5bba7da3193496929ed1709e695a9962c0ced

ce50d85 Move PHP logic out of DIMP templates.
fc901e9 Improve spam message when there is no subject
622c865 Move IMP_Compose session saving code to the injector
029017a Don't use reset() - it alters the original array.
bde8695 Fix variable name.
7fc86fd IMP_Compose implements Countable (returns number of attachments)
dad574d IMP_Compose implements ArrayAccess and Iterator
7f3c48c Add logout application method - used for logout tasks
084ea89 GC dangling compose data on logout in IMP
01589b9 Abstract stationery code out into IMP_Compose_Stationery

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

commit ce50d85f06abba483246630ba364630c3bb19385
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 02:04:30 2010 -0600

    Move PHP logic out of DIMP templates.

 imp/compose-dimp.php                         |    2 +-
 imp/config/hooks.php.dist                    |    2 +-
 imp/js/compose-dimp.js                       |   10 +-
 imp/lib/Views/Compose.php                    |  100 ++++++++++---
 imp/message-dimp.php                         |   79 ++++++++++-
 imp/templates/dimp/chunks/compose.php        |  184 ----------------------
 imp/templates/dimp/chunks/message.php        |  151 -------------------
 imp/templates/dimp/compose/compose-base.html |    9 +
 imp/templates/dimp/compose/compose.html      |  209 +++++++++++++++++++++++++-
 imp/templates/dimp/message/message.html      |  156 +++++++++++++++++++
 imp/themes/dimp/screen.css                   |    8 +
 11 files changed, 539 insertions(+), 371 deletions(-)
 delete mode 100644 imp/templates/dimp/chunks/compose.php
 delete mode 100644 imp/templates/dimp/chunks/message.php
 create mode 100644 imp/templates/dimp/compose/compose-base.html
 create mode 100644 imp/templates/dimp/message/message.html

http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=687c73d6c0078fe9f2181a5b9f2e86e69ed68d43&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=1d4ab4eae68e0b38ed57f251079ab5341547e2b4&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/templates/dimp/chunks/compose.php?rt=horde-git&r1=2d5a3a4fdbf38b70e2d4f3a86ffd7059ee8ae30e&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/templates/dimp/chunks/message.php?rt=horde-git&r1=aa13f34bdde9e00ca3f9085dd30d49539f0c2e39&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/co.php/imp/templates/dimp/compose/compose-base.html?rt=horde-git&r=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/templates/dimp/compose/compose.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/co.php/imp/templates/dimp/message/message.html?rt=horde-git&r=ce50d85f06abba483246630ba364630c3bb19385
http://git.horde.org/diff.php/imp/themes/dimp/screen.css?rt=horde-git&r1=ba07223fe4914281def4deba824852ec8991086f&r2=ce50d85f06abba483246630ba364630c3bb19385

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

commit fc901e96b54bc732674c9712e6f5f5c04ca83d1c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 10:07:48 2010 -0600

    Improve spam message when there is no subject

 imp/lib/Spam.php |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Spam.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=fc901e96b54bc732674c9712e6f5f5c04ca83d1c

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

commit 622c865df18eb68e0d32cc403144645a4421ecd2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:02:34 2010 -0600

    Move IMP_Compose session saving code to the injector

 imp/lib/Compose.php                  |   59 +++++++++++-----------------------
 imp/lib/Injector/Factory/Compose.php |   23 +++++++++++++
 2 files changed, 42 insertions(+), 40 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=58f5bba7da3193496929ed1709e695a9962c0ced&r2=622c865df18eb68e0d32cc403144645a4421ecd2
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Compose.php?rt=horde-git&r1=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05&r2=622c865df18eb68e0d32cc403144645a4421ecd2

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

commit 029017abac4a04cf9a04adfc8c1ab9ae88a46eba
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:08:06 2010 -0600

    Don't use reset() - it alters the original array.

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

http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=029017abac4a04cf9a04adfc8c1ab9ae88a46eba

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

commit bde869585d03b26a41016f1edb934dc3d590f8bf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:09:59 2010 -0600

    Fix variable name.

 imp/lib/Mailbox/List.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mailbox/List.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=bde869585d03b26a41016f1edb934dc3d590f8bf

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

commit 7fc86fd4b01e44a934ac5afd01c04555a76a680f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:13:19 2010 -0600

    IMP_Compose implements Countable (returns number of attachments)

 imp/compose.php           |    6 +++---
 imp/lib/Compose.php       |   29 +++++++++++++++--------------
 imp/lib/Dimp.php          |    2 +-
 imp/lib/Views/Compose.php |    3 +--
 4 files changed, 20 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=e0da9f53f2af6c5b6c30ffca75b4b9939655d138&r2=7fc86fd4b01e44a934ac5afd01c04555a76a680f
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=622c865df18eb68e0d32cc403144645a4421ecd2&r2=7fc86fd4b01e44a934ac5afd01c04555a76a680f
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=e6a5a80835ffcf5a625383ad0d68754676c42b71&r2=7fc86fd4b01e44a934ac5afd01c04555a76a680f
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=ce50d85f06abba483246630ba364630c3bb19385&r2=7fc86fd4b01e44a934ac5afd01c04555a76a680f

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

commit dad574d62d7e3285bd980fb913bcd208ce22a90f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:38:54 2010 -0600

    IMP_Compose implements ArrayAccess and Iterator

 imp/compose-mimp.php         |    2 +-
 imp/compose.php              |   18 ++---
 imp/lib/Ajax/Application.php |    5 +-
 imp/lib/Compose.php          |  179 +++++++++++++++++++++---------------------
 imp/lib/Dimp.php             |    2 +-
 imp/lib/Views/Compose.php    |    2 +-
 6 files changed, 104 insertions(+), 104 deletions(-)

http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-git&r1=89e97a82e73bb02772e04d76c48ed56eb013e140&r2=dad574d62d7e3285bd980fb913bcd208ce22a90f
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=7fc86fd4b01e44a934ac5afd01c04555a76a680f&r2=dad574d62d7e3285bd980fb913bcd208ce22a90f
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=778b16a9166138bb203a9d9be3f5bd74dd6068e5&r2=dad574d62d7e3285bd980fb913bcd208ce22a90f
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=7fc86fd4b01e44a934ac5afd01c04555a76a680f&r2=dad574d62d7e3285bd980fb913bcd208ce22a90f
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=7fc86fd4b01e44a934ac5afd01c04555a76a680f&r2=dad574d62d7e3285bd980fb913bcd208ce22a90f
http://git.horde.org/diff.php/imp/lib/Views/Compose.php?rt=horde-git&r1=7fc86fd4b01e44a934ac5afd01c04555a76a680f&r2=dad574d62d7e3285bd980fb913bcd208ce22a90f

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

commit 7f3c48cf02e1596535aa02f377455780e4fde0e3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:44:55 2010 -0600

    Add logout application method - used for logout tasks

 framework/Core/lib/Horde/Registry.php             |    9 +++++++++
 framework/Core/lib/Horde/Registry/Application.php |    5 +++++
 2 files changed, 14 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=fc2d8ef0b26a4eef81bee2bbb406fd179496fc54&r2=7f3c48cf02e1596535aa02f377455780e4fde0e3
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry/Application.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=7f3c48cf02e1596535aa02f377455780e4fde0e3

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

commit 084ea89feb94f9aece305ae7f69f9ca61825b15a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 11:58:14 2010 -0600

    GC dangling compose data on logout in IMP

 imp/lib/Application.php              |   13 +++++++++++++
 imp/lib/Injector/Factory/Compose.php |    3 +++
 2 files changed, 16 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=92dd1eb28d591865518ac5e9a8016029f1487d94&r2=084ea89feb94f9aece305ae7f69f9ca61825b15a
http://git.horde.org/diff.php/imp/lib/Injector/Factory/Compose.php?rt=horde-git&r1=622c865df18eb68e0d32cc403144645a4421ecd2&r2=084ea89feb94f9aece305ae7f69f9ca61825b15a

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

commit 01589b96dce5cd44f32b1d6c61205603986234bf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 1 15:11:12 2010 -0600

    Abstract stationery code out into IMP_Compose_Stationery

 imp/compose.php                     |   62 ++++----------
 imp/lib/Compose/Stationery.php      |  159 +++++++++++++++++++++++++++++++++++
 imp/lib/Prefs/Ui.php                |  104 +++++++++++++----------
 imp/templates/prefs/stationery.html |    5 +-
 4 files changed, 235 insertions(+), 95 deletions(-)
 create mode 100644 imp/lib/Compose/Stationery.php

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=dad574d62d7e3285bd980fb913bcd208ce22a90f&r2=01589b96dce5cd44f32b1d6c61205603986234bf
http://git.horde.org/co.php/imp/lib/Compose/Stationery.php?rt=horde-git&r=01589b96dce5cd44f32b1d6c61205603986234bf
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=dd7ad25824b6726b89a93d8c08ec1229057aaddf&r2=01589b96dce5cd44f32b1d6c61205603986234bf
http://git.horde.org/diff.php/imp/templates/prefs/stationery.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=01589b96dce5cd44f32b1d6c61205603986234bf




More information about the commits mailing list