[commits] Horde branch imp_6_1 updated. bf0a7d249dd6f9295b1da6f60da6736b048be5e2

Michael M Slusarz slusarz at horde.org
Sun Feb 17 04:40:26 UTC 2013


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

from: fb183919f7cc6dccace91471016d2ea3b4dcbfbf

82393f5 [mms] Spreadsheet conversion now works without using temporary files.
d4fe257 QC fixes for horde-components
903c466 Use UTF-8 if current charset is US-ASCII.
fe6394a "Improve" hack. Might fix bug #12039.
d2eda46 [mms] Added PHPLOC QC test.
9a2e0a5 [mms] Added PHPDCD QC test.
ba7d23b We need so enforce the server name for this assertion too.
abbc307 Simplify
1794d69 Debug output for Travis.
e85da36 [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181).
0e61b96 Hidden dirs too.
b128890 Skip for now.
0183011 Not needed
0b60598 [mms] Fix regression that broke Horde_Prefs_Identity#getDefaultFromAddress() in 2.3.0.
faa527b Released Horde_Prefs-2.3.1
3463610 Development mode for Horde_Prefs-2.3.2
ceda2bc Cut out too much here
818c8f7 Possible client-side sorting fix for Bug #12001
15bf741 Update file list.
22c8a20 Return to old directory after running all tests.
552a34c This method returns the number of errors.
0b43a35 Restore old directory.
5012395 Ignore long variables.
8e87c72 Simplify
afb19db Remove unused parameter.
e65a837 Only show errors.
e311b8c Style
af41871 Standardize phpdoc on using the copyright information for the file block and class description for the class block.
36cb1c7 Fix parameter.
423ee91 Remove unused parameter.
4e28647 Remove unused method.
1dd536d See if _getNativePath() is the culprit.
42f05c5 Final try.
bb10bd0 Make sure we have defined timezone.
bf82d41 Revert "Remove owner from user permissions."
1777f51 Style, phpdoc.
d5b2c65 Correctly exlude owner.
b4acc51 Fix test.
0f9d18d PHPUnit 3.7.14 broke NAN testing.
ac395be [jan] Correctly detect sequences when dumping and be more strict when loading sequences.
f82cd0f Style
767f557 [jan] Add Horde_Perms_Permission_Kolab#getOwnerPermissions().
e39b57c [jan] Fix testing for owner and user permissions in Kolab shares.
6816acd These tests work fine now too.
da015e6 Fix configuration name.
c39729b Horde_ActiveSync_State_Base might pass Horde_Support_Stub instead.
179ad28 Fix indention.
c1ce8ec Adapt overflows on 32bit systems.
dd8dc14 Still fails on 32bit systems.
4955fd7 This test doesn't work on 32bit.
03a8c2d Fix Memcache tests.
420e926 Remove debug code, Travis seem to have fixed their FS.
c515b31 One more for 32bit.
5587873 Skip this test for now.
e9f3d1f List skipped and incomplete tests.
0fae3f1 Disable verbose log again.
5bb9680 Allow to enable keyserver test through configuration.
c1bfda7 Add skip reason.
adfb9f6 Enable a few more tests. Test DB configuration.
71b2d27 Fix installing locales.
cb5b740 Need sudo for apt-get too. Memcache seems to started by default now.
9323fb9 Requires user input.
e39696c Database exists already.
c28fc06 Fix using skip reasons.
66b6a6e Does this silence builds?
8760c62 Fix testing for class.
8530f3f Fix test.
59990bd Mark as incomplete.
301479b Fix test layout.
6367d64 Enable more test configurations.
a0bcf5e Set reason.
e8e7824 Update file list.
f45572f exiftool configuration is only required for Exiftool driver.
e74e8e4 The test image didn't contain the tested exif tags?
c440f43 Use a package that's unlikely to change in the future.
29d832c Fix test.
c5d379b Use getConfig().
52fa5a6 Fix option position.
51e1816 Fix alarm configuration.
f221484 Fix Horde_Db configurations.
e65ce8c Debug
3d91e61 This should finally work.
80a9f2b Revert this, the numerizer would return it lowercased anyway.
18d4f1e Better yet, ensure the tz is the only text present in the token.
d383783 Remove commented out code.
232acb7 These were flawed tests, tokens are not multi-word.
c8c13ff This passes now.
1f2e172 Proper way to fix case preservation issues from Bug: 12006.
be56367 Fix editing existing time slices.
0726278 fix jsdoc
6c6b82f Fix Http test.
0d130eb Fix Image test env.
297f82a Ensure the MIME headers are present in $copy
3ca2d99 CHANGES
1be22b1 We not have any response, ignore those here as well.
5935b87 Allow Kronolith_Driver::toProperties to optionally return event_id and event_uid.
c0b7f0d Only clear the lock if it exists.
fd15579 Improve/Fix resource event deletion after removing the resource.
7c13734 Use typehint
378101b BFN
6e87d94 If $style is already an Ansel_Style object, just return it
21f060e Need to include inline script in API responses too
a033f57 Need to include the date params!
ffede58 Need this code back to generate the right $pagerurl
1f5bc54 Fix searching in smartmobile if clicking on ENTER instead of Submit button
bf0a7d2 Merge branch 'master' into imp_6_1

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

commit 82393f55c6b00b200657f49589451391afaf44e0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 12 23:45:21 2013 -0700

    [mms] Spreadsheet conversion now works without using temporary files.

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php |   22 +++++++++++---
 framework/Mime_Viewer/package.xml                       |    4 +-
 2 files changed, 19 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/82393f55c6b00b200657f49589451391afaf44e0

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

commit d4fe257a9f26e9c25812ff26098267fee887fa85
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 01:43:52 2013 -0700

    QC fixes for horde-components

 components/lib/Components/Qc/Task/Cpd.php  |    8 +++++---
 components/lib/Components/Qc/Task/Unit.php |    9 +--------
 framework/Test/lib/Horde/Test/AllTests.php |    5 +++--
 3 files changed, 9 insertions(+), 13 deletions(-)

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

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

