[commits] Horde branch develop updated. cba5830d7ce76107f29445bee7562b7bcf6573f0

Michael M Slusarz slusarz at horde.org
Tue Dec 6 04:47:56 UTC 2011


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

from: f74f0d61fdc89ca92b0dec0204b6028e788bb9ae

3a29504 Add tests for isValidRevision().
4690cab Fix isValidRevision() checks.
bcfd0cc Rename base object methods.
294b29e Make sourceroot a public property.
13c73f7 Bump cache version.
f066086 Rename methods.
004667a Rename methods.
3555bdb Add new revisions to each branch.
82d4c5a Add a tag.
3a403c4 phpdoc
f66f1bb Move some stuff back from Cvs classes to Rcs classes.
2866acf Add File tests. Most of this isn't working as expected.
1c20950 Fix incorrect usage of getFullPath().
76318f6 getFullPath() is only required for RCS/CVS, move it there.
6abb71e Remove unused method.
715775f These methods are the same in all drivers.
0b82c75 Fix RCS/CVS implementation of getPreviousRevision().
6757512 No longer necessary.
b92d29a version -> revision
c8895f8 Rename method.
70abbbb Fix getRevision() for Git.
b7fae9c Fix getPreviousRevision() and retrieving revisions lists.
c000115 Create a proc_open() wrapper for calling git commands.
0d2bca7 Don't use assertCount() so that it still works with PHPUnit 3.5.
acdda88 Close pipe.
ded1c63 Use runCommand() in File class.
31999be Fix object.
ce58fda Implement getSymbolicRevisions in Git driver.
a29a6b0 Rename getSymbolicRevisions() -> getTags().
870a6f2 Those test are working fine now.
83d13d2 Svn does indeed not support branches.
0b2324b Same for tags, unsupported.
c07d7f1 Test subdirectory too.
36bcc7c Throw exeception on non-existant file, don't try Attic/ in RCS.
63c3970 Horde_Vcs_Log_* should not be used outside of Horde_Vcs.
21a3435 getLogs() -> getLog().
a87bb38 Skip this test.
07c7fb6 Make $_logs protected.
7431141 Rename methods.
4c74718 Add log test.
6210452 [mms] Add Horde_String#validUtf8().
c7403f8 [mms] Improved detection of charsets in broken (8-bit) MIME headers.
11f95da Add unit test
fbe22b6 Always retrieve all revisions of all branches.
ea9eaeb Fix getFiles().
9cc6c2f getBranch() works now.
624dc77 Fix getBranch() in CVS too.
d19cb35 Use --root argument to generate correct stats for initial commits.
f3444ce Add tests for more log entries.
353a785 Instantiate file object.
c34b74e Fix menu entry encoding.
4c1e003 Fix checkout().
69abd23 Re-add Horde_Vcs_Patchset as a constants container.
0e0b518 Merge branch 'horde_vcs-tests'
db9b754 Output full urls for edit/delete links in blocks as well.
b40b175 Update/tweak build files, prepare for alpha1
eeabd01 Update build files, prepare for alpha1 release
c2720f3 Sanity checking
82b4a10 Avoid collisions with the $title variable used in common-header.inc
1e23c38 Optimize
f49f996 [mms] Allow multiple messages to be redirected from traditional view mailbox page (Request #2084).
fb8a554 cleanup
0c78eea More generic class name for calendar image
289804a Add @since tag
713fd7c [mms] Allow expiration date to be given to Horde_Crypt_Pgp#generateKey() (Request #5754).
f76b757 [mms] Allow expiration date to be provided when creating personal PGP key (Request #5754).
e7a91e3 [mms] Fix displaying PGP key expiration information.
7c28f99 Fix notifying of exception
13f9084 Allow specifying the application that is extending a Horde_Data_Base object.
223b7b3 Fix Hermes_Data classes for H4.
404e407 bump minimum required version of Horde_Data.
b494577 update package.xml
8a24a24 Some of the Horde_Data objects require the $browser to be injected.
37d62fd PHP5 stuff, fix the Iif implementation
4db3cab Fix case
bebb355 This isn't used anywhere, and doesn't even look complete
038971f update package.xml
cf3c2c1 Bug #6601: There *is* an expiration date in this key.
5e9751e Easier to visually parse
d7e0650 Bug #6601: Also need to use creation time from signature, not key
cba5830 Merge branch 'master' into develop

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

commit 3a295045f0fcb78e117af911437210e9bdeeaaf2
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:04:16 2011 +0100

    Add tests for isValidRevision().

 framework/Vcs/test/Horde/Vcs/CvsTest.php |    8 ++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |    9 +++++++++
 framework/Vcs/test/Horde/Vcs/RcsTest.php |    8 ++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   10 ++++++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

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

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

commit 4690cab2910ae77787f260cab155c18ec3b4e5f6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:04:36 2011 +0100

    Fix isValidRevision() checks.

 framework/Vcs/lib/Horde/Vcs/Base.php |    9 +++------
 framework/Vcs/lib/Horde/Vcs/Rcs.php  |    2 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php  |    2 +-
 3 files changed, 5 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/4690cab2910ae77787f260cab155c18ec3b4e5f6

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

commit bcfd0ccfd96db38cba1fa294652fb670792222a6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:08:19 2011 +0100

    Rename base object methods.

 chora/annotate.php                            |    2 +-
 chora/browsedir.php                           |    2 +-
 chora/browsefile.php                          |    2 +-
 chora/co.php                                  |    2 +-
 chora/commit.php                              |    2 +-
 chora/diff.php                                |    2 +-
 chora/history.php                             |    2 +-
 chora/patchsets.php                           |    2 +-
 chora/templates/patchsets/ps_single.inc       |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php          |    8 ++++----
 framework/Vcs/lib/Horde/Vcs/Cvs.php           |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php      |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php      |    4 ++--
 framework/Vcs/lib/Horde/Vcs/File/Svn.php      |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php  |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php  |    2 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php      |   12 ++++++------
 framework/Vcs/test/Horde/Vcs/GitTest.php      |   10 +++++-----
 framework/Vcs/test/Horde/Vcs/RcsTest.php      |    8 ++++----
 framework/Vcs/test/Horde/Vcs/SvnTest.php      |   10 +++++-----
 24 files changed, 46 insertions(+), 46 deletions(-)

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

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

commit 294b29eba5720b600fec01817b8af6497c229145
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:13:23 2011 +0100

    Make sourceroot a public property.

 chora/cvsgraph.php                            |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php          |   20 +++++---------------
 framework/Vcs/lib/Horde/Vcs/Cvs.php           |    8 ++++----
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php      |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php           |   10 +++++-----
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php  |    4 ++--
 9 files changed, 22 insertions(+), 32 deletions(-)

http://git.horde.org/horde-git/-/commit/294b29eba5720b600fec01817b8af6497c229145

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

commit 13c73f7a7eabee940ce3008d3e918af713103f8d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:14:10 2011 +0100

    Bump cache version.

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

http://git.horde.org/horde-git/-/commit/13c73f7a7eabee940ce3008d3e918af713103f8d

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

commit f0660864a0d8a0c450da87dab55a5f92709306ff
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:17:48 2011 +0100

    Rename methods.

 chora/browsedir.php                            |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php  |    4 ++--
 framework/Vcs/test/Horde/Vcs/CvsTest.php       |   10 +++++-----
 framework/Vcs/test/Horde/Vcs/GitTest.php       |    6 +++---
 framework/Vcs/test/Horde/Vcs/RcsTest.php       |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php       |    6 +++---
 7 files changed, 19 insertions(+), 19 deletions(-)

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

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

commit 004667a82f19165ce05b70e849b79fb2f972a264
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 16:27:49 2011 +0100

    Rename methods.

 chora/annotate.php                             |    4 +-
 chora/app/views/_logMessage.html.php           |    4 +-
 chora/app/views/diff/diff.html.php             |    2 +-
 chora/browsedir.php                            |   10 ++--
 chora/browsefile.php                           |   10 ++--
 chora/co.php                                   |   10 ++--
 chora/diff.php                                 |    4 +-
 chora/lib/Readme/Collection.php                |    8 ++--
 chora/lib/Renderer/File/Html.php               |    4 +-
 chora/stats.php                                |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Cvs.php            |    4 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php |   12 +++---
 framework/Vcs/lib/Horde/Vcs/File/Base.php      |   48 +++++++++++++++---------
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php       |   16 ++++----
 framework/Vcs/lib/Horde/Vcs/File/Git.php       |   30 +++++++-------
 framework/Vcs/lib/Horde/Vcs/File/Svn.php       |    6 +-
 framework/Vcs/lib/Horde/Vcs/Git.php            |    8 ++--
 framework/Vcs/lib/Horde/Vcs/Log/Base.php       |    4 +-
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php        |    4 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php   |    4 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php            |    6 +-
 framework/Vcs/test/Horde/Vcs/GitTest.php       |    2 +-
 23 files changed, 108 insertions(+), 96 deletions(-)

http://git.horde.org/horde-git/-/commit/004667a82f19165ce05b70e849b79fb2f972a264

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

commit 3555bdba7fd969fc1d194663b9e40476283ba1e1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 17:07:00 2011 +0100

    Add new revisions to each branch.

 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |    4 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   43 ++++-
 .../repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f   |  Bin 0 -> 17 bytes
 .../repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9   |  Bin 0 -> 176 bytes
 .../repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5   |  Bin 0 -> 81 bytes
 .../repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526   |    2 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/branch1         |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/master          |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1                      |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1,v                    |   20 ++-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/current                 |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/rep-cache.db            |  Bin 4096 -> 4096 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/2            |   13 ++
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2                |  Bin 0 -> 472 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    2 +-
 15 files changed, 82 insertions(+), 10 deletions(-)
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/2
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2

http://git.horde.org/horde-git/-/commit/3555bdba7fd969fc1d194663b9e40476283ba1e1

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

commit 82d4c5ab4f78cf6b8a43345a7eb010c63b27f8ec
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 17:27:26 2011 +0100

    Add a tag.

 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/val-tags      |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/dir1/file1_1,v |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v        |    1 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1        |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1

http://git.horde.org/horde-git/-/commit/82d4c5ab4f78cf6b8a43345a7eb010c63b27f8ec

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

commit 3a403c444fdbbac710a3e38ec250f101081d337e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:02:53 2011 +0100

    phpdoc

 framework/Vcs/lib/Horde/Vcs/File/Base.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

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

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

commit f66f1bb6063ded9531f7d65acebfe093ea7ee4f4
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:04:05 2011 +0100

    Move some stuff back from Cvs classes to Rcs classes.

 framework/Vcs/lib/Horde/Vcs/Cvs.php      |   19 ---
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php |  202 +-----------------------------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php |  203 ++++++++++++++++++++++++++++++
 framework/Vcs/lib/Horde/Vcs/Log/Base.php |    2 +
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php  |   73 +-----------
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php  |   70 ++++++++++
 framework/Vcs/lib/Horde/Vcs/Rcs.php      |   19 +++
 7 files changed, 296 insertions(+), 292 deletions(-)

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

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

commit 2866acf8c5e3dbf6afeaca0713c577a5a0c5b436
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:04:53 2011 +0100

    Add File tests. Most of this isn't working as expected.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   63 ++++++++++++++++++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   66 +++++++++++++++++++++++++++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   39 +++++++++++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   56 +++++++++++++++++++++++++
 4 files changed, 223 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2866acf8c5e3dbf6afeaca0713c577a5a0c5b436

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

commit 1c209504b987fc5b21e806f5b1c1a1177a94c960
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 19:08:02 2011 +0100

    Fix incorrect usage of getFullPath().

 framework/Vcs/lib/Horde/Vcs/File/Svn.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php      |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

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

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

commit 76318f63b8ecdd0bb25c82bca029095d9bda8cba
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:24:12 2011 +0100

    getFullPath() is only required for RCS/CVS, move it there.

 framework/Vcs/lib/Horde/Vcs/Cvs.php       |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php |   17 +++++------------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |   13 +++++++++----
 framework/Vcs/lib/Horde/Vcs/Rcs.php       |   10 +++-------
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    6 +++---
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    3 ---
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    3 ---
 8 files changed, 23 insertions(+), 35 deletions(-)

http://git.horde.org/horde-git/-/commit/76318f63b8ecdd0bb25c82bca029095d9bda8cba

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

commit 6abb71e263b1979d523f625912a250f3456f7022
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:26:12 2011 +0100

    Remove unused method.

 framework/Vcs/lib/Horde/Vcs/File/Base.php |   10 ----------
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    3 ---
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    3 ---
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    2 --
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    3 ---
 5 files changed, 0 insertions(+), 21 deletions(-)

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

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

commit 715775f5480b29097d5d68b15192105a07f460ce
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:32:26 2011 +0100

    These methods are the same in all drivers.

 framework/Vcs/lib/Horde/Vcs/File/Base.php |   31 ++++++++++++++++++++++------
 framework/Vcs/lib/Horde/Vcs/File/Git.php  |   19 -----------------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |   18 ----------------
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |   19 -----------------
 4 files changed, 24 insertions(+), 63 deletions(-)

http://git.horde.org/horde-git/-/commit/715775f5480b29097d5d68b15192105a07f460ce

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

commit 0b82c75df6f75c54eeef4112de0d0cfda77a1d85
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:45:55 2011 +0100

    Fix RCS/CVS implementation of getPreviousRevision().

 framework/Vcs/lib/Horde/Vcs/File/Base.php |    6 +++++-
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |   14 ++++++++++++++
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |   14 ++++++++++++++
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    2 +-
 4 files changed, 34 insertions(+), 2 deletions(-)

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

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

commit 67575121a7334f8510139b6e7c3d09190d8b595c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:47:08 2011 +0100

    No longer necessary.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   16 +++-------------
 1 files changed, 3 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/67575121a7334f8510139b6e7c3d09190d8b595c

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

commit b92d29aaaf7ceb6d42217b2b803b6fb7a3836226
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:52:09 2011 +0100

    version -> revision

 framework/Vcs/lib/Horde/Vcs/File/Base.php |    6 +++---
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |    6 +++---
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |    8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

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

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

commit c8895f8c6872f7308db027a81c6aa291ab51fccc
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 21:52:19 2011 +0100

    Rename method.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |    8 ++++++--
 framework/Vcs/lib/Horde/Vcs/Log/Git.php  |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit 70abbbb1e3f167b5b1492e2a1d578d3022f2e2ac
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 28 22:05:47 2011 +0100

    Fix getRevision() for Git.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   21 +++++++++++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/70abbbb1e3f167b5b1492e2a1d578d3022f2e2ac

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

commit b7fae9c305e31a96fcc45388190d7efa8a845670
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 18:59:13 2011 +0100

    Fix getPreviousRevision() and retrieving revisions lists.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   60 ++++++++++++++++++++++++++----
 framework/Vcs/test/Horde/Vcs/GitTest.php |   35 ++++++++++++++---
 2 files changed, 80 insertions(+), 15 deletions(-)

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

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

commit c000115f6183f8f2545e54628428e4b365d8cec1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 19:14:27 2011 +0100

    Create a proc_open() wrapper for calling git commands.
    
    Should probably be used for other commands too.

 framework/Vcs/lib/Horde/Vcs/Directory/Git.php |   20 ++++------------
 framework/Vcs/lib/Horde/Vcs/Git.php           |   31 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 15 deletions(-)

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

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

commit 0d2bca7cb424c2325db66bc704861be0cce9840f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 22:54:02 2011 +0100

    Don't use assertCount() so that it still works with PHPUnit 3.5.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |    8 ++++----
 framework/Vcs/test/Horde/Vcs/GitTest.php |    4 ++--
 framework/Vcs/test/Horde/Vcs/RcsTest.php |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php |    4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

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

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

commit acdda88d1e83731b9ce2d6e08aadc4238784dcff
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 23:34:21 2011 +0100

    Close pipe.

 framework/Vcs/lib/Horde/Vcs/Directory/Git.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php           |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit ded1c63c80522c2a4dd359c516a69123d7ed7a63
Author: Jan Schneider <jan at horde.org>
Date:   Tue Nov 29 23:34:43 2011 +0100

    Use runCommand() in File class.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   57 ++++++++++++++++--------------
 framework/Vcs/test/Horde/Vcs/GitTest.php |    1 +
 2 files changed, 31 insertions(+), 27 deletions(-)

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

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

commit 31999befb484c30709e16b574553907181077690
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 30 19:37:56 2011 +0100

    Fix object.

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

http://git.horde.org/horde-git/-/commit/31999befb484c30709e16b574553907181077690

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

commit ce58fdaaceb59e93fdbe51a4a514ddcbff328a8c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:23:54 2011 +0100

    Implement getSymbolicRevisions in Git driver.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   21 ++++++++++++++++++++-
 framework/Vcs/test/Horde/Vcs/GitTest.php |    8 ++++----
 2 files changed, 24 insertions(+), 5 deletions(-)

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

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

commit a29a6b095bfccfcc6f0b3f2e99060840078b6eba
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:25:11 2011 +0100

    Rename getSymbolicRevisions() -> getTags().

 chora/browsefile.php                      |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php  |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php  |    2 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    6 +++---
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    6 +++---
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    4 ++--
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    6 +++---
 8 files changed, 15 insertions(+), 15 deletions(-)

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

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

commit 870a6f2eb83b89c36c528903a782ecf989a2ef95
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:27:35 2011 +0100

    Those test are working fine now.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/870a6f2eb83b89c36c528903a782ecf989a2ef95

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

commit 83d13d226bd51439a3d400e7ad861ca17c4c356e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:28:32 2011 +0100

    Svn does indeed not support branches.
    
    Those are just directories in the same repository.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/83d13d226bd51439a3d400e7ad861ca17c4c356e

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

commit 0b2324b1e647c885ac3055416c7270d7943c8ad3
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:29:20 2011 +0100

    Same for tags, unsupported.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit c07d7f1c6a9a2403f0d0b98cde580f33e34851ec
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 18:55:18 2011 +0100

    Test subdirectory too.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   12 ++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   10 ++++++++++
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   10 ++++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   10 ++++++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

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

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

commit 36bcc7ca49f110bcf66494fd4302ba0d3643d3c7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 19:00:32 2011 +0100

    Throw exeception on non-existant file, don't try Attic/ in RCS.

 framework/Vcs/lib/Horde/Vcs/Cvs.php      |   20 ++++++++++++++++++++
 framework/Vcs/lib/Horde/Vcs/Rcs.php      |    6 ++----
 framework/Vcs/test/Horde/Vcs/CvsTest.php |    9 ++++++---
 framework/Vcs/test/Horde/Vcs/RcsTest.php |    9 ++++++---
 4 files changed, 34 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/36bcc7ca49f110bcf66494fd4302ba0d3643d3c7

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

commit 63c3970ba904a896721b7b7ce144038c94bb1d59
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 20:47:44 2011 +0100

    Horde_Vcs_Log_* should not be used outside of Horde_Vcs.
    
    It's only being used inside Horde_Vcs_File, so move the instantiation there.
    Using the log classes directly causes an infinite loop because of circular
    dependencies with the file classes.

 framework/Vcs/lib/Horde/Vcs/Base.php      |   31 -----------------------
 framework/Vcs/lib/Horde/Vcs/File/Base.php |   39 ++++++++++++++++++++++++++++-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php  |    7 +++++
 framework/Vcs/lib/Horde/Vcs/File/Git.php  |   11 ++++++-
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php  |    9 ++++++-
 framework/Vcs/lib/Horde/Vcs/File/Svn.php  |    9 ++++++-
 framework/Vcs/test/Horde/Vcs/CvsTest.php  |    6 ----
 framework/Vcs/test/Horde/Vcs/GitTest.php  |    6 ----
 framework/Vcs/test/Horde/Vcs/RcsTest.php  |    6 ----
 framework/Vcs/test/Horde/Vcs/SvnTest.php  |    6 ----
 10 files changed, 70 insertions(+), 60 deletions(-)

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

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

commit 21a3435578d6f9f8c5e3983070e53c5403ebe465
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 20:58:23 2011 +0100

    getLogs() -> getLog().

 chora/annotate.php                           |    2 +-
 chora/browsefile.php                         |    2 +-
 chora/co.php                                 |    2 +-
 chora/diff.php                               |    2 +-
 chora/stats.php                              |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php    |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Git.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php |    4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)

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

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

commit a87bb382769ef7faf3437b994f411ef763544dbf
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:04:47 2011 +0100

    Skip this test.

 framework/Vcs/test/Horde/Vcs/SvnTest.php |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

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

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

commit 07c7fb6875f5fc04c97fa53db46e616aff551b33
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:10:29 2011 +0100

    Make $_logs protected.

 chora/history.php                            |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php    |   12 ++++++------
 framework/Vcs/lib/Horde/Vcs/File/Git.php     |   18 +++++++++---------
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/File/Svn.php     |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php |    2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)

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

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

