Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 11:55:49 GMT
From:      Dmitry <dmitry2006@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175698: www/trac-accountmanager update to 0.5.12583 [patch]
Message-ID:  <201301301155.r0UBtnu4043914@red.freebsd.org>
Resent-Message-ID: <201301301200.r0UC00Li088779@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175698
>Category:       ports
>Synopsis:       www/trac-accountmanager update to 0.5.12583 [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 12:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry
>Release:        9.1-STABLE
>Organization:
-
>Environment:
FreeBSD *** 9.1-STABLE FreeBSD 9.1-STABLE #0 r245686: ***     root@***:/usr/obj/usr/src/sys/GENERIC_  amd64
>Description:
 resolved issues
 * #8217: Race condition when creating new accounts
 * #8927: LoginModule with .htpasswd & passwd reset => not working
 * #10681: User with empty password can't reset their password
 * #10740: Checkbox columns are too wide on the Accounts: Cleanup page
 * #10765: AttributeError: 'NoneType' object has no attribute 'strip'
 * #10772: ProgrammingError: operator does not exist: text = integer
 * #10829: Consider renaming 'Save' buttons to 'Apply changes'
 * prevent two ways for a user to bypass a forced password change
 * skip BotTrapCheck on admin user requests, i.e. from inside user admin panel
 * keep trac.auth.LoginModule options defined after disabling that component
   by defining all options in acct_mgr.web_ui.LoginModule as well
 * fix access to account properties clean-up from user admin panel

 new features
 * #843: Make admin approval required for account registration
 * #7426: Dynamicity of Trac (Show number of registered users)
 * #8595: Ability to ban accounts
 * #10739: Move 'Back to Accounts' button to the contextual navigation
 * #10741: Provide email verification status indicator on user admin panel
 * #10742: Rename "Update" button to "Refresh" on Review Account Details page
 * #10745: Add 'Select all' checkbox to header of list in user admin panel
 * add unit tests for db access functions
 * add account guard configuration to config admin panel
 * allow logging-in into password-less accounts via acct_mgr.LoginModule
 * filter account list in user admin panel by account status
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile_
+++ Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD: head/www/trac-accountmanager/Makefile 307315 2012-11-11 14:31:08Z rm $
 
 PORTNAME=	accountmanager
-PORTVERSION=	0.4.${REV}
+PORTVERSION=	0.5.${REV}
 PORTEPOCH=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
@@ -16,12 +16,12 @@
 RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac
 
 FETCH_BEFORE_ARGS=	-o ${DISTFILES}
-REV=			11722
+REV=			12583
 USE_ZIP=		yes
 USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	TracAccountManager
-PYDISTUTILS_PKGVERSION=	0.4dev
+PYDISTUTILS_PKGVERSION=	0.5dev
 PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
 
--- distinfo_
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (trac/accountmanager-0.4.11722.zip) = 9f96972730954a827e0e41ce0073efd8dd3b01e0f82da1bf475d6d7a9d2a855a
-SIZE (trac/accountmanager-0.4.11722.zip) = 153428
+SHA256 (trac/accountmanager-0.5.12583.zip) = 704c89934a2be65f051f602e71c9162b6e1c48710dcf42a72b68e6e7e446c0b6
+SIZE (trac/accountmanager-0.5.12583.zip) = 309199


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301155.r0UBtnu4043914>