commit 903c466a816aa7e11c3b22c2f486f8bf06062400
Author: Jan Schneider <jan at horde.org>
Date:   Mon Feb 11 18:03:32 2013 +0100

    Use UTF-8 if current charset is US-ASCII.
    
    It's a superset, but contrary to US-ASCII supported by html_entity_decode()
    further down.

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

http://git.horde.org/horde-git/-/commit/903c466a816aa7e11c3b22c2f486f8bf06062400

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

commit fe6394a0fa9f8f8751a33ebac7ad59938a4a7855
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 09:49:07 2013 +0100

    "Improve" hack. Might fix bug #12039.

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

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

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

commit d2eda46b7aa31c352571912c797bfb250cca916f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 02:08:30 2013 -0700

    [mms] Added PHPLOC QC test.

 components/lib/Components/Module/Qc.php   |    1 +
 components/lib/Components/Qc/Task/Loc.php |   73 +++++++++++++++++++++++++++++
 components/lib/Components/Runner/Qc.php   |    4 ++
 components/package.xml                    |   32 +++++++++++-
 4 files changed, 107 insertions(+), 3 deletions(-)
 create mode 100644 components/lib/Components/Qc/Task/Loc.php

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

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

commit 9a2e0a5c30268c6647e2eea7dc1095fbdf4342c0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 02:25:07 2013 -0700

    [mms] Added PHPDCD QC test.

 components/lib/Components/Module/Qc.php   |    1 +
 components/lib/Components/Qc/Task/Dcd.php |   79 +++++++++++++++++++++++++++++
 components/lib/Components/Runner/Qc.php   |    4 ++
 components/package.xml                    |   10 +++-
 4 files changed, 93 insertions(+), 1 deletions(-)
 create mode 100644 components/lib/Components/Qc/Task/Dcd.php

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

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

commit ba7d23b83dadc618b0775afda54529c17e7e58e9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 10:27:29 2013 +0100

    We need so enforce the server name for this assertion too.

 framework/Support/test/Horde/Support/GuidTest.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit abbc30781eac9fc3d6f8e6bb06066499b3582198
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 10:33:12 2013 +0100

    Simplify

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

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

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

commit 1794d697472feb7f3b5b55e63681c297b309509d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 10:34:02 2013 +0100

    Debug output for Travis.

 framework/Vfs/test/Horde/Vfs/FileTest.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1794d697472feb7f3b5b55e63681c297b309509d

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

commit e85da36beacb62f0e4df3e25385ed9949b3cf67b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 10:42:19 2013 +0100

    [jan] Fix recurring dates on the 5th weekday of a month (Bug #11181).

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

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

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

commit 0e61b96d31712ca8e22d90a7b33d32e353841521
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 11:31:25 2013 +0100

    Hidden dirs too.

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

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

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

commit b1288902ab3a9612e192873708b82a062bc0eef5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 11:33:23 2013 +0100

    Skip for now.

 framework/Share/test/Horde/Share/Kolab/UnitTest.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 0183011ae562c9b42b3bb0e29ddd76ad528223ea
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 02:37:06 2013 -0700

    Not needed

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

http://git.horde.org/horde-git/-/commit/0183011ae562c9b42b3bb0e29ddd76ad528223ea

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

commit 0b60598dd94dddac35203c6384be01067398a189
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 15:14:30 2013 -0700

    [mms] Fix regression that broke Horde_Prefs_Identity#getDefaultFromAddress() in 2.3.0.

 framework/Prefs/lib/Horde/Prefs/Identity.php |   10 ++++------
 framework/Prefs/package.xml                  |    4 ++--
 2 files changed, 6 insertions(+), 8 deletions(-)

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

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

commit faa527bad5ef7139ed936c81419876273c5dd430
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 15:20:28 2013 -0700

    Released Horde_Prefs-2.3.1

 framework/Prefs/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 34636102ae58e1be4f0e82d5387a61e4c1f44dd8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 15:20:28 2013 -0700

    Development mode for Horde_Prefs-2.3.2

 framework/Prefs/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/34636102ae58e1be4f0e82d5387a61e4c1f44dd8

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

commit ceda2bc733e4fd762320a39c6cc707b4dde4e264
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 17:14:30 2013 -0700

    Cut out too much here

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

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

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

commit 818c8f709b5b6be512626737fbcaa78f84d9eae5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 13 20:25:25 2013 -0700

    Possible client-side sorting fix for Bug #12001

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

http://git.horde.org/horde-git/-/commit/818c8f709b5b6be512626737fbcaa78f84d9eae5

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

commit 15bf741fd0fef835a2a98988beb305f35f388b02
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 13:43:31 2013 +0100

    Update file list.

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

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

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

commit 22c8a202730af768fb45449cffda102993595b80
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 14:13:56 2013 +0100

    Return to old directory after running all tests.

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

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

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

commit 552a34c93f98e3367e1ce55a4b8599f9ed9df6f1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 14:34:11 2013 +0100

    This method returns the number of errors.

 components/lib/Components/Qc/Task/Base.php |    2 +-
 components/lib/Components/Qc/Task/Cpd.php  |    2 +-
 components/lib/Components/Qc/Task/Cs.php   |    2 +-
 components/lib/Components/Qc/Task/Dcd.php  |    2 +-
 components/lib/Components/Qc/Task/Lint.php |    2 +-
 components/lib/Components/Qc/Task/Loc.php  |    2 +-
 components/lib/Components/Qc/Task/Md.php   |    2 +-
 components/lib/Components/Qc/Task/Unit.php |    4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/552a34c93f98e3367e1ce55a4b8599f9ed9df6f1

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

commit 0b43a352ffd110a0de9ece16cd3ad93e9b3eddba
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 14:34:42 2013 +0100

    Restore old directory.

 components/lib/Components/Qc/Task/Cs.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 50123954c873759c5557c6b6c0986b28a09dd3f0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 14:38:50 2013 +0100

    Ignore long variables.

 components/data/qc_standards/phpmd.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/50123954c873759c5557c6b6c0986b28a09dd3f0

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

commit 8e87c727644b60409c0ce2159720454d3c1b33cd
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 14:41:12 2013 +0100

    Simplify

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

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

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

commit afb19db4352164fbb923738f77001a3c7a6297df
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 14:42:19 2013 +0100

    Remove unused parameter.

 framework/Date/lib/Horde/Date.php |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

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

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

commit e65a837f38e2713f6ff585e0eadf176e213d5638
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 15:06:58 2013 +0100

    Only show errors.

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

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

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

commit e311b8c93ce8f80587d57b642e765a2995c4da18
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 13 15:11:01 2013 +0100

    Style

 framework/Date/lib/Horde/Date.php            |    4 ++--
 framework/Date/lib/Horde/Date/Recurrence.php |   15 ++++++++++-----
 2 files changed, 12 insertions(+), 7 deletions(-)

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

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

commit af41871bc047719205d77edbf9a3e4b8ee0f1de8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 13:35:34 2013 +0100

    Standardize phpdoc on using the copyright information for the file block and class description for the class block.

 skeleton/lib/Ajax/Application.php |   22 ++++++++++++++++------
 skeleton/lib/Api.php              |   22 ++++++++++++++++------
 skeleton/lib/Application.php      |   21 +++++++++++++++------
 skeleton/lib/Block/Example.php    |    5 ++++-
 skeleton/lib/Driver.php           |   19 ++++++++++++++-----
 skeleton/lib/Driver/Sql.php       |   12 ++++++++++--
 skeleton/lib/Exception.php        |   11 +++++++++--
 skeleton/lib/Factory/Driver.php   |   11 +++++++++--
 skeleton/lib/Test.php             |   16 ++++++++++++++--
 9 files changed, 107 insertions(+), 32 deletions(-)

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

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

commit 36cb1c78154474649a8e934f6c29541025b7c383
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 13:43:23 2013 +0100

    Fix parameter.

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

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

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

commit 423ee914bfb46ad7bc11ef17d6e71140b4918eda
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 13:43:35 2013 +0100

    Remove unused parameter.

 framework/Vfs/lib/Horde/Vfs/SqlFile.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/423ee914bfb46ad7bc11ef17d6e71140b4918eda

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

commit 4e2864755618a230fc338a27bd5d586942ea0c8f
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 13:43:48 2013 +0100

    Remove unused method.

 framework/Vfs/lib/Horde/Vfs/Ftp.php |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

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

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

commit 1dd536d9f36f1493eb499fce52f430684eeb895e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 13:48:20 2013 +0100

    See if _getNativePath() is the culprit.

 framework/Vfs/test/Horde/Vfs/FileTest.php |   33 +++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

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

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

commit 42f05c5cde3878882825c8472d278099c2130c6a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 14:01:23 2013 +0100

    Final try.
    
    If that looks fine, Travis has a broken file system.

 framework/Vfs/test/Horde/Vfs/FileTest.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/42f05c5cde3878882825c8472d278099c2130c6a

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

commit bb10bd0c9fe0c750309c75eaa1af2d32fa665a61
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 14:03:10 2013 +0100

    Make sure we have defined timezone.

 .../test/Horde/Kolab/Format/Unit/Xml/Type/DateTimeTest.php        |    9 ++++-
 1 files changed, 7 insertions(+), 2 deletions(-)

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

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

commit bf82d412ca0a52a0c9ee4914e338d055dae83b0d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 16:36:52 2013 +0100

    Revert "Remove owner from user permissions."
    
    This reverts commit e3b6a4247cfebf104f940ec95bbf06a2fec68922.

 framework/Perms/lib/Horde/Perms/Permission/Kolab.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 1777f514aaf937da3d17a78e93d528604e6b353c
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 17:10:14 2013 +0100

    Style, phpdoc.

 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |   24 ++--
 .../Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php      |   17 +--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php   |   17 +--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php    |   30 +---
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/User.php     |   22 +--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |   17 +--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element.php      |   14 +--
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Default.php    |   12 +--
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php      |   16 +--
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Guest.php      |   12 +--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element/User.php |   15 +--
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |   15 +--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Storage.php      |   10 +-
 13 files changed, 70 insertions(+), 151 deletions(-)

http://git.horde.org/horde-git/-/commit/1777f514aaf937da3d17a78e93d528604e6b353c

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

commit d5b2c655b10e043c5662a164b2b2365acbc40d7a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 17:11:24 2013 +0100

    Correctly exlude owner.

 framework/Perms/lib/Horde/Perms/Permission/Kolab.php |   19 +++++++++++++++--
 framework/Share/lib/Horde/Share/Object.php           |    5 ++-
 framework/Share/test/Horde/Share/Kolab/UnitTest.php  |    4 +--
 framework/Share/test/Horde/Share/TestBase.php        |    8 +++++-
 4 files changed, 26 insertions(+), 10 deletions(-)

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

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

commit b4acc5192079b2c424b4ec88f066d9b829a560ba
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 17:11:41 2013 +0100

    Fix test.

 framework/Share/test/Horde/Share/Kolab/UnitTest.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

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

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

commit 0f9d18dadd798bfe04d3d6a9de8edc259bd4a178
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 17:14:08 2013 +0100

    PHPUnit 3.7.14 broke NAN testing.

 framework/Yaml/test/Horde/Yaml/LoaderTest.php |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

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

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

commit ac395bea7577cec3a9ad144eabd0d4100143f611
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 17:52:10 2013 +0100

    [jan] Correctly detect sequences when dumping and be more strict when loading sequences.

 framework/Yaml/lib/Horde/Yaml/Dumper.php      |   43 ++++++++++++++----------
 framework/Yaml/lib/Horde/Yaml/Loader.php      |    4 +-
 framework/Yaml/package.xml                    |    4 +-
 framework/Yaml/test/Horde/Yaml/DumperTest.php |    4 --
 4 files changed, 29 insertions(+), 26 deletions(-)

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

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

commit f82cd0f15b5e255f13b1588a6fd972e65255464c
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 14 18:08:08 2013 +0100

    Style

 framework/Yaml/lib/Horde/Yaml/Dumper.php |   72 +++++++-----
 framework/Yaml/lib/Horde/Yaml/Loader.php |  180 ++++++++++++++++--------------
 2 files changed, 136 insertions(+), 116 deletions(-)

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

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

commit 767f557a9932f1fd1512e342ce33e5b4d7d3a448
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 10:49:35 2013 +0100

    [jan] Add Horde_Perms_Permission_Kolab#getOwnerPermissions().

 framework/Perms/lib/Horde/Perms/Permission/Kolab.php |   13 +++++++++++++
 framework/Perms/package.xml                          |   18 +++++++++---------
 2 files changed, 22 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/767f557a9932f1fd1512e342ce33e5b4d7d3a448

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

commit e39b57cb34f16c5e26c79ed81d462df083bfa161
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 10:51:29 2013 +0100

    [jan] Fix testing for owner and user permissions in Kolab shares.

 framework/Share/lib/Horde/Share/Object/Kolab.php    |    6 +++++-
 framework/Share/package.xml                         |    6 +++---
 framework/Share/test/Horde/Share/Kolab/UnitTest.php |   10 ++++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

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

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

commit 6816acd809c7d63546476386d5cc29bbb6f90070
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 11:09:41 2013 +0100

    These tests work fine now too.

 framework/Share/test/Horde/Share/Kolab/MockTest.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/6816acd809c7d63546476386d5cc29bbb6f90070

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

commit da015e633f2a91e06b4a6e80d41626c5b7d4c11e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 11:19:39 2013 +0100

    Fix configuration name.

 framework/ActiveSync/test/Horde/ActiveSync/conf.php.dist |   46 +++++++-------
 1 files changed, 23 insertions(+), 23 deletions(-)

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

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

commit c39729b5808d7d70386eff2ab327950d30e25748
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 11:21:55 2013 +0100

    Horde_ActiveSync_State_Base might pass Horde_Support_Stub instead.

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

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

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

commit 179ad28e6460f4694ebf0488b07d67954bc9ca5f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 11:26:15 2013 +0100

    Fix indention.

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

http://git.horde.org/horde-git/-/commit/179ad28e6460f4694ebf0488b07d67954bc9ca5f

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

commit c1ce8ec72479cccce86d82850cba06cb8a12c711
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 11:47:05 2013 +0100

    Adapt overflows on 32bit systems.

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

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

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

commit dd8dc14838313f618fd58b40476a27567a4d97bf
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:04:37 2013 +0100

    Still fails on 32bit systems.

 .../test/Horde/Icalendar/fixtures/vTimezone/exchange.ics          |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 4955fd7f9868c1246b0c6ad118871af89a384525
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:05:50 2013 +0100

    This test doesn't work on 32bit.

 framework/ActiveSync/test/Horde/ActiveSync/InviteTest.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/4955fd7f9868c1246b0c6ad118871af89a384525

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

commit 03a8c2dcf6b68bc8fe6554c2b85d60fb21000f6c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:16:28 2013 +0100

    Fix Memcache tests.

 .../test/Horde/SessionHandler/Storage/MemcacheTest.php            |    5 ++---
 .../test/Horde/SessionHandler/Storage/StackTest.php               |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/03a8c2dcf6b68bc8fe6554c2b85d60fb21000f6c

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

commit 420e926fae7ff37a7e2d690ace83219cbb1381bf
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:18:28 2013 +0100

    Remove debug code, Travis seem to have fixed their FS.

 framework/Vfs/test/Horde/Vfs/FileTest.php |   35 -----------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

http://git.horde.org/horde-git/-/commit/420e926fae7ff37a7e2d690ace83219cbb1381bf

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

commit c515b31f003788270cd3de25b07927b1fc997858
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:19:12 2013 +0100

    One more for 32bit.

 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 5587873130d2b117d83877143c41cca7437ebaca
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:21:12 2013 +0100

    Skip this test for now.
    
    This should be the last failing test on Travis.

 framework/Date_Parser/test/Horde/Date/Parser/Locale/BaseTest.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/5587873130d2b117d83877143c41cca7437ebaca

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

commit e9f3d1f616e1d283621a5d4fc563b309fe34e9f3
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:21:36 2013 +0100

    List skipped and incomplete tests.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 0fae3f1d7eb68389f0725890bfa5f356c7f56529
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 12:35:02 2013 +0100

    Disable verbose log again.
    
    Full log at https://api.travis-ci.org/jobs/4814067/log.txt?deansi=true

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 5bb968046244014f3066e0372523380fec46cc55
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 14:29:14 2013 +0100

    Allow to enable keyserver test through configuration.

 framework/Crypt/package.xml                           |    8 +++++---
 framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php |    7 +++++--
 framework/Crypt/test/Horde/Crypt/conf.php.dist        |    2 ++
 3 files changed, 12 insertions(+), 5 deletions(-)
 create mode 100644 framework/Crypt/test/Horde/Crypt/conf.php.dist

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

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

commit c1bfda7826976abb994f0c8a1ad76bc178165d63
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 14:34:57 2013 +0100

    Add skip reason.

 framework/Group/test/Horde/Group/LdapTest.php            |    7 ++++++-
 framework/Group/test/Horde/Group/Sql/MysqlTest.php       |    2 ++
 framework/Group/test/Horde/Group/Sql/Pdo/MysqlTest.php   |    2 ++
 framework/Group/test/Horde/Group/Sql/Pdo/PgsqlTest.php   |    2 ++
 framework/Share/test/Horde/Share/Sql/MysqlTest.php       |    2 ++
 framework/Share/test/Horde/Share/Sql/MysqliTest.php      |    2 ++
 framework/Share/test/Horde/Share/Sql/Pdo/MysqlTest.php   |    2 ++
 framework/Share/test/Horde/Share/Sql/Pdo/PgsqlTest.php   |    2 ++
 framework/Share/test/Horde/Share/Sqlng/MysqlTest.php     |    2 ++
 framework/Share/test/Horde/Share/Sqlng/MysqliTest.php    |    2 ++
 framework/Share/test/Horde/Share/Sqlng/Pdo/MysqlTest.php |    2 ++
 framework/Share/test/Horde/Share/Sqlng/Pdo/PgsqlTest.php |    2 ++
 framework/Vfs/test/Horde/Vfs/FtpTest.php                 |    2 ++
 framework/Vfs/test/Horde/Vfs/SmbTest.php                 |    2 ++
 framework/Vfs/test/Horde/Vfs/Sql/MysqlTest.php           |    2 ++
 framework/Vfs/test/Horde/Vfs/Sql/MysqliTest.php          |    2 ++
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/MysqlTest.php       |    2 ++
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/PgsqlTest.php       |    2 ++
 framework/Vfs/test/Horde/Vfs/Ssh2Test.php                |    2 ++
 19 files changed, 42 insertions(+), 1 deletions(-)

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

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

commit adfb9f6cfee7550d5f7bb7c3de981eed1786f26d
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 14:35:26 2013 +0100

    Enable a few more tests. Test DB configuration.

 .travis.yml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

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

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

commit 71b2d2765feb459109f750b8421bd0aab664dc1e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 14:43:29 2013 +0100

    Fix installing locales.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/71b2d2765feb459109f750b8421bd0aab664dc1e

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

commit cb5b740a171651f7dff9c459d2d31061cb7e79ac
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 14:49:32 2013 +0100

    Need sudo for apt-get too. Memcache seems to started by default now.

 .travis.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 9323fb9ea24090cc5146451cbccb8e685dcde393
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 15:00:14 2013 +0100

    Requires user input.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9323fb9ea24090cc5146451cbccb8e685dcde393

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

commit e39696c9487ba566685446cdb088c3f242e37a23
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 15:09:13 2013 +0100

    Database exists already.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c28fc0628cec543acf6e2f36eb9622d1c5c50379
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 15:29:18 2013 +0100

    Fix using skip reasons.

 framework/Share/test/Horde/Share/Sql/Base.php            |    4 +++-
 framework/Share/test/Horde/Share/Sql/MysqlTest.php       |    1 +
 framework/Share/test/Horde/Share/Sql/MysqliTest.php      |    1 +
 framework/Share/test/Horde/Share/Sql/Pdo/MysqlTest.php   |    1 +
 framework/Share/test/Horde/Share/Sql/Pdo/PgsqlTest.php   |    1 +
 framework/Share/test/Horde/Share/Sqlng/Base.php          |    4 +++-
 framework/Share/test/Horde/Share/Sqlng/MysqlTest.php     |    1 +
 framework/Share/test/Horde/Share/Sqlng/MysqliTest.php    |    1 +
 framework/Share/test/Horde/Share/Sqlng/Pdo/MysqlTest.php |    1 +
 framework/Share/test/Horde/Share/Sqlng/Pdo/PgsqlTest.php |    1 +
 10 files changed, 14 insertions(+), 2 deletions(-)

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

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

commit 66b6a6e1e61139392498ba3ba93c038a2909f5be
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 15:31:20 2013 +0100

    Does this silence builds?

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/66b6a6e1e61139392498ba3ba93c038a2909f5be

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

commit 8760c62ecef2e14dfa1a31488935774fa56d6936
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 15:50:53 2013 +0100

    Fix testing for class.

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

http://git.horde.org/horde-git/-/commit/8760c62ecef2e14dfa1a31488935774fa56d6936

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

commit 8530f3f0ece320857894d74e60c6a3d376f2dff7
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 15:56:30 2013 +0100

    Fix test.

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

http://git.horde.org/horde-git/-/commit/8530f3f0ece320857894d74e60c6a3d376f2dff7

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

commit 59990bd2368ae2b68b1f510c228a140289f82138
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 16:05:13 2013 +0100

    Mark as incomplete.

 .../Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php     |    3 +-
 framework/Support/test/Horde/Support/InflectorTest.php            |    6 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/59990bd2368ae2b68b1f510c228a140289f82138

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

commit 301479b566374a20449ecf2711619fce7ed0b939
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:35:05 2013 +0100

    Fix test layout.

 framework/Image/test/Horde/Image/Exif/Base.php         |   75 --------------
 framework/Image/test/Horde/Image/Exif/BundledTest.php  |    8 +--
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php |    7 +-
 framework/Image/test/Horde/Image/Exif/PhpTest.php      |    8 +--
 framework/Image/test/Horde/Image/Exif/TestBase.php     |   81 ++++++++++++++++
 5 files changed, 84 insertions(+), 95 deletions(-)
 delete mode 100644 framework/Image/test/Horde/Image/Exif/Base.php
 create mode 100644 framework/Image/test/Horde/Image/Exif/TestBase.php

http://git.horde.org/horde-git/-/commit/301479b566374a20449ecf2711619fce7ed0b939

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

commit 6367d64c88f743e20e93497e17bdd16d28e2c548
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:35:42 2013 +0100

    Enable more test configurations.

 .travis.yml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/6367d64c88f743e20e93497e17bdd16d28e2c548

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

commit a0bcf5e538a7518ba9bc159624e78ea8890634dc
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:37:05 2013 +0100

    Set reason.

 .../test/Horde/ActiveSync/StateTest/Sql/Pdo/MysqlTest.php         |    2 ++
 framework/Group/test/Horde/Group/Sql/MysqliTest.php               |    2 ++
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqlTest.php   |    2 ++
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqliTest.php  |    2 ++
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/MysqlTest.php     |    2 ++
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/PgsqlTest.php     |    2 ++
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/MysqlTest.php       |    2 ++
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/PgsqlTest.php       |    2 ++
 8 files changed, 16 insertions(+), 0 deletions(-)

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

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

commit e8e7824562dafa8041e0766eac068e6d307dc1fb
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:37:52 2013 +0100

    Update file list.

 framework/Image/package.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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

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

commit f45572feef923ae71838818293c7b7a90e87bcfd
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:38:57 2013 +0100

    exiftool configuration is only required for Exiftool driver.

 framework/Image/test/Horde/Image/Exif/BundledTest.php  |    7 +------
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php |   11 ++++++++---
 framework/Image/test/Horde/Image/Exif/PhpTest.php      |    7 +------
 framework/Image/test/Horde/Image/Exif/TestBase.php     |   13 ++-----------
 4 files changed, 12 insertions(+), 26 deletions(-)

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

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

commit e74e8e491b4a9cff6e4f8ac8f6e6e4c4fcd65ea2
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:39:27 2013 +0100

    The test image didn't contain the tested exif tags?

 framework/Image/test/Horde/Image/Exif/TestBase.php     |    2 +-
 framework/Image/test/Horde/Image/Fixtures/img_exif.jpg |  Bin 181131 -> 181401 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c440f43e678722f05ee3e37179d0fd03757dd188
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:40:11 2013 +0100

    Use a package that's unlikely to change in the future.

 framework/Pear/test/Horde/Pear/Server/RemoteTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 29d832c67cc8d8c8ddd1f1e81a53e0a882d96397
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:40:21 2013 +0100

    Fix test.

 framework/Pear/test/Horde/Pear/Server/RestTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/29d832c67cc8d8c8ddd1f1e81a53e0a882d96397

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

commit c5d379bbb45781bc21934b1f02a40c724693b55c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:41:36 2013 +0100

    Use getConfig().

 .../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php   |   15 ++---
 framework/Vcs/package.xml                                         |    8 ++-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/TestBase.php                         |    5 +-
 framework/Vcs/test/Horde/Vcs/conf.php.dist                        |   12 ++++
 8 files changed, 28 insertions(+), 20 deletions(-)
 create mode 100644 framework/Vcs/test/Horde/Vcs/conf.php.dist

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

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

commit 52fa5a6c9cfe4101dba8399daf7aa8a0bf1401c5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:47:25 2013 +0100

    Fix option position.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/52fa5a6c9cfe4101dba8399daf7aa8a0bf1401c5

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

commit 51e18167bd0dd82e63423b7b37356e6b1360070b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 18:58:19 2013 +0100

    Fix alarm configuration.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/51e18167bd0dd82e63423b7b37356e6b1360070b

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

commit f2214840a8f29836a8d24aa9f7211ea4f4acb4be
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 19:27:24 2013 +0100

    Fix Horde_Db configurations.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit e65ce8cd1b05ecec1173a2807d168ea7062b1dbe
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 19:39:00 2013 +0100

    Debug

 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 3d91e61ded8c2cad4cc9896c90356dc5ed2c33a3
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 19:58:09 2013 +0100

    This should finally work.

 .travis.yml                                          |    2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

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

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

commit 80a9f2bddf7428955d2a748e5c6bfd0164f9119b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 16:34:47 2013 -0500

    Revert this, the numerizer would return it lowercased anyway.

 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/80a9f2bddf7428955d2a748e5c6bfd0164f9119b

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

commit 18d4f1e774d1bfd7e392e392c62263d6b19d6dac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 16:36:00 2013 -0500

    Better yet, ensure the tz is the only text present in the token.

 .../Date_Parser/lib/Horde/Date/Parser/Locale/Base/Timezone.php    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/18d4f1e774d1bfd7e392e392c62263d6b19d6dac

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

commit d383783d14ff11fdf48d919a58783c8909ec4110
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 16:37:01 2013 -0500

    Remove commented out code.

 framework/Date_Parser/test/Horde/Date/Parser/ParserTest.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 232acb71063dd85dad81091f048efa24a230a55e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 16:37:25 2013 -0500

    These were flawed tests, tokens are not multi-word.

 framework/Date_Parser/test/Horde/Date/Parser/TokenTest.php |   31 +++--------
 1 files changed, 9 insertions(+), 22 deletions(-)

http://git.horde.org/horde-git/-/commit/232acb71063dd85dad81091f048efa24a230a55e

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

commit c8c13ffbd9414db33483fdbba7a7a168fc959871
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 16:39:48 2013 -0500

    This passes now.
    
    Horde_Date_Parser_Locale_DeTest::testTomorrow still fails for me, but
    it was failing before all of my changes.

 framework/Date_Parser/test/Horde/Date/Parser/Locale/BaseTest.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 1f2e172b3940b122e2dde7f73735fce925e97ce1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 17:05:27 2013 -0500

    Proper way to fix case preservation issues from Bug: 12006.

 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php       |    1 -
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater.php    |   76 ++--
 2 files changed, 38 insertions(+), 39 deletions(-)

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

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

commit be56367a17e18b776cf4b8aeb52fba3a886f11ac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 17:16:06 2013 -0500

    Fix editing existing time slices.

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

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

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

commit 07262788d5fdd15509b57e11c34767cac93f3f46
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 17:30:16 2013 -0500

    fix jsdoc

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

http://git.horde.org/horde-git/-/commit/07262788d5fdd15509b57e11c34767cac93f3f46

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

commit 6c6b82f704389525e74595388d4668ffdf83b09d
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 20:12:19 2013 +0100

    Fix Http test.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 0d130ebb553b6d55bce63ff695793a48ba1736cf
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 15 23:50:54 2013 +0100

    Fix Image test env.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 297f82a27cee597a90ac7b06a6243c2749aa401e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 18:29:57 2013 -0500

    Ensure the MIME headers are present in $copy
    
    Fixes Bug: 12040

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/297f82a27cee597a90ac7b06a6243c2749aa401e

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

commit 3ca2d9919e76200a9f4da60ea74aba0a0e44e047
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Feb 15 18:31:47 2013 -0500

    CHANGES

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

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

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

commit 1be22b1b6995f732d3a911bfddd4d6d8a582f7fa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 16 12:10:51 2013 -0500

    We not have any response, ignore those here as well.
    
    Prevents attempting to delete non-existent copies of event.

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

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

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

commit 5935b873112149b669788df414f93390f640fcd5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 16 12:12:20 2013 -0500

    Allow Kronolith_Driver::toProperties to optionally return event_id and event_uid.

 kronolith/lib/Driver/Resource/Sql.php |   12 +++---------
 kronolith/lib/Event/Sql.php           |   11 ++++++++++-
 2 files changed, 13 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/5935b873112149b669788df414f93390f640fcd5

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

commit c0b7f0ddf937ee94f722f4934555071e8dc96a1f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 16 12:12:58 2013 -0500

    Only clear the lock if it exists.

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

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

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

commit fd15579c03e80c58cbc504f5aece6d931ce06c27
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 16 13:08:27 2013 -0500

    Improve/Fix resource event deletion after removing the resource.
    
    Bug: 12034

 kronolith/lib/Driver/Resource/Sql.php |   34 ++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 11 deletions(-)

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

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

commit 7c1373491b00f8dd127844cd5cb6b78becdb50ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 16 13:09:00 2013 -0500

    Use typehint

 kronolith/lib/Driver/Resource/Sql.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

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

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

commit 378101b4842fcf47f5a61a590e9e1e3d8c517ae9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 16 13:13:18 2013 -0500

    BFN

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

http://git.horde.org/horde-git/-/commit/378101b4842fcf47f5a61a590e9e1e3d8c517ae9

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

commit 6e87d940b2d79dd67ea8a5fe8cda123360877fb8
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Feb 16 16:42:48 2013 -0500

    If $style is already an Ansel_Style object, just return it

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

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

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

commit 21f060e93f8195d7c940764f5301124418ced738
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Feb 16 16:43:10 2013 -0500

    Need to include inline script in API responses too

 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit a033f5735ffd8d146b12a34d5c00f9ba797d9e0b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Feb 16 17:01:24 2013 -0500

    Need to include the date params!

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

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

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

commit ffede581a2737a7e2e193d20e6bcfa1e596d993d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Feb 16 22:10:59 2013 -0500

    Need this code back to generate the right $pagerurl

 ansel/lib/View/GalleryRenderer/GalleryLightbox.php |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

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

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

commit 1f5bc5411697473c1ae8b77b3c924f3177ea2cfe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Feb 16 22:12:05 2013 -0700

    Fix searching in smartmobile if clicking on ENTER instead of Submit button

 imp/templates/smartmobile/search.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit bf0a7d249dd6f9295b1da6f60da6736b048be5e2
Merge: fb18391 1f5bc54
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Feb 16 22:14:17 2013 -0700

    Merge branch 'master' into imp_6_1
    
    Conflicts:
    	imp/lib/Imap.php

 .travis.yml                                                       |   11 +-
 ansel/lib/Ansel.php                                               |    6 +-
 ansel/lib/Tile/DateGallery.php                                    |    1 +
 ansel/lib/View/GalleryRenderer/GalleryLightbox.php                |   24 +
 components/data/qc_standards/phpmd.xml                            |    1 +
 components/lib/Components/Module/Qc.php                           |    2 +
 components/lib/Components/Qc/Task/Base.php                        |    2 +-
 components/lib/Components/Qc/Task/Cpd.php                         |   10 +-
 components/lib/Components/Qc/Task/Cs.php                          |    5 +-
 components/lib/Components/Qc/Task/Dcd.php                         |   79 ++
 components/lib/Components/Qc/Task/Lint.php                        |    2 +-
 components/lib/Components/Qc/Task/Loc.php                         |   73 ++
 components/lib/Components/Qc/Task/Md.php                          |    2 +-
 components/lib/Components/Qc/Task/Unit.php                        |   13 +-
 components/lib/Components/Qc/Tasks.php                            |    2 +-
 components/lib/Components/Runner/Qc.php                           |    8 +
 components/package.xml                                            |   40 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Utils.php               |   12 +-
 framework/ActiveSync/test/Horde/ActiveSync/InviteTest.php         |    1 +
 .../test/Horde/ActiveSync/StateTest/Sql/Pdo/MysqlTest.php         |    2 +
 framework/ActiveSync/test/Horde/ActiveSync/conf.php.dist          |   46 +-
 framework/Alarm/test/Horde/Alarm/HandlerTest.php                  |    4 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    2 +
 framework/Core/package.xml                                        |    2 +
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |    2 +-
 framework/Crypt/package.xml                                       |    8 +-
 framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php             |    7 +-
 framework/Crypt/test/Horde/Crypt/conf.php.dist                    |    2 +
 framework/Date/lib/Horde/Date.php                                 |   14 +-
 framework/Date/lib/Horde/Date/Recurrence.php                      |   19 +-
 framework/Date/package.xml                                        |    4 +-
 framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php       |    2 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Base/Repeater.php    |   76 +-
 .../Date_Parser/lib/Horde/Date/Parser/Locale/Base/Timezone.php    |    2 +-
 framework/Date_Parser/test/Horde/Date/Parser/ParserTest.php       |    1 -
 framework/Date_Parser/test/Horde/Date/Parser/TokenTest.php        |   31 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php                   |    2 +-
 framework/Group/test/Horde/Group/LdapTest.php                     |    7 +-
 framework/Group/test/Horde/Group/Sql/MysqlTest.php                |    2 +
 framework/Group/test/Horde/Group/Sql/MysqliTest.php               |    2 +
 framework/Group/test/Horde/Group/Sql/Pdo/MysqlTest.php            |    2 +
 framework/Group/test/Horde/Group/Sql/Pdo/PgsqlTest.php            |    2 +
 .../test/Horde/Icalendar/fixtures/vTimezone/exchange.ics          |    4 +-
 .../Icalendar/test/Horde/Icalendar/fixtures/vTimezone/meeting.ics |    4 +-
 framework/Image/package.xml                                       |   12 +-
 framework/Image/test/Horde/Image/Exif/Base.php                    |   75 --
 framework/Image/test/Horde/Image/Exif/BundledTest.php             |   15 +-
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php            |   18 +-
 framework/Image/test/Horde/Image/Exif/PhpTest.php                 |   15 +-
 framework/Image/test/Horde/Image/Exif/TestBase.php                |   72 ++
 framework/Image/test/Horde/Image/Fixtures/img_exif.jpg            |  Bin 181131 -> 181401 bytes
 .../test/Horde/Kolab/Format/Unit/Xml/Type/DateTimeTest.php        |    9 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php     |    3 +-
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msexcel.php           |   22 +-
 framework/Mime_Viewer/package.xml                                 |    4 +-
 framework/Pear/test/Horde/Pear/Server/RemoteTest.php              |    4 +-
 framework/Pear/test/Horde/Pear/Server/RestTest.php                |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |   57 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php      |   17 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php   |   17 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php    |   30 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/User.php     |   22 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |   17 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element.php      |   14 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Default.php    |   12 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php      |   16 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Guest.php      |   12 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Element/User.php |   15 +-
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |   15 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Storage.php      |   10 +-
 framework/Perms/package.xml                                       |   18 +-
 framework/Prefs/lib/Horde/Prefs/Identity.php                      |   10 +-
 framework/Prefs/package.xml                                       |   21 +-
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqlTest.php   |    2 +
 framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/MysqliTest.php  |    2 +
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/MysqlTest.php     |    2 +
 .../Prefs/test/Horde/Prefs/Unit/Storage/Sql/Pdo/PgsqlTest.php     |    2 +
 framework/Rdo/package.xml                                         |    8 +-
 .../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php   |   15 +-
 .../test/Horde/SessionHandler/Storage/MemcacheTest.php            |    5 +-
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/MysqlTest.php       |    2 +
 .../test/Horde/SessionHandler/Storage/Sql/Pdo/PgsqlTest.php       |    2 +
 .../test/Horde/SessionHandler/Storage/StackTest.php               |    5 +-
 framework/Share/lib/Horde/Share/Object.php                        |    5 +-
 framework/Share/lib/Horde/Share/Object/Kolab.php                  |    6 +-
 framework/Share/package.xml                                       |    6 +-
 framework/Share/test/Horde/Share/Kolab/MockTest.php               |    3 -
 framework/Share/test/Horde/Share/Kolab/UnitTest.php               |   12 +-
 framework/Share/test/Horde/Share/Sql/Base.php                     |    4 +-
 framework/Share/test/Horde/Share/Sql/MysqlTest.php                |    3 +
 framework/Share/test/Horde/Share/Sql/MysqliTest.php               |    3 +
 framework/Share/test/Horde/Share/Sql/Pdo/MysqlTest.php            |    3 +
 framework/Share/test/Horde/Share/Sql/Pdo/PgsqlTest.php            |    3 +
 framework/Share/test/Horde/Share/Sqlng/Base.php                   |    4 +-
 framework/Share/test/Horde/Share/Sqlng/MysqlTest.php              |    3 +
 framework/Share/test/Horde/Share/Sqlng/MysqliTest.php             |    3 +
 framework/Share/test/Horde/Share/Sqlng/Pdo/MysqlTest.php          |    3 +
 framework/Share/test/Horde/Share/Sqlng/Pdo/PgsqlTest.php          |    3 +
 framework/Share/test/Horde/Share/TestBase.php                     |    8 +-
 framework/Support/test/Horde/Support/GuidTest.php                 |    5 +-
 framework/Support/test/Horde/Support/InflectorTest.php            |    6 +-
 framework/Test/lib/Horde/Test/AllTests.php                        |   11 +-
 framework/Util/lib/Horde/Domhtml.php                              |    3 +
 framework/Vcs/package.xml                                         |    8 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/GitTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/RcsTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |    2 +-
 framework/Vcs/test/Horde/Vcs/TestBase.php                         |    5 +-
 framework/Vcs/test/Horde/Vcs/conf.php.dist                        |   12 +
 framework/Vfs/lib/Horde/Vfs/Ftp.php                               |   25 -
 framework/Vfs/lib/Horde/Vfs/SqlFile.php                           |    5 +-
 framework/Vfs/lib/Horde/Vfs/Ssh2.php                              |    2 +-
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |    2 +-
 framework/Vfs/test/Horde/Vfs/FtpTest.php                          |    2 +
 framework/Vfs/test/Horde/Vfs/SmbTest.php                          |    2 +
 framework/Vfs/test/Horde/Vfs/Sql/MysqlTest.php                    |    2 +
 framework/Vfs/test/Horde/Vfs/Sql/MysqliTest.php                   |    2 +
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/MysqlTest.php                |    2 +
 framework/Vfs/test/Horde/Vfs/Sql/Pdo/PgsqlTest.php                |    2 +
 framework/Vfs/test/Horde/Vfs/Ssh2Test.php                         |    2 +
 framework/Yaml/lib/Horde/Yaml/Dumper.php                          |  115 ++--
 framework/Yaml/lib/Horde/Yaml/Loader.php                          |  184 +++--
 framework/Yaml/package.xml                                        |    4 +-
 framework/Yaml/test/Horde/Yaml/DumperTest.php                     |    4 -
 framework/Yaml/test/Horde/Yaml/LoaderTest.php                     |    9 +-
 hermes/js/hermes.js                                               |    3 +-
 imp/templates/smartmobile/search.html.php                         |    2 +-
 kronolith/docs/CHANGES                                            |    1 +
 kronolith/lib/Driver.php                                          |    3 +-
 kronolith/lib/Driver/Resource/Sql.php                             |   52 +-
 kronolith/lib/Event.php                                           |    2 +-
 kronolith/lib/Event/Sql.php                                       |   11 +-
 kronolith/package.xml                                             |    4 +-
 skeleton/lib/Ajax/Application.php                                 |   22 +-
 skeleton/lib/Api.php                                              |   22 +-
 skeleton/lib/Application.php                                      |   21 +-
 skeleton/lib/Block/Example.php                                    |    5 +-
 skeleton/lib/Driver.php                                           |   19 +-
 skeleton/lib/Driver/Sql.php                                       |   12 +-
 skeleton/lib/Exception.php                                        |   11 +-
 skeleton/lib/Factory/Driver.php                                   |   11 +-
 skeleton/lib/Test.php                                             |   16 +-
 144 files changed, 1110 insertions(+), 745 deletions(-)

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




More information about the commits mailing list