[commits] Horde branch imp_6_1 updated. 4386381381f77d461fd98948d0481489ffb63707

Michael M Slusarz slusarz at horde.org
Mon Dec 3 07:25:36 UTC 2012


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

from: 1744f4746a5288cadd15a968701be62c7c03daed

e4a7358 phpdoc
2491e4e Optimize tokenizer
e718aae phpdoc
cbb5440 Optimize tokenizer
75e610e Optimize poll list
28eb053 Optimize _convertName()
eafc218 Don't use Horde::label() on user names.
3363e78 [jan] Update XSLT processor for OpenDocument files.
acbb7c1 Update nl translation.
92d060f More poll list optimization
7c38874 Set a few styles dependent on RTL (Bug #11785).
1117746 [jan] Reset NLS information when changing languages.
290bab9 Add a note about pitfalls when providing the complete identities list via default or hook.
9dc2c5b [jan] Fix updating users in LDAP driver (Bug #11791).
11bdcd4 Inherit this from the Simplehtml class
84345bc Bug #11796: Remove link that doesn't do anything
8e6cc32 Bug #11783: Don't re-convert mailboxes already converted to UTF-8
0c820cf [mms] Fix Openssl driver for PHP 5.3.0-5.3.2 (Bug #11797).
8423486 Cleanups to compose session recovery methods
3396fff tweaks
5802d0c [mms] Fix saving compose message to draft mailbox when session expires (Bug #11795).
30316c8 We throw out all notifications when logging out, so this will never get displayed
8c57c86 Don't show sidebar.
73ec189 Style fixes.
0728397 No longer needed.
ad08146 Update icons.
8a9ddfe Prefix IDs, remove unused IDs.
afa790e Avoid undefined index.
820fa71 Remove outdated code.
81b0f17 [jan] Show loading layer when changing backends on login form.
b7fa198 Remove comment; This is no longer done here.
53b6c57 Bug: 11742 Message uids are integers for IMAP messages.
3a0c5f9 BFN
81126f0 phpdoc
c43d0eb Tweak log output.
eb6ae2e Catch exceptions from various mail api calls. Update phpdoc.
e2b060f Catch, and log, not being able to obtain the imap client.
21bb3d1 Log this error.
12b6811 Fix string length determination for several IMAP data types.
8daa00e [mms] Add Horde_Imap_Client_Data_Format_String#getStream().
dce2856 [mms] Fix sending literal mailbox data to an IMAP server (Bug #11800).
0acd9a8 [mms] Fix NOT criteria for custom header searches (Bug #11802).
9644b22 [mms] Correctly remember form state when refreshing basic view compose page (Bug #11794).
fa2c741 'message' isn't used
07a30eb Use 'body' parameter when creating new message
4386381 Merge branch 'master' into imp_6_1

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

commit e4a7358bded59e36e36a0758e2d5d45edb4a22a2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 00:32:24 2012 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 2491e4e4d3a5f1d9690cec7d7f6cfb3ed2346df0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 00:41:49 2012 -0700

    Optimize tokenizer

 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php |   16 +++++++++++--
 1 files changed, 13 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/2491e4e4d3a5f1d9690cec7d7f6cfb3ed2346df0

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

commit e718aaeb116abf843336d942c3ba626ea36a09bb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 00:32:24 2012 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit cbb5440f85c0cdc31c46440dfa465b7b80347414
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 00:41:49 2012 -0700

    Optimize tokenizer

 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php |   16 +++++++++++--
 1 files changed, 13 insertions(+), 3 deletions(-)

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

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

commit 75e610e30eeb7dceaacdf3a92156d25cae5032de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 01:23:45 2012 -0700

    Optimize poll list
    
    100% speed improvement when nav_poll_all is not active

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

http://git.horde.org/horde-git/-/commit/75e610e30eeb7dceaacdf3a92156d25cae5032de

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

commit 28eb0535826e164470e79046bef0aa18faf46a0d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 01:33:17 2012 -0700

    Optimize _convertName()

 imp/lib/Imap/Tree.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/28eb0535826e164470e79046bef0aa18faf46a0d

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

commit eafc2189cf921fe917d219dd096395c877bb6b72
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 10:54:04 2012 +0100

    Don't use Horde::label() on user names.

 horde/templates/admin/groups/edit.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 3363e7867528ee1c28a2cfd4b5c4bc113c8fbf3b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 12:17:45 2012 +0100

    [jan] Update XSLT processor for OpenDocument files.

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php               |   12 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl        | 1165 --
 .../lib/Horde/Mime/Viewer/Ooo/common/measure_conversion.xsl       |  488 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/body.xsl  |  422 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/ooo2ms_docpr.xsl      |  139 +
 .../Mime/Viewer/Ooo/export/common/styles/style_collector.xsl      |  828 ++
 .../Mime/Viewer/Ooo/export/common/styles/style_mapping_css.xsl    |  355 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table.xsl       |  164 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table_cells.xsl |  279 +
 .../Horde/Mime/Viewer/Ooo/export/common/table/table_columns.xsl   |  243 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table_rows.xsl  |  212 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table_of_content.xsl  |  588 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/body.xsl   | 2962 +++++
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/header.xsl |  485 +
 .../lib/Horde/Mime/Viewer/Ooo/export/xhtml/opendoc2xhtml.xsl      |  183 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/table.xsl  |  222 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl     | 1674 ---
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl     |  462 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl          |  404 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl  |  379 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl |  398 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl |  660 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl         |  328 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl   |  484 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl |  215 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl    |  177 -
 framework/Mime_Viewer/package.xml                                 |    4 +-
 27 files changed, 7577 insertions(+), 6355 deletions(-)
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common/measure_conversion.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/body.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/ooo2ms_docpr.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/styles/style_collector.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/styles/style_mapping_css.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/table/table.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/table/table_cells.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/table/table_columns.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/table/table_rows.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/table_of_content.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/body.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/header.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/opendoc2xhtml.xsl
 create mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/table.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl
 delete mode 100644 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl

http://git.horde.org/horde-git/-/commit/3363e7867528ee1c28a2cfd4b5c4bc113c8fbf3b

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

commit acbb7c17502798c03c541277a06b83c663d43762
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 15:13:56 2012 +0100

    Update nl translation.

 chora/locale/nl/LC_MESSAGES/chora.mo                             |  Bin 69883 -> 69930 bytes
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.mo               |  Bin 19396 -> 19335 bytes
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.po               |   14 +-
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.mo             |  Bin 7391 -> 7453 bytes
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.po             |    9 +-
 framework/Imap_Client/locale/nl/LC_MESSAGES/Horde_Imap_Client.mo |  Bin 7138 -> 6737 bytes
 framework/Imap_Client/locale/nl/LC_MESSAGES/Horde_Imap_Client.po |  135 +++---
 framework/Imap_Client/package.xml                                |    2 +
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.mo                 |  Bin 20747 -> 20747 bytes
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.po                 |    6 +-
 gollem/locale/nl/LC_MESSAGES/gollem.mo                           |  Bin 70659 -> 70710 bytes
 gollem/locale/nl/LC_MESSAGES/gollem.po                           |   10 +-
 horde/locale/nl/LC_MESSAGES/horde.mo                             |  Bin 62901 -> 62949 bytes
 horde/locale/nl/LC_MESSAGES/horde.po                             |   69 ++--
 imp/locale/nl/LC_MESSAGES/imp.mo                                 |  Bin 174210 -> 174206 bytes
 imp/locale/nl/LC_MESSAGES/imp.po                                 |   32 +-
 ingo/locale/nl/LC_MESSAGES/ingo.mo                               |  Bin 81722 -> 81832 bytes
 ingo/locale/nl/LC_MESSAGES/ingo.po                               |   14 +-
 jonah/locale/nl/LC_MESSAGES/jonah.mo                             |  Bin 79341 -> 79388 bytes
 kronolith/locale/nl/LC_MESSAGES/kronolith.mo                     |  Bin 121895 -> 122010 bytes
 kronolith/locale/nl/LC_MESSAGES/kronolith.po                     |   17 +-
 mnemo/locale/nl/LC_MESSAGES/mnemo.mo                             |  Bin 72480 -> 72531 bytes
 mnemo/locale/nl/LC_MESSAGES/mnemo.po                             |   13 +-
 nag/locale/nl/LC_MESSAGES/nag.mo                                 |  Bin 87366 -> 87327 bytes
 nag/locale/nl/LC_MESSAGES/nag.po                                 |   36 +-
 passwd/locale/nl/LC_MESSAGES/passwd.mo                           |  Bin 65266 -> 65314 bytes
 timeobjects/locale/nl/LC_MESSAGES/timeobjects.mo                 |  Bin 63442 -> 63490 bytes
 trean/locale/nl/LC_MESSAGES/trean.mo                             |  Bin 73927 -> 73974 bytes
 turba/locale/nl/LC_MESSAGES/turba.mo                             |  Bin 93700 -> 93748 bytes
 turba/locale/nl/LC_MESSAGES/turba.po                             |    8 +-
 whups/locale/nl/LC_MESSAGES/whups.mo                             |  Bin 95888 -> 95935 bytes
 31 files changed, 184 insertions(+), 181 deletions(-)

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

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

commit 92d060ff722dd1f217ee2cecafb3129a6a136c30
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 07:45:21 2012 -0700

    More poll list optimization
    
    Probably fixes Bug #11793

 imp/lib/Imap/Tree.php |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/92d060ff722dd1f217ee2cecafb3129a6a136c30

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

commit 7c38874fa4c93972035a7d07bdbf3f88312903c5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 16:28:57 2012 +0100

    Set a few styles dependent on RTL (Bug #11785).

 horde/lib/View/Sidebar.php               |    2 +
 horde/templates/sidebar/sidebar.html.php |    2 +-
 horde/themes/default/rtl.css             |  122 +++++++++++++-----------------
 horde/themes/default/screen.css          |    5 -
 kronolith/templates/dynamic/index.inc    |    2 +-
 5 files changed, 57 insertions(+), 76 deletions(-)

http://git.horde.org/horde-git/-/commit/7c38874fa4c93972035a7d07bdbf3f88312903c5

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

commit 11177465bb0640c3410b52ab9488d83fdd02ba76
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 16:29:44 2012 +0100

    [jan] Reset NLS information when changing languages.

 framework/Core/lib/Horde/Registry.php |    2 ++
 framework/Core/package.xml            |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/11177465bb0640c3410b52ab9488d83fdd02ba76

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

commit 290bab91297ab9d4ed712f2f97188acb396c168f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 18:48:17 2012 +0100

    Add a note about pitfalls when providing the complete identities list via default or hook.

 horde/config/prefs.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/290bab91297ab9d4ed712f2f97188acb396c168f

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

commit 9dc2c5b411e75d780e8b12d00526f163a5156adc
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 30 19:10:29 2012 +0100

    [jan] Fix updating users in LDAP driver (Bug #11791).

 framework/Auth/lib/Horde/Auth/Ldap.php |    4 ++--
 framework/Auth/package.xml             |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 11bdcd408b8e8ea7b65a5c1d66e865298761a06d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 11:27:27 2012 -0700

    Inherit this from the Simplehtml class

 framework/Core/lib/Horde/Core/Tree/Renderer/Html.php |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/11bdcd408b8e8ea7b65a5c1d66e865298761a06d

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

commit 84345bc74e6e5751da85de57549f2d690ec81bd0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 11:35:30 2012 -0700

    Bug #11796: Remove link that doesn't do anything

 horde/templates/tree/_row.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/84345bc74e6e5751da85de57549f2d690ec81bd0

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

commit 8e6cc32b43d7e00725dbb3e2074f7f38e41fa31a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 13:02:03 2012 -0700

    Bug #11783: Don't re-convert mailboxes already converted to UTF-8

 imp/lib/LoginTasks/SystemTask/Upgrade.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/8e6cc32b43d7e00725dbb3e2074f7f38e41fa31a

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

commit 0c820cf2f6fff2a7dbbd366e2f1ab1f2f2e7384d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 13:49:39 2012 -0700

    [mms] Fix Openssl driver for PHP 5.3.0-5.3.2 (Bug #11797).

 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Openssl.php |   16 ++++++--
 framework/Crypt_Blowfish/package.xml                          |    4 +-
 2 files changed, 14 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/0c820cf2f6fff2a7dbbd366e2f1ab1f2f2e7384d

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

commit 8423486ff0b786abee94453be60db01f1bc237c7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 15:53:00 2012 -0700

    Cleanups to compose session recovery methods

 imp/lib/Application.php |    5 +++--
 imp/lib/Compose.php     |   42 ++++++++++++++++--------------------------
 2 files changed, 19 insertions(+), 28 deletions(-)

http://git.horde.org/horde-git/-/commit/8423486ff0b786abee94453be60db01f1bc237c7

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

commit 3396fffe5a61106a9a703cde388abfb77f4b4212
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 16:04:51 2012 -0700

    tweaks

 imp/lib/Compose.php                |    2 +-
 imp/lib/Dynamic/Compose/Common.php |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/3396fffe5a61106a9a703cde388abfb77f4b4212

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

commit 5802d0cb345f2a1767cd3b14cdf306807996ba8c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 16:07:59 2012 -0700

    [mms] Fix saving compose message to draft mailbox when session expires (Bug #11795).

 imp/docs/CHANGES                           |    2 ++
 imp/lib/Dynamic/Compose/Common.php         |    3 ++-
 imp/lib/Minimal/Compose.php                |    3 ++-
 imp/lib/Smartmobile.php                    |    1 +
 imp/package.xml                            |    2 ++
 imp/templates/dynamic/compose.html.php     |    1 +
 imp/templates/minimal/compose.html.php     |    1 +
 imp/templates/smartmobile/compose.html.php |    1 +
 8 files changed, 12 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5802d0cb345f2a1767cd3b14cdf306807996ba8c

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

commit 30316c8eeb0e4c499604e1e1d3207941e020badb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Nov 30 16:21:14 2012 -0700

    We throw out all notifications when logging out, so this will never get displayed

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

http://git.horde.org/horde-git/-/commit/30316c8eeb0e4c499604e1e1d3207941e020badb

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

commit 8c57c86b487db3990f23a7562cc93717d78c9ae6
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 11:57:32 2012 +0100

    Don't show sidebar.

 passwd/index.php           |    1 +
 passwd/lib/Application.php |    8 --------
 2 files changed, 1 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/8c57c86b487db3990f23a7562cc93717d78c9ae6

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

commit 73ec18926148cb033f51da12aea311ede0dfeefe
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:02:22 2012 +0100

    Style fixes.

 passwd/templates/index.html.php |   46 ++++++++++++++++----------------------
 1 files changed, 19 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/73ec18926148cb033f51da12aea311ede0dfeefe

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

commit 072839720abfbdad5054247a8cac36cf950881da
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:04:29 2012 +0100

    No longer needed.

 passwd/themes/default/screen.css |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
 delete mode 100644 passwd/themes/default/screen.css

http://git.horde.org/horde-git/-/commit/072839720abfbdad5054247a8cac36cf950881da

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

commit ad08146ce0487c4f473b2e80d473b4f5af248f45
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:04:43 2012 +0100

    Update icons.

 passwd/themes/default/graphics/favicon.ico |  Bin 1150 -> 1742 bytes
 passwd/themes/default/graphics/passwd.png  |  Bin 505 -> 429 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

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

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

commit 8a9ddfe25b3a2a65ba72f9730ca5221bbfd56905
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:08:39 2012 +0100

    Prefix IDs, remove unused IDs.

 passwd/js/passwd.js             |   18 +++++++++---------
 passwd/templates/index.html.php |   16 ++++++++--------
 2 files changed, 17 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/8a9ddfe25b3a2a65ba72f9730ca5221bbfd56905

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

commit afa790e195420706888c0fdaaac94d7577f26ee6
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:09:35 2012 +0100

    Avoid undefined index.

 passwd/config/backends.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 820fa7140d4385f4d0c7ebc59d0daca8e8c52702
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:10:47 2012 +0100

    Remove outdated code.

 nag/lib/Ui/VarRenderer/Nag.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/820fa7140d4385f4d0c7ebc59d0daca8e8c52702

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

commit 81b0f17b69f3ffb749014ecd5136861dbc3060d3
Author: Jan Schneider <jan at horde.org>
Date:   Sat Dec 1 12:18:15 2012 +0100

    [jan] Show loading layer when changing backends on login form.

 gollem/docs/CHANGES        |    1 +
 gollem/js/login.js         |    1 +
 gollem/lib/Application.php |    4 +++-
 gollem/package.xml         |    4 ++--
 4 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/81b0f17b69f3ffb749014ecd5136861dbc3060d3

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

commit b7fa1988963baefb11aeed970280619f0047a264
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 16:27:11 2012 -0500

    Remove comment; This is no longer done here.

 turba/lib/Api.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 53b6c57e961361e06f144e2fd4cb3a19b39fe5a5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 17:22:45 2012 -0500

    Bug: 11742 Message uids are integers for IMAP messages.

 .../Horde/ActiveSync/15_horde_activesync_integerimapuidfield.php  |   22 +++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/15_horde_activesync_integerimapuidfield.php

http://git.horde.org/horde-git/-/commit/53b6c57e961361e06f144e2fd4cb3a19b39fe5a5

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

commit 3a0c5f9c6d0a20d3708e3940f1ac3991ccfc31d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 17:24:34 2012 -0500

    BFN

 framework/ActiveSync/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/3a0c5f9c6d0a20d3708e3940f1ac3991ccfc31d4

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

commit 81126f0ab6150cac0615a2b79ddabf9ba679de5c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 20:34:28 2012 -0500

    phpdoc

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/81126f0ab6150cac0615a2b79ddabf9ba679de5c

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

commit c43d0eb95d22e4b2b81b24b6aa182dc18ced7665
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 20:43:46 2012 -0500

    Tweak log output.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

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

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

commit eb6ae2ec6046fd642b78d72e22ad9946c554c349
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 20:53:48 2012 -0500

    Catch exceptions from various mail api calls. Update phpdoc.

 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php |   34 ++++++++++++-
 1 files changed, 32 insertions(+), 2 deletions(-)

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

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

commit e2b060f90e1b90d88a614ac2b5b55e656db4abf3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 20:58:27 2012 -0500

    Catch, and log, not being able to obtain the imap client.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

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

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

commit 21bb3d1129eac71e54bf016b7222a0e89d2b610a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Dec 2 21:02:04 2012 -0500

    Log this error.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/21bb3d1129eac71e54bf016b7222a0e89d2b610a

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

commit 12b68112649599d8273323ec168c3df2228af742
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 2 19:48:12 2012 -0700

    Fix string length determination for several IMAP data types.

 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Mailbox.php     |    7 ++++
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Nstring.php     |    9 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    2 +-
 3 files changed, 17 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/12b68112649599d8273323ec168c3df2228af742

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

commit 8daa00ee9aa0c7616f1f37790edfda84b074b7b5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 2 20:12:40 2012 -0700

    [mms] Add Horde_Imap_Client_Data_Format_String#getStream().

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   10 ++++
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Mailbox.php     |    9 +++
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Nstring.php     |    9 +++
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   12 +++++
 framework/Imap_Client/package.xml                                 |   10 ++--
 5 files changed, 46 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/8daa00ee9aa0c7616f1f37790edfda84b074b7b5

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

commit dce285635080401d62f69a74322a92969075c5c4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 2 20:12:57 2012 -0700

    [mms] Fix sending literal mailbox data to an IMAP server (Bug #11800).

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    4 +---
 framework/Imap_Client/package.xml                      |    2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 0acd9a8770441152732112bc50479cbabf22ade6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 2 20:20:59 2012 -0700

    [mms] Fix NOT criteria for custom header searches (Bug #11802).

 imp/docs/CHANGES |    1 +
 imp/js/search.js |    1 +
 imp/package.xml  |    2 ++
 3 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0acd9a8770441152732112bc50479cbabf22ade6

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

commit 9644b22b14ee6d8679961541d1ea6a3fd7df532b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 2 22:16:20 2012 -0700

    [mms] Correctly remember form state when refreshing basic view compose page (Bug #11794).

 imp/compose.php  |   26 ++++++++++++++------------
 imp/docs/CHANGES |    2 ++
 imp/package.xml  |    2 ++
 3 files changed, 18 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/9644b22b14ee6d8679961541d1ea6a3fd7df532b

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

commit fa2c74116d2311a4388aace3c56eb9fc11665885
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 3 00:09:17 2012 -0700

    'message' isn't used

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

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

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

commit 07a30eb725c6954da7c3f2ab1195220f40b27c30
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 3 00:10:18 2012 -0700

    Use 'body' parameter when creating new message

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

http://git.horde.org/horde-git/-/commit/07a30eb725c6954da7c3f2ab1195220f40b27c30

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

commit 4386381381f77d461fd98948d0481489ffb63707
Merge: 2491e4e 07a30eb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 3 00:25:17 2012 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/lib/Dynamic/Compose/Common.php
    	imp/package.xml

 chora/locale/nl/LC_MESSAGES/chora.mo                              |  Bin 69883 -> 69930 bytes
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   13 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   14 +-
 .../Horde/ActiveSync/15_horde_activesync_integerimapuidfield.php  |   22 +
 framework/ActiveSync/package.xml                                  |    4 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |    4 +-
 framework/Auth/package.xml                                        |    4 +-
 framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php         |   34 +-
 framework/Core/lib/Horde/Core/Tree/Renderer/Html.php              |   16 +-
 framework/Core/lib/Horde/Registry.php                             |    2 +
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.mo                |  Bin 19396 -> 19335 bytes
 framework/Core/locale/nl/LC_MESSAGES/Horde_Core.po                |   14 +-
 framework/Core/package.xml                                        |    4 +-
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.mo              |  Bin 7391 -> 7453 bytes
 framework/Crypt/locale/nl/LC_MESSAGES/Horde_Crypt.po              |    9 +-
 framework/Crypt_Blowfish/lib/Horde/Crypt/Blowfish/Openssl.php     |   16 +-
 framework/Crypt_Blowfish/package.xml                              |    4 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   10 +
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Mailbox.php     |   16 +
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Nstring.php     |   18 +
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   12 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    6 +-
 framework/Imap_Client/locale/nl/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7138 -> 6737 bytes
 framework/Imap_Client/locale/nl/LC_MESSAGES/Horde_Imap_Client.po  |  135 +-
 framework/Imap_Client/package.xml                                 |   14 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo.php               |   12 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/common.xsl        | 1165 --
 .../lib/Horde/Mime/Viewer/Ooo/common/measure_conversion.xsl       |  488 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/common/body.xsl  |  422 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/ooo2ms_docpr.xsl      |  139 +
 .../Mime/Viewer/Ooo/export/common/styles/style_collector.xsl      |  828 ++
 .../Mime/Viewer/Ooo/export/common/styles/style_mapping_css.xsl    |  355 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table.xsl       |  164 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table_cells.xsl |  279 +
 .../Horde/Mime/Viewer/Ooo/export/common/table/table_columns.xsl   |  243 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table/table_rows.xsl  |  212 +
 .../lib/Horde/Mime/Viewer/Ooo/export/common/table_of_content.xsl  |  588 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/body.xsl   | 2962 +++++
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/header.xsl |  485 +
 .../lib/Horde/Mime/Viewer/Ooo/export/xhtml/opendoc2xhtml.xsl      |  183 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/export/xhtml/table.xsl  |  222 +
 .../Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/global_document.xsl     | 1674 ---
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/main_html.xsl     |  462 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/palm.xsl          |  404 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_header.xsl  |  379 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_inlined.xsl |  398 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/style_mapping.xsl |  660 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table.xsl         |  328 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_cells.xsl   |  484 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_columns.xsl |  215 -
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Ooo/table_rows.xsl    |  177 -
 framework/Mime_Viewer/package.xml                                 |    4 +-
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.mo                  |  Bin 20747 -> 20747 bytes
 framework/Nls/locale/nl/LC_MESSAGES/Horde_Nls.po                  |    6 +-
 gollem/docs/CHANGES                                               |    1 +
 gollem/js/login.js                                                |    1 +
 gollem/lib/Application.php                                        |    4 +-
 gollem/locale/nl/LC_MESSAGES/gollem.mo                            |  Bin 70659 -> 70710 bytes
 gollem/locale/nl/LC_MESSAGES/gollem.po                            |   10 +-
 gollem/package.xml                                                |    4 +-
 horde/config/prefs.php                                            |    5 +
 horde/lib/View/Sidebar.php                                        |    2 +
 horde/locale/nl/LC_MESSAGES/horde.mo                              |  Bin 62901 -> 62949 bytes
 horde/locale/nl/LC_MESSAGES/horde.po                              |   69 +-
 horde/templates/admin/groups/edit.inc                             |    4 +-
 horde/templates/sidebar/sidebar.html.php                          |    2 +-
 horde/templates/tree/_row.html.php                                |    2 +-
 horde/themes/default/rtl.css                                      |  122 +-
 horde/themes/default/screen.css                                   |    5 -
 imp/compose.php                                                   |   26 +-
 imp/docs/CHANGES                                                  |    5 +
 imp/js/search.js                                                  |    1 +
 imp/lib/Application.php                                           |    5 +-
 imp/lib/Compose.php                                               |   41 +-
 imp/lib/Dynamic/Compose.php                                       |    2 +-
 imp/lib/Dynamic/Compose/Common.php                                |   10 +-
 imp/lib/IMP.php                                                   |    2 +-
 imp/lib/Imap/Tree.php                                             |   18 +-
 imp/lib/LoginTasks/SystemTask/Upgrade.php                         |   10 +-
 imp/lib/Minimal/Compose.php                                       |    3 +-
 imp/lib/Smartmobile.php                                           |    1 +
 imp/locale/nl/LC_MESSAGES/imp.mo                                  |  Bin 174210 -> 174206 bytes
 imp/locale/nl/LC_MESSAGES/imp.po                                  |   32 +-
 imp/package.xml                                                   |    3 +
 imp/templates/dynamic/compose.html.php                            |    1 +
 imp/templates/minimal/compose.html.php                            |    1 +
 imp/templates/smartmobile/compose.html.php                        |    1 +
 ingo/locale/nl/LC_MESSAGES/ingo.mo                                |  Bin 81722 -> 81832 bytes
 ingo/locale/nl/LC_MESSAGES/ingo.po                                |   14 +-
 jonah/locale/nl/LC_MESSAGES/jonah.mo                              |  Bin 79341 -> 79388 bytes
 kronolith/locale/nl/LC_MESSAGES/kronolith.mo                      |  Bin 121895 -> 122010 bytes
 kronolith/locale/nl/LC_MESSAGES/kronolith.po                      |   17 +-
 kronolith/templates/dynamic/index.inc                             |    2 +-
 mnemo/locale/nl/LC_MESSAGES/mnemo.mo                              |  Bin 72480 -> 72531 bytes
 mnemo/locale/nl/LC_MESSAGES/mnemo.po                              |   13 +-
 nag/lib/Ui/VarRenderer/Nag.php                                    |    6 +-
 nag/locale/nl/LC_MESSAGES/nag.mo                                  |  Bin 87366 -> 87327 bytes
 nag/locale/nl/LC_MESSAGES/nag.po                                  |   36 +-
 passwd/config/backends.php                                        |    2 +-
 passwd/index.php                                                  |    1 +
 passwd/js/passwd.js                                               |   18 +-
 passwd/lib/Application.php                                        |    8 -
 passwd/locale/nl/LC_MESSAGES/passwd.mo                            |  Bin 65266 -> 65314 bytes
 passwd/templates/index.html.php                                   |   60 +-
 passwd/themes/default/graphics/favicon.ico                        |  Bin 1150 -> 1742 bytes
 passwd/themes/default/graphics/passwd.png                         |  Bin 505 -> 429 bytes
 passwd/themes/default/screen.css                                  |    4 -
 timeobjects/locale/nl/LC_MESSAGES/timeobjects.mo                  |  Bin 63442 -> 63490 bytes
 trean/locale/nl/LC_MESSAGES/trean.mo                              |  Bin 73927 -> 73974 bytes
 turba/lib/Api.php                                                 |    1 -
 turba/locale/nl/LC_MESSAGES/turba.mo                              |  Bin 93700 -> 93748 bytes
 turba/locale/nl/LC_MESSAGES/turba.po                              |    8 +-
 whups/locale/nl/LC_MESSAGES/whups.mo                              |  Bin 95888 -> 95935 bytes
 114 files changed, 8109 insertions(+), 6786 deletions(-)

http://git.horde.org/horde-git/-/commit/4386381381f77d461fd98948d0481489ffb63707




More information about the commits mailing list