commit 7431141be5477799705f46683580f6221a5a4ab7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:34:24 2011 +0100

    Rename methods.

 chora/annotate.php                             |    6 +++---
 chora/app/views/_logMessage.html.php           |   14 +++++++-------
 chora/browsedir.php                            |    6 +++---
 chora/browsefile.php                           |    2 +-
 chora/co.php                                   |    2 +-
 chora/history.php                              |    6 +++---
 chora/lib/Chora.php                            |    4 ++--
 chora/patchsets.php                            |   12 ++++++------
 chora/stats.php                                |    2 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php |    8 ++++----
 framework/Vcs/lib/Horde/Vcs/File/Base.php      |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Log/Base.php       |   20 +++++++++++---------
 framework/Vcs/lib/Horde/Vcs/Log/Svn.php        |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php   |    2 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php   |    8 ++++----
 15 files changed, 50 insertions(+), 48 deletions(-)

http://git.horde.org/horde-git/-/commit/7431141be5477799705f46683580f6221a5a4ab7

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

commit 4c74718778e3943d10caad5f89f1e1faf4785884
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 2 21:44:03 2011 +0100

    Add log test.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   24 +++++++++++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   41 ++++++++++++++++++++++++++++++
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   22 ++++++++++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   22 ++++++++++++++++
 4 files changed, 109 insertions(+), 0 deletions(-)

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

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

