summaryrefslogtreecommitdiff
path: root/devel/roundup/distinfo
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-02-21 23:00:56 +0000
committerrecht <recht@pkgsrc.org>2005-02-21 23:00:56 +0000
commit49f61a76d6afb480bed3104cd039b7322dac3a28 (patch)
tree35f42da571b4354276941448222648e112d9b5d7 /devel/roundup/distinfo
parent031f9c4497f6673eda96babcf79a2a07b756e608 (diff)
downloadpkgsrc-49f61a76d6afb480bed3104cd039b7322dac3a28.tar.gz
update to roundup-0.8.1
2005-02-17 0.8.1 Fixed: - replaced MutlilinkIterator with multilinkGenerator (thanks Bob Ippolito) - fixed broken csv import in roundup.admin module - fixed braino in HTMLClass.filter() (sf bug 1124213) - change ZTUtils Iterator to always iter() its sequence argument 2005-02-16 0.8.0 Fixed: - fix roundup-server log and PID file paths to be absolute - fix initialisation of roundup-server in daemon mode so initialisation errors are visible - fix: 'Logout' link was enabled on issue index page only - have Permissions only test the check function if itemid is suppled - modify cgi templating system to check item-level permissions in listings - enable batching in message and file listings - more documentation of security mechanisms (incl. sf patches 1117932, 1117860) - better unit tests for security mechanisms - code cleanup (sf patch 1115329 and additional) - issue search page allows setting of no sorting / grouping (sf bug 1119475) - better edit conflict handling (sf bug 1118790) - consistent text searching behaviour (AND everywhere) (sf bug 1101036) - fix handling of invalid date input (sf bug 1102165) - retain Boolean selections in edit error handling (sf bug 1101492) - fix initialisation of logging module from config file (sf bug 1108577) - removed rlog module (py 2.3 is minimum version now) - fixed class "help" listing paging (sf bug 1106329) - nicer error looking up values of None (response to sf bug 1108697) - fallback for (list) popups if javascript disabled (sf patch 1101626) 2005-01-13 0.8.0b2 Fixed: - note about how to run roundup demo in Windows (sf bug 1082090) - fix API for templating utils extensions - remove "utils" arg (sf bug 1081981) - back_sqlite.py is missing "import time" (sf bug 1081959) - fix (list) popup (sf bug 1083570) - fix some security assertions (sf bug 1085481) - 'roundup-server -S' always writes [trackers] section heading (sf bug 1088878) - fix port number as int in mysql connection info (sf bug 1082530) - fix setup.py to work with <Python2.3 (sf bug 1082801) - fix permissions checks in cgi templating (sf bug 1082755) - fix "Users may only edit their issues" example in docs - handle ~/.my.cnf files for MySQL defaults (sf bug 1096031) 2004-12-08 0.8.0b1 Feature: - added MD5 scheme for password hiding - added support for HTTP charset selection - implement __nonzero__ for HTMLProperty - remove "manual" locking of sqlite database - create a new RDBMS cursor after committing - added basic logging, and configuration of it and python's logging module - roundup-mailgw now logs fatal exceptions rather than mailing them to admin - add a default argument to the DateHTMLProperty.field method, and an optional Interval (string or object) to the DateHTMLProperty.now (patch from Vickenty Fesunov) - hide "(list)" popup links when issue is only viewable - roundup-server options -g and -u accept both ids and names (sf bug 983769) - roundup-server now has a configuration file (-C option) - added mod_python interface (see installation.txt) - reorganised tracker configuration, using ConfigParser config, cleaned-up schema definition and implementing easier extension writing (sf rfe 661301) - Permissions may now be defined on a per-property basis - added "Create" Permission. Replaces the "Web"- and "Email Registration" Permissions. - added option to turn off registration confirmation via email ("instant_registration" in config) (sf rfe 922209) - roundup-admin reindex command may now work on single items or classes - multiple selection Link/Multilink search field (thanks Marlon van den Berg) - relaxed hyperlinking in web interface (accept "issue123" or "Issue 123") - record journaltag lookup ("fixes" sf bug 998140) - allow listing popup to be used in query forms (thanks Marcus Priesch) - roundup windows service may be installed with command line options recognized by roundup-server (but not tracker specification arguments). Use this to specify server configuration file for the service. - added experimental multi-thread server - don't try to import all backends in backends.__init__ unless we *want* to - unless in debug mode, keep a single persistent connection through a single web or mailgw request. - HTTP Basic Authentication (sf patch 1067690) - extended security.addPermissionToRole to allow skipping the separate getPermission call Fixed: - postgres backend open doesn't hide corruption in schema (sf bug 956375) - *dbm-style backends nuke() method now clear id counters - removed safeget() from the API (sf bug 994750) - demo tracker is always set up on localhost (sf bug 1049101) - relaxed URL designator syntax to allow issue[0]*1 (sf bug 1054523)
Diffstat (limited to 'devel/roundup/distinfo')
-rw-r--r--devel/roundup/distinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo
index 2baeae377b8..078a072f52e 100644
--- a/devel/roundup/distinfo
+++ b/devel/roundup/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2005/02/12 17:32:25 recht Exp $
+$NetBSD: distinfo,v 1.19 2005/02/21 23:00:56 recht Exp $
-SHA1 (roundup-0.7.11.tar.gz) = 78dcc06f914bd33cccf23586f2ad679b2f96bd50
-Size (roundup-0.7.11.tar.gz) = 726948 bytes
+SHA1 (roundup-0.8.1.tar.gz) = 18b01cb5de80f3dffefd4c8128bd514251c20e1d
+Size (roundup-0.8.1.tar.gz) = 788337 bytes