[commits] Horde branch develop updated. a930beb476f87d475c15e19d7ffbab8b4fbb711b

Jan Schneider jan at horde.org
Tue Mar 27 16:52:17 UTC 2012


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

from: e1b074e5a7c39787a3c8eff43e3970266995212b

8448dbb Merge from develop
f7a8c51 [jan] Allow to change share names in SQL and DataTree drivers too.
3edcc38 Add stop gaps so that we don't forget to add permission checks once the api works again.
b731d52 The SQL driver doesn't support any permissions.
06085f8 Merge branch 'master' into develop
a930beb Add file sharing support.

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

commit 8448dbb3a4215bbf31b9b3341d735d72ebd6719b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 8 16:44:44 2012 -0500

    Merge from develop

 framework/Share/lib/Horde/Share/Sql.php   |    2 +-
 framework/Share/lib/Horde/Share/Sqlng.php |    2 +-
 framework/Share/package.xml               |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/8448dbb3a4215bbf31b9b3341d735d72ebd6719b

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

commit f7a8c510cef006af644aff9cea9019e1b1633d48
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 27 18:23:38 2012 +0200

    [jan] Allow to change share names in SQL and DataTree drivers too.

 framework/Share/lib/Horde/Share/Object/Datatree.php |    6 +++++-
 framework/Share/lib/Horde/Share/Object/Sql.php      |    9 ++++++---
 framework/Share/package.xml                         |   10 ++++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

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

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

commit 3edcc38add5c5e83243d2f4b8e7e6c03bcccca71
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 27 15:44:19 2012 +0200

    Add stop gaps so that we don't forget to add permission checks once the api works again.

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

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

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

commit b731d5259e674d618d174cf43c404d9b9ac8946c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 27 18:38:33 2012 +0200

    The SQL driver doesn't support any permissions.

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

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

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

commit 06085f8887c9214e82a6dadb6fe9d2ffa5db1963
Merge: b731d52 f7a8c51
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 27 18:40:23 2012 +0200

    Merge branch 'master' into develop

 framework/Share/lib/Horde/Share/Object/Datatree.php |    6 +++++-
 framework/Share/lib/Horde/Share/Object/Sql.php      |    9 ++++++---
 framework/Share/package.xml                         |   10 ++++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/06085f8887c9214e82a6dadb6fe9d2ffa5db1963

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

commit a930beb476f87d475c15e19d7ffbab8b4fbb711b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 27 18:51:50 2012 +0200

    Add file sharing support.

 gollem/config/backends.php                        |   11 ++
 gollem/docs/UPGRADING                             |   21 +++
 gollem/lib/Application.php                        |    1 +
 gollem/lib/Factory/Shares.php                     |   22 ++++
 gollem/lib/Factory/Vfs.php                        |    1 +
 gollem/lib/Gollem.php                             |   90 +++++++++++---
 gollem/manager.php                                |   65 +++++++---
 gollem/migration/1_gollem_base_tables.php         |  140 +++++++++++++++++++++
 gollem/share.php                                  |   42 ++++++
 gollem/templates/manager/manager.html             |   12 ++
 gollem/themes/default/graphics/perms.png          |  Bin 0 -> 243 bytes
 gollem/themes/default/graphics/perms_disabled.png |  Bin 0 -> 364 bytes
 gollem/themes/default/screen.css                  |    6 +
 gollem/themes/silver/graphics/perms.png           |  Bin 0 -> 553 bytes
 gollem/themes/silver/graphics/perms_disabled.png  |  Bin 0 -> 513 bytes
 gollem/themes/silver/screen.css                   |    6 +
 16 files changed, 383 insertions(+), 34 deletions(-)
 create mode 100644 gollem/lib/Factory/Shares.php
 create mode 100644 gollem/migration/1_gollem_base_tables.php
 create mode 100644 gollem/share.php
 create mode 100644 gollem/themes/default/graphics/perms.png
 create mode 100644 gollem/themes/default/graphics/perms_disabled.png
 create mode 100644 gollem/themes/silver/graphics/perms.png
 create mode 100644 gollem/themes/silver/graphics/perms_disabled.png

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




More information about the commits mailing list