commit 6210452ad0561bfddd24c038725cff8f2887fe14
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 4 22:58:26 2011 -0700

    [mms] Add Horde_String#validUtf8().

 framework/Util/lib/Horde/String.php |   24 ++++++++++++++++++++++++
 framework/Util/package.xml          |   12 ++++++------
 2 files changed, 30 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/6210452ad0561bfddd24c038725cff8f2887fe14

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

commit c7403f8fe6f4db13fb286aa86737145e97cc0371
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 4 23:00:27 2011 -0700

    [mms] Improved detection of charsets in broken (8-bit) MIME headers.

 framework/Mime/lib/Horde/Mime/Headers.php |   19 ++++++++++++++++---
 framework/Mime/package.xml                |    6 +++---
 2 files changed, 19 insertions(+), 6 deletions(-)

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

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

commit 11f95da7303fa3d2e6a7adcca21d3b3dda915433
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Dec 4 23:35:21 2011 -0700

    Add unit test

 framework/Mime/test/Horde/Mime/HeadersTest.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

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

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

commit fbe22b6a8b10335c2743cf1b53536f056ef89dd9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:14:31 2011 +0100

    Always retrieve all revisions of all branches.
    
    Necessary so that we can identify all branches that a file/revision belongs to.

 framework/Vcs/lib/Horde/Vcs/File/Git.php |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

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

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

