diff options
author | recht <recht@pkgsrc.org> | 2004-11-28 16:26:50 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-11-28 16:26:50 +0000 |
commit | 0341d1e3dfd90047605fa33d9964a64c488c333c (patch) | |
tree | 19846ff009a7158e6cf323a29c9cc5048a5e8d01 /devel/roundup | |
parent | bcfa1612c228e37c9569af377e594367eb923846 (diff) | |
download | pkgsrc-0341d1e3dfd90047605fa33d9964a64c488c333c.tar.gz |
update to roundup-0.7.9
2004-10-26 0.7.9
Feature:
- DateHTMLProperty.field() accepts format string (thanks Wil Cooley)
Fixed:
- popup listing uses filter args (thanks Marlon van den Berg)
- fixed editing of message contents
- loosened the detection of issue cross-references in messages
- open CSV files in "universal newline" mode
- s/Modifed/Modified (thanks donfu)
- applied patch fixing some form handling issues in ZRoundup (thanks Chris
Withers)
- enforce View Permission when serving file content (sf bug 1050470)
- don't index common words (sf bug 1046612)
- set the current username correctly after rego (sf bug 1048398)
- don't wrap query.item.html in a <span> (thanks Roch'e Compaan)
- TAL expressions like 'request/show/whatever' return True
if the request does not contain explicit @columns list
- NumberHTMLProperty should return '' not "None" if not set (thanks
William)
- ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf
bug 950963)
- always honor indexme property on Strings (sf patch 1063711)
- make hyperdb value parsing errors readable in mailgw errors
- make anydbm journal export handle removed properties
- allow use of XML templates again
2004-10-15 0.7.8
Fixed:
- Clean out sessions / otks tables when migrating
2004-10-11 0.7.7
Fixed:
- ZRoundup's search interface works now (sf bug 994957)
- fixed history display when "ascending"
- removed references to py2.3+ boolean values (sf bug 995682)
- fix static file path normalisation in security check (thanks David Linke)
- less specific messages for login failures (thanks Chris Withers)
- Reject raised against email messages should result in email rejection, not
discarding of the message
- mailgw can override the MAIL_DEFAULT_CLASS
- handle Py2.3+ datetime objects as Date specs (sf bug 971300)
- use row locking in MySQL newid() (sf bug 1034211)
- add sanity check for sort and group on same property (sf bug 1033477)
- extend OTK and session table value cols to TEXT (sf bug 1031271)
- fix lookup of REMOTE_USER (sf bug 1002923)
- new Interval props weren't created properly in rdbms
- date.Interval() now accepts an Interval as a spec (sf bug 1041266)
- handle deleted properties in RDBMS history
- apply timezone in correct direction in user input (sf bug 1013097)
- more efficient find() in RDBMS (sf bug 1012781)
- pydotorg-specific change to mailgw to handle bizzaro permissions ;)
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 4 | ||||
-rw-r--r-- | devel/roundup/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 2795c926d51..56f0e1785f7 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/07/22 14:17:35 recht Exp $ +# $NetBSD: Makefile,v 1.20 2004/11/28 16:26:50 recht Exp $ -DISTNAME= roundup-0.7.6 +DISTNAME= roundup-0.7.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} diff --git a/devel/roundup/distinfo b/devel/roundup/distinfo index c7438c10772..57e66e87b37 100644 --- a/devel/roundup/distinfo +++ b/devel/roundup/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2004/07/22 14:17:35 recht Exp $ +$NetBSD: distinfo,v 1.17 2004/11/28 16:26:50 recht Exp $ -SHA1 (roundup-0.7.6.tar.gz) = 1ff60798b68f39290dc35874d3b3b516bc3c7655 -Size (roundup-0.7.6.tar.gz) = 720827 bytes +SHA1 (roundup-0.7.9.tar.gz) = 4b7bc788ebf325004a5451c83d6eb29273836b38 +Size (roundup-0.7.9.tar.gz) = 725743 bytes |