[commits] Horde branch trean_tags updated. 96d208acfcf4d0e7477438efefd5c86b5d6a18fb

Chuck Hagenbuch chuck at horde.org
Thu Jun 23 20:19:22 UTC 2011


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

from: 975fc53093a16a303f9eca7dcd96c345df197c73

15b6336 Ansel_Gallery->getName() -> Ansel_Gallery->name
ad28819 Fix checking for 'addressbooks' paramter.
fd098f8 [gwr] Renamed migration helper to avoid namespace clash with a similar tool from the horde base package.
7678116 - Added a formal package.xml without much manual fixup - Converted remaining drivers to use Passwd_Exceptions instead of pear_error
7760aa4 removed Passwd_Driver::factory as there's an external factory available now in Factory/Driver.php which injects dependencies.
89f69cf remove accidental swap file from listing
ff4bb08 refactor remote-import script and move to bin/
541109d fix retrieving image attributes
ae70900 Clean up some tag handling
123664f Refactor and move exit-to-tags utility script
7de005a Fix(?) off by one error.
2335ea8 refactor and move garbage collection script
56ebd4d refactor ansel-remote-import:
92ca5d0 change name of script to reflect functionality
27968e6 typehint, wrapping
141b088 Add list support for at least the local helper
e536024 Rename remaining whups scripts.
ff53ada Add Ansel_Storage#listAllGalleries to wrap Horde_Share#listAllShares
12ec871 add remaining commands to local cli script.
1af8b3e be friendly to apps that don't use share_id
29421d4 request.headers might not be defined
67acfff [gwr] Extract the setup pieces we do in the AllTests helper and heed the Autoload.php file of a test suite.
cf036f1 Use Horde autoloading.
30cb61a Allow running the test in isolation.
f5d1d97 Fixed autoloading.
fc8f17b Fix autoloading.
b40ac55 Debian packaging modifications for my second round of packaging.
9cb6f8d Track changes to cli script in the applescript example
f2eedbf remove scripts/ directory now that everything lives in bin/
f8bda89 Passwd drivers now start with capital letters (renaming Files)
3a40e17 Renamed classes to ucfirst style Modified backend examples to use new names
5fe0ec5 Ignore kdev4 files as they should not go into repository
010186e Updated file list because drivers now are ucfirst
fd8bc88 file header cosmetics (years, removing CVS tagline)
6cc97e1 Fix flaky test.
ea4bd75 break out admin forms
302febc client name is not required, don't assume we have it.
dae79a0 ...and remove debug line
c8ff819 Fix location for mnemo tests. Fix Kolab test.
c03221f Fix location of nag test suite. Fix Kolab testing.
8b7a746 Fix package.xml for snapshot generation.
40ff871 start adding support for adding/displaying timers in ajax view
2ff9268 Fix dealing with sub-tasks.
f0cf751 We even need this unconditionally, because it makes sure to use the files from a local checkout first, instead of only searching the global include_path.
4f826da This construct doesn't makes sense. "require" will never return false, because it's a fatal error if it fails.
ccb15d6 Fix charset conversion, convert all headers and labels.
693252f [jan] List attachments when printing messages (Request #10235).
89ae2ce verify() expects a token, not a nonce.
7f69397 Revert "Another small android workaround."
72b1d40 Better place to deal with Android's bogus 'validate' device id.
ad8a8d0 wrapping
22e49e8 Request #10246: Use strongest cipher possible when encrypting S/MIME data.
86c535e Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
472de00 [gwr] Improve detection of the lib directory.
88328a4 Bug #10258: Fix regression in parsing list reply address
2aa8698 Revert "[jan] List attachments when printing messages (Request #10235)."
e119580 Make sure appinitialized hook gets full application environment.
e27acfd Remove -c/-C short options here.
7585552 Utility to determine the path of the configuration file.
ef6ee26 Add -c/--config option.
307e325 Add config file stub.
525160d Config file handler.
cbbe1c4 Update package.xml
14123ab Add convenience function to get a single option.
101b5a7 Allow to "unshift" a configuration into the configuration stack.
e93e215 Support the configuration file.
a0e736b Completed.
78d9ebf Do not traverse by more than five levels.
887d520 NULL options get removed now.
bbc7865 Tweak message; privacy is not the only concern here
8668671 Bug #10262: Fix matching message flags
b96d2b2 Add ticket number.
b27fe10 Add example for changing the server name.
298d07a I love this syntax.
c87a379 [gwr] Allow to specify a custom timeout or to disable it completely when validating tokens.
9631d64 [gwr] Disabled the timeout on the logout token.
26a6f1c [gwr] Disabled the timeout on the logout token.
dadbf4a [gwr] Support restricting the HTML tidy post processing by the message size (Request #10266).
708169b NULL options are filtered now.
d3f2885 Fix viral typo (Bug #10268).
96d208a Merge branch 'master' into trean_tags

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

commit 15b6336518a260a75f570b1e9126cccaf1206996
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Jun 19 22:33:49 2011 -0400

    Ansel_Gallery->getName() -> Ansel_Gallery->name

 ansel/templates/image/edit_image.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/15b6336518a260a75f570b1e9126cccaf1206996

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

commit ad28819606f23df1dcdf5f9d1eedfa030ceb538c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 20 10:50:44 2011 +0200

    Fix checking for 'addressbooks' paramter.

 turba/lib/Block/Minisearch.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit fd098f85a27c9eaf97f15accebc081af9a05c3d0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 11:24:56 2011 +0200

    [gwr] Renamed migration helper to avoid namespace clash with a similar tool from the horde base package.

 framework/Db/bin/horde-db-migrate           |  108 ---------------------------
 framework/Db/bin/horde-db-migrate-component |  108 +++++++++++++++++++++++++++
 framework/Db/package.xml                    |   12 ++-
 3 files changed, 115 insertions(+), 113 deletions(-)
 delete mode 100755 framework/Db/bin/horde-db-migrate
 create mode 100755 framework/Db/bin/horde-db-migrate-component

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

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

commit 76781161120bbae2447ff013e9ce2bc5d3dc71f1
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 15:15:57 2011 +0000

    - Added a formal package.xml without much manual fixup
    - Converted remaining drivers to use Passwd_Exceptions instead of pear_error

 passwd/docs/CHANGES              |    6 +-
 passwd/docs/CREDITS              |    2 +-
 passwd/lib/Driver/expectpecl.php |    7 +-
 passwd/lib/Driver/pine.php       |   37 ++--
 passwd/lib/Driver/servuftp.php   |    2 -
 passwd/lib/Driver/smbldap.php    |   11 +-
 passwd/lib/Driver/smbpasswd.php  |   47 ++---
 passwd/lib/Driver/soap.php       |   21 +-
 passwd/lib/Driver/vmailmgr.php   |   13 +-
 passwd/lib/Driver/vpopmail.php   |  110 +++------
 passwd/lib/Factory/Driver.php    |    2 +
 passwd/package.xml               |  478 ++++++++++++++++++++++++++++++++++++++
 12 files changed, 579 insertions(+), 157 deletions(-)
 create mode 100644 passwd/package.xml

http://git.horde.org/horde-git/-/commit/76781161120bbae2447ff013e9ce2bc5d3dc71f1

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

commit 7760aa46581a8e8bf8d8bd2de3565492e2d7a931
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 15:19:48 2011 +0000

    removed Passwd_Driver::factory as there's an external factory available now
    in Factory/Driver.php which injects dependencies.

 passwd/lib/Driver.php |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

http://git.horde.org/horde-git/-/commit/7760aa46581a8e8bf8d8bd2de3565492e2d7a931

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

commit 89f69cf64e633d335914d52c7c33025c2d1ed976
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 16:04:19 2011 +0000

    remove accidental swap file from listing

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

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

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

commit ff4bb082b3608de492001b569fa4f58a365e95ed
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 17:01:27 2011 -0400

    refactor remote-import script and move to bin/

 ansel/bin/ansel-remote-import   |  324 +++++++++++++++++++++++++++++++++++++++
 ansel/scripts/remote_import.php |  324 ---------------------------------------
 2 files changed, 324 insertions(+), 324 deletions(-)
 create mode 100644 ansel/bin/ansel-remote-import
 delete mode 100755 ansel/scripts/remote_import.php

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

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

commit 541109dab8a40ee9d1c9d9b8086bc876b171a73e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 18:01:26 2011 -0400

    fix retrieving image attributes

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

http://git.horde.org/horde-git/-/commit/541109dab8a40ee9d1c9d9b8086bc876b171a73e

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

commit ae709001a28fb967db025a40e052e00a92569270
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 18:21:02 2011 -0400

    Clean up some tag handling

 ansel/image.php       |   41 ++++++++++++++++++++-----------------
 ansel/lib/Gallery.php |   39 +++++++++++++++++++++++++++++++++--
 ansel/lib/Image.php   |   52 +++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 100 insertions(+), 32 deletions(-)

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

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

commit 123664f38c32cab0ef244fd7999210a572a64099
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 18:21:51 2011 -0400

    Refactor and move exit-to-tags utility script

 ansel/bin/ansel-exif-to-tags              |   69 +++++++++++++++++++++++
 ansel/scripts/all_images_exif_to_tags.php |   87 -----------------------------
 2 files changed, 69 insertions(+), 87 deletions(-)
 create mode 100644 ansel/bin/ansel-exif-to-tags
 delete mode 100755 ansel/scripts/all_images_exif_to_tags.php

http://git.horde.org/horde-git/-/commit/123664f38c32cab0ef244fd7999210a572a64099

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

commit 7de005a1f890167efc30eacd3446fe520307c8ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 18:33:30 2011 -0400

    Fix(?) off by one error.
    
    With the backtrace nesting level set to '2' here, I get exceptions thrown
    about unknown nesting level when I reach this exception.

 framework/Db/lib/Horde/Db/Adapter/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 2335ea85ce48adc1103c1cee34e37f08823d4550
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 18:52:57 2011 -0400

    refactor and move garbage collection script

 ansel/bin/ansel-garbage-collection   |  129 ++++++++++++++++++++++++++++++++++
 ansel/scripts/garbage_collection.php |  106 ----------------------------
 2 files changed, 129 insertions(+), 106 deletions(-)
 create mode 100755 ansel/bin/ansel-garbage-collection
 delete mode 100755 ansel/scripts/garbage_collection.php

http://git.horde.org/horde-git/-/commit/2335ea85ce48adc1103c1cee34e37f08823d4550

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

commit 56ebd4d07182a61f969b6446dc1d0747285f97fe
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 22:14:57 2011 -0400

    refactor ansel-remote-import:
    
    Start making it a more general purpose cli utility for Ansel.
    For now, this just combines the functionality of the
    recursive_import script. This one script now acts either locally or
    remotely. Still planning on bringing in functionality from ansel.php.
    Yes, classes are all in single file for now. Need to think through
    if we can somehow package this in a small bundle to install on a
    client machine without the need for an entire horde install.

 ansel/bin/AnselPublish.scpt        |  Bin 0 -> 4188 bytes
 ansel/bin/ansel-remote-import      |  589 +++++++++++++++++++++++++-----------
 ansel/scripts/AnselPublish.scpt    |  Bin 4188 -> 0 bytes
 ansel/scripts/recursive_import.php |  250 ---------------
 4 files changed, 405 insertions(+), 434 deletions(-)
 create mode 100644 ansel/bin/AnselPublish.scpt
 delete mode 100644 ansel/scripts/AnselPublish.scpt
 delete mode 100755 ansel/scripts/recursive_import.php

http://git.horde.org/horde-git/-/commit/56ebd4d07182a61f969b6446dc1d0747285f97fe

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

commit 92ca5d028ca6d55b208286c652c91727b715a34a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 16 22:18:17 2011 -0400

    change name of script to reflect functionality

 ansel/bin/ansel               |  545 +++++++++++++++++++++++++++++++++++++++++
 ansel/bin/ansel-remote-import |  545 -----------------------------------------
 2 files changed, 545 insertions(+), 545 deletions(-)
 create mode 100644 ansel/bin/ansel
 delete mode 100644 ansel/bin/ansel-remote-import

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

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

commit 27968e6c9f5676e8a650075af2ad9ca137dbba94
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 10:55:47 2011 -0400

    typehint, wrapping

 ansel/lib/Gallery.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/27968e6c9f5676e8a650075af2ad9ca137dbba94

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

commit 141b088dfea802b1d72fbbc8576fa8ae675a04b0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 13:48:08 2011 -0400

    Add list support for at least the local helper

 ansel/bin/ansel |   83 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 67 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/141b088dfea802b1d72fbbc8576fa8ae675a04b0

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

commit e536024c698120114a28cb5217e458f1b9a1bb93
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jun 20 20:44:19 2011 +0200

    Rename remaining whups scripts.

 whups/bin/bugzilla-import.php               |  213 ---------------------------
 whups/bin/mail-filter.php                   |  195 ------------------------
 whups/bin/obliterate.php                    |   61 --------
 whups/bin/reminders.php                     |   19 ---
 whups/bin/whups-bugzilla-import             |  213 +++++++++++++++++++++++++++
 whups/bin/whups-git-hook                    |  136 +++++++++++++++++
 whups/bin/whups-git-hook.php                |  136 -----------------
 whups/bin/whups-mail-filter                 |  195 ++++++++++++++++++++++++
 whups/bin/whups-obliterate                  |   61 ++++++++
 whups/bin/whups-reminders                   |   19 +++
 whups/docs/UPGRADING                        |    7 +
 11 files changed, 631 insertions(+), 624 deletions(-)
 delete mode 100755 whups/bin/bugzilla-import.php
 delete mode 100755 whups/bin/mail-filter.php
 delete mode 100755 whups/bin/obliterate.php
 delete mode 100755 whups/bin/reminders.php
 create mode 100755 whups/bin/whups-bugzilla-import
 mode change 100644 => 100755 whups/bin/whups-convert-sql-shares-to-sqlng
 create mode 100755 whups/bin/whups-git-hook
 delete mode 100755 whups/bin/whups-git-hook.php
 create mode 100755 whups/bin/whups-mail-filter
 create mode 100755 whups/bin/whups-obliterate
 create mode 100755 whups/bin/whups-reminders

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

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

commit ff53ada7960b71be3f93ead0d23dbad617b9fb04
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 16:43:52 2011 -0400

    Add Ansel_Storage#listAllGalleries to wrap Horde_Share#listAllShares

 ansel/lib/Storage.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

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

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

commit 12ec8712c022c6f326f0a70df8e333851b2b351d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 16:44:19 2011 -0400

    add remaining commands to local cli script.
    
    Still need to implement create, reset, and add for the remote helper.

 ansel/bin/ansel |  184 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 179 insertions(+), 5 deletions(-)

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

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

commit 1af8b3e93b381487a6f420d07303fd7c834d27a2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 16:57:00 2011 -0400

    be friendly to apps that don't use share_id

 framework/Share/lib/Horde/Share/Sql.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 29421d4ad117b1760355073d65466b348fe5e0e5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 17:06:08 2011 -0400

    request.headers might not be defined

 framework/Core/lib/Horde/Core/Factory/HttpClient.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/29421d4ad117b1760355073d65466b348fe5e0e5

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

commit 67acfff3a8b7a8abf06b8a9520d80e9955905cc2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 23:17:57 2011 +0200

    [gwr] Extract the setup pieces we do in the AllTests helper and heed the Autoload.php file of a test suite.

 framework/Test/lib/Horde/Test/AllTests.php |   35 ++++++++++++++++++++++-----
 framework/Test/package.xml                 |    4 +-
 2 files changed, 30 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/67acfff3a8b7a8abf06b8a9520d80e9955905cc2

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

commit cf036f1fb06136cd23350a907696c0ace53b3951
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 23:18:36 2011 +0200

    Use Horde autoloading.

 .../Service_Gravatar/test/Horde/Service/Gravatar/Autoload.php     |   35 ++---
 1 files changed, 16 insertions(+), 19 deletions(-)

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

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

commit 30cb61aa2ccdf0ed5aaf070f6aad1c5903022651
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 23:18:56 2011 +0200

    Allow running the test in isolation.

 imp/test/Imp/Unit/Mime/Viewer/HtmlTest.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/30cb61aa2ccdf0ed5aaf070f6aad1c5903022651

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

commit f5d1d9702195206cf96a7795e1f78a3a22eb332c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 23:19:10 2011 +0200

    Fixed autoloading.

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

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

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

commit fc8f17bd7194b2d4ed785c5d33d16af824ab68ed
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 23:19:29 2011 +0200

    Fix autoloading.

 content/test/Content/AllTests.php |    2 +-
 content/test/Content/Autoload.php |   34 +---------------------------------
 content/test/Content/Base.php     |    2 +-
 3 files changed, 3 insertions(+), 35 deletions(-)

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

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

commit b40ac55c5c384b35cbd23fd4186563c03b031eb6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Jun 20 23:22:07 2011 +0200

    Debian packaging modifications for my second round of packaging.

 components/data/distribute/debian/components.php      |   19 ++++++++++++++--
 components/data/distribute/debian/templates/changelog |    4 +-
 components/data/distribute/debian/templates/control   |    3 +-
 components/data/distribute/debian/templates/pearrc    |    2 +
 4 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100644 components/data/distribute/debian/templates/pearrc

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

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

commit 9cb6f8dbaabae15b27e4026fb97d579d3695fc13
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 17:19:05 2011 -0400

    Track changes to cli script in the applescript example

 ansel/bin/AnselPublish.scpt |  Bin 4188 -> 4228 bytes
 ansel/bin/ansel             |    1 +
 2 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit f2eedbfe5bb32941632e5797d553c3f160f0c66c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 17:20:53 2011 -0400

    remove scripts/ directory now that everything lives in bin/

 ansel/scripts/.htaccess |    1 -
 ansel/scripts/ansel.php |  325 -----------------------------------------------
 2 files changed, 0 insertions(+), 326 deletions(-)
 delete mode 100755 ansel/scripts/.htaccess
 delete mode 100755 ansel/scripts/ansel.php

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

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

commit f8bda89ce459a71d605d3878cd7ebecd1b9d3ee7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 21:19:31 2011 +0000

    Passwd drivers now start with capital letters (renaming Files)

 passwd/lib/Driver/Adsi.php       |   70 +++++++++
 passwd/lib/Driver/Composite.php  |  112 +++++++++++++++
 passwd/lib/Driver/Expect.php     |   67 +++++++++
 passwd/lib/Driver/Expectpecl.php |  133 ++++++++++++++++++
 passwd/lib/Driver/Horde.php      |   46 ++++++
 passwd/lib/Driver/Http.php       |   86 ++++++++++++
 passwd/lib/Driver/Kolab.php      |  106 ++++++++++++++
 passwd/lib/Driver/Ldap.php       |  147 ++++++++++++++++++++
 passwd/lib/Driver/Pine.php       |  285 ++++++++++++++++++++++++++++++++++++++
 passwd/lib/Driver/Poppassd.php   |  130 +++++++++++++++++
 passwd/lib/Driver/Procopen.php   |   82 +++++++++++
 passwd/lib/Driver/Pspasswd.php   |  115 +++++++++++++++
 passwd/lib/Driver/Servuftp.php   |  127 +++++++++++++++++
 passwd/lib/Driver/Smbldap.php    |  106 ++++++++++++++
 passwd/lib/Driver/Smbpasswd.php  |  117 ++++++++++++++++
 passwd/lib/Driver/Soap.php       |   84 +++++++++++
 passwd/lib/Driver/Sql.php        |  212 ++++++++++++++++++++++++++++
 passwd/lib/Driver/Vmailmgr.php   |   51 +++++++
 passwd/lib/Driver/Vpopmail.php   |  189 +++++++++++++++++++++++++
 passwd/lib/Driver/adsi.php       |   70 ---------
 passwd/lib/Driver/composite.php  |  112 ---------------
 passwd/lib/Driver/expect.php     |   67 ---------
 passwd/lib/Driver/expectpecl.php |  133 ------------------
 passwd/lib/Driver/horde.php      |   46 ------
 passwd/lib/Driver/http.php       |   86 ------------
 passwd/lib/Driver/kolab.php      |  106 --------------
 passwd/lib/Driver/ldap.php       |  147 --------------------
 passwd/lib/Driver/pine.php       |  285 --------------------------------------
 passwd/lib/Driver/poppassd.php   |  130 -----------------
 passwd/lib/Driver/procopen.php   |   82 -----------
 passwd/lib/Driver/pspasswd.php   |  115 ---------------
 passwd/lib/Driver/servuftp.php   |  127 -----------------
 passwd/lib/Driver/smbldap.php    |  106 --------------
 passwd/lib/Driver/smbpasswd.php  |  117 ----------------
 passwd/lib/Driver/soap.php       |   84 -----------
 passwd/lib/Driver/sql.php        |  212 ----------------------------
 passwd/lib/Driver/vmailmgr.php   |   51 -------
 passwd/lib/Driver/vpopmail.php   |  189 -------------------------
 passwd/lib/Factory/Driver.php    |    2 +-
 39 files changed, 2266 insertions(+), 2266 deletions(-)
 create mode 100644 passwd/lib/Driver/Adsi.php
 create mode 100644 passwd/lib/Driver/Composite.php
 create mode 100644 passwd/lib/Driver/Expect.php
 create mode 100644 passwd/lib/Driver/Expectpecl.php
 create mode 100644 passwd/lib/Driver/Horde.php
 create mode 100644 passwd/lib/Driver/Http.php
 create mode 100644 passwd/lib/Driver/Kolab.php
 create mode 100644 passwd/lib/Driver/Ldap.php
 create mode 100644 passwd/lib/Driver/Pine.php
 create mode 100644 passwd/lib/Driver/Poppassd.php
 create mode 100644 passwd/lib/Driver/Procopen.php
 create mode 100644 passwd/lib/Driver/Pspasswd.php
 create mode 100644 passwd/lib/Driver/Servuftp.php
 create mode 100644 passwd/lib/Driver/Smbldap.php
 create mode 100644 passwd/lib/Driver/Smbpasswd.php
 create mode 100644 passwd/lib/Driver/Soap.php
 create mode 100644 passwd/lib/Driver/Sql.php
 create mode 100644 passwd/lib/Driver/Vmailmgr.php
 create mode 100644 passwd/lib/Driver/Vpopmail.php
 delete mode 100644 passwd/lib/Driver/adsi.php
 delete mode 100644 passwd/lib/Driver/composite.php
 delete mode 100644 passwd/lib/Driver/expect.php
 delete mode 100644 passwd/lib/Driver/expectpecl.php
 delete mode 100644 passwd/lib/Driver/horde.php
 delete mode 100644 passwd/lib/Driver/http.php
 delete mode 100644 passwd/lib/Driver/kolab.php
 delete mode 100644 passwd/lib/Driver/ldap.php
 delete mode 100644 passwd/lib/Driver/pine.php
 delete mode 100644 passwd/lib/Driver/poppassd.php
 delete mode 100644 passwd/lib/Driver/procopen.php
 delete mode 100644 passwd/lib/Driver/pspasswd.php
 delete mode 100644 passwd/lib/Driver/servuftp.php
 delete mode 100644 passwd/lib/Driver/smbldap.php
 delete mode 100644 passwd/lib/Driver/smbpasswd.php
 delete mode 100644 passwd/lib/Driver/soap.php
 delete mode 100644 passwd/lib/Driver/sql.php
 delete mode 100644 passwd/lib/Driver/vmailmgr.php
 delete mode 100644 passwd/lib/Driver/vpopmail.php

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

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

commit 3a40e17435c209aa3e4f7636b5ae375e6844cdfe
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 21:56:47 2011 +0000

    Renamed classes to ucfirst style
    Modified backend examples to use new names

 passwd/config/backends.php       |   46 +++++++++++++++++++-------------------
 passwd/lib/Driver/Adsi.php       |    2 +-
 passwd/lib/Driver/Composite.php  |    4 +-
 passwd/lib/Driver/Expect.php     |    2 +-
 passwd/lib/Driver/Expectpecl.php |    2 +-
 passwd/lib/Driver/Horde.php      |    4 +-
 passwd/lib/Driver/Http.php       |    6 ++--
 passwd/lib/Driver/Kolab.php      |    4 +-
 passwd/lib/Driver/Ldap.php       |    4 +-
 passwd/lib/Driver/Pine.php       |    8 +++---
 passwd/lib/Driver/Poppassd.php   |    4 +-
 passwd/lib/Driver/Procopen.php   |    6 ++--
 passwd/lib/Driver/Pspasswd.php   |    2 +-
 passwd/lib/Driver/Servuftp.php   |    2 +-
 passwd/lib/Driver/Smbldap.php    |    8 +++---
 passwd/lib/Driver/Smbpasswd.php  |    8 +++---
 passwd/lib/Driver/Soap.php       |    2 +-
 passwd/lib/Driver/Sql.php        |    8 +++---
 passwd/lib/Driver/Vmailmgr.php   |    2 +-
 passwd/lib/Driver/Vpopmail.php   |   10 ++++----
 20 files changed, 67 insertions(+), 67 deletions(-)

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

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

commit 5fe0ec52414af847a7d3112ab4f03eee343f134f
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 22:20:58 2011 +0000

    Ignore kdev4 files as they should not go into repository

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/5fe0ec52414af847a7d3112ab4f03eee343f134f

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

commit 010186e631c0594ca1d4070ba9acfc0bb5b89cf7
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 22:35:58 2011 +0000

    Updated file list because drivers now are ucfirst

 passwd/package.xml |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/010186e631c0594ca1d4070ba9acfc0bb5b89cf7

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

commit fd8bc8880433a4241d6c2524e2168382e8c1a2d4
Author: Ralf Lang <lang at b1-systems.de>
Date:   Mon Jun 20 22:39:58 2011 +0000

    file header cosmetics (years, removing CVS tagline)

 passwd/index.php              |    4 +---
 passwd/lib/Driver.php         |    4 +---
 passwd/lib/Passwd.php         |    4 +---
 passwd/main.php               |    4 +---
 passwd/scripts/kpasswd_expect |    1 -
 passwd/scripts/passwd_expect  |    1 -
 6 files changed, 4 insertions(+), 14 deletions(-)

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

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

commit 6cc97e10217e0de44a0bf3131bbbbf80fe976cbb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Jun 21 04:58:37 2011 +0200

    Fix flaky test.

 framework/Pear/test/Horde/Pear/Unit/RemoteTest.php |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

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

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

commit ea4bd7549bb6f8b51e19625163ada2b374fb9adc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 20 23:51:05 2011 -0400

    break out admin forms

 hermes/admin.php                             |   46 +++---
 hermes/lib/Admin.php                         |  193 --------------------------
 hermes/lib/Form/Admin/AddJobType.php         |   29 ++++
 hermes/lib/Form/Admin/DeleteJobType.php      |   45 ++++++
 hermes/lib/Form/Admin/EditClientStepOne.php  |   37 +++++
 hermes/lib/Form/Admin/EditClientStepTwo.php  |   50 +++++++
 hermes/lib/Form/Admin/EditJobTypeStepOne.php |   45 ++++++
 hermes/lib/Form/Admin/EditJobTypeStepTwo.php |   50 +++++++
 8 files changed, 278 insertions(+), 217 deletions(-)
 delete mode 100644 hermes/lib/Admin.php
 create mode 100644 hermes/lib/Form/Admin/AddJobType.php
 create mode 100644 hermes/lib/Form/Admin/DeleteJobType.php
 create mode 100644 hermes/lib/Form/Admin/EditClientStepOne.php
 create mode 100644 hermes/lib/Form/Admin/EditClientStepTwo.php
 create mode 100644 hermes/lib/Form/Admin/EditJobTypeStepOne.php
 create mode 100644 hermes/lib/Form/Admin/EditJobTypeStepTwo.php

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

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

commit 302febc1acc93a259c4a3312919e099637764868
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 21 00:01:32 2011 -0400

    client name is not required, don't assume we have it.

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

http://git.horde.org/horde-git/-/commit/302febc1acc93a259c4a3312919e099637764868

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

commit dae79a0e855b404e38d832a4e541453640e8df8e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 21 00:02:10 2011 -0400

    ...and remove debug line

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

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

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

commit c8ff8199d4c0621c7b7e3226eef439fe578e8e0c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Jun 21 06:17:18 2011 +0200

    Fix location for mnemo tests. Fix Kolab test.

 mnemo/lib/Driver/Kolab.php                        |   13 ++--
 mnemo/lib/tests/Mnemo/AllTests.php                |   48 -----------
 mnemo/lib/tests/Mnemo/Autoload.php                |   22 -----
 mnemo/lib/tests/Mnemo/TestCase.php                |   86 -------------------
 mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php   |   95 ---------------------
 mnemo/lib/tests/Mnemo/Unit/Factory/DriverTest.php |   61 -------------
 mnemo/lib/tests/Mnemo/phpunit.xml                 |    8 --
 mnemo/package.xml                                 |   50 ++++++------
 mnemo/test/Mnemo/AllTests.php                     |   45 ++++++++++
 mnemo/test/Mnemo/Autoload.php                     |   22 +++++
 mnemo/test/Mnemo/TestCase.php                     |   86 +++++++++++++++++++
 mnemo/test/Mnemo/Unit/Driver/KolabTest.php        |   95 +++++++++++++++++++++
 mnemo/test/Mnemo/Unit/Factory/DriverTest.php      |   61 +++++++++++++
 mnemo/test/Mnemo/phpunit.xml                      |    8 ++
 14 files changed, 348 insertions(+), 352 deletions(-)
 delete mode 100644 mnemo/lib/tests/Mnemo/AllTests.php
 delete mode 100644 mnemo/lib/tests/Mnemo/Autoload.php
 delete mode 100644 mnemo/lib/tests/Mnemo/TestCase.php
 delete mode 100644 mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php
 delete mode 100644 mnemo/lib/tests/Mnemo/Unit/Factory/DriverTest.php
 delete mode 100644 mnemo/lib/tests/Mnemo/phpunit.xml
 create mode 100644 mnemo/test/Mnemo/AllTests.php
 create mode 100644 mnemo/test/Mnemo/Autoload.php
 create mode 100644 mnemo/test/Mnemo/TestCase.php
 create mode 100644 mnemo/test/Mnemo/Unit/Driver/KolabTest.php
 create mode 100644 mnemo/test/Mnemo/Unit/Factory/DriverTest.php
 create mode 100644 mnemo/test/Mnemo/phpunit.xml

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

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

commit c03221fe4eaf6fe52742203b3465a9dc20668332
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Jun 21 07:20:18 2011 +0200

    Fix location of nag test suite. Fix Kolab testing.

 nag/lib/test/Nag/AllTests.php              |   48 --------------
 nag/lib/test/Nag/Autoload.php              |   25 -------
 nag/lib/test/Nag/Stub/Registry.php         |   14 ----
 nag/lib/test/Nag/TestCase.php              |   80 -----------------------
 nag/lib/test/Nag/Unit/Driver/KolabTest.php |   97 ----------------------------
 nag/lib/test/Nag/phpunit.xml               |    8 --
 nag/package.xml                            |   58 ++++++++++-------
 nag/test/Nag/AllTests.php                  |   45 +++++++++++++
 nag/test/Nag/Autoload.php                  |   25 +++++++
 nag/test/Nag/Stub/Registry.php             |   19 ++++++
 nag/test/Nag/TestCase.php                  |   82 +++++++++++++++++++++++
 nag/test/Nag/Unit/Driver/KolabTest.php     |   97 ++++++++++++++++++++++++++++
 nag/test/Nag/phpunit.xml                   |    8 ++
 13 files changed, 309 insertions(+), 297 deletions(-)
 delete mode 100644 nag/lib/test/Nag/AllTests.php
 delete mode 100644 nag/lib/test/Nag/Autoload.php
 delete mode 100644 nag/lib/test/Nag/Stub/Registry.php
 delete mode 100644 nag/lib/test/Nag/TestCase.php
 delete mode 100644 nag/lib/test/Nag/Unit/Driver/KolabTest.php
 delete mode 100644 nag/lib/test/Nag/phpunit.xml
 create mode 100644 nag/test/Nag/AllTests.php
 create mode 100644 nag/test/Nag/Autoload.php
 create mode 100644 nag/test/Nag/Stub/Registry.php
 create mode 100644 nag/test/Nag/TestCase.php
 create mode 100644 nag/test/Nag/Unit/Driver/KolabTest.php
 create mode 100644 nag/test/Nag/phpunit.xml

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

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

commit 8b7a746e6e830b276b0803edf4a78356429d039f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Jun 21 07:26:24 2011 +0200

    Fix package.xml for snapshot generation.
    
    Was the package.xml updated manually before? "horde-components update"
    should have corrected the install paths as well.

 passwd/package.xml |   45 ++++++++++++++++++++++-----------------------
 1 files changed, 22 insertions(+), 23 deletions(-)

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

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

commit 40ff87142e42a7d47c299bd8bea24219ea8a2c46
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 21 01:39:20 2011 -0400

    start adding support for adding/displaying timers in ajax view

 hermes/js/hermes.js                 |   71 ++++++++++++++++++++++++++++++++++-
 hermes/lib/Ajax/Application.php     |   39 +++++++++++++++++++
 hermes/lib/Hermes.php               |    2 +-
 hermes/templates/index/index.inc    |   34 +++++++----------
 hermes/templates/index/timeedit.inc |    2 +-
 hermes/templates/index/timer.inc    |   15 +++++++
 hermes/themes/default/screen.css    |   40 +++++++++++++++++++
 7 files changed, 179 insertions(+), 24 deletions(-)
 create mode 100644 hermes/templates/index/timer.inc

http://git.horde.org/horde-git/-/commit/40ff87142e42a7d47c299bd8bea24219ea8a2c46

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

commit 2ff92681a45b99bc957616f0cc1835c4b1f9a2d0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Jun 21 08:14:46 2011 +0200

    Fix dealing with sub-tasks.

 nag/lib/Driver/Kolab.php               |    2 +-
 nag/test/Nag/Unit/Driver/KolabTest.php |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

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

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

commit f0cf75170da1e553435c6e97b10f4e0295d30835
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 21 10:16:17 2011 +0200

    We even need this unconditionally, because it makes sure to use the files from
    a local checkout first, instead of only searching the global include_path.

 framework/Test/lib/Horde/Test/AllTests.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 4f826da2a164548d813b5439eaa58967cb39b56f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 21 11:21:49 2011 +0200

    This construct doesn't makes sense. "require" will never return false, because
    it's a fatal error if it fails.

 framework/Test/lib/Horde/Test/AllTests.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit ccb15d6dc43ea62934903b0213e21548ec3f44f6
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 21 13:43:06 2011 +0200

    Fix charset conversion, convert all headers and labels.

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

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

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

commit 693252f6ecca3f49901313d066a3df74278a04b4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 21 13:44:02 2011 +0200

    [jan] List attachments when printing messages (Request #10235).

 imp/docs/CHANGES |    1 +
 imp/package.xml  |    2 ++
 imp/view.php     |   11 +++++++++++
 3 files changed, 14 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/693252f6ecca3f49901313d066a3df74278a04b4

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

commit 89ae2ce65a012a9e07f5489561d40793e5de9dce
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 21 15:53:52 2011 +0200

    verify() expects a token, not a nonce.

 framework/Token/lib/Horde/Token/Base.php |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

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

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

commit 7f69397f8b41e1e34334aa92ea9a3d6de81416db
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 21 10:12:21 2011 -0400

    Revert "Another small android workaround."
    
    Need to keep this entry, at least temporarily. Otherwise,
    initial setup can fail on some android devices that incorrectly
    attempt to provision (even though they don't actually support it),
    then (again, incorrectly) perform a FOLDERSYNC that is actually
    ignored by the client anyway. Yay standards.
    
    Hopefully helps at least some of the issues being reported in
    Bug: 10194
    This reverts commit 736800574f6cc05570266ce8adb8bbbc6aa120fc.

 framework/ActiveSync/lib/Horde/ActiveSync.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

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

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

commit 72b1d40ae020fb62638104bf9d78e0851e942d05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 21 12:14:34 2011 -0400

    Better place to deal with Android's bogus 'validate' device id.
    
    Remove the device id after the initial FOLDERSYNC is complete to avoid
    device not found errors during initial handshake

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    8 ++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/72b1d40ae020fb62638104bf9d78e0851e942d05

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

commit ad8a8d0e79ad1af6872a234390173ccde93609e9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 21 12:16:44 2011 -0400

    wrapping

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   16 ++++++-----
 1 files changed, 9 insertions(+), 7 deletions(-)

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

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

commit 22e49e860c9b5d95d0efae1a981735334794ffd1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 21 11:29:03 2011 -0600

    Request #10246: Use strongest cipher possible when encrypting S/MIME data.

 framework/Crypt/lib/Horde/Crypt/Smime.php |   18 ++++++++++++++----
 framework/Crypt/package.xml               |   10 +++++-----
 2 files changed, 19 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/22e49e860c9b5d95d0efae1a981735334794ffd1

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

commit 86c535ea9c03d869f5f860dd144c77c5816cb6b5
Merge: 2ff9268 22e49e8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 05:56:47 2011 +0200

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/ActiveSync/lib/Horde/ActiveSync.php                    |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    8 +++
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php      |   16 +++--
 framework/Crypt/lib/Horde/Crypt/Smime.php                        |   18 ++++-
 framework/Crypt/package.xml                                      |   10 ++--
 framework/Test/lib/Horde/Test/AllTests.php                       |    6 +-
 framework/Token/lib/Horde/Token/Base.php                         |    7 +--
 imp/docs/CHANGES                                                 |    1 +
 imp/package.xml                                                  |    2 +
 imp/view.php                                                     |   15 ++++-
 10 files changed, 58 insertions(+), 30 deletions(-)

http://git.horde.org/horde-git/-/commit/86c535ea9c03d869f5f860dd144c77c5816cb6b5

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

commit 472de0093b4ba7232ae7735d910e8e5953d800fa
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 06:12:18 2011 +0200

    [gwr] Improve detection of the lib directory.

 framework/Test/lib/Horde/Test/AllTests.php |   18 +++++++++++++++++-
 framework/Test/package.xml                 |    2 ++
 2 files changed, 19 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/472de0093b4ba7232ae7735d910e8e5953d800fa

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

commit 88328a413dd53d642ff667beda03388bc4a29fc5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 21 23:16:55 2011 -0600

    Bug #10258: Fix regression in parsing list reply address

 imp/docs/CHANGES       |    1 +
 imp/lib/Ui/Message.php |    4 ++++
 imp/package.xml        |    1 +
 3 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/88328a413dd53d642ff667beda03388bc4a29fc5

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

commit 2aa8698dcd2e286e9097bfd3ac029b9eb26bc6ff
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Jun 21 23:18:04 2011 -0600

    Revert "[jan] List attachments when printing messages (Request #10235)."
    
    This reverts commit 693252f6ecca3f49901313d066a3df74278a04b4.

 imp/docs/CHANGES |    1 -
 imp/package.xml  |    2 --
 imp/view.php     |   11 -----------
 3 files changed, 0 insertions(+), 14 deletions(-)

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

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

commit e119580b7f11966860a87b41e84cab1e944391ec
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 22 00:05:18 2011 -0600

    Make sure appinitialized hook gets full application environment.

 framework/Core/lib/Horde/Registry.php |   63 +++++++++++++++++++++-----------
 framework/Core/package.xml            |   10 +++---
 2 files changed, 46 insertions(+), 27 deletions(-)

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

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

commit e27acfd69eb22fc28017a7ee4709f870e9f30d16
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:37:55 2011 +0200

    Remove -c/-C short options here.

 components/lib/Components/Module/CiSetup.php                      |    2 --
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit 7585552184a834ccd876ab68f42da823118f603e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:43:12 2011 +0200

    Utility to determine the path of the configuration file.

 components/lib/Components/Constants.php |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/7585552184a834ccd876ab68f42da823118f603e

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

commit ef6ee26aa28c2105dde8e4c2ad3cada353f4a166
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:43:33 2011 +0200

    Add -c/--config option.

 components/lib/Components/Config/Cli.php |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

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

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

commit 307e3257c12ed1dca05b6896367b25090ece8807
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:44:19 2011 +0200

    Add config file stub.

 components/config/conf.php.dist |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 components/config/conf.php.dist

http://git.horde.org/horde-git/-/commit/307e3257c12ed1dca05b6896367b25090ece8807

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

commit 525160dc2de9f23bf948ad6b4038bc07d4afaa88
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:44:33 2011 +0200

    Config file handler.

 components/lib/Components/Config/File.php                      |   48 ++++++
 components/test/Components/Unit/Components/Config/FileTest.php |   60 ++++++++
 2 files changed, 108 insertions(+), 0 deletions(-)
 create mode 100644 components/lib/Components/Config/File.php
 create mode 100644 components/test/Components/Unit/Components/Config/FileTest.php

http://git.horde.org/horde-git/-/commit/525160dc2de9f23bf948ad6b4038bc07d4afaa88

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

commit cbbe1c49aed6fa13c21c043469da686523e34eed
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 07:44:46 2011 +0200

    Update package.xml

 components/package.xml |   47 +++++++++++++++++++++++++++++++----------------
 1 files changed, 31 insertions(+), 16 deletions(-)

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

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

commit 14123ab38a293dd6674eaccfb956c36b1b5ee6c2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 08:06:24 2011 +0200

    Add convenience function to get a single option.

 components/lib/Components/Config/Base.php |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/14123ab38a293dd6674eaccfb956c36b1b5ee6c2

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

commit 101b5a79f46c0ea80e22bc27ec8ba013d08425b0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 08:07:05 2011 +0200

    Allow to "unshift" a configuration into the configuration stack.

 components/lib/Components/Configs.php                      |   18 ++++-
 components/package.xml                                     |   12 ++-
 components/test/Components/Unit/Components/ConfigsTest.php |   57 ++++++++++++
 components/test/Components/fixture/config/a.php            |    2 +
 components/test/Components/fixture/config/b.php            |    2 +
 components/test/Components/fixture/config/null.php         |    2 +
 6 files changed, 89 insertions(+), 4 deletions(-)
 create mode 100644 components/test/Components/fixture/config/a.php
 create mode 100644 components/test/Components/fixture/config/b.php
 create mode 100644 components/test/Components/fixture/config/null.php

http://git.horde.org/horde-git/-/commit/101b5a79f46c0ea80e22bc27ec8ba013d08425b0

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

commit e93e2156d1b28e604bf1ba64041a193b3385f77a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 08:08:22 2011 +0200

    Support the configuration file.
    
    It should be useable now but conf.php.dist still needs to be populated
    with useful defaults and some documentation.

 components/lib/Components.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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

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

commit a0e736b138ca7801f6147553f66b74076cc1d51c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 10:34:09 2011 +0200

    Completed.

 components/TODO |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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

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

commit 78d9ebff9f4c58c25b33922595b122700fdfdcf7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 10:34:42 2011 +0200

    Do not traverse by more than five levels.

 framework/Test/lib/Horde/Test/AllTests.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 887d520b5b2df677f9c13a0295ad813f167de3cb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Jun 22 11:41:40 2011 +0200

    NULL options get removed now.

 components/lib/Components/Runner/Update.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/887d520b5b2df677f9c13a0295ad813f167de3cb

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

commit bbc78658589db8e62a9054ed0612cb98d94ff1b6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 22 11:47:58 2011 -0600

    Tweak message; privacy is not the only concern here

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

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

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

commit 8668671fb0df318a15f6d521ab04efe0989f3585
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jun 22 14:48:29 2011 -0600

    Bug #10262: Fix matching message flags

 imp/lib/Flag/Imap.php |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8668671fb0df318a15f6d521ab04efe0989f3585

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

commit b96d2b26418208a7560f7d0f8b7c478cd9cff34c
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 22 11:06:16 2011 +0200

    Add ticket number.

 imp/docs/CHANGES |    3 ++-
 imp/package.xml  |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit b27fe102756c847bfff46edd41e7261337de1ecd
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 22 11:07:43 2011 +0200

    Add example for changing the server name.

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

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

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

commit 298d07a4de81a33f40c94a766145ccaee1427e44
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 22 11:11:05 2011 +0200

    I love this syntax.

 framework/Test/lib/Horde/Test/AllTests.php |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/298d07a4de81a33f40c94a766145ccaee1427e44

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

commit c87a379439ee668db9aaf5bb8c8a5ece1c1cef27
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jun 23 08:03:03 2011 +0200

    [gwr] Allow to specify a custom timeout or to disable it completely when validating tokens.

 framework/Token/lib/Horde/Token/Base.php             |   15 ++++++++++-----
 framework/Token/package.xml                          |    8 ++++----
 framework/Token/test/Horde/Token/BackendTestCase.php |   16 ++++++++++++++++
 3 files changed, 30 insertions(+), 9 deletions(-)

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

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

commit 9631d64b8abaf0aba8917b909751455f83e64fea
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jun 23 08:05:05 2011 +0200

    [gwr] Disabled the timeout on the logout token.

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

http://git.horde.org/horde-git/-/commit/9631d64b8abaf0aba8917b909751455f83e64fea

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

commit 26a6f1c7697809b12185a2b89183737ba3bdef81
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jun 23 08:26:43 2011 +0200

    [gwr] Disabled the timeout on the logout token.
    
    Doh, should have been in the previous commit.

 horde/login.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/26a6f1c7697809b12185a2b89183737ba3bdef81

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

commit dadbf4aa9afff91edd21119e0ea80d8eb3217bb3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jun 23 08:30:25 2011 +0200

    [gwr] Support restricting the HTML tidy post processing by the message size (Request #10266).

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php |    6 +++++-
 framework/Mime_Viewer/package.xml                    |    4 ++--
 horde/config/mime_drivers.php                        |    6 +++++-
 horde/docs/CHANGES                                   |    2 ++
 horde/package.xml                                    |    2 ++
 5 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit 708169ba1528077b091e874657a71ec2f0536642
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jun 23 08:31:53 2011 +0200

    NULL options are filtered now.

 components/lib/Components/Runner/Snapshot.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/708169ba1528077b091e874657a71ec2f0536642

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

commit d3f28851eb029113c37caf3d9da50652358c88ed
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 23 14:33:50 2011 +0200

    Fix viral typo (Bug #10268).

 .../Service_Facebook/lib/Horde/Service/Facebook/Translation.php   |   15 +++--
 1 files changed, 8 insertions(+), 7 deletions(-)

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

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

commit 96d208acfcf4d0e7477438efefd5c86b5d6a18fb
Merge: 975fc53 d3f2885
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Jun 23 16:19:07 2011 -0400

    Merge branch 'master' into trean_tags

 .gitignore                                                        |    2 +
 ansel/bin/AnselPublish.scpt                                       |  Bin 0 -> 4228 bytes
 ansel/bin/ansel                                                   |  771 +++++
 ansel/bin/ansel-exif-to-tags                                      |   69 +
 ansel/bin/ansel-garbage-collection                                |  129 +
 ansel/image.php                                                   |   41 +-
 ansel/lib/Gallery.php                                             |   45 +-
 ansel/lib/Image.php                                               |   52 +-
 ansel/lib/Storage.php                                             |   12 +-
 ansel/scripts/.htaccess                                           |    1 -
 ansel/scripts/AnselPublish.scpt                                   |  Bin 4188 -> 0 bytes
 ansel/scripts/all_images_exif_to_tags.php                         |   87 -
 ansel/scripts/ansel.php                                           |  325 --
 ansel/scripts/garbage_collection.php                              |  106 -
 ansel/scripts/recursive_import.php                                |  250 --
 ansel/scripts/remote_import.php                                   |  324 --
 ansel/templates/image/edit_image.inc                              |    2 +-
 components/TODO                                                   |    3 -
 components/config/conf.php.dist                                   |   15 +
 components/data/distribute/debian/components.php                  |   19 +-
 components/data/distribute/debian/templates/changelog             |    4 +-
 components/data/distribute/debian/templates/control               |    3 +-
 components/data/distribute/debian/templates/pearrc                |    2 +
 components/lib/Components.php                                     |    5 +
 components/lib/Components/Config/Base.php                         |   17 +-
 components/lib/Components/Config/Cli.php                          |   14 +
 components/lib/Components/Config/File.php                         |   48 +
 components/lib/Components/Configs.php                             |   18 +-
 components/lib/Components/Constants.php                           |   26 +-
 components/lib/Components/Module/CiSetup.php                      |    2 -
 components/lib/Components/Runner/Snapshot.php                     |    2 +-
 components/lib/Components/Runner/Update.php                       |    2 +-
 components/package.xml                                            |   53 +-
 .../test/Components/Integration/Components/Module/CiSetupTest.php |    4 +-
 components/test/Components/Unit/Components/Config/FileTest.php    |   60 +
 components/test/Components/Unit/Components/ConfigsTest.php        |   57 +
 components/test/Components/fixture/config/a.php                   |    2 +
 components/test/Components/fixture/config/b.php                   |    2 +
 components/test/Components/fixture/config/null.php                |    2 +
 content/test/Content/AllTests.php                                 |    2 +-
 content/test/Content/Autoload.php                                 |   34 +-
 content/test/Content/Base.php                                     |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    5 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |    8 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   16 +-
 framework/Core/lib/Horde/Core/Factory/HttpClient.php              |    4 +-
 framework/Core/lib/Horde/Registry.php                             |   63 +-
 framework/Core/package.xml                                        |   10 +-
 framework/Crypt/lib/Horde/Crypt/Smime.php                         |   18 +-
 framework/Crypt/package.xml                                       |   10 +-
 framework/Db/bin/horde-db-migrate                                 |  108 -
 framework/Db/bin/horde-db-migrate-component                       |  108 +
 framework/Db/lib/Horde/Db/Adapter/Base.php                        |    2 +-
 framework/Db/package.xml                                          |   12 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php              |    6 +-
 framework/Mime_Viewer/package.xml                                 |    4 +-
 framework/Pear/test/Horde/Pear/Unit/RemoteTest.php                |    7 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Translation.php   |   15 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/Autoload.php     |   35 +-
 framework/Share/lib/Horde/Share/Sql.php                           |    6 +-
 framework/Test/lib/Horde/Test/AllTests.php                        |   54 +-
 framework/Test/package.xml                                        |    6 +-
 framework/Token/lib/Horde/Token/Base.php                          |   22 +-
 framework/Token/package.xml                                       |    8 +-
 framework/Token/test/Horde/Token/BackendTestCase.php              |   16 +
 hermes/admin.php                                                  |   46 +-
 hermes/js/hermes.js                                               |   77 +-
 hermes/lib/Admin.php                                              |  193 -
 hermes/lib/Ajax/Application.php                                   |   39 +
 hermes/lib/Form/Admin/AddJobType.php                              |   29 +
 hermes/lib/Form/Admin/DeleteJobType.php                           |   45 +
 hermes/lib/Form/Admin/EditClientStepOne.php                       |   37 +
 hermes/lib/Form/Admin/EditClientStepTwo.php                       |   50 +
 hermes/lib/Form/Admin/EditJobTypeStepOne.php                      |   45 +
 hermes/lib/Form/Admin/EditJobTypeStepTwo.php                      |   50 +
 hermes/lib/Hermes.php                                             |    2 +-
 hermes/templates/index/index.inc                                  |   34 +-
 hermes/templates/index/timeedit.inc                               |    2 +-
 hermes/templates/index/timer.inc                                  |   15 +
 hermes/themes/default/screen.css                                  |   40 +
 horde/config/mime_drivers.php                                     |    6 +-
 horde/docs/CHANGES                                                |    3 +
 horde/login.php                                                   |    2 +-
 horde/package.xml                                                 |    6 +-
 imp/config/backends.php                                           |    8 +
 imp/docs/CHANGES                                                  |    4 +-
 imp/lib/Flag/Imap.php                                             |   10 +-
 imp/lib/Mime/Viewer/Html.php                                      |    2 +-
 imp/lib/Ui/Message.php                                            |    4 +
 imp/package.xml                                                   |    3 +-
 imp/test/Imp/AllTests.php                                         |    3 -
 imp/test/Imp/Unit/Mime/Viewer/HtmlTest.php                        |    5 +
 imp/view.php                                                      |    4 +-
 mnemo/lib/Driver/Kolab.php                                        |   13 +-
 mnemo/lib/tests/Mnemo/AllTests.php                                |   48 -
 mnemo/lib/tests/Mnemo/Autoload.php                                |   22 -
 mnemo/lib/tests/Mnemo/TestCase.php                                |   86 -
 mnemo/lib/tests/Mnemo/Unit/Driver/KolabTest.php                   |   95 -
 mnemo/lib/tests/Mnemo/Unit/Factory/DriverTest.php                 |   61 -
 mnemo/lib/tests/Mnemo/phpunit.xml                                 |    8 -
 mnemo/package.xml                                                 |   50 +-
 mnemo/test/Mnemo/AllTests.php                                     |   45 +
 mnemo/test/Mnemo/Autoload.php                                     |   22 +
 mnemo/test/Mnemo/TestCase.php                                     |   86 +
 mnemo/test/Mnemo/Unit/Driver/KolabTest.php                        |   95 +
 mnemo/test/Mnemo/Unit/Factory/DriverTest.php                      |   61 +
 mnemo/test/Mnemo/phpunit.xml                                      |    8 +
 nag/lib/Driver/Kolab.php                                          |    2 +-
 nag/lib/test/Nag/AllTests.php                                     |   48 -
 nag/lib/test/Nag/Autoload.php                                     |   25 -
 nag/lib/test/Nag/Stub/Registry.php                                |   14 -
 nag/lib/test/Nag/TestCase.php                                     |   80 -
 nag/lib/test/Nag/Unit/Driver/KolabTest.php                        |   97 -
 nag/lib/test/Nag/phpunit.xml                                      |    8 -
 nag/package.xml                                                   |   58 +-
 nag/test/Nag/AllTests.php                                         |   45 +
 nag/test/Nag/Autoload.php                                         |   25 +
 nag/test/Nag/Stub/Registry.php                                    |   19 +
 nag/test/Nag/TestCase.php                                         |   82 +
 nag/test/Nag/Unit/Driver/KolabTest.php                            |  108 +
 nag/test/Nag/phpunit.xml                                          |    8 +
 passwd/config/backends.php                                        |   46 +-
 passwd/docs/CHANGES                                               |    6 +-
 passwd/docs/CREDITS                                               |    2 +-
 passwd/index.php                                                  |    4 +-
 passwd/lib/Driver.php                                             |   33 +-
 passwd/lib/Driver/Adsi.php                                        |   70 +
 passwd/lib/Driver/Composite.php                                   |  112 +
 passwd/lib/Driver/Expect.php                                      |   67 +
 passwd/lib/Driver/Expectpecl.php                                  |  133 +
 passwd/lib/Driver/Horde.php                                       |   46 +
 passwd/lib/Driver/Http.php                                        |   86 +
 passwd/lib/Driver/Kolab.php                                       |  106 +
 passwd/lib/Driver/Ldap.php                                        |  147 +
 passwd/lib/Driver/Pine.php                                        |  285 ++
 passwd/lib/Driver/Poppassd.php                                    |  130 +
 passwd/lib/Driver/Procopen.php                                    |   82 +
 passwd/lib/Driver/Pspasswd.php                                    |  115 +
 passwd/lib/Driver/Servuftp.php                                    |  127 +
 passwd/lib/Driver/Smbldap.php                                     |  106 +
 passwd/lib/Driver/Smbpasswd.php                                   |  117 +
 passwd/lib/Driver/Soap.php                                        |   84 +
 passwd/lib/Driver/Sql.php                                         |  212 ++
 passwd/lib/Driver/Vmailmgr.php                                    |   51 +
 passwd/lib/Driver/Vpopmail.php                                    |  189 +
 passwd/lib/Driver/adsi.php                                        |   70 -
 passwd/lib/Driver/composite.php                                   |  112 -
 passwd/lib/Driver/expect.php                                      |   67 -
 passwd/lib/Driver/expectpecl.php                                  |  136 -
 passwd/lib/Driver/horde.php                                       |   46 -
 passwd/lib/Driver/http.php                                        |   86 -
 passwd/lib/Driver/kolab.php                                       |  106 -
 passwd/lib/Driver/ldap.php                                        |  147 -
 passwd/lib/Driver/pine.php                                        |  290 --
 passwd/lib/Driver/poppassd.php                                    |  130 -
 passwd/lib/Driver/procopen.php                                    |   82 -
 passwd/lib/Driver/pspasswd.php                                    |  115 -
 passwd/lib/Driver/servuftp.php                                    |  129 -
 passwd/lib/Driver/smbldap.php                                     |  109 -
 passwd/lib/Driver/smbpasswd.php                                   |  136 -
 passwd/lib/Driver/soap.php                                        |   81 -
 passwd/lib/Driver/sql.php                                         |  212 --
 passwd/lib/Driver/vmailmgr.php                                    |   48 -
 passwd/lib/Driver/vpopmail.php                                    |  225 --
 passwd/lib/Factory/Driver.php                                     |    4 +-
 passwd/lib/Passwd.php                                             |    4 +-
 passwd/main.php                                                   |    4 +-
 passwd/package.xml                                                |  476 +++
 passwd/scripts/kpasswd_expect                                     |    1 -
 passwd/scripts/passwd_expect                                      |    1 -
 turba/lib/Block/Minisearch.php                                    |    6 +-
 whups/bin/bugzilla-import.php                                     |  213 --
 whups/bin/mail-filter.php                                         |  195 --
 whups/bin/obliterate.php                                          |   61 -
 whups/bin/reminders.php                                           |   19 -
 whups/bin/whups-bugzilla-import                                   |  213 ++
 whups/bin/whups-git-hook                                          |  136 +
 whups/bin/whups-git-hook.php                                      |  136 -
 whups/bin/whups-mail-filter                                       |  195 ++
 whups/bin/whups-obliterate                                        |   61 +
 whups/bin/whups-reminders                                         |   19 +
 whups/docs/UPGRADING                                              |    7 +
 182 files changed, 6320 insertions(+), 5354 deletions(-)

http://git.horde.org/horde-git/-/commit/96d208acfcf4d0e7477438efefd5c86b5d6a18fb




More information about the commits mailing list