commit ea9eaeb8fc23cc9117829a01b43f7f796735406a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:15:15 2011 +0100

    Fix getFiles().

 framework/Vcs/lib/Horde/Vcs/Log/Svn.php  |    3 ++-
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   21 +++++++++++++++------
 2 files changed, 17 insertions(+), 7 deletions(-)

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

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

commit 9cc6c2f1792613946c48ada2e1dfc532029893df
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:48:28 2011 +0100

    getBranch() works now.

 framework/Vcs/test/Horde/Vcs/GitTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 624dc77efec1880fe543aedf3e2538d5aee13b37
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 09:49:14 2011 +0100

    Fix getBranch() in CVS too.

 framework/Vcs/lib/Horde/Vcs/File/Rcs.php |    1 +
 framework/Vcs/lib/Horde/Vcs/Log/Base.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php  |   14 ++++++++++++++
 3 files changed, 16 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/624dc77efec1880fe543aedf3e2538d5aee13b37

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

commit d19cb35ecc2c5c4408fb16e0583ea712b28fd3f9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:20:13 2011 +0100

    Use --root argument to generate correct stats for initial commits.

 framework/Vcs/lib/Horde/Vcs/Log/Git.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit f3444ce566dad040673f91a2ab98d38e521e2f56
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:20:48 2011 +0100

    Add tests for more log entries.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |   19 ++++++++
 framework/Vcs/test/Horde/Vcs/GitTest.php |   70 +++++++++++++++++++++++++++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php |   10 ++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |   27 +++++++++++
 4 files changed, 125 insertions(+), 1 deletions(-)

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

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

