update to roundup 0.8.3
2005-05-02 0.8.3 Feature: - chinese translation by limodou Fixed: - fix reference to The Zope Book in Roundup FAQ - disabled file logging in Roundup test suite (sf bug 1155649) - return original string if message issue xref isn't valid - fix nosyreaction.py to stop it setting the nosy list unnecessarily (see doc/upgrading.txt for how to fix in your trackers) - after logout, always display tracker home page - web forms don't create new items if no item properties are set from UI - item creation failed if multilink fields had invalid entries (sf bug 1177602) - fix bdist_rpm (sf bug 1164328) - fix checking of "Email Access" for Anonymous email registration (sf bug 1177057) - disable "Email Access" for Anonymous by default to stop spam regsitering users on public trackers - send errors in the web interface to a logfile by default. Use the "debug" multiprocess mode (roundup-server) or the DEBUG_TO_CLIENT var (roundup.cgi) to have the errors appear in your browser - fix setgid typo (sf bug 1171346) - fix faulty find_template filename facility (sf bug 1163629) - fix roundup-admin "export" so it creates the target dir if needed - "fix" roundup-admin "import" to not use "universal newline support" since the csv module appears to have its own ideas about such things (sf bug 1163890) - fix installation docs referring to old-style configuration variables - fix roundup-admin "find" for searching Multilinks (sf bug 1189465) 2005-03-03 0.8.2 Feature: - roundup-server automatically redirects from trackers list to the tracker page if there is only one tracker Fixed: - added content to ZRoundup refresh.txt file (sf bug 1147622) - fix invalid reference to csv.colon_separated - correct URL to What's New in setup.py meta-data - change AUTOCOMMIT=OFF to AUTOCOMMIT=0 for MySQL (sf bug 1143707) - compile message objects in 'setup.py build' - use backend datatype for journal timestamps in RDBMSes - fixes to the "Using an external password validation source" customisation example (sf bugs 1153640 and 1155108)
This commit is contained in:
parent
d4e426121f
commit
caee8a1ef6
3 changed files with 29 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2005/04/11 21:45:38 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2005/07/13 21:57:01 recht Exp $
|
||||
|
||||
DISTNAME= roundup-0.8.1
|
||||
DISTNAME= roundup-0.8.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2005/02/21 23:00:56 recht Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2005/07/13 21:57:01 recht Exp $
|
||||
bin/roundup-admin
|
||||
bin/roundup-demo
|
||||
bin/roundup-gettext
|
||||
|
@ -235,17 +235,25 @@ man/man1/roundup-mailgw.1
|
|||
man/man1/roundup-server.1
|
||||
share/doc/roundup/CHANGES.txt
|
||||
share/doc/roundup/COPYING.txt
|
||||
share/doc/roundup/FAQ.html
|
||||
share/doc/roundup/FAQ.txt
|
||||
share/doc/roundup/README.txt
|
||||
share/doc/roundup/ZPL.txt
|
||||
share/doc/roundup/admin_guide.html
|
||||
share/doc/roundup/admin_guide.txt
|
||||
share/doc/roundup/announcement.html
|
||||
share/doc/roundup/announcement.txt
|
||||
share/doc/roundup/customizing.html
|
||||
share/doc/roundup/customizing.txt
|
||||
share/doc/roundup/debugging.txt
|
||||
share/doc/roundup/default.css
|
||||
share/doc/roundup/design.html
|
||||
share/doc/roundup/design.txt
|
||||
share/doc/roundup/developers.html
|
||||
share/doc/roundup/developers.txt
|
||||
share/doc/roundup/features.html
|
||||
share/doc/roundup/features.txt
|
||||
share/doc/roundup/glossary.html
|
||||
share/doc/roundup/glossary.txt
|
||||
share/doc/roundup/images/edit.png
|
||||
share/doc/roundup/images/hyperdb.png
|
||||
|
@ -254,19 +262,33 @@ share/doc/roundup/images/logo-codesourcery-medium.png
|
|||
share/doc/roundup/images/logo-software-carpentry-standard.png
|
||||
share/doc/roundup/images/roundup-1.png
|
||||
share/doc/roundup/images/roundup.png
|
||||
share/doc/roundup/implementation.html
|
||||
share/doc/roundup/implementation.txt
|
||||
share/doc/roundup/index.html
|
||||
share/doc/roundup/index.txt
|
||||
share/doc/roundup/installation.html
|
||||
share/doc/roundup/installation.txt
|
||||
share/doc/roundup/mysql.html
|
||||
share/doc/roundup/mysql.txt
|
||||
share/doc/roundup/original_overview.html
|
||||
share/doc/roundup/overview.txt
|
||||
share/doc/roundup/postgresql.html
|
||||
share/doc/roundup/postgresql.txt
|
||||
share/doc/roundup/spec.html
|
||||
share/doc/roundup/tracker_templates.html
|
||||
share/doc/roundup/tracker_templates.txt
|
||||
share/doc/roundup/upgrading.html
|
||||
share/doc/roundup/upgrading.txt
|
||||
share/doc/roundup/user_guide.html
|
||||
share/doc/roundup/user_guide.txt
|
||||
share/doc/roundup/whatsnew-0.7.txt
|
||||
share/doc/roundup/whatsnew-0.8.html
|
||||
share/doc/roundup/whatsnew-0.8.txt
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/roundup.mo
|
||||
${PKGLOCALEDIR}/locale/en/LC_MESSAGES/roundup.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/roundup.mo
|
||||
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/roundup.mo
|
||||
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/roundup.mo
|
||||
share/roundup/cgi-bin/roundup.cgi
|
||||
share/roundup/templates/classic/TEMPLATE-INFO.txt
|
||||
share/roundup/templates/classic/detectors/messagesummary.py
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.20 2005/02/23 22:24:32 agc Exp $
|
||||
$NetBSD: distinfo,v 1.21 2005/07/13 21:57:01 recht Exp $
|
||||
|
||||
SHA1 (roundup-0.8.1.tar.gz) = 18b01cb5de80f3dffefd4c8128bd514251c20e1d
|
||||
RMD160 (roundup-0.8.1.tar.gz) = 53a5d8cc0579ebdbda737b0730bf6f6cc878f137
|
||||
Size (roundup-0.8.1.tar.gz) = 788337 bytes
|
||||
SHA1 (roundup-0.8.3.tar.gz) = 76dd5f38b091018efea2181c2eae24e800138006
|
||||
RMD160 (roundup-0.8.3.tar.gz) = 63cde58227cbc155e831f512dec1b635e45ea887
|
||||
Size (roundup-0.8.3.tar.gz) = 899369 bytes
|
||||
|
|
Loading…
Reference in a new issue