Bug 175698 - www/trac-accountmanager update to 0.5.12583 [patch]
Summary: www/trac-accountmanager update to 0.5.12583 [patch]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-30 12:00 UTC by Dmitry
Modified: 2013-05-06 11:30 UTC (History)
0 users

See Also:


Attachments
file.txt (1.03 KB, text/plain)
2013-01-30 12:00 UTC, Dmitry
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry 2013-01-30 12:00:00 UTC
 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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-30 12:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2013-05-06 11:20:46 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-06 11:20:50 UTC
Author: kuriyama
Date: Mon May  6 10:20:42 2013
New Revision: 317502
URL: http://svnweb.freebsd.org/changeset/ports/317502

Log:
  - Upgrade to r12583.
  
  PR:		ports/175698
  Submitted by:	Dmitry <dmitry2006@yandex.ru>

Modified:
  head/www/trac-accountmanager/Makefile
  head/www/trac-accountmanager/distinfo

Modified: head/www/trac-accountmanager/Makefile
==============================================================================
--- head/www/trac-accountmanager/Makefile	Mon May  6 10:20:10 2013	(r317501)
+++ head/www/trac-accountmanager/Makefile	Mon May  6 10:20:42 2013	(r317502)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 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 @@ COMMENT=	Account Manager Plugin for trac
 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
 

Modified: head/www/trac-accountmanager/distinfo
==============================================================================
--- head/www/trac-accountmanager/distinfo	Mon May  6 10:20:10 2013	(r317501)
+++ head/www/trac-accountmanager/distinfo	Mon May  6 10:20:42 2013	(r317502)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"