[commits] Horde branch master updated. d865c564beb6e98532880aa51a04a79f3311cd1e

Michael M Slusarz slusarz at horde.org
Wed Sep 12 22:14:59 UTC 2012


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

from: ca12daebe640b63091ed1bcd6b030166de428839

917cd80 No longer needed for PHP 5.3+
fc2e555 Added Horde_Stream package
ace4f28 Use Horde_Stream in Horde_Imap_Client.
43b1bb1 Remove giant unnecessary padding
9abb673 Subject display is duplicative
2c13e51 This completely breaks determination of buttonbar dropdown height
e751c33 Bug #11415: Fix threading in traditional view
3912da2 Some more [d]imp -> new view name conversions
ebaa007 Fix icon positioning of spellcheck language dropdown in basic view
d865c56 [mms] SECURITY: Fix XSS vulnerabilities in the portal blocks.

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

commit 917cd801132a9c4d9f1f76ca4c46b1d945bf6105
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 11 00:46:55 2012 -0600

    No longer needed for PHP 5.3+

 horde/docs/CODING_STANDARDS |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/917cd801132a9c4d9f1f76ca4c46b1d945bf6105

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

commit fc2e55551d46ebf0802bb427fd1aa33189603fb8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 11 01:32:59 2012 -0600

    Added Horde_Stream package
    
    A container for a stream resource to assist in creation and provide
    utility methods useful to access the stream contents.

 framework/Stream/doc/Horde/Stream/COPYING       |  458 +++++++++++++++++++++++
 framework/Stream/lib/Horde/Stream.php           |  181 +++++++++
 framework/Stream/lib/Horde/Stream/Exception.php |   17 +
 framework/Stream/lib/Horde/Stream/Temp.php      |   38 ++
 framework/Stream/package.xml                    |   99 +++++
 framework/Stream/test/Horde/Stream/AllTests.php |   34 ++
 framework/Stream/test/Horde/Stream/TempTest.php |  198 ++++++++++
 7 files changed, 1025 insertions(+), 0 deletions(-)
 create mode 100644 framework/Stream/doc/Horde/Stream/COPYING
 create mode 100644 framework/Stream/lib/Horde/Stream.php
 create mode 100644 framework/Stream/lib/Horde/Stream/Exception.php
 create mode 100644 framework/Stream/lib/Horde/Stream/Temp.php
 create mode 100644 framework/Stream/package.xml
 create mode 100644 framework/Stream/test/Horde/Stream/AllTests.php
 create mode 100644 framework/Stream/test/Horde/Stream/TempTest.php

http://git.horde.org/horde-git/-/commit/fc2e55551d46ebf0802bb427fd1aa33189603fb8

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

commit ace4f2889d962de15b26bc862a2cc2df40255d41
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 11 01:54:05 2012 -0600

    Use Horde_Stream in Horde_Imap_Client.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |  114 +++++++---------
 framework/Imap_Client/package.xml                      |    7 +
 2 files changed, 58 insertions(+), 63 deletions(-)

http://git.horde.org/horde-git/-/commit/ace4f2889d962de15b26bc862a2cc2df40255d41

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

commit 43b1bb10c00f767ba46d900aadd0f21de535e676
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 13:26:31 2012 -0600

    Remove giant unnecessary padding

 imp/templates/imp/message/message.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/43b1bb10c00f767ba46d900aadd0f21de535e676

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

commit 9abb6739910202174bc45b649aae9fbf81faeb93
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 13:28:37 2012 -0600

    Subject display is duplicative

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

http://git.horde.org/horde-git/-/commit/9abb6739910202174bc45b649aae9fbf81faeb93

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

commit 2c13e512c5231098c1b2154ed8bfe0575951523b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 13:35:56 2012 -0600

    This completely breaks determination of buttonbar dropdown height

 horde/themes/default/screen.css |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2c13e512c5231098c1b2154ed8bfe0575951523b

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

commit e751c33f2e1ff8982b854a6a2449106017d48fc1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 13:53:20 2012 -0600

    Bug #11415: Fix threading in traditional view

 imp/lib/Mailbox/List.php |   26 +++++++++++++-------------
 imp/mailbox.php          |    2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/e751c33f2e1ff8982b854a6a2449106017d48fc1

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