commit 353a7855d18a77e6154243daa6c1b8c0e6839f2c
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:51:27 2011 +0100

    Instantiate file object.

 chora/stats.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/353a7855d18a77e6154243daa6c1b8c0e6839f2c

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

commit c34b74e5830d4abd232d45139120aad54dbc8be3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:54:52 2011 +0100

    Fix menu entry encoding.

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

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

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

commit 4c1e0032f7a46f0a036be3a078e70d3f7798af95
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 10:57:53 2011 +0100

    Fix checkout().

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

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

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

commit 69abd23ab7b3c375449012bb9de4b30252235724
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 11:15:05 2011 +0100

    Re-add Horde_Vcs_Patchset as a constants container.

 framework/Vcs/lib/Horde/Vcs/Patchset.php      |   12 +++
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php |    4 -
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php  |    6 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php  |    6 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php  |    6 +-
 framework/Vcs/package.xml                     |   92 ++++++++++++++++++++++++-
 6 files changed, 111 insertions(+), 15 deletions(-)
 create mode 100644 framework/Vcs/lib/Horde/Vcs/Patchset.php

http://git.horde.org/horde-git/-/commit/69abd23ab7b3c375449012bb9de4b30252235724

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

commit 0e0b5183d2b7256a019ac822767d46bd827102d0
Merge: 11f95da 69abd23
Author: Jan Schneider <jan at horde.org>
Date:   Mon Dec 5 11:16:36 2011 +0100

    Merge branch 'horde_vcs-tests'

 chora/annotate.php                                                |   12 +-
 chora/app/views/_logMessage.html.php                              |   18 +-
 chora/app/views/diff/diff.html.php                                |    2 +-
 chora/browsedir.php                                               |   22 +-
 chora/browsefile.php                                              |   14 +-
 chora/co.php                                                      |   14 +-
 chora/commit.php                                                  |    2 +-
 chora/cvsgraph.php                                                |    2 +-
 chora/diff.php                                                    |    6 +-
 chora/history.php                                                 |   10 +-
 chora/lib/Application.php                                         |    2 +-
 chora/lib/Chora.php                                               |    4 +-
 chora/lib/Readme/Collection.php                                   |    8 +-
 chora/lib/Renderer/File/Html.php                                  |    4 +-
 chora/patchsets.php                                               |   14 +-
 chora/stats.php                                                   |   11 +-
 chora/templates/patchsets/ps_single.inc                           |    2 +-
 framework/Vcs/lib/Horde/Vcs/Base.php                              |   64 +-
 framework/Vcs/lib/Horde/Vcs/Cvs.php                               |   51 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php                    |   24 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php                     |   24 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php                     |    6 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php                         |  168 ++-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php                          |  203 +----
 framework/Vcs/lib/Horde/Vcs/File/Git.php                          |  243 +++--
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php                          |  212 ++++
 framework/Vcs/lib/Horde/Vcs/File/Svn.php                          |   48 +-
 framework/Vcs/lib/Horde/Vcs/Git.php                               |   53 +-
 framework/Vcs/lib/Horde/Vcs/Log/Base.php                          |   28 +-
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php                           |   73 +--
 framework/Vcs/lib/Horde/Vcs/Log/Git.php                           |    5 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php                           |   84 ++
 framework/Vcs/lib/Horde/Vcs/Log/Svn.php                           |    5 +-
 framework/Vcs/lib/Horde/Vcs/Patchset.php                          |   12 +
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php                     |    4 -
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php                      |   10 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php                      |   16 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php                      |   18 +-
 framework/Vcs/lib/Horde/Vcs/Rcs.php                               |   15 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php                               |    7 +-
 framework/Vcs/package.xml                                         |   92 ++-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |  146 +++-
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |  224 ++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |  102 ++-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |  149 +++-
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |    4 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/val-tags           |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/dir1/file1_1,v      |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   44 +-
 .../repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f   |  Bin 0 -> 17 bytes
 .../repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9   |  Bin 0 -> 176 bytes
 .../repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5   |  Bin 0 -> 81 bytes
 .../repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526   |    2 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/branch1         |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/master          |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1             |    1 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1                      |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1,v                    |   20 +-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/current                 |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/rep-cache.db            |  Bin 4096 -> 4096 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/2            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2                |  Bin 0 -> 472 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    2 +-
 65 files changed, 1604 insertions(+), 733 deletions(-)

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

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

commit db9b754ebf6586fe4dd9973055abc9fad945bbb2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 09:25:21 2011 -0500

    Output full urls for edit/delete links in blocks as well.
    
    Bug: 10767

 kronolith/lib/Event.php |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

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

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

