[commits] Horde branch imp_6_1 updated. ac9228b3f82a06fc5c29bf921f0327064ea07153

Michael M Slusarz slusarz at horde.org
Wed Nov 14 06:12:28 UTC 2012


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

from: 45c0659206521c4ca067ac08f2f4a8061be26c7c

fdcc297 Finish converting apps to improved test setup
deb2978 [mms] Fix returning UIDNEXT when using UIDNEXT_FORCE and the server does not automatically return this information.
0872c79 Fix polling.
9304c65 Tweak class names.
27ef3f8 [jan] Allow to set custom search field label.
62bc1e5 Move filter to topbar.
9bda908 Did no-one ever notice we had those swapped?
855f27d [jan] Fix searching shares for duplicates.
acbe1f4 Convert horde-table to H5 style.
c3ec7d1 Tweak tables.
f6d49cd Convert file list to Horde 5.
c95344e Let the exception bubble.
7a1fa0c Fix double header.
eb150fc XHTML
6d90297 Remove unused rules.
ebfa5b4 Remove unused rules.
dbcae8e Highlight non-linked sort criterion column headers too.
e824e49 Update icons.
9f41989 Update sidebar.
c60a035 Require next Horde version.
1ab2a2b Convert to H5.
c23508a Make search form autoloadable.
0a0f583 [jan] Catch exceptions from Horde_ElasticSearch. [jan] Add missing optional dependency on Horde_ElasticSearch.
b8134df Catch exceptions from content.
e107f56 Public
8c36c46 Fix code order, catch exceptions, update form class name.
e6c8437 Shortcut.
262861b Try to fix tag autocompleter.
079444c Trean is BSD.
1e94d3b No topbar or sidebar for add bookmark popup window
8b69bd3 Fix autocomplete of tags in Add Bookmark screen
78e8e0d Remove text that just clutters things up
89a0346 [mms] Fix removing user in admin actions (Bug #11690).
b93ad76 This is a static method
ac9228b Merge branch 'master' into imp_6_1

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

commit fdcc297f312d05ee4bab1a33613f370cfa5b927d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 12 23:17:46 2012 -0700

    Finish converting apps to improved test setup

 ansel/test/Ansel/AllTests.php                                     |   49 +---
 ansel/test/Ansel/Autoload.php                                     |    6 +-
 ansel/test/Ansel/Unit/Base.php                                    |    7 +-
 ansel/test/Ansel/Unit/ImageTest.php                               |    7 +-
 ansel/test/Ansel/bootstrap.php                                    |    3 +
 ansel/test/Ansel/phpunit.xml                                      |    2 +-
 components/test/Components/AllTests.php                           |   49 +---
 components/test/Components/Autoload.php                           |    5 -
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    7 +-
 .../Components/Integration/Components/Module/DistributeTest.php   |    7 +-
 .../Components/Integration/Components/Module/DocumentTest.php     |    7 +-
 .../Components/Integration/Components/Module/InstallerTest.php    |    7 +-
 .../test/Components/Integration/Components/Module/ReleaseTest.php |    7 +-
 .../Components/Unit/Components/Component/DependencyListTest.php   |    7 +-
 .../test/Components/Unit/Components/Component/DependencyTest.php  |    5 -
 .../test/Components/Unit/Components/Component/IdentifyTest.php    |    7 +-
 .../test/Components/Unit/Components/Component/ResolverTest.php    |    5 -
 components/test/Components/Unit/Components/Config/FileTest.php    |    7 +-
 components/test/Components/Unit/Components/ConfigsTest.php        |    7 +-
 .../test/Components/Unit/Components/Helper/DocsOriginTest.php     |    7 +-
 components/test/Components/Unit/Components/Helper/RootTest.php    |    7 +-
 .../test/Components/Unit/Components/Helper/TemplatesTest.php      |    7 +-
 .../Components/Unit/Components/Helper/VersionDescriptionTest.php  |    7 +-
 .../Components/Unit/Components/Helper/VersionStabilityTest.php    |    7 +-
 components/test/Components/Unit/Components/Helper/VersionTest.php |    7 +-
 .../test/Components/Unit/Components/Module/DependenciesTest.php   |    7 +-
 .../test/Components/Unit/Components/Module/SnapshotTest.php       |    7 +-
 components/test/Components/Unit/Components/Module/UpdateTest.php  |    7 +-
 .../Unit/Components/Release/Task/CurrentSentinelTest.php          |    7 +-
 .../Components/Unit/Components/Release/Task/NextSentinelTest.php  |    5 -
 .../test/Components/Unit/Components/Release/Task/PackageTest.php  |    7 +-
 .../Components/Unit/Components/Release/Task/TimestampTest.php     |    7 +-
 components/test/Components/Unit/ComponentsTest.php                |    7 +-
 components/test/Components/bootstrap.php                          |    3 +
 components/test/Components/phpunit.xml                            |    2 +-
 content/test/Content/AllTests.php                                 |   27 +--
 content/test/Content/Autoload.php                                 |    6 +-
 content/test/Content/Base.php                                     |    5 +-
 content/test/Content/bootstrap.php                                |    3 +
 content/test/Content/phpunit.xml                                  |    1 +
 kolab/test/Kolab/AllTests.php                                     |   35 +--
 kolab/test/Kolab/Autoload.php                                     |   20 -
 kolab/test/Kolab/ExampleTest.php                                  |    5 -
 kolab/test/Kolab/bootstrap.php                                    |    3 +
 kolab/test/Kolab/phpunit.xml                                      |    1 +
 koward/test/Koward/AllTests.php                                   |   84 +----
 koward/test/Koward/Autoload.php                                   |    3 +
 koward/test/Koward/KowardTest.php                                 |    5 -
 koward/test/Koward/TestInit.php                                   |   24 --
 koward/test/Koward/bootstrap.php                                  |    3 +
 koward/test/Koward/phpunit.xml                                    |    1 +
 kronolith/test/Kronolith/AllTests.php                             |   44 +---
 kronolith/test/Kronolith/Autoload.php                             |    6 +-
 kronolith/test/Kronolith/Integration/AllDayTest.php               |    5 -
 kronolith/test/Kronolith/Integration/Driver/KolabTest.php         |    5 -
 .../test/Kronolith/Integration/Driver/Sql/Pdo/SqliteTest.php      |    7 +-
 kronolith/test/Kronolith/Integration/FromIcalendarTest.php        |    5 -
 kronolith/test/Kronolith/Integration/Kronolith/KolabTest.php      |    5 -
 .../test/Kronolith/Integration/Kronolith/Sql/Pdo/SqliteTest.php   |    7 +-
 kronolith/test/Kronolith/Integration/ToIcalendarTest.php          |    5 -
 kronolith/test/Kronolith/bootstrap.php                            |    3 +
 kronolith/test/Kronolith/phpunit.xml                              |    2 +-
 mnemo/test/Mnemo/AllTests.php                                     |   49 +---
 mnemo/test/Mnemo/Autoload.php                                     |    6 +-
 mnemo/test/Mnemo/Unit/Driver/KolabTest.php                        |    5 -
 mnemo/test/Mnemo/Unit/Factory/DriverTest.php                      |    5 -
 mnemo/test/Mnemo/Unit/Mnemo/KolabTest.php                         |    5 -
 mnemo/test/Mnemo/Unit/Mnemo/Sql/Pdo/SqliteTest.php                |    7 +-
 mnemo/test/Mnemo/bootstrap.php                                    |    3 +
 mnemo/test/Mnemo/phpunit.xml                                      |    2 +-
 nag/test/Nag/AllTests.php                                         |   44 +---
 nag/test/Nag/Autoload.php                                         |    6 +-
 nag/test/Nag/Unit/Driver/KolabTest.php                            |    5 -
 nag/test/Nag/Unit/Driver/Sql/Pdo/SqliteTest.php                   |    7 +-
 nag/test/Nag/Unit/Factory/TasklistsTest.php                       |    5 -
 nag/test/Nag/Unit/Form/Task/KolabTest.php                         |    5 -
 nag/test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php                |    7 +-
 nag/test/Nag/Unit/Nag/KolabTest.php                               |    5 -
 nag/test/Nag/Unit/Nag/Sql/Pdo/SqliteTest.php                      |    7 +-
 nag/test/Nag/bootstrap.php                                        |    3 +
 nag/test/Nag/phpunit.xml                                          |    2 +-
 passwd/test/Passwd/AllTests.php                                   |   35 +--
 passwd/test/Passwd/Autoload.php                                   |    8 +-
 passwd/test/Passwd/TestCase.php                                   |   10 +-
 passwd/test/Passwd/Unit/Driver/SqlTest.php                        |    9 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php                    |    8 +-
 passwd/test/Passwd/bootstrap.php                                  |    3 +
 passwd/test/Passwd/phpunit.xml                                    |    1 +
 sesha/test/Sesha/AllTests.php                                     |   35 +--
 sesha/test/Sesha/Autoload.php                                     |    8 +-
 sesha/test/Sesha/TestCase.php                                     |   10 +-
 sesha/test/Sesha/Unit/Driver/RdoTest.php                          |   10 +-
 sesha/test/Sesha/bootstrap.php                                    |    3 +
 sesha/test/Sesha/phpunit.xml                                      |    1 +
 skeleton/test/Skeleton/AllTests.php                               |   35 +--
 skeleton/test/Skeleton/Autoload.php                               |   20 -
 skeleton/test/Skeleton/ExampleTest.php                            |    5 -
 skeleton/test/Skeleton/bootstrap.php                              |    3 +
 skeleton/test/Skeleton/phpunit.xml                                |    1 +
 turba/test/Turba/AllTests.php                                     |   44 +---
 turba/test/Turba/Autoload.php                                     |    6 +-
 turba/test/Turba/TestCase.php                                     |    5 -
 turba/test/Turba/ToDo/ApiTest.php                                 |    5 -
 turba/test/Turba/bootstrap.php                                    |    3 +
 turba/test/Turba/phpunit.xml                                      |    2 +-
 wicked/test/Wicked/AllTests.php                                   |   50 +---
 wicked/test/Wicked/Autoload.php                                   |   10 +-
 wicked/test/Wicked/Unit/Driver/SqlTest.php                        |    5 -
 wicked/test/Wicked/Unit/RstTest.php                               |    5 -
 wicked/test/Wicked/bootstrap.php                                  |    3 +
 wicked/test/Wicked/phpunit.xml                                    |    2 +-
 111 files changed, 119 insertions(+), 1026 deletions(-)
 create mode 100644 ansel/test/Ansel/bootstrap.php
 create mode 100644 components/test/Components/bootstrap.php
 create mode 100644 content/test/Content/bootstrap.php
 create mode 100644 content/test/Content/phpunit.xml
 delete mode 100644 kolab/test/Kolab/Autoload.php
 create mode 100644 kolab/test/Kolab/bootstrap.php
 create mode 100644 kolab/test/Kolab/phpunit.xml
 create mode 100644 koward/test/Koward/Autoload.php
 delete mode 100644 koward/test/Koward/TestInit.php
 create mode 100644 koward/test/Koward/bootstrap.php
 create mode 100644 koward/test/Koward/phpunit.xml
 create mode 100644 kronolith/test/Kronolith/bootstrap.php
 create mode 100644 mnemo/test/Mnemo/bootstrap.php
 create mode 100644 nag/test/Nag/bootstrap.php
 create mode 100644 passwd/test/Passwd/bootstrap.php
 create mode 100644 passwd/test/Passwd/phpunit.xml
 create mode 100644 sesha/test/Sesha/bootstrap.php
 create mode 100644 sesha/test/Sesha/phpunit.xml
 delete mode 100644 skeleton/test/Skeleton/Autoload.php
 create mode 100644 skeleton/test/Skeleton/bootstrap.php
 create mode 100644 skeleton/test/Skeleton/phpunit.xml
 create mode 100644 turba/test/Turba/bootstrap.php
 create mode 100644 wicked/test/Wicked/bootstrap.php

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

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

commit deb2978c372816d8808157e9dd14fb9bb024aba3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 13 01:30:49 2012 -0700

    [mms] Fix returning UIDNEXT when using UIDNEXT_FORCE and the server does not automatically return this information.

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

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

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

commit 0872c7904601b397d62a8a84d9b339963370db6d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 12 18:03:47 2012 +0100

    Fix polling.

 hermes/js/hermes.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0872c7904601b397d62a8a84d9b339963370db6d

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

commit 9304c65baee30dca87ec437cab5234f43ea0f53d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 12 18:11:35 2012 +0100

    Tweak class names.

 gollem/js/clipboard.js              |   16 ++++++++--------
 gollem/js/edit.js                   |    2 +-
 gollem/js/manager.js                |    2 +-
 gollem/manager.php                  |    4 ++--
 gollem/selectlist.php               |    4 ++--
 gollem/templates/clipboard.html.php |   12 ++++++------
 gollem/templates/edit.html.php      |    5 ++++-
 gollem/templates/manager.html.php   |    6 +++---
 gollem/themes/default/screen.css    |   18 +++++++++---------
 9 files changed, 36 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/9304c65baee30dca87ec437cab5234f43ea0f53d

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

commit 27ef3f883dd0e27d4c4ee1b59483ef12742efab3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 12 18:56:10 2012 +0100

    [jan] Allow to set custom search field label.

 horde/docs/CHANGES                              |    1 +
 horde/lib/View/Topbar.php                       |    2 ++
 horde/package.xml                               |   12 +++++++-----
 horde/templates/topbar/_menubar.html.php        |    2 +-
 horde/themes/default/graphics/filter-topbar.png |  Bin 0 -> 390 bytes
 5 files changed, 11 insertions(+), 6 deletions(-)
 create mode 100644 horde/themes/default/graphics/filter-topbar.png

http://git.horde.org/horde-git/-/commit/27ef3f883dd0e27d4c4ee1b59483ef12742efab3

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

commit 62bc1e5615fb28a6245749b542753b7cd75bbbc9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 12 18:57:02 2012 +0100

    Move filter to topbar.

 gollem/js/manager.js                             |   19 -------------------
 gollem/manager.php                               |   20 ++++++++++++--------
 gollem/package.xml                               |    8 ++++----
 gollem/templates/manager.html.php                |   14 --------------
 gollem/themes/default/graphics/filter-topbar.png |  Bin 0 -> 390 bytes
 5 files changed, 16 insertions(+), 45 deletions(-)
 create mode 100644 gollem/themes/default/graphics/filter-topbar.png

http://git.horde.org/horde-git/-/commit/62bc1e5615fb28a6245749b542753b7cd75bbbc9

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

commit 9bda9087e27df52ec4dd10ca48501035c897ffcd
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 15:20:21 2012 +0100

    Did no-one ever notice we had those swapped?

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

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

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

commit 855f27df81824ad7d94ab372952ef82a9e7906c9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 17:48:00 2012 +0100

    [jan] Fix searching shares for duplicates.

 turba/docs/CHANGES         |    1 +
 turba/lib/Driver/Share.php |   17 +++++++++++++++++
 turba/package.xml          |    2 ++
 3 files changed, 20 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/855f27df81824ad7d94ab372952ef82a9e7906c9

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

commit acbe1f467c8251cf73300c7b2c68717a33ec1926
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:02:18 2012 +0100

    Convert horde-table to H5 style.

 horde/themes/default/graphics/az.png |  Bin 117 -> 343 bytes
 horde/themes/default/graphics/za.png |  Bin 119 -> 338 bytes
 horde/themes/default/screen.css      |   94 +++++++++++++++++++---------------
 3 files changed, 52 insertions(+), 42 deletions(-)

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

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

commit c3ec7d1ba85d57cd566c8fce51b02c7c0772b233
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:02:34 2012 +0100

    Tweak tables.

 horde/lib/Prefs/Special/Activesync.php         |    1 -
 horde/templates/admin/user/approve.inc         |    8 +++++---
 horde/templates/admin/user/list.inc            |    4 ++--
 horde/templates/prefs/activesync.html          |   14 +++++++-------
 imp/themes/default/basic/screen.css            |    1 -
 turba/templates/search/duplicate/list.html.php |    2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

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

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

commit f6d49cd310f894e86901e43948e83380cc4b4a6e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:03:04 2012 +0100

    Convert file list to Horde 5.

 gollem/manager.php                  |    5 +--
 gollem/templates/clipboard.html.php |   50 +++++++++++++++++++----------------
 gollem/templates/manager.html.php   |    8 +++---
 gollem/themes/default/screen.css    |    7 +----
 4 files changed, 34 insertions(+), 36 deletions(-)

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

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

commit c95344ef29c341ee8a77887ff41b801a05941b25
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:13:56 2012 +0100

    Let the exception bubble.

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

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

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

commit 7a1fa0c1a5b285c871030c816c09556d92f0ae3b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:31:04 2012 +0100

    Fix double header.

 trean/lib/View/BookmarkList.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit eb150fc3aa89c371df69054b450325b1c701b062
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:31:33 2012 +0100

    XHTML

 trean/templates/list.html.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 6d902978b791beea803ae20efc23982b206e8ea2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:35:56 2012 +0100

    Remove unused rules.

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

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

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

commit ebfa5b44a0c48313b9d87e15d4e31c081d8a359d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:38:45 2012 +0100

    Remove unused rules.

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

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

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

commit dbcae8e9593b541048484c720ae40a8584153d33
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 18:43:18 2012 +0100

    Highlight non-linked sort criterion column headers too.

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

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

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

commit e824e49aee5ea3edaf67533dfbe94a9d8ab906f9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:12:22 2012 +0100

    Update icons.

 trean/package.xml                                       |   34 +-------------
 trean/themes/default/graphics/add.png                   |  Bin 364 -> 626 bytes
 trean/themes/default/graphics/az.png                    |  Bin 117 -> 0 bytes
 trean/themes/default/graphics/data.png                  |  Bin 583 -> 0 bytes
 trean/themes/default/graphics/delete.png                |  Bin 414 -> 0 bytes
 trean/themes/default/graphics/edit.png                  |  Bin 439 -> 0 bytes
 trean/themes/default/graphics/favicon.ico               |  Bin 1150 -> 1742 bytes
 trean/themes/default/graphics/folders/folder_create.png |  Bin 233 -> 0 bytes
 trean/themes/default/graphics/folders/folder_delete.png |  Bin 234 -> 0 bytes
 trean/themes/default/graphics/folders/folder_edit.png   |  Bin 164 -> 0 bytes
 trean/themes/default/graphics/http/1xx.png              |  Bin 365 -> 610 bytes
 trean/themes/default/graphics/http/2xx.png              |  Bin 336 -> 604 bytes
 trean/themes/default/graphics/http/3xx.png              |  Bin 365 -> 610 bytes
 trean/themes/default/graphics/http/4xx.png              |  Bin 169 -> 548 bytes
 trean/themes/default/graphics/http/5xx.png              |  Bin 184 -> 545 bytes
 trean/themes/default/graphics/http/error.png            |  Bin 184 -> 545 bytes
 trean/themes/default/graphics/minus.png                 |  Bin 181 -> 0 bytes
 trean/themes/default/graphics/perms.png                 |  Bin 243 -> 0 bytes
 trean/themes/default/graphics/plus.png                  |  Bin 208 -> 0 bytes
 trean/themes/default/graphics/protocol/ftp.png          |  Bin 667 -> 422 bytes
 trean/themes/default/graphics/protocol/http.png         |  Bin 676 -> 646 bytes
 trean/themes/default/graphics/protocol/https.png        |  Bin 676 -> 451 bytes
 trean/themes/default/graphics/rating-star.gif           |  Bin 1947 -> 0 bytes
 trean/themes/default/graphics/search.png                |  Bin 662 -> 0 bytes
 trean/themes/default/graphics/trean.png                 |  Bin 300 -> 292 bytes
 trean/themes/default/graphics/za.png                    |  Bin 119 -> 0 bytes
 26 files changed, 3 insertions(+), 31 deletions(-)
 delete mode 100644 trean/themes/default/graphics/az.png
 delete mode 100644 trean/themes/default/graphics/data.png
 delete mode 100644 trean/themes/default/graphics/delete.png
 delete mode 100644 trean/themes/default/graphics/edit.png
 delete mode 100644 trean/themes/default/graphics/folders/folder_create.png
 delete mode 100644 trean/themes/default/graphics/folders/folder_delete.png
 delete mode 100644 trean/themes/default/graphics/folders/folder_edit.png
 delete mode 100644 trean/themes/default/graphics/minus.png
 delete mode 100644 trean/themes/default/graphics/perms.png
 delete mode 100644 trean/themes/default/graphics/plus.png
 delete mode 100644 trean/themes/default/graphics/rating-star.gif
 delete mode 100644 trean/themes/default/graphics/search.png
 delete mode 100644 trean/themes/default/graphics/za.png

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

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

commit 9f419898847d642bac450f0b7f617f7385ea8616
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:14:45 2012 +0100

    Update sidebar.

 horde/themes/default/screen.css |    3 +++
 trean/lib/Application.php       |   15 ++++++++++++---
 trean/themes/default/screen.css |    4 ++++
 3 files changed, 19 insertions(+), 3 deletions(-)

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

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

commit c60a035f98835627aff545b8f998edc8159c7276
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:16:22 2012 +0100

    Require next Horde version.

 trean/package.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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

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

commit 1ab2a2b118f092fe1a5e8881ebd51eea1120fba9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:16:40 2012 +0100

    Convert to H5.

 trean/templates/list.html.php |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/1ab2a2b118f092fe1a5e8881ebd51eea1120fba9

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

commit c23508acbc0069042b5f982cad50c6e1d5bd1330
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:32:02 2012 +0100

    Make search form autoloadable.

 trean/lib/Form/Search.php  |   14 ++++++++++++++
 trean/lib/Forms/Search.php |   14 --------------
 trean/package.xml          |    8 ++++----
 3 files changed, 18 insertions(+), 18 deletions(-)
 create mode 100644 trean/lib/Form/Search.php
 delete mode 100644 trean/lib/Forms/Search.php

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

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

commit 0a0f5831649cf649deb881bc438c96f9a6b2e50c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:32:57 2012 +0100

    [jan] Catch exceptions from Horde_ElasticSearch.
    [jan] Add missing optional dependency on Horde_ElasticSearch.

 content/docs/CHANGES    |    2 ++
 content/lib/Indexer.php |   12 ++++++++++--
 content/package.xml     |   13 +++++++++++--
 3 files changed, 23 insertions(+), 4 deletions(-)

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

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

commit b8134df6506d94e2591ef11575c228bf6dc602d4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:35:26 2012 +0100

    Catch exceptions from content.

 trean/lib/Bookmarks.php |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

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

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

commit e107f56831db857e4e670754939560156ac8c952
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:37:10 2012 +0100

    Public

 trean/lib/Bookmarks.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 8c36c46955d75593b98894c3cf31affa451c9fa3
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:37:35 2012 +0100

    Fix code order, catch exceptions, update form class name.

 trean/search.php |   39 ++++++++++++++++++++++++---------------
 1 files changed, 24 insertions(+), 15 deletions(-)

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

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

commit e6c8437b94580f4840a87abeb028fbe1fd793890
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:44:16 2012 +0100

    Shortcut.

 kronolith/lib/Ajax/Imple/TagAutoCompleter.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit 262861b6db0168d54ff9dd4b9dfa5a1c9e5d2de5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 19:49:46 2012 +0100

    Try to fix tag autocompleter.
    
    Still doesn't return results, but at least tries to load them and doesn't error
    out anymore.

 trean/add.php                             |    4 +++-
 trean/lib/Ajax/Imple/TagAutoCompleter.php |   17 +++++++----------
 2 files changed, 10 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/262861b6db0168d54ff9dd4b9dfa5a1c9e5d2de5

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

commit 079444c9bd53821a5d90bfc99999f3be3f5d96bb
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 13 20:04:49 2012 +0100

    Trean is BSD.

 trean/LICENSE            |   63 ++++++++++++++--------------------------------
 trean/README             |    2 +-
 trean/favicon.php        |    4 +-
 trean/index.php          |    2 +-
 trean/lib/TagBrowser.php |    6 ++--
 trean/package.xml        |    4 +-
 6 files changed, 28 insertions(+), 53 deletions(-)

http://git.horde.org/horde-git/-/commit/079444c9bd53821a5d90bfc99999f3be3f5d96bb

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

commit 1e94d3bd0d264cafd181309f1a42f5f3f6027431
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Nov 13 14:21:23 2012 -0500

    No topbar or sidebar for add bookmark popup window

 trean/add.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1e94d3bd0d264cafd181309f1a42f5f3f6027431

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

commit 8b69bd3bfe9004d67254b17f26bd29d24d80cf90
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Nov 13 14:32:34 2012 -0500

    Fix autocomplete of tags in Add Bookmark screen

 trean/add.php                |    2 +-
 trean/templates/add.html.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 78e8e0d2e5fa6bc1578e62bc032fe19300113039
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Nov 13 17:19:57 2012 -0500

    Remove text that just clutters things up

 trean/templates/add.html.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/78e8e0d2e5fa6bc1578e62bc032fe19300113039

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

commit 89a0346bc26856280569cfc5c95b67315ec957bc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 13 15:42:53 2012 -0700

    [mms] Fix removing user in admin actions (Bug #11690).

 horde/docs/CHANGES                    |    1 +
 horde/package.xml                     |    2 ++
 horde/templates/admin/user/remove.inc |    2 ++
 3 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/89a0346bc26856280569cfc5c95b67315ec957bc

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

commit b93ad761f991ca32479b68aabe450cfba43739e8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 13 16:26:01 2012 -0700

    This is a static method

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

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

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

commit ac9228b3f82a06fc5c29bf921f0327064ea07153
Merge: 45c0659 b93ad76
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 13 22:33:11 2012 -0700

    Merge branch 'master' into imp_6_1

 ansel/test/Ansel/AllTests.php                                     |   49 +--
 ansel/test/Ansel/Autoload.php                                     |    6 +-
 ansel/test/Ansel/Unit/Base.php                                    |    7 +-
 ansel/test/Ansel/Unit/ImageTest.php                               |    7 +-
 ansel/test/Ansel/bootstrap.php                                    |    3 +
 ansel/test/Ansel/phpunit.xml                                      |    2 +-
 components/test/Components/AllTests.php                           |   49 +--
 components/test/Components/Autoload.php                           |    5 -
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    7 +-
 .../Components/Integration/Components/Module/DistributeTest.php   |    7 +-
 .../Components/Integration/Components/Module/DocumentTest.php     |    7 +-
 .../Components/Integration/Components/Module/InstallerTest.php    |    7 +-
 .../test/Components/Integration/Components/Module/ReleaseTest.php |    7 +-
 .../Components/Unit/Components/Component/DependencyListTest.php   |    7 +-
 .../test/Components/Unit/Components/Component/DependencyTest.php  |    5 -
 .../test/Components/Unit/Components/Component/IdentifyTest.php    |    7 +-
 .../test/Components/Unit/Components/Component/ResolverTest.php    |    5 -
 components/test/Components/Unit/Components/Config/FileTest.php    |    7 +-
 components/test/Components/Unit/Components/ConfigsTest.php        |    7 +-
 .../test/Components/Unit/Components/Helper/DocsOriginTest.php     |    7 +-
 components/test/Components/Unit/Components/Helper/RootTest.php    |    7 +-
 .../test/Components/Unit/Components/Helper/TemplatesTest.php      |    7 +-
 .../Components/Unit/Components/Helper/VersionDescriptionTest.php  |    7 +-
 .../Components/Unit/Components/Helper/VersionStabilityTest.php    |    7 +-
 components/test/Components/Unit/Components/Helper/VersionTest.php |    7 +-
 .../test/Components/Unit/Components/Module/DependenciesTest.php   |    7 +-
 .../test/Components/Unit/Components/Module/SnapshotTest.php       |    7 +-
 components/test/Components/Unit/Components/Module/UpdateTest.php  |    7 +-
 .../Unit/Components/Release/Task/CurrentSentinelTest.php          |    7 +-
 .../Components/Unit/Components/Release/Task/NextSentinelTest.php  |    5 -
 .../test/Components/Unit/Components/Release/Task/PackageTest.php  |    7 +-
 .../Components/Unit/Components/Release/Task/TimestampTest.php     |    7 +-
 components/test/Components/Unit/ComponentsTest.php                |    7 +-
 components/test/Components/bootstrap.php                          |    3 +
 components/test/Components/phpunit.xml                            |    2 +-
 content/docs/CHANGES                                              |    2 +
 content/lib/Indexer.php                                           |   12 +-
 content/package.xml                                               |   13 +-
 content/test/Content/AllTests.php                                 |   27 +-
 content/test/Content/Autoload.php                                 |    6 +-
 content/test/Content/Base.php                                     |    5 +-
 content/test/Content/bootstrap.php                                |    3 +
 content/test/Content/phpunit.xml                                  |    1 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php      |    5 -
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    2 +-
 framework/Imap_Client/package.xml                                 |    2 +
 gollem/js/clipboard.js                                            |   16 +-
 gollem/js/edit.js                                                 |    2 +-
 gollem/js/manager.js                                              |   21 +-
 gollem/manager.php                                                |   29 +-
 gollem/package.xml                                                |    8 +-
 gollem/selectlist.php                                             |    4 +-
 gollem/templates/clipboard.html.php                               |   52 ++-
 gollem/templates/edit.html.php                                    |    5 +-
 gollem/templates/manager.html.php                                 |   28 +-
 gollem/themes/default/graphics/filter-topbar.png                  |  Bin 0 -> 390 bytes
 gollem/themes/default/screen.css                                  |   59 +--
 hermes/js/hermes.js                                               |    2 +-
 horde/docs/CHANGES                                                |    2 +
 horde/lib/Prefs/Special/Activesync.php                            |    1 -
 horde/lib/View/Topbar.php                                         |    2 +
 horde/package.xml                                                 |   14 +-
 horde/templates/admin/user/approve.inc                            |    8 +-
 horde/templates/admin/user/list.inc                               |    4 +-
 horde/templates/admin/user/remove.inc                             |    2 +
 horde/templates/prefs/activesync.html                             |   14 +-
 horde/templates/topbar/_menubar.html.php                          |    2 +-
 horde/themes/default/graphics/az.png                              |  Bin 117 -> 343 bytes
 horde/themes/default/graphics/filter-topbar.png                   |  Bin 0 -> 390 bytes
 horde/themes/default/graphics/za.png                              |  Bin 119 -> 338 bytes
 horde/themes/default/screen.css                                   |  106 +++--
 imp/lib/IMP.php                                                   |    2 +-
 imp/themes/default/basic/screen.css                               |    1 -
 imp/themes/default/screen.css                                     |    4 +-
 kolab/test/Kolab/AllTests.php                                     |   35 +--
 kolab/test/Kolab/Autoload.php                                     |   20 -
 kolab/test/Kolab/ExampleTest.php                                  |    5 -
 kolab/test/Kolab/bootstrap.php                                    |    3 +
 kolab/test/Kolab/phpunit.xml                                      |    1 +
 koward/test/Koward/AllTests.php                                   |   84 +----
 koward/test/Koward/Autoload.php                                   |    3 +
 koward/test/Koward/KowardTest.php                                 |    5 -
 koward/test/Koward/TestInit.php                                   |   24 -
 koward/test/Koward/bootstrap.php                                  |    3 +
 koward/test/Koward/phpunit.xml                                    |    1 +
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php                     |    3 +-
 kronolith/test/Kronolith/AllTests.php                             |   44 +--
 kronolith/test/Kronolith/Autoload.php                             |    6 +-
 kronolith/test/Kronolith/Integration/AllDayTest.php               |    5 -
 kronolith/test/Kronolith/Integration/Driver/KolabTest.php         |    5 -
 .../test/Kronolith/Integration/Driver/Sql/Pdo/SqliteTest.php      |    7 +-
 kronolith/test/Kronolith/Integration/FromIcalendarTest.php        |    5 -
 kronolith/test/Kronolith/Integration/Kronolith/KolabTest.php      |    5 -
 .../test/Kronolith/Integration/Kronolith/Sql/Pdo/SqliteTest.php   |    7 +-
 kronolith/test/Kronolith/Integration/ToIcalendarTest.php          |    5 -
 kronolith/test/Kronolith/bootstrap.php                            |    3 +
 kronolith/test/Kronolith/phpunit.xml                              |    2 +-
 mnemo/test/Mnemo/AllTests.php                                     |   49 +--
 mnemo/test/Mnemo/Autoload.php                                     |    6 +-
 mnemo/test/Mnemo/Unit/Driver/KolabTest.php                        |    5 -
 mnemo/test/Mnemo/Unit/Factory/DriverTest.php                      |    5 -
 mnemo/test/Mnemo/Unit/Mnemo/KolabTest.php                         |    5 -
 mnemo/test/Mnemo/Unit/Mnemo/Sql/Pdo/SqliteTest.php                |    7 +-
 mnemo/test/Mnemo/bootstrap.php                                    |    3 +
 mnemo/test/Mnemo/phpunit.xml                                      |    2 +-
 nag/test/Nag/AllTests.php                                         |   44 +--
 nag/test/Nag/Autoload.php                                         |    6 +-
 nag/test/Nag/Unit/Driver/KolabTest.php                            |    5 -
 nag/test/Nag/Unit/Driver/Sql/Pdo/SqliteTest.php                   |    7 +-
 nag/test/Nag/Unit/Factory/TasklistsTest.php                       |    5 -
 nag/test/Nag/Unit/Form/Task/KolabTest.php                         |    5 -
 nag/test/Nag/Unit/Form/Task/Sql/Pdo/SqliteTest.php                |    7 +-
 nag/test/Nag/Unit/Nag/KolabTest.php                               |    5 -
 nag/test/Nag/Unit/Nag/Sql/Pdo/SqliteTest.php                      |    7 +-
 nag/test/Nag/bootstrap.php                                        |    3 +
 nag/test/Nag/phpunit.xml                                          |    2 +-
 passwd/test/Passwd/AllTests.php                                   |   35 +--
 passwd/test/Passwd/Autoload.php                                   |    8 +-
 passwd/test/Passwd/TestCase.php                                   |   10 +-
 passwd/test/Passwd/Unit/Driver/SqlTest.php                        |    9 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php                    |    8 +-
 passwd/test/Passwd/bootstrap.php                                  |    3 +
 passwd/test/Passwd/phpunit.xml                                    |    1 +
 sesha/test/Sesha/AllTests.php                                     |   35 +--
 sesha/test/Sesha/Autoload.php                                     |    8 +-
 sesha/test/Sesha/TestCase.php                                     |   10 +-
 sesha/test/Sesha/Unit/Driver/RdoTest.php                          |   10 +-
 sesha/test/Sesha/bootstrap.php                                    |    3 +
 sesha/test/Sesha/phpunit.xml                                      |    1 +
 skeleton/test/Skeleton/AllTests.php                               |   35 +--
 skeleton/test/Skeleton/Autoload.php                               |   20 -
 skeleton/test/Skeleton/ExampleTest.php                            |    5 -
 skeleton/test/Skeleton/bootstrap.php                              |    3 +
 skeleton/test/Skeleton/phpunit.xml                                |    1 +
 trean/LICENSE                                                     |   63 +--
 trean/README                                                      |    2 +-
 trean/add.php                                                     |    8 +-
 trean/favicon.php                                                 |    4 +-
 trean/index.php                                                   |    2 +-
 trean/lib/Ajax/Imple/TagAutoCompleter.php                         |   17 +-
 trean/lib/Application.php                                         |   21 +-
 trean/lib/Bookmarks.php                                           |   26 +-
 trean/lib/Form/Search.php                                         |   14 +
 trean/lib/Forms/Search.php                                        |   14 -
 trean/lib/TagBrowser.php                                          |    6 +-
 trean/lib/View/BookmarkList.php                                   |    3 +-
 trean/package.xml                                                 |   51 +--
 trean/search.php                                                  |   39 +-
 trean/templates/add.html.php                                      |    3 +-
 trean/templates/list.html.php                                     |   17 +-
 trean/themes/default/graphics/add.png                             |  Bin 364 -> 626 bytes
 trean/themes/default/graphics/az.png                              |  Bin 117 -> 0 bytes
 trean/themes/default/graphics/data.png                            |  Bin 583 -> 0 bytes
 trean/themes/default/graphics/delete.png                          |  Bin 414 -> 0 bytes
 trean/themes/default/graphics/edit.png                            |  Bin 439 -> 0 bytes
 trean/themes/default/graphics/favicon.ico                         |  Bin 1150 -> 1742 bytes
 trean/themes/default/graphics/folders/folder_create.png           |  Bin 233 -> 0 bytes
 trean/themes/default/graphics/folders/folder_delete.png           |  Bin 234 -> 0 bytes
 trean/themes/default/graphics/folders/folder_edit.png             |  Bin 164 -> 0 bytes
 trean/themes/default/graphics/http/1xx.png                        |  Bin 365 -> 610 bytes
 trean/themes/default/graphics/http/2xx.png                        |  Bin 336 -> 604 bytes
 trean/themes/default/graphics/http/3xx.png                        |  Bin 365 -> 610 bytes
 trean/themes/default/graphics/http/4xx.png                        |  Bin 169 -> 548 bytes
 trean/themes/default/graphics/http/5xx.png                        |  Bin 184 -> 545 bytes
 trean/themes/default/graphics/http/error.png                      |  Bin 184 -> 545 bytes
 trean/themes/default/graphics/minus.png                           |  Bin 181 -> 0 bytes
 trean/themes/default/graphics/perms.png                           |  Bin 243 -> 0 bytes
 trean/themes/default/graphics/plus.png                            |  Bin 208 -> 0 bytes
 trean/themes/default/graphics/protocol/ftp.png                    |  Bin 667 -> 422 bytes
 trean/themes/default/graphics/protocol/http.png                   |  Bin 676 -> 646 bytes
 trean/themes/default/graphics/protocol/https.png                  |  Bin 676 -> 451 bytes
 trean/themes/default/graphics/rating-star.gif                     |  Bin 1947 -> 0 bytes
 trean/themes/default/graphics/search.png                          |  Bin 662 -> 0 bytes
 trean/themes/default/graphics/trean.png                           |  Bin 300 -> 292 bytes
 trean/themes/default/graphics/za.png                              |  Bin 119 -> 0 bytes
 trean/themes/default/screen.css                                   |   52 +--
 turba/docs/CHANGES                                                |    1 +
 turba/lib/Driver/Share.php                                        |   17 +
 turba/package.xml                                                 |    2 +
 turba/templates/search/duplicate/list.html.php                    |    2 +-
 turba/test/Turba/AllTests.php                                     |   44 +--
 turba/test/Turba/Autoload.php                                     |    6 +-
 turba/test/Turba/TestCase.php                                     |    5 -
 turba/test/Turba/ToDo/ApiTest.php                                 |    5 -
 turba/test/Turba/bootstrap.php                                    |    3 +
 turba/test/Turba/phpunit.xml                                      |    2 +-
 wicked/test/Wicked/AllTests.php                                   |   50 +--
 wicked/test/Wicked/Autoload.php                                   |   10 +-
 wicked/test/Wicked/Unit/Driver/SqlTest.php                        |    5 -
 wicked/test/Wicked/Unit/RstTest.php                               |    5 -
 wicked/test/Wicked/bootstrap.php                                  |    3 +
 wicked/test/Wicked/phpunit.xml                                    |    2 +-
 192 files changed, 477 insertions(+), 1459 deletions(-)

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




More information about the commits mailing list