commit 3912da2b0fc2a03c60e0605969efca98d46cd6ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 14:03:00 2012 -0600

    Some more [d]imp -> new view name conversions

 imp/compose.php                                  |    6 +-
 imp/config/hooks.php.dist                        |   18 +-
 imp/contacts.php                                 |    3 +-
 imp/folders.php                                  |   14 +-
 imp/lib/Tree/Flist.php                           |    2 +-
 imp/lib/Ui/Compose.php                           |    2 +-
 imp/lib/Ui/Search.php                            |    2 +-
 imp/lib/View/Subinfo.php                         |    4 +-
 imp/mailbox.php                                  |   24 +-
 imp/message.php                                  |   12 +-
 imp/package.xml                                  |  156 +++++-----
 imp/search-basic.php                             |    2 +-
 imp/search.php                                   |    3 +-
 imp/templates/basic/compose/compose.html         |  335 ++++++++++++++++++++++
 imp/templates/basic/compose/redirect.html        |   51 ++++
 imp/templates/basic/compose/success.html         |    4 +
 imp/templates/basic/flist/flist.html             |   62 ++++
 imp/templates/basic/folders/actions.html         |   60 ++++
 imp/templates/basic/folders/folders_confirm.html |   27 ++
 imp/templates/basic/folders/folders_size.html    |   32 ++
 imp/templates/basic/folders/head.html            |    7 +
 imp/templates/basic/folders/import.html          |   19 ++
 imp/templates/basic/mailbox/actions.html         |   37 +++
 imp/templates/basic/mailbox/actions_deleted.html |    8 +
 imp/templates/basic/mailbox/empty_mailbox.html   |    9 +
 imp/templates/basic/mailbox/form_start.html      |   10 +
 imp/templates/basic/mailbox/header.html          |   26 ++
 imp/templates/basic/mailbox/mailbox.html         |   23 ++
 imp/templates/basic/mailbox/message_headers.html |   18 ++
 imp/templates/basic/mailbox/navbar.html          |  113 ++++++++
 imp/templates/basic/mailbox/searchmbox.html      |    3 +
 imp/templates/basic/message/message.html         |   19 ++
 imp/templates/basic/message/navbar_actions.html  |   81 ++++++
 imp/templates/basic/message/navbar_navigate.html |   47 +++
 imp/templates/basic/message/navbar_top.html      |   11 +
 imp/templates/basic/search/search-basic.html     |   50 ++++
 imp/templates/basic/subinfo.html.php             |   10 +
 imp/templates/basic/thread/thread.html           |   28 ++
 imp/templates/contacts/contacts.html             |   73 +++++
 imp/templates/imp/compose/compose.html           |  335 ----------------------
 imp/templates/imp/compose/redirect.html          |   51 ----
 imp/templates/imp/compose/success.html           |    4 -
 imp/templates/imp/contacts/contacts.html         |   73 -----
 imp/templates/imp/flist/flist.html               |   62 ----
 imp/templates/imp/folders/actions.html           |   60 ----
 imp/templates/imp/folders/folders_confirm.html   |   27 --
 imp/templates/imp/folders/folders_size.html      |   32 --
 imp/templates/imp/folders/head.html              |    7 -
 imp/templates/imp/folders/import.html            |   19 --
 imp/templates/imp/mailbox/actions.html           |   37 ---
 imp/templates/imp/mailbox/actions_deleted.html   |    8 -
 imp/templates/imp/mailbox/empty_mailbox.html     |    9 -
 imp/templates/imp/mailbox/form_start.html        |   10 -
 imp/templates/imp/mailbox/header.html            |   26 --
 imp/templates/imp/mailbox/mailbox.html           |   23 --
 imp/templates/imp/mailbox/message_headers.html   |   18 --
 imp/templates/imp/mailbox/navbar.html            |  113 --------
 imp/templates/imp/mailbox/searchmbox.html        |    3 -
 imp/templates/imp/message/message.html           |   19 --
 imp/templates/imp/message/navbar_actions.html    |   81 ------
 imp/templates/imp/message/navbar_navigate.html   |   47 ---
 imp/templates/imp/message/navbar_top.html        |   11 -
 imp/templates/imp/search/search-all.html         |    3 -
 imp/templates/imp/search/search-basic.html       |   50 ----
 imp/templates/imp/search/search.html             |  125 --------
 imp/templates/imp/subinfo.html.php               |   10 -
 imp/templates/imp/thread/thread.html             |   28 --
 imp/templates/search/search-all.html             |    3 +
 imp/templates/search/search.html                 |  125 ++++++++
 imp/thread.php                                   |    2 +-
 70 files changed, 1417 insertions(+), 1415 deletions(-)
 create mode 100644 imp/templates/basic/compose/compose.html
 create mode 100644 imp/templates/basic/compose/redirect.html
 create mode 100644 imp/templates/basic/compose/success.html
 create mode 100644 imp/templates/basic/flist/flist.html
 create mode 100644 imp/templates/basic/folders/actions.html
 create mode 100644 imp/templates/basic/folders/folders_confirm.html
 create mode 100644 imp/templates/basic/folders/folders_size.html
 create mode 100644 imp/templates/basic/folders/head.html
 create mode 100644 imp/templates/basic/folders/import.html
 create mode 100644 imp/templates/basic/mailbox/actions.html
 create mode 100644 imp/templates/basic/mailbox/actions_deleted.html
 create mode 100644 imp/templates/basic/mailbox/empty_mailbox.html
 create mode 100644 imp/templates/basic/mailbox/form_start.html
 create mode 100644 imp/templates/basic/mailbox/header.html
 create mode 100644 imp/templates/basic/mailbox/mailbox.html
 create mode 100644 imp/templates/basic/mailbox/message_headers.html
 create mode 100644 imp/templates/basic/mailbox/navbar.html
 create mode 100644 imp/templates/basic/mailbox/searchmbox.html
 create mode 100644 imp/templates/basic/message/message.html
 create mode 100644 imp/templates/basic/message/navbar_actions.html
 create mode 100644 imp/templates/basic/message/navbar_navigate.html
 create mode 100644 imp/templates/basic/message/navbar_top.html
 create mode 100644 imp/templates/basic/search/search-basic.html
 create mode 100644 imp/templates/basic/subinfo.html.php
 create mode 100644 imp/templates/basic/thread/thread.html
 create mode 100644 imp/templates/contacts/contacts.html
 delete mode 100644 imp/templates/imp/compose/compose.html
 delete mode 100644 imp/templates/imp/compose/redirect.html
 delete mode 100644 imp/templates/imp/compose/success.html
 delete mode 100644 imp/templates/imp/contacts/contacts.html
 delete mode 100644 imp/templates/imp/flist/flist.html
 delete mode 100644 imp/templates/imp/folders/actions.html
 delete mode 100644 imp/templates/imp/folders/folders_confirm.html
 delete mode 100644 imp/templates/imp/folders/folders_size.html
 delete mode 100644 imp/templates/imp/folders/head.html
 delete mode 100644 imp/templates/imp/folders/import.html
 delete mode 100644 imp/templates/imp/mailbox/actions.html
 delete mode 100644 imp/templates/imp/mailbox/actions_deleted.html
 delete mode 100644 imp/templates/imp/mailbox/empty_mailbox.html
 delete mode 100644 imp/templates/imp/mailbox/form_start.html
 delete mode 100644 imp/templates/imp/mailbox/header.html
 delete mode 100644 imp/templates/imp/mailbox/mailbox.html
 delete mode 100644 imp/templates/imp/mailbox/message_headers.html
 delete mode 100644 imp/templates/imp/mailbox/navbar.html
 delete mode 100644 imp/templates/imp/mailbox/searchmbox.html
 delete mode 100644 imp/templates/imp/message/message.html
 delete mode 100644 imp/templates/imp/message/navbar_actions.html
 delete mode 100644 imp/templates/imp/message/navbar_navigate.html
 delete mode 100644 imp/templates/imp/message/navbar_top.html
 delete mode 100644 imp/templates/imp/search/search-all.html
 delete mode 100644 imp/templates/imp/search/search-basic.html
 delete mode 100644 imp/templates/imp/search/search.html
 delete mode 100644 imp/templates/imp/subinfo.html.php
 delete mode 100644 imp/templates/imp/thread/thread.html
 create mode 100644 imp/templates/search/search-all.html
 create mode 100644 imp/templates/search/search.html

http://git.horde.org/horde-git/-/commit/3912da2b0fc2a03c60e0605969efca98d46cd6ff

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

commit ebaa0077c667a8be8356ebb3351ee18e1f78f9a0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 14:10:27 2012 -0600

    Fix icon positioning of spellcheck language dropdown in basic view

 imp/themes/default/basic/screen.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/ebaa0077c667a8be8356ebb3351ee18e1f78f9a0

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

commit d865c564beb6e98532880aa51a04a79f3311cd1e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Sep 12 15:49:20 2012 -0600

    [mms] SECURITY: Fix XSS vulnerabilities in the portal blocks.
    
    Conflicts:
    	kronolith/docs/CHANGES
    	kronolith/package.xml

 kronolith/docs/CHANGES                |    4 +++-
 kronolith/lib/Block/Month.php         |    3 ++-
 kronolith/lib/Block/Monthlist.php     |    4 ++--
 kronolith/lib/Block/Prevmonthlist.php |    4 ++--
 kronolith/package.xml                 |    4 +++-
 5 files changed, 12 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/d865c564beb6e98532880aa51a04a79f3311cd1e




More information about the commits mailing list