commit b40b175e8359a41411171a80970438027cd8d9b4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 10:04:59 2011 -0500

    Update/tweak build files, prepare for alpha1

 iPhoto2Ansel/CHANGES                                            |   11 +++-
 iPhoto2Ansel/Info.plist                                         |   18 +++---
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml          |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml             |    2 +-
 iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj             |   15 +++---
 6 files changed, 27 insertions(+), 23 deletions(-)

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

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

commit eeabd01ccad39f57b42bbcde1a1cdf50384c3c45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 12:35:30 2011 -0500

    Update build files, prepare for alpha1 release

 .../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj         |    2 +-
 ApertureToAnselExportPlugin/CHANGES                               |   11 ++-
 ApertureToAnselExportPlugin/COPYING                               |   24 +++++
 ApertureToAnselExportPlugin/Info.plist                            |   10 +-
 .../01aperturetoanselexportplugin-contents.xml                    |    2 +-
 .../ApertureToAnsel.pmdoc/01aperturetoanselexportplugin.xml       |    2 +-
 .../Installer/ApertureToAnsel.pmdoc/index.xml                     |    2 +-
 7 files changed, 41 insertions(+), 12 deletions(-)
 create mode 100644 ApertureToAnselExportPlugin/COPYING

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

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

commit c2720f3e2e6bef0785c49c697afcc2beb7076c8b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 14:34:34 2011 -0700

    Sanity checking

 framework/Core/js/identityselect.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 82b4a10c66aa28433797e00c7e75b5e78faf4db2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 17:30:09 2011 -0500

    Avoid collisions with the $title variable used in common-header.inc

 ansel/map_edit.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/82b4a10c66aa28433797e00c7e75b5e78faf4db2

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

commit 1e23c3806fc9f75d01d849e1b0881526449ae322
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 14:40:31 2011 -0700

    Optimize

 imp/js/mailbox.js |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

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

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

