pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/roundup update to roundup-0.7.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17c81a93471c
branches:  trunk
changeset: 484632:17c81a93471c
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Nov 28 16:26:50 2004 +0000

description:
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:

 devel/roundup/Makefile |  4 ++--
 devel/roundup/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r d70bd180b895 -r 17c81a93471c devel/roundup/Makefile
--- a/devel/roundup/Makefile    Sun Nov 28 16:04:47 2004 +0000
+++ b/devel/roundup/Makefile    Sun Nov 28 16:26:50 2004 +0000
@@ -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 -r d70bd180b895 -r 17c81a93471c devel/roundup/distinfo
--- a/devel/roundup/distinfo    Sun Nov 28 16:04:47 2004 +0000
+++ b/devel/roundup/distinfo    Sun Nov 28 16:26:50 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index