The branch "develop" has been updated. The following is a summary of the commits.
from: 09ae9a6953576d7dc87969c8ccf21562ba12eb4f e01d24b Test copy, rename, move. b79f88f Kronolith has a smartphone view, not a minimal view. 8538cf7 Horde_Util::getTempFile() takes care of deleting the temp file. 3049bb7 Test readByteRange() and readFile(). 89fcbea deleteFile() doesn't return anything. 7f62733 Test deleteFile(), deleteFolder(), emptyFolder(). df64a3c Simplify _filterMatch(). e450f23 phpdoc 99e84b8 [jan] Fix recursive listFolder() on base directory. d0e1ede [jan] Fix several issues with quota calculation. 87fc4d2 Test quota. ----------------------------------------------------------------------- commit e01d24b6053c460a117b7ffca5dd5e9bd702d4b3 Author: Jan Schneider <[email protected]> Date: Thu Mar 1 21:22:53 2012 +0100 Test copy, rename, move. framework/Vfs/test/Horde/Vfs/Base.php | 24 ++++++++++++++++++++++++ framework/Vfs/test/Horde/Vfs/Sql/Base.php | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e01d24b6053c460a117b7ffca5dd5e9bd702d4b3 ----------------------------------------------------------------------- commit b79f88f517b008a38656c788c07835877fbe1c6c Author: Jan Schneider <[email protected]> Date: Fri Mar 2 11:32:40 2012 +0100 Kronolith has a smartphone view, not a minimal view. kronolith/lib/Application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b79f88f517b008a38656c788c07835877fbe1c6c ----------------------------------------------------------------------- commit 8538cf78bc09cbd147a4da1fda00d295c9c61810 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 11:54:04 2012 +0100 Horde_Util::getTempFile() takes care of deleting the temp file. framework/Vfs/lib/Horde/Vfs/Base.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8538cf78bc09cbd147a4da1fda00d295c9c61810 ----------------------------------------------------------------------- commit 3049bb7a69ce5031792ffae705cb9491c0f540e0 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 12:00:10 2012 +0100 Test readByteRange() and readFile(). framework/Vfs/test/Horde/Vfs/Base.php | 13 +++++++++++++ framework/Vfs/test/Horde/Vfs/Sql/Base.php | 20 +++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3049bb7a69ce5031792ffae705cb9491c0f540e0 ----------------------------------------------------------------------- commit 89fcbea7cbec2110beb5c04798ce3bb39e842ac7 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 12:14:35 2012 +0100 deleteFile() doesn't return anything. framework/Vfs/lib/Horde/Vfs/Base.php | 2 +- framework/Vfs/lib/Horde/Vfs/Kolab.php | 2 +- framework/Vfs/lib/Horde/Vfs/Musql.php | 2 +- framework/Vfs/lib/Horde/Vfs/Sql.php | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/89fcbea7cbec2110beb5c04798ce3bb39e842ac7 ----------------------------------------------------------------------- commit 7f62733c3d22b4532aa020186d182bf9832349ec Author: Jan Schneider <[email protected]> Date: Fri Mar 2 12:33:26 2012 +0100 Test deleteFile(), deleteFolder(), emptyFolder(). framework/Vfs/test/Horde/Vfs/Base.php | 145 +++++++++++++++++++++++++++++ framework/Vfs/test/Horde/Vfs/Sql/Base.php | 24 +++++ 2 files changed, 169 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/7f62733c3d22b4532aa020186d182bf9832349ec ----------------------------------------------------------------------- commit df64a3c2c359dbd4ea0068fe2f1461de0ea6ca49 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 13:23:24 2012 +0100 Simplify _filterMatch(). framework/Vfs/lib/Horde/Vfs/Base.php | 28 +++++----------------------- 1 files changed, 5 insertions(+), 23 deletions(-) http://git.horde.org/horde-git/-/commit/df64a3c2c359dbd4ea0068fe2f1461de0ea6ca49 ----------------------------------------------------------------------- commit e450f239b21aca25101416ce91fe547e33171b6a Author: Jan Schneider <[email protected]> Date: Fri Mar 2 13:23:30 2012 +0100 phpdoc framework/Vfs/lib/Horde/Vfs/Base.php | 39 +++++++++++++++++------------- framework/Vfs/lib/Horde/Vfs/File.php | 22 +++++++++-------- framework/Vfs/lib/Horde/Vfs/Ftp.php | 20 ++++++++------- framework/Vfs/lib/Horde/Vfs/Horde.php | 11 ++++---- framework/Vfs/lib/Horde/Vfs/Kolab.php | 20 ++++++++------- framework/Vfs/lib/Horde/Vfs/Musql.php | 2 +- framework/Vfs/lib/Horde/Vfs/Smb.php | 17 ++++++------- framework/Vfs/lib/Horde/Vfs/SqlFile.php | 24 +++++++++--------- framework/Vfs/lib/Horde/Vfs/Ssh2.php | 20 ++++++++------- 9 files changed, 94 insertions(+), 81 deletions(-) http://git.horde.org/horde-git/-/commit/e450f239b21aca25101416ce91fe547e33171b6a ----------------------------------------------------------------------- commit 99e84b897b5b507b8ae2197dc8460c1576af0d08 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 18:38:30 2012 +0100 [jan] Fix recursive listFolder() on base directory. framework/Vfs/lib/Horde/Vfs/Base.php | 5 ++++- framework/Vfs/package.xml | 2 ++ 2 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/99e84b897b5b507b8ae2197dc8460c1576af0d08 ----------------------------------------------------------------------- commit d0e1edeed4d48bb1732d72cf160cc26c05e56723 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 18:40:37 2012 +0100 [jan] Fix several issues with quota calculation. framework/Vfs/lib/Horde/Vfs/Base.php | 17 ++++++++++------- framework/Vfs/lib/Horde/Vfs/Sql.php | 20 ++++++++++++++++---- framework/Vfs/package.xml | 2 ++ 3 files changed, 28 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/d0e1edeed4d48bb1732d72cf160cc26c05e56723 ----------------------------------------------------------------------- commit 87fc4d2bd540cf0de075fc5d4df2e67c5fef3652 Author: Jan Schneider <[email protected]> Date: Fri Mar 2 18:40:59 2012 +0100 Test quota. framework/Vfs/test/Horde/Vfs/Base.php | 39 ++++++++++++++++++++++++++++- framework/Vfs/test/Horde/Vfs/Sql/Base.php | 8 ++++++ 2 files changed, 46 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/87fc4d2bd540cf0de075fc5d4df2e67c5fef3652 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
