Date: Wed, 15 Jun 2016 19:55:25 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416935 - head/www/seahub Message-ID: <201606151955.u5FJtP5A086152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Jun 15 19:55:25 2016 New Revision: 416935 URL: https://svnweb.freebsd.org/changeset/ports/416935 Log: www/seahub: 5.1.7 -> 5.1.8 - rm user check when delete dir share - check total size before download multi file/dir - Add search user and list admins - Several bug fixes PR: 210307 Submitted by: Ultima1252@gmail.com (maintainer) Modified: head/www/seahub/Makefile head/www/seahub/distinfo head/www/seahub/pkg-plist Modified: head/www/seahub/Makefile ============================================================================== --- head/www/seahub/Makefile Wed Jun 15 19:15:07 2016 (r416934) +++ head/www/seahub/Makefile Wed Jun 15 19:55:25 2016 (r416935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seahub -PORTVERSION= 5.1.7 +PORTVERSION= 5.1.8 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www Modified: head/www/seahub/distinfo ============================================================================== --- head/www/seahub/distinfo Wed Jun 15 19:15:07 2016 (r416934) +++ head/www/seahub/distinfo Wed Jun 15 19:55:25 2016 (r416935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465043327 -SHA256 (haiwen-seahub-v5.1.7-pro_GH0.tar.gz) = e098401a049f5c6e90ceb7542df9d098246bf622fa626f10659b008499963ba7 -SIZE (haiwen-seahub-v5.1.7-pro_GH0.tar.gz) = 6842167 +TIMESTAMP = 1465930399 +SHA256 (haiwen-seahub-v5.1.8-pro_GH0.tar.gz) = 8ec5d8fccbd2a2916f907473121826ad57a9835a087a873d820e14d86ac84c04 +SIZE (haiwen-seahub-v5.1.8-pro_GH0.tar.gz) = 6833295 Modified: head/www/seahub/pkg-plist ============================================================================== --- head/www/seahub/pkg-plist Wed Jun 15 19:15:07 2016 (r416934) +++ head/www/seahub/pkg-plist Wed Jun 15 19:55:25 2016 (r416935) @@ -175,7 +175,7 @@ %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-history-settings.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-share-link-admin.0672516d5f06.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-share-link-admin.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dir.02920cbcae41.js +%%SEAHUBDIR%%/media/assets/scripts/app/views/dir.183e15199cd5.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dir.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.651b5500f929.js %%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.js @@ -307,7 +307,7 @@ %%SEAHUBDIR%%/media/assets/scripts/dist/lib/jquery.ui.widget.1.11.3.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.75e6d0132deb.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.js -%%SEAHUBDIR%%/media/assets/scripts/dist/main.99a559b6c639.js +%%SEAHUBDIR%%/media/assets/scripts/dist/main.9ba7ea1624da.js %%SEAHUBDIR%%/media/assets/scripts/dist/main.js %%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.04fc935872de.js %%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.js @@ -902,7 +902,6 @@ %%SEAHUBDIR%%/seahub/profile/urls.py %%SEAHUBDIR%%/seahub/profile/utils.py %%SEAHUBDIR%%/seahub/profile/views.py -%%SEAHUBDIR%%/seahub/seahub2.db %%SEAHUBDIR%%/seahub/share/__init__.py %%SEAHUBDIR%%/seahub/share/decorators.py %%SEAHUBDIR%%/seahub/share/forms.py @@ -1343,6 +1342,15 @@ %%SEAHUBDIR%%/tests/common/common.py %%SEAHUBDIR%%/tests/common/utils.py %%SEAHUBDIR%%/tests/install-deps.sh +%%SEAHUBDIR%%/seahub/institutions/templates/institutions/useradmin_search.html +%%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_info_admins.html +%%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_search_user.html +%%SEAHUBDIR%%/tests/api/endpoints/test_group_members.py +%%SEAHUBDIR%%/tests/seahub/institutions/test_views.py +%%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_info_admins.py +%%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_info_user.py +%%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_search_user.py +%%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_toggle_admin.py %%SEAHUBDIR%%/tests/seahub/__init__.py %%SEAHUBDIR%%/tests/seahub/auth/views/test_login.py %%SEAHUBDIR%%/tests/seahub/auth/views/test_password_change.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606151955.u5FJtP5A086152>