[commits] Horde branch master updated. 95bff4f7a2444d762d26ff78d29ad69db2025e33
Jan Schneider
jan at horde.org
Fri Nov 25 20:21:16 UTC 2016
The branch "master" has been updated.
The following is a summary of the commits.
from: 2e974cbbbe69c504af1e0033946794bbef6719d3
138d630 Works on PHP 7.
72a6340 [jan] Make 'hostspec' parameter for MongoDB configuration optional again on PHP 7.
6df8309 [jan] Catch errors from NoSQL preference backend.
c3914af Typo
a7e3b41 Fix class name.
48f9985 Fix directory and script name.
31347ed Use Horde_Cli correctly.
bf87119 Fix year.
a4ad600 Add basic module information.
1a5dd59 Update version.
6e1602e Fix license URL.
4f1c9ed Fix copyrights.
1854bf2 No more is_a().
d93d97f Convert to Horde_Db (untested).
ceee2fb Update sidebar menu.
95bff4f The primary keys haven't been autoincrement fields traditionally.
Summary: http://github.com/horde/horde/compare/2e974cbbbe69c504af1e0033946794bbef6719d3...95bff4f7a2444d762d26ff78d29ad69db2025e33
-----------------------------------------------------------------------
commit 138d6301b69832348b7de567fef510cc19e17968
Author: Jan Schneider <jan at horde.org>
Date: Fri Nov 25 21:14:29 2016 +0100
Works on PHP 7.
framework/Role/package.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/138d6301b69832348b7de567fef510cc19e17968
-----------------------------------------------------------------------
commit 72a6340190a1c446f0eb5ed63a8de601b3176cd8
Author: Jan Schneider <jan at horde.org>
Date: Fri Nov 25 21:19:02 2016 +0100
[jan] Make 'hostspec' parameter for MongoDB configuration optional again on PHP 7.
framework/Core/lib/Horde/Core/Factory/Nosql.php | 2 +-
framework/Core/package.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/72a6340190a1c446f0eb5ed63a8de601b3176cd8
-----------------------------------------------------------------------
commit 6df8309fe1827274e586cd3491bf3e0042f858c1
Author: Jan Schneider <jan at horde.org>
Date: Fri Nov 25 21:20:09 2016 +0100
[jan] Catch errors from NoSQL preference backend.
framework/Core/lib/Horde/Core/Factory/Prefs.php | 22 ++++++++++++++--------
framework/Core/package.xml | 2 ++
2 files changed, 16 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/6df8309fe1827274e586cd3491bf3e0042f858c1
-----------------------------------------------------------------------
commit c3914af078f65588cf53dc88c965480ae9307065
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 20:47:45 2016 +0100
Typo
vilma/lib/Driver/Qmailldap.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/c3914af078f65588cf53dc88c965480ae9307065
-----------------------------------------------------------------------
commit a7e3b41054e6e2437dd438bf743fb3cbc426ceec
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 20:50:42 2016 +0100
Fix class name.
vilma/lib/Vilma.php | 2 +-
vilma/users/editAlias.php | 2 +-
vilma/users/editForward.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/a7e3b41054e6e2437dd438bf743fb3cbc426ceec
-----------------------------------------------------------------------
commit 48f9985ed039412b2d21cb155622ae48f1851d65
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 20:52:42 2016 +0100
Fix directory and script name.
vilma/bin/.htaccess | 6 ++++++
vilma/bin/vilma-create-mailboxes | 43 ++++++++++++++++++++++++++++++++++++++
vilma/package.xml | 16 +++++++-------
vilma/scripts/.htaccess | 6 ------
vilma/scripts/create_mailboxes.php | 43 --------------------------------------
5 files changed, 57 insertions(+), 57 deletions(-)
create mode 100644 vilma/bin/.htaccess
create mode 100755 vilma/bin/vilma-create-mailboxes
delete mode 100644 vilma/scripts/.htaccess
delete mode 100644 vilma/scripts/create_mailboxes.php
http://github.com/horde/horde/commit/48f9985ed039412b2d21cb155622ae48f1851d65
-----------------------------------------------------------------------
commit 31347ed322e998e16383c60a03b838b5df14930f
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:02:20 2016 +0100
Use Horde_Cli correctly.
vilma/bin/vilma-create-mailboxes | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/31347ed322e998e16383c60a03b838b5df14930f
-----------------------------------------------------------------------
commit bf8711935f7517999c3727894a36f49521f818d4
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:02:31 2016 +0100
Fix year.
vilma/LICENSE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/bf8711935f7517999c3727894a36f49521f818d4
-----------------------------------------------------------------------
commit a4ad600b5dc46140d0d6d849393e13e7853593ad
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:13:20 2016 +0100
Add basic module information.
vilma/docs/horde.yml | 9 +++++++++
vilma/docs/release.yml | 11 +++++++++++
vilma/package.xml | 18 ++++++++----------
3 files changed, 28 insertions(+), 10 deletions(-)
create mode 100644 vilma/docs/horde.yml
create mode 100644 vilma/docs/release.yml
http://github.com/horde/horde/commit/a4ad600b5dc46140d0d6d849393e13e7853593ad
-----------------------------------------------------------------------
commit 1a5dd592ff6e1767971946f4e6307628e6d61412
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:13:43 2016 +0100
Update version.
vilma/docs/CHANGES | 6 +++---
vilma/lib/Application.php | 2 +-
vilma/package.xml | 16 ++++++++--------
3 files changed, 12 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/1a5dd592ff6e1767971946f4e6307628e6d61412
-----------------------------------------------------------------------
commit 6e1602ea9d7da64149065f20a3ea49920cbc8a37
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:16:41 2016 +0100
Fix license URL.
vilma/domains/delete.php | 2 +-
vilma/domains/edit.php | 2 +-
vilma/domains/index.php | 2 +-
vilma/index.php | 2 +-
vilma/lib/Api.php | 2 +-
vilma/lib/Application.php | 2 +-
vilma/lib/Driver.php | 2 +-
vilma/lib/Driver/Qmailldap.php | 2 +-
vilma/lib/Driver/Sql.php | 2 +-
vilma/lib/Form/DeleteDomain.php | 2 +-
vilma/lib/Form/EditAlias.php | 2 +-
vilma/lib/Form/EditDomain.php | 2 +-
vilma/lib/Form/EditForward.php | 2 +-
vilma/lib/Form/EditUser.php | 2 +-
vilma/lib/MailboxDriver.php | 2 +-
vilma/lib/MailboxDriver/Hooks.php | 2 +-
vilma/lib/MailboxDriver/Imap.php | 2 +-
vilma/lib/MailboxDriver/Maildrop.php | 2 +-
vilma/lib/MailboxDriver/Null.php | 2 +-
vilma/lib/Test.php | 2 +-
vilma/lib/Vilma.php | 2 +-
vilma/migration/1_vilma_base_tables.php | 2 +-
vilma/migration/2_vilma_drop_domainkey.php | 2 +-
vilma/users/delete.php | 2 +-
vilma/users/edit.php | 2 +-
vilma/users/editAlias.php | 2 +-
vilma/users/editForward.php | 2 +-
vilma/users/index.php | 2 +-
vilma/virtuals/delete.php | 2 +-
vilma/virtuals/edit.php | 2 +-
vilma/virtuals/index.php | 2 +-
31 files changed, 31 insertions(+), 31 deletions(-)
http://github.com/horde/horde/commit/6e1602ea9d7da64149065f20a3ea49920cbc8a37
-----------------------------------------------------------------------
commit 4f1c9ed493c11ec176e3ab6dd8db0db4cf181159
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:18:38 2016 +0100
Fix copyrights.
vilma/lib/Api.php | 2 +-
vilma/lib/Application.php | 2 +-
vilma/lib/MailboxDriver/Hooks.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/4f1c9ed493c11ec176e3ab6dd8db0db4cf181159
-----------------------------------------------------------------------
commit 1854bf2c5206bd712a4e356f2dfb825c1fcec6c8
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:22:26 2016 +0100
No more is_a().
vilma/lib/Application.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
http://github.com/horde/horde/commit/1854bf2c5206bd712a4e356f2dfb825c1fcec6c8
-----------------------------------------------------------------------
commit d93d97fe9ca3062600855d7b7a9898439fef30c4
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 21:52:11 2016 +0100
Convert to Horde_Db (untested).
vilma/lib/Driver/Sql.php | 171 +++++++++++++++++++++++++----------------------
1 file changed, 91 insertions(+), 80 deletions(-)
http://github.com/horde/horde/commit/d93d97fe9ca3062600855d7b7a9898439fef30c4
-----------------------------------------------------------------------
commit ceee2fb3537b1ff5df01cfd223427ab7c1fd12fd
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 22:31:36 2016 +0100
Update sidebar menu.
vilma/lib/Application.php | 23 ++++++++++++++++++-----
vilma/package.xml | 4 ++++
vilma/themes/default/graphics/domain.png | Bin 725 -> 528 bytes
vilma/themes/default/graphics/favicon.ico | Bin 1150 -> 1742 bytes
vilma/themes/default/graphics/user.png | Bin 0 -> 296 bytes
vilma/themes/default/graphics/vilma.png | Bin 262 -> 490 bytes
vilma/themes/default/screen.css | 7 +++++++
7 files changed, 29 insertions(+), 5 deletions(-)
create mode 100644 vilma/themes/default/graphics/user.png
create mode 100644 vilma/themes/default/screen.css
http://github.com/horde/horde/commit/ceee2fb3537b1ff5df01cfd223427ab7c1fd12fd
-----------------------------------------------------------------------
commit 95bff4f7a2444d762d26ff78d29ad69db2025e33
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 22:34:25 2016 +0100
The primary keys haven't been autoincrement fields traditionally.
And specifying autoincrements this way doesn't work either.
vilma/migration/1_vilma_base_tables.php | 6 +--
vilma/migration/3_vilma_upgrade_autoincrement.php | 49 +++++++++++++++++++++++
vilma/package.xml | 2 +
3 files changed, 54 insertions(+), 3 deletions(-)
create mode 100644 vilma/migration/3_vilma_upgrade_autoincrement.php
http://github.com/horde/horde/commit/95bff4f7a2444d762d26ff78d29ad69db2025e33
More information about the commits
mailing list