[commits] Horde branch develop updated. 6398dd02a986f2810403775f077638745f612a69

Michael M Slusarz slusarz at horde.org
Wed Jan 11 06:55:43 UTC 2012


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

from: e29856715090a08d3e3e55c8750ada5fcf61bba7

d73e8bd [jan] Fix WebDAV access to application resources.
e34aa5c Fix listing applications as collections.
6ef54eb At least show the backends.
54805be [jan] Sort user and group names in permission screen (Request #10896).
b7ff441 [jan] Fix day sorting in agenda view.
d85049d [jan] Only show end time if different from start time.
64ffce0 Show ellipsis if event text overflows.
08a6a01 [jan] Display event time in dynamic if requested (Request #9866).
53939a6 Restrict event height in month view more reliably, even if we lose ellipsis this way.
58ca5de Fix age calculation if not providing an end time.
95cc5ba Fix adding events to event list if it recurs but showing recurrences is not requested.
4023cd2 avoid undefined property notices
dd36e1a Add some unit tests to Horde_Rdo testToOneRelationReturnsNullWhenKeyIsNotFound show to-one-relation returns null if referenced object id doesn't exist (shouldn't this throw exception?) testToOneRelationReturnsNullWhenKeyIsNull shows actually Rdo fetches the first entry of the relation type when a to one relation's key field is '' or null (should return null or throw exception)
b0cfa91 Fix lazy to-one relations as in ticket #10880 Add tests for base objects not loaded when eager to-one relations don't work Change tests to reflect lazy relations now work as expected for failing cases
6e7f0f7 Tweak display of applications without names.
4b8c414 Revert "Rename Portal links in mobile views to Home (Request #10667)."
90b56f5 [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command (Bug #10915).
f97fb58 [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command (Bug #10915).
f2300b8 phpdoc
ad43fed Fix undefined variable error
068aaf2 Fix undefined variable error
63eff3f Bug #10900: Fix top signature location.
14bd81d This preference no longer exists
2c81a7b Bug #10901: Fix signature positioning in mobile view.
c6a792b Bug #10911: Fix undefined error.
aa35af7 Fix translations of message part names.
aa7daa1 Fix translation of search element descriptions
76740db Clean up output of <body> tag in dynamic view.
3f80015 [mms] Fix deleting cached mailbox when mailbox name is given as an object.
423532e Parameters not needed for a simple composition
418f8c2 Hide loading icon after a rangeslice request
c386dba Never show browser context menu when clicking on a viewable context element
5663102 Fix example
6398dd0 Merge branch 'master' into develop

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

commit d73e8bdd1324fa6ca7e856329187d620eddbe1a3
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 3 19:21:40 2012 +0100

    [jan] Fix WebDAV access to application resources.

 framework/Rpc/lib/Horde/Rpc/Webdav.php |   12 ++++++++----
 framework/Rpc/package.xml              |    4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

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

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

commit e34aa5c2975ed6918148ca7bdc930793800aac85
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 3 19:27:01 2012 +0100

    Fix listing applications as collections.

 framework/Rpc/lib/Horde/Rpc/Webdav.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 6ef54eb90ae9c9b910c81ff85992bf7dde778e6c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 3 20:30:19 2012 +0100

    At least show the backends.

 gollem/lib/Api.php |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/6ef54eb90ae9c9b910c81ff85992bf7dde778e6c

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

commit 54805bee537d73dddaaf65807a3d96533057e0c2
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 5 11:14:07 2012 +0100

    [jan] Sort user and group names in permission screen (Request #10896).

 horde/docs/CHANGES                  |    1 +
 horde/package.xml                   |    4 ++--
 horde/templates/shares/edit.inc     |   14 +++++++++++---
 kronolith/docs/CHANGES              |    1 +
 kronolith/package.xml               |    4 ++--
 kronolith/templates/perms/perms.inc |   14 +++++++++++---
 6 files changed, 28 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/54805bee537d73dddaaf65807a3d96533057e0c2

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

commit b7ff4419f8ee01f5a1e8ef508e0bc3026f4a8083
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 20:52:27 2012 +0100

    [jan] Fix day sorting in agenda view.

 kronolith/docs/CHANGES    |    1 +
 kronolith/js/kronolith.js |    6 +++---
 kronolith/package.xml     |    2 ++
 3 files changed, 6 insertions(+), 3 deletions(-)

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

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

commit d85049d634c1d5c57b7969e17f5345ae8e74d472
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 20:56:41 2012 +0100

    [jan] Only show end time if different from start time.

 kronolith/docs/CHANGES    |    1 +
 kronolith/js/kronolith.js |    7 +++++--
 kronolith/package.xml     |    2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

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

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

commit 64ffce0bd4a6f0b7bf276efeed7d6ac0cf03ceb0
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 21:02:32 2012 +0100

    Show ellipsis if event text overflows.

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

http://git.horde.org/horde-git/-/commit/64ffce0bd4a6f0b7bf276efeed7d6ac0cf03ceb0

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

commit 08a6a011c92f363395b4544fd7ba66c53c6cd696
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 21:05:14 2012 +0100

    [jan] Display event time in dynamic if requested (Request #9866).

 kronolith/docs/CHANGES      |    1 +
 kronolith/js/kronolith.js   |    2 +-
 kronolith/lib/Kronolith.php |    1 +
 kronolith/package.xml       |    2 ++
 4 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/08a6a011c92f363395b4544fd7ba66c53c6cd696

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

commit 53939a64417d7dc3529649717081934bbc1fc7a1
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 21:47:52 2012 +0100

    Restrict event height in month view more reliably, even if we lose ellipsis this way.

 kronolith/js/kronolith.js           |    7 +++----
 kronolith/themes/default/screen.css |    5 ++++-
 2 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/53939a64417d7dc3529649717081934bbc1fc7a1

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

commit 58ca5ded701b8ea687fb26ac701a219e1655eb58
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 22:08:15 2012 +0100

    Fix age calculation if not providing an end time.

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

http://git.horde.org/horde-git/-/commit/58ca5ded701b8ea687fb26ac701a219e1655eb58

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

commit 95cc5ba69832b50f27336f8b999bf4d1d02fb763
Author: Jan Schneider <jan at horde.org>
Date:   Sat Jan 7 22:25:16 2012 +0100

    Fix adding events to event list if it recurs but showing recurrences is not requested.

 kronolith/lib/Kronolith.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/95cc5ba69832b50f27336f8b999bf4d1d02fb763

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

commit 4023cd220eb6cddfa48945d3785a59a0cb2d05dd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jan 8 12:03:49 2012 -0500

    avoid undefined property notices

 horde/services/twitter/index.php |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/4023cd220eb6cddfa48945d3785a59a0cb2d05dd

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

commit dd36e1abd2961826262ff3c3ee551347db057d5c
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 9 17:16:46 2012 +0100

    Add some unit tests to Horde_Rdo
    testToOneRelationReturnsNullWhenKeyIsNotFound show to-one-relation
    returns null if referenced object id doesn't exist (shouldn't this throw
    exception?)
    testToOneRelationReturnsNullWhenKeyIsNull shows actually Rdo fetches the
    first entry of the relation type when a to one relation's key field is
    '' or null (should return null or throw exception)
    
    see ticket #10880 [10880]

 framework/Rdo/test/Horde/Rdo/Autoload.php                     |   28 ++
 framework/Rdo/test/Horde/Rdo/Base.php                         |   19 ++
 framework/Rdo/test/Horde/Rdo/Objects/RelatedThing.php         |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/RelatedThingMapper.php   |    8 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObject.php       |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObjectMapper.php |   13 +
 framework/Rdo/test/Horde/Rdo/Sql/Base.php                     |  111 +++++++++
 framework/Rdo/test/Horde/Rdo/Sql/Pdo/SqliteTest.php           |   27 ++
 framework/Rdo/test/Horde/Rdo/fixtures/unit_tests.sql          |   14 +
 framework/Rdo/test/Horde/Rdo/migration/sql.php                |   25 ++
 framework/Rdo/test/Horde/Rdo/phpunit.xml                      |    8 +
 11 files changed, 263 insertions(+), 0 deletions(-)
 create mode 100644 framework/Rdo/test/Horde/Rdo/Autoload.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Base.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/RelatedThing.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/RelatedThingMapper.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObject.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObjectMapper.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Sql/Base.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Sql/Pdo/SqliteTest.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/fixtures/unit_tests.sql
 create mode 100644 framework/Rdo/test/Horde/Rdo/migration/sql.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/phpunit.xml

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

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

commit b0cfa915b40a5f61321b446bd18bebbe07f6fd94
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jan 9 21:29:12 2012 +0100

    Fix lazy to-one relations as in ticket #10880
    Add tests for base objects not loaded when eager to-one relations don't
    work
    Change tests to reflect lazy relations now work as expected for failing
    cases

 framework/Rdo/lib/Horde/Rdo/Base.php                              |    7 +-
 framework/Rdo/test/Horde/Rdo/Autoload.php                         |    6 +-
 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObject.php           |    5 -
 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObjectMapper.php     |   13 -
 framework/Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObject.php      |    5 +
 .../Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObjectMapper.php      |   13 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObject.php       |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObjectMapper.php |   13 +
 framework/Rdo/test/Horde/Rdo/Sql/Base.php                         |   52 +++--
 framework/Rdo/test/Horde/Rdo/fixtures/unit_tests.sql              |   12 +-
 framework/Rdo/test/Horde/Rdo/migration/sql.php                    |   10 +-
 11 files changed, 97 insertions(+), 44 deletions(-)
 delete mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObject.php
 delete mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeBaseObjectMapper.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObject.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObjectMapper.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObject.php
 create mode 100644 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObjectMapper.php

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

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

commit 6e7f0f7e2294ce354a7dc4b5037b5828743827ca
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 4 08:48:55 2012 +0100

    Tweak display of applications without names.

 horde/admin/config/index.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6e7f0f7e2294ce354a7dc4b5037b5828743827ca

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

commit 4b8c414aa259b3c5dc0a5437fd55558d9f96a131
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 4 09:00:21 2012 +0100

    Revert "Rename Portal links in mobile views to Home (Request #10667)."
    
    We already did this in the past in DIMP, but Home conflicts with the
    translations of the Home key.
    
    This reverts commit ea531321864df6f9fa3c7033d9d14abee5d1e15e.

 ansel/templates/mobile/galleries.html.php   |    2 +-
 imp/templates/mobile/folders.html.php       |    2 +-
 kronolith/templates/mobile/day.html.php     |    2 +-
 kronolith/templates/mobile/month.html.php   |    2 +-
 kronolith/templates/mobile/summary.html.php |    2 +-
 nag/mobile.php                              |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/4b8c414aa259b3c5dc0a5437fd55558d9f96a131

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

commit 90b56f57e63a3ca9a225124881d00b0d7599e446
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 11:41:27 2012 -0700

    [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command (Bug #10915).

 framework/Imap_Client/doc/Horde/Imap/Client/TODO       |    7 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |   40 ++++++++-------
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   33 +++++++++++--
 framework/Imap_Client/package.xml                      |    4 +-
 4 files changed, 57 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/90b56f57e63a3ca9a225124881d00b0d7599e446

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

commit f97fb58f89f0139a7f224d1de6d04dd7058f5cb8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 11:41:27 2012 -0700

    [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command (Bug #10915).

 framework/Imap_Client/doc/Horde/Imap/Client/TODO       |    7 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |   40 ++++++++-------
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   33 +++++++++++--
 framework/Imap_Client/package.xml                      |    4 +-
 4 files changed, 57 insertions(+), 27 deletions(-)

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

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

commit f2300b8d052e53f7bd1b62519c2788659b8c83fa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 12:14:06 2012 -0700

    phpdoc

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

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

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

commit ad43fed492279ef91fbc05659cce10a501074062
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 12:14:22 2012 -0700

    Fix undefined variable error

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

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

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

commit 068aaf25d11f39265583192849248f968425e8fc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 12:14:22 2012 -0700

    Fix undefined variable error

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

http://git.horde.org/horde-git/-/commit/068aaf25d11f39265583192849248f968425e8fc

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

commit 63eff3f0bdf8013a2f27c090a217925168e8d0fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 18:58:05 2012 -0700

    Bug #10900: Fix top signature location.

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

http://git.horde.org/horde-git/-/commit/63eff3f0bdf8013a2f27c090a217925168e8d0fd

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

commit 14bd81dd6d6111fdb5c98ca8c821f025cd9d264e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 19:02:03 2012 -0700

    This preference no longer exists

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

http://git.horde.org/horde-git/-/commit/14bd81dd6d6111fdb5c98ca8c821f025cd9d264e

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

commit 2c81a7bd95e597d7fcbf96fed5bd00ea0dc0dd3c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 19:04:48 2012 -0700

    Bug #10901: Fix signature positioning in mobile view.

 imp/compose-mimp.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit c6a792b89b5dca838ef1d085acff1cfac996a7fa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 19:11:32 2012 -0700

    Bug #10911: Fix undefined error.
    
    Partial revert of 3f2df94fc9b6f5aa1b0eaa371228f71f1eb4fa0b
    Looks like it was accidentally removed.

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

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

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

commit aa35af7f61d1014525414796f2dbc7ee5fbf948a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 19:55:02 2012 -0700

    Fix translations of message part names.
    
    Need to explicitly define the names to ensure they will be translated.
    Better handling of unknown & model MIME types.

 imp/lib/Contents.php |   43 +++++++++++++++++++++++++++++++++----------
 1 files changed, 33 insertions(+), 10 deletions(-)

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

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

commit aa7daa15e31892d47f8148b18d19d3af6a7f9501
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 19:58:34 2012 -0700

    Fix translation of search element descriptions

 imp/lib/Search/Element/Header.php    |    2 +-
 imp/lib/Search/Element/Recipient.php |    2 +-
 imp/lib/Search/Element/Text.php      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 76740db9e3d55bd96a4f838a15e5b01ae41a98d1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 21:52:16 2012 -0700

    Clean up output of <body> tag in dynamic view.
    
    Fixes an absent opening body tag on the advanced search page in dynamic
    view.

 imp/compose-dimp.php                         |    7 +++++--
 imp/index-dimp.php                           |    4 ----
 imp/lib/Dimp.php                             |    2 +-
 imp/message-dimp.php                         |    7 ++++---
 imp/templates/common-header.inc              |   13 ++++---------
 imp/templates/dimp/compose/compose-base.html |    5 ++++-
 imp/templates/dimp/index.inc                 |    7 +++++++
 imp/templates/dimp/message/message.html      |    5 ++++-
 8 files changed, 29 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/76740db9e3d55bd96a4f838a15e5b01ae41a98d1

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

commit 3f80015295b37c9c9fb6c643dacccfd6c7116688
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 21:55:50 2012 -0700

    [mms] Fix deleting cached mailbox when mailbox name is given as an object.

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

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

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

commit 423532e2d4fc2fcf5109306cc99889a16ea72d4a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 22:38:12 2012 -0700

    Parameters not needed for a simple composition

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

http://git.horde.org/horde-git/-/commit/423532e2d4fc2fcf5109306cc99889a16ea72d4a

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

commit 418f8c26127f136a0def524a06f2f8d6fc499996
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 22:43:39 2012 -0700

    Hide loading icon after a rangeslice request

 imp/js/dimpbase.js |    6 ++++++
 imp/js/viewport.js |    6 +++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/418f8c26127f136a0def524a06f2f8d6fc499996

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

commit c386dbaaf6082d30d294fa4c113e7b0d0b7c723e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 23:12:04 2012 -0700

    Never show browser context menu when clicking on a viewable context element

 horde/js/contextsensitive.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

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

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

commit 56631026fae9bd95410d30cf3eb9710b7eb5f92a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 23:26:06 2012 -0700

    Fix example

 imp/config/hooks.php.dist |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/56631026fae9bd95410d30cf3eb9710b7eb5f92a

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

commit 6398dd02a986f2810403775f077638745f612a69
Merge: 14bd81d 5663102
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 10 23:45:27 2012 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Imap_Client/package.xml
    	imp/compose-mimp.php
    	imp/js/message-dimp.js
    	kronolith/package.xml
    	kronolith/themes/default/screen.css
    	nag/mobile.php

 ansel/templates/mobile/galleries.html.php                         |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache.php             |    2 +
 framework/Imap_Client/package.xml                                 |    2 +
 framework/Rdo/lib/Horde/Rdo/Base.php                              |    7 +-
 framework/Rdo/test/Horde/Rdo/Autoload.php                         |   30 +
 framework/Rdo/test/Horde/Rdo/Base.php                             |   19 +
 framework/Rdo/test/Horde/Rdo/Objects/RelatedThing.php             |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/RelatedThingMapper.php       |    8 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObject.php      |    5 +
 .../Rdo/test/Horde/Rdo/Objects/SomeEagerBaseObjectMapper.php      |   13 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObject.php       |    5 +
 framework/Rdo/test/Horde/Rdo/Objects/SomeLazyBaseObjectMapper.php |   13 +
 framework/Rdo/test/Horde/Rdo/Sql/Base.php                         |  129 +++++
 framework/Rdo/test/Horde/Rdo/Sql/Pdo/SqliteTest.php               |   27 +
 framework/Rdo/test/Horde/Rdo/fixtures/unit_tests.sql              |   18 +
 framework/Rdo/test/Horde/Rdo/migration/sql.php                    |   31 +
 framework/Rdo/test/Horde/Rdo/phpunit.xml                          |    8 +
 framework/Rpc/lib/Horde/Rpc/Webdav.php                            |   18 +-
 framework/Rpc/package.xml                                         |    4 +-
 gollem/lib/Api.php                                                |    8 +-
 horde/admin/config/index.php                                      |    5 +-
 horde/docs/CHANGES                                                |    1 +
 horde/js/contextsensitive.js                                      |    9 +-
 horde/package.xml                                                 |    4 +-
 horde/services/twitter/index.php                                  |   26 +-
 horde/templates/shares/edit.inc                                   |   14 +-
 imp/compose-dimp.php                                              |    7 +-
 imp/compose-mimp.php                                              |    7 +
 imp/config/hooks.php.dist                                         |    1 +
 imp/index-dimp.php                                                |    4 -
 imp/js/dimpbase.js                                                |    6 +
 imp/js/viewport.js                                                |    6 +-
 imp/lib/Ajax/Application.php                                      |    6 +-
 imp/lib/Contents.php                                              |   43 ++-
 imp/lib/Dimp.php                                                  |    2 +-
 imp/lib/Search/Element/Header.php                                 |    2 +-
 imp/lib/Search/Element/Recipient.php                              |    2 +-
 imp/lib/Search/Element/Text.php                                   |    2 +-
 imp/message-dimp.php                                              |    7 +-
 imp/message.php                                                   |    3 +
 imp/templates/common-header.inc                                   |   13 +-
 imp/templates/dimp/compose/compose-base.html                      |    5 +-
 imp/templates/dimp/index.inc                                      |    7 +
 imp/templates/dimp/message/message.html                           |    5 +-
 imp/templates/mobile/folders.html.php                             |    2 +-
 kronolith/docs/CHANGES                                            |    4 +
 kronolith/js/kronolith.js                                         |   20 +-
 kronolith/lib/Kronolith.php                                       |    7 +-
 kronolith/package.xml                                             |    6 +-
 kronolith/templates/mobile/day.html.php                           |    2 +-
 kronolith/templates/mobile/month.html.php                         |    2 +-
 kronolith/templates/mobile/summary.html.php                       |    2 +-
 kronolith/templates/perms/perms.inc                               |   14 +-
 kronolith/themes/default/screen.css                               |    8 +-
 nag/mobile.php                                                    |    3 +
 turba/lib/Driver.php                                              |    3 +-
 56 files changed, 518 insertions(+), 96 deletions(-)

http://git.horde.org/horde-git/-/commit/6398dd02a986f2810403775f077638745f612a69




More information about the commits mailing list