commit f49f9967529ae4b8a8e79cb02a2db312ef1f6a8c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 15:36:40 2011 -0700

    [mms] Allow multiple messages to be redirected from traditional view mailbox page (Request #2084).

 imp/compose-dimp.php                    |    3 +-
 imp/compose-mimp.php                    |   12 +----
 imp/compose.php                         |   24 ++++-----
 imp/docs/CHANGES                        |    2 +
 imp/js/mailbox.js                       |    2 +
 imp/lib/Ajax/Application.php            |    4 +-
 imp/lib/Compose.php                     |   77 +++++++++++++++++-------------
 imp/lib/Ui/Compose.php                  |   27 ++++++++--
 imp/mailbox.php                         |    6 ++-
 imp/package.xml                         |    2 +
 imp/templates/imp/compose/redirect.html |    4 +-
 imp/templates/imp/mailbox/actions.html  |    3 +
 12 files changed, 98 insertions(+), 68 deletions(-)

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

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

commit fb8a5540361ab3b528a91dbc77ce60ba8c9bf903
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 16:20:51 2011 -0700

    cleanup

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

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

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

commit 0c78eeaefcfe3a921c0e27ce502ae43b8b79db4a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 16:21:18 2011 -0700

    More generic class name for calendar image

 imp/js/search.js                 |    4 ++--
 imp/themes/default/screen.css    |    2 +-
 imp/themes/silver/screen.css     |    2 +-
 imp/themes/tango-blue/screen.css |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 289804a7e934548a76024c909125f261618e7ae7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 16:58:50 2011 -0700

    Add @since tag

 framework/Util/lib/Horde/String.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/289804a7e934548a76024c909125f261618e7ae7

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

commit 713fd7cefdf649c58cccc0a4340e628277643ec0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 17:05:36 2011 -0700

    [mms] Allow expiration date to be given to Horde_Crypt_Pgp#generateKey() (Request #5754).

 framework/Crypt/lib/Horde/Crypt/Pgp.php |   10 ++++++++--
 framework/Crypt/package.xml             |   12 ++++++------
 2 files changed, 14 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/713fd7cefdf649c58cccc0a4340e628277643ec0

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

commit f76b7572faa4b736f5781febed7b1b4fb5f0abc3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 17:04:22 2011 -0700

    [mms] Allow expiration date to be provided when creating personal PGP key (Request #5754).

 imp/docs/CHANGES                       |    2 +
 imp/js/pgp.js                          |   61 ++++++++++++++++++++++++++++++++
 imp/lib/Crypt/Pgp.php                  |   16 +++++----
 imp/lib/Prefs/Ui.php                   |   13 ++++++-
 imp/package.xml                        |    4 ++-
 imp/templates/prefs/pgpprivatekey.html |   16 ++++++++
 6 files changed, 103 insertions(+), 9 deletions(-)
 create mode 100644 imp/js/pgp.js

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

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

commit e7a91e3ae4aa3b6bcd33c6f0474ebfcfa875d8b9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 17:33:03 2011 -0700

    [mms] Fix displaying PGP key expiration information.

 framework/Crypt/lib/Horde/Crypt/Pgp.php |   20 ++++++++++----------
 framework/Crypt/package.xml             |    2 ++
 2 files changed, 12 insertions(+), 10 deletions(-)

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

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

commit 7c28f99277d4a663055cae1f1b5e4a0c59695992
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 18:51:52 2011 -0500

    Fix notifying of exception

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

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

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

commit 13f90845a6dc483834c595eabde11bc7299cc7c4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 19:26:00 2011 -0500

    Allow specifying the application that is extending a Horde_Data_Base object.

 framework/Data/lib/Horde/Data.php |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/13f90845a6dc483834c595eabde11bc7299cc7c4

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

commit 223b7b34ca1980781a5d4e6758db54a31bb4a6b5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 19:30:05 2011 -0500

    Fix Hermes_Data classes for H4.
    
    Autoloading,
    Add toArray() method to Hermes_Slice for those cases where we need
    an actual array like e.g., to pass a is_array() test.

 hermes/lib/Data/Hermescsv.php  |   38 +++++++++++++++++++++++++++++++++
 hermes/lib/Data/Hermestsv.php  |   43 ++++++++++++++++++++++++++++++++++++++
 hermes/lib/Data/Hermesxls.php  |   17 +++++++++++++++
 hermes/lib/Data/hermes_csv.php |   42 -------------------------------------
 hermes/lib/Data/hermes_tsv.php |   45 ----------------------------------------
 hermes/lib/Data/hermes_xls.php |   21 ------------------
 hermes/lib/Data/iif.php        |   27 +++++++++++++----------
 hermes/lib/Data/qbxml.php      |    5 +--
 hermes/lib/Form/Export.php     |   11 +++++----
 hermes/lib/Slice.php           |    5 ++++
 hermes/package.xml             |   41 +++++++++++++++++++++++++++--------
 hermes/search.php              |    4 ++-
 12 files changed, 160 insertions(+), 139 deletions(-)
 create mode 100644 hermes/lib/Data/Hermescsv.php
 create mode 100644 hermes/lib/Data/Hermestsv.php
 create mode 100644 hermes/lib/Data/Hermesxls.php
 delete mode 100644 hermes/lib/Data/hermes_csv.php
 delete mode 100644 hermes/lib/Data/hermes_tsv.php
 delete mode 100644 hermes/lib/Data/hermes_xls.php

http://git.horde.org/horde-git/-/commit/223b7b34ca1980781a5d4e6758db54a31bb4a6b5

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

commit 404e407c6e9d62b82e42e55d33224c90d1d0bb81
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 19:37:46 2011 -0500

    bump minimum required version of Horde_Data.
    
    The factory method in previous versions does not properly allow extending
    Horde_Data_Base.

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

http://git.horde.org/horde-git/-/commit/404e407c6e9d62b82e42e55d33224c90d1d0bb81

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

commit b494577fa95aaf40c26382f06063c9cdd8744bd7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 19:39:57 2011 -0500

    update package.xml

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

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

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

commit 8a24a245893ab22169e8d61dad1baa291531af35
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 20:01:41 2011 -0500

    Some of the Horde_Data objects require the $browser to be injected.

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

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

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

commit 37d62fd3103240665b041c6afb203266425be280
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 20:11:06 2011 -0500

    PHP5 stuff, fix the Iif implementation

 hermes/lib/Data/Hermescsv.php |    8 +++-----
 hermes/lib/Data/Hermestsv.php |   10 +++++-----
 hermes/lib/Data/Hermesxls.php |    4 ++--
 hermes/lib/Data/iif.php       |   26 ++++++++++++++++++--------
 hermes/lib/Data/qbxml.php     |    2 +-
 5 files changed, 29 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/37d62fd3103240665b041c6afb203266425be280

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

commit 4db3cabd2f54f825bffff7c4913cb8a25ac1cbcc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 20:13:08 2011 -0500

    Fix case

 hermes/lib/Data/Iif.php |   81 +++++++++++++++++++++++++++++++++++++++++++++++
 hermes/lib/Data/iif.php |   81 -----------------------------------------------
 2 files changed, 81 insertions(+), 81 deletions(-)
 create mode 100644 hermes/lib/Data/Iif.php
 delete mode 100644 hermes/lib/Data/iif.php

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

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

commit bebb355dbc13af4fdd3188813f6b96e8be6dc058
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 20:13:49 2011 -0500

    This isn't used anywhere, and doesn't even look complete

 hermes/lib/Data/qbxml.php |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
 delete mode 100644 hermes/lib/Data/qbxml.php

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

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

commit 038971f10a44e8e0103d561a8ab92149d098bd96
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 5 20:14:15 2011 -0500

    update package.xml

 hermes/package.xml |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/038971f10a44e8e0103d561a8ab92149d098bd96

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

commit cf3c2c123f87f6ef2841e92b941481dbd6918fb2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 18:37:47 2011 -0700

    Bug #6601: There *is* an expiration date in this key.

 framework/Crypt/test/Horde/Crypt/PgpTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 5e9751e1e08ed19c5d2ce708332e28b9756bc304
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 21:20:13 2011 -0700

    Easier to visually parse

 framework/Crypt/lib/Horde/Crypt/Pgp.php |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

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

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

commit d7e0650eded9684e149d63475ccb1548c883eb9c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 21:20:36 2011 -0700

    Bug #6601: Also need to use creation time from signature, not key

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

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

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

commit cba5830d7ce76107f29445bee7562b7bcf6573f0
Merge: f74f0d6 d7e0650
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 5 21:32:02 2011 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	imp/compose-dimp.php
    	imp/compose.php
    	imp/package.xml

 .../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj         |    2 +-
 ApertureToAnselExportPlugin/CHANGES                               |   11 +-
 ApertureToAnselExportPlugin/COPYING                               |   24 +
 ApertureToAnselExportPlugin/Info.plist                            |   10 +-
 .../01aperturetoanselexportplugin-contents.xml                    |    2 +-
 .../ApertureToAnsel.pmdoc/01aperturetoanselexportplugin.xml       |    2 +-
 .../Installer/ApertureToAnsel.pmdoc/index.xml                     |    2 +-
 chora/annotate.php                                                |   12 +-
 chora/app/views/_logMessage.html.php                              |   18 +-
 chora/app/views/diff/diff.html.php                                |    2 +-
 chora/browsedir.php                                               |   22 +-
 chora/browsefile.php                                              |   14 +-
 chora/co.php                                                      |   14 +-
 chora/commit.php                                                  |    2 +-
 chora/cvsgraph.php                                                |    2 +-
 chora/diff.php                                                    |    6 +-
 chora/history.php                                                 |   10 +-
 chora/lib/Application.php                                         |    2 +-
 chora/lib/Chora.php                                               |    4 +-
 chora/lib/Readme/Collection.php                                   |    8 +-
 chora/lib/Renderer/File/Html.php                                  |    4 +-
 chora/patchsets.php                                               |   14 +-
 chora/stats.php                                                   |   11 +-
 chora/templates/patchsets/ps_single.inc                           |    2 +-
 framework/Core/js/identityselect.js                               |    3 +
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   48 +-
 framework/Crypt/package.xml                                       |   14 +-
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    2 +-
 framework/Data/lib/Horde/Data.php                                 |   10 +-
 framework/Data/package.xml                                        |    4 +-
 framework/Mime/lib/Horde/Mime/Headers.php                         |   19 +-
 framework/Mime/package.xml                                        |    6 +-
 framework/Mime/test/Horde/Mime/HeadersTest.php                    |   13 +
 framework/Util/lib/Horde/String.php                               |   26 +
 framework/Util/package.xml                                        |   12 +-
 framework/Vcs/lib/Horde/Vcs/Base.php                              |   64 +-
 framework/Vcs/lib/Horde/Vcs/Cvs.php                               |   51 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Base.php                    |   24 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Git.php                     |   24 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php                     |    6 +-
 framework/Vcs/lib/Horde/Vcs/Directory/Svn.php                     |    4 +-
 framework/Vcs/lib/Horde/Vcs/File/Base.php                         |  168 ++-
 framework/Vcs/lib/Horde/Vcs/File/Cvs.php                          |  203 +----
 framework/Vcs/lib/Horde/Vcs/File/Git.php                          |  243 +++--
 framework/Vcs/lib/Horde/Vcs/File/Rcs.php                          |  212 ++++
 framework/Vcs/lib/Horde/Vcs/File/Svn.php                          |   48 +-
 framework/Vcs/lib/Horde/Vcs/Git.php                               |   53 +-
 framework/Vcs/lib/Horde/Vcs/Log/Base.php                          |   28 +-
 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php                           |   73 +--
 framework/Vcs/lib/Horde/Vcs/Log/Git.php                           |    5 +-
 framework/Vcs/lib/Horde/Vcs/Log/Rcs.php                           |   84 ++
 framework/Vcs/lib/Horde/Vcs/Log/Svn.php                           |    5 +-
 framework/Vcs/lib/Horde/Vcs/Patchset.php                          |   12 +
 framework/Vcs/lib/Horde/Vcs/Patchset/Base.php                     |    4 -
 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php                      |   10 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php                      |   16 +-
 framework/Vcs/lib/Horde/Vcs/Patchset/Svn.php                      |   18 +-
 framework/Vcs/lib/Horde/Vcs/Rcs.php                               |   15 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php                               |    7 +-
 framework/Vcs/package.xml                                         |   92 ++-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |  146 +++-
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |  224 ++++-
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |  102 ++-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |  149 +++-
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/history            |    4 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/CVSROOT/val-tags           |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/dir1/file1_1,v      |    1 +
 framework/Vcs/test/Horde/Vcs/repos/cvs/module/file1,v             |   44 +-
 .../repos/git/objects/0c/fbf08886fca9a91cb753ec8734c84fcbe52c9f   |  Bin 0 -> 17 bytes
 .../repos/git/objects/16/0a468250615b713a7e33d34243530afc4682a9   |  Bin 0 -> 176 bytes
 .../repos/git/objects/b0/fa05e15a6314a4e8db03a767c4c18bb236b7a5   |  Bin 0 -> 81 bytes
 .../repos/git/objects/da/46ee2e478c6d3a9963eaafcd8f43e83d630526   |    2 +
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/branch1         |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/heads/master          |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/git/refs/tags/tag1             |    1 +
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1                      |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/rcs/file1,v                    |   20 +-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/current                 |    2 +-
 framework/Vcs/test/Horde/Vcs/repos/svn/db/rep-cache.db            |  Bin 4096 -> 4096 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revprops/0/2            |   13 +
 framework/Vcs/test/Horde/Vcs/repos/svn/db/revs/0/2                |  Bin 0 -> 472 bytes
 framework/Vcs/test/Horde/Vcs/repos/svn/db/txn-current             |    2 +-
 hermes/docs/CHANGES                                               |    2 +-
 hermes/lib/Data/Hermescsv.php                                     |   36 +
 hermes/lib/Data/Hermestsv.php                                     |   43 +
 hermes/lib/Data/Hermesxls.php                                     |   17 +
 hermes/lib/Data/Iif.php                                           |   81 ++
 hermes/lib/Data/hermes_csv.php                                    |   42 -
 hermes/lib/Data/hermes_tsv.php                                    |   45 -
 hermes/lib/Data/hermes_xls.php                                    |   21 -
 hermes/lib/Data/iif.php                                           |   68 --
 hermes/lib/Data/qbxml.php                                         |   18 -
 hermes/lib/Form/Export.php                                        |   11 +-
 hermes/lib/Slice.php                                              |    5 +
 hermes/package.xml                                                |   49 +-
 hermes/search.php                                                 |    8 +-
 iPhoto2Ansel/CHANGES                                              |   11 +-
 iPhoto2Ansel/Info.plist                                           |   18 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml   |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml            |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml               |    2 +-
 iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj               |   15 +-
 imp/compose-dimp.php                                              |    3 +-
 imp/compose-mimp.php                                              |   12 +-
 imp/compose.php                                                   |   24 +-
 imp/docs/CHANGES                                                  |    4 +
 imp/js/mailbox.js                                                 |   14 +-
 imp/js/pgp.js                                                     |   61 +
 imp/js/search.js                                                  |    8 +-
 imp/lib/Ajax/Application.php                                      |    4 +-
 imp/lib/Compose.php                                               |   77 +-
 imp/lib/Crypt/Pgp.php                                             |   16 +-
 imp/lib/Prefs/Ui.php                                              |   13 +-
 imp/lib/Ui/Compose.php                                            |   27 +-
 imp/mailbox.php                                                   |    6 +-
 imp/package.xml                                                   |    4 +-
 imp/templates/imp/compose/redirect.html                           |    4 +-
 imp/templates/imp/mailbox/actions.html                            |    3 +
 imp/templates/prefs/pgpprivatekey.html                            |   16 +
 imp/themes/default/screen.css                                     |    2 +-
 imp/themes/silver/screen.css                                      |    2 +-
 imp/themes/tango-blue/screen.css                                  |    2 +-
 kronolith/lib/Event.php                                           |   18 +-
 124 files changed, 2234 insertions(+), 1129 deletions(-)

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




More information about the commits mailing list