[commits] Horde branch develop updated. 0326926d8359411b2e659c2a783bd6c67b3923bf
Jan Schneider
jan at horde.org
Mon Mar 5 17:02:17 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: c53f83a555ec395082db6267fd92f0c6bd20c5ff
f63129c Add upgrading instructions.
cfef660 Drop name argument from getFolderSize().
6ba99cc phpdoc
c23871d [jan] Fix ignored argument for listFolders() in SQL driver.
e37f702 Test listFolder(), listFolders().
9b877dd [jan] Drop listFolders() method.
67e0c08 The $name parameter had been removed.
37f77a0 Fix parenthesis.
86fd873 Fix tests if a driver doesn't support quota.
90dd7fc Add File, Ftp, Ssh2 tests.
9c0947f [jan] Add hasFeature().
46e0b88 Add $reason property.
e23452f Add test stubs for to-be-refactored SqlFile driver.
0326926 Add configuration for SqlFile tests.
-----------------------------------------------------------------------
commit f63129cc708d84e3839575c9ef909f22613dc05f
Author: Jan Schneider <jan at horde.org>
Date: Fri Mar 2 19:17:14 2012 +0100
Add upgrading instructions.
framework/Vfs/doc/Horde/Vfs/UPGRADING | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 framework/Vfs/doc/Horde/Vfs/UPGRADING
http://git.horde.org/horde-git/-/commit/f63129cc708d84e3839575c9ef909f22613dc05f
-----------------------------------------------------------------------
commit cfef660ac4df24e13bef0c97d75fd12e9a37a240
Author: Jan Schneider <jan at horde.org>
Date: Fri Mar 2 19:19:20 2012 +0100
Drop name argument from getFolderSize().
framework/Vfs/doc/Horde/Vfs/UPGRADING | 5 +++++
framework/Vfs/lib/Horde/Vfs/Base.php | 9 ++++-----
framework/Vfs/lib/Horde/Vfs/Sql.php | 7 +++----
3 files changed, 12 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/cfef660ac4df24e13bef0c97d75fd12e9a37a240
-----------------------------------------------------------------------
commit 6ba99ccd2d560e8b698b6d84a025400d435a5cad
Author: Jan Schneider <jan at horde.org>
Date: Fri Mar 2 19:40:10 2012 +0100
phpdoc
framework/Vfs/lib/Horde/Vfs/Sql.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/6ba99ccd2d560e8b698b6d84a025400d435a5cad
-----------------------------------------------------------------------
commit c23871d301611a005395c944304ae8a1282b1468
Author: Jan Schneider <jan at horde.org>
Date: Fri Mar 2 20:17:23 2012 +0100
[jan] Fix ignored argument for listFolders() in SQL driver.
framework/Vfs/lib/Horde/Vfs/Sql.php | 5 +++++
framework/Vfs/package.xml | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c23871d301611a005395c944304ae8a1282b1468
-----------------------------------------------------------------------
commit e37f70286a9b962f182d494bdc82794228047a08
Author: Jan Schneider <jan at horde.org>
Date: Fri Mar 2 20:18:16 2012 +0100
Test listFolder(), listFolders().
framework/Vfs/test/Horde/Vfs/Base.php | 101 +++++++++++++++++++++++++--
framework/Vfs/test/Horde/Vfs/Sql/Base.php | 11 +++-
framework/Vfs/test/Horde/Vfs/conf.php.dist | 2 -
3 files changed, 102 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/e37f70286a9b962f182d494bdc82794228047a08
-----------------------------------------------------------------------
commit 9b877dd303b72de36776a84c97199c5658d1944f
Author: Jan Schneider <jan at horde.org>
Date: Sat Mar 3 14:11:51 2012 +0100
[jan] Drop listFolders() method.
The different implementations had complete inconsistent behavior, it
wasn't used anywhere in Horde, and it could easily be replaced by
listFolder().
framework/Vfs/doc/Horde/Vfs/UPGRADING | 5 ++
framework/Vfs/lib/Horde/Vfs/Base.php | 19 -------
framework/Vfs/lib/Horde/Vfs/File.php | 35 ------------
framework/Vfs/lib/Horde/Vfs/Ftp.php | 37 -------------
framework/Vfs/lib/Horde/Vfs/Kolab.php | 82 +++++++++++-----------------
framework/Vfs/lib/Horde/Vfs/Smb.php | 34 ------------
framework/Vfs/lib/Horde/Vfs/Sql.php | 75 -------------------------
framework/Vfs/lib/Horde/Vfs/SqlFile.php | 68 -----------------------
framework/Vfs/lib/Horde/Vfs/Ssh2.php | 36 ------------
framework/Vfs/package.xml | 2 +
framework/Vfs/test/Horde/Vfs/Base.php | 32 -----------
framework/Vfs/test/Horde/Vfs/KolabTest.php | 1 +
framework/Vfs/test/Horde/Vfs/Sql/Base.php | 8 ---
13 files changed, 41 insertions(+), 393 deletions(-)
http://git.horde.org/horde-git/-/commit/9b877dd303b72de36776a84c97199c5658d1944f
-----------------------------------------------------------------------
commit 67e0c08fd373f1602face60f02d8e5d0e1513c47
Author: Jan Schneider <jan at horde.org>
Date: Sat Mar 3 14:14:53 2012 +0100
The $name parameter had been removed.
framework/Vfs/lib/Horde/Vfs/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/67e0c08fd373f1602face60f02d8e5d0e1513c47
-----------------------------------------------------------------------
commit 37f77a0d469c165c122f799d63570aa5e227555d
Author: Jan Schneider <jan at horde.org>
Date: Sat Mar 3 14:15:23 2012 +0100
Fix parenthesis.
framework/Vfs/lib/Horde/Vfs/File.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/37f77a0d469c165c122f799d63570aa5e227555d
-----------------------------------------------------------------------
commit 86fd873172b4cca4c0be986f27d7cf53efe8fc33
Author: Jan Schneider <jan at horde.org>
Date: Sat Mar 3 14:16:54 2012 +0100
Fix tests if a driver doesn't support quota.
framework/Vfs/test/Horde/Vfs/Base.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/86fd873172b4cca4c0be986f27d7cf53efe8fc33
-----------------------------------------------------------------------
commit 90dd7fcb4c5a9ad4a8ad62a6cb1cf1e3b8c6ffdd
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 5 15:16:56 2012 +0100
Add File, Ftp, Ssh2 tests.
framework/Vfs/test/Horde/Vfs/FileTest.php | 178 ++++++++++++++++++++++----
framework/Vfs/test/Horde/Vfs/FtpTest.php | 189 ++++++++++++++++++++++++++++
framework/Vfs/test/Horde/Vfs/Ssh2Test.php | 189 ++++++++++++++++++++++++++++
framework/Vfs/test/Horde/Vfs/conf.php.dist | 8 ++
4 files changed, 538 insertions(+), 26 deletions(-)
create mode 100644 framework/Vfs/test/Horde/Vfs/FtpTest.php
create mode 100644 framework/Vfs/test/Horde/Vfs/Ssh2Test.php
http://git.horde.org/horde-git/-/commit/90dd7fcb4c5a9ad4a8ad62a6cb1cf1e3b8c6ffdd
-----------------------------------------------------------------------
commit 9c0947f2f79a22222f64b658720f5be94bd43733
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 5 15:21:27 2012 +0100
[jan] Add hasFeature().
framework/Vfs/lib/Horde/Vfs/Base.php | 22 ++++++++++++++++++++++
framework/Vfs/lib/Horde/Vfs/File.php | 9 +++++++++
framework/Vfs/lib/Horde/Vfs/Sql.php | 9 +++++++++
framework/Vfs/package.xml | 2 ++
4 files changed, 42 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/9c0947f2f79a22222f64b658720f5be94bd43733
-----------------------------------------------------------------------
commit 46e0b88348dccfd89ac7fec55f02430452387253
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 5 15:30:36 2012 +0100
Add $reason property.
framework/Vfs/test/Horde/Vfs/Ssh2Test.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/46e0b88348dccfd89ac7fec55f02430452387253
-----------------------------------------------------------------------
commit e23452f39ec6a8da7b007a5ee99bac878b188f33
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 5 15:31:22 2012 +0100
Add test stubs for to-be-refactored SqlFile driver.
framework/Vfs/test/Horde/Vfs/SqlFile/Base.php | 215 +++++++++++++++
framework/Vfs/test/Horde/Vfs/SqlFile/MysqlTest.php | 31 ++
framework/Vfs/test/Horde/Vfs/SqlFile/MysqliTest.php | 31 ++
framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/MysqlTest.php | 32 +++
framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/PgsqlTest.php | 32 +++
framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/SqliteTest.php | 28 ++
6 files changed, 369 insertions(+), 0 deletions(-)
create mode 100644 framework/Vfs/test/Horde/Vfs/SqlFile/Base.php
create mode 100644 framework/Vfs/test/Horde/Vfs/SqlFile/MysqlTest.php
create mode 100644 framework/Vfs/test/Horde/Vfs/SqlFile/MysqliTest.php
create mode 100644 framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/MysqlTest.php
create mode 100644 framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/PgsqlTest.php
create mode 100644 framework/Vfs/test/Horde/Vfs/SqlFile/Pdo/SqliteTest.php
http://git.horde.org/horde-git/-/commit/e23452f39ec6a8da7b007a5ee99bac878b188f33
-----------------------------------------------------------------------
commit 0326926d8359411b2e659c2a783bd6c67b3923bf
Author: Jan Schneider <jan at horde.org>
Date: Mon Mar 5 17:58:36 2012 +0100
Add configuration for SqlFile tests.
framework/Vfs/test/Horde/Vfs/conf.php.dist | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/0326926d8359411b2e659c2a783bd6c67b3923bf
More information about the commits
mailing list