Skip to content

Commit b98bb8c

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent 594e4b6 commit b98bb8c

File tree

5 files changed

+62
-37
lines changed

5 files changed

+62
-37
lines changed

CHANGES.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2005-01-?? 0.8.0b3
4+
2005-02-16 0.8.0
55
Fixed:
66
- fix roundup-server log and PID file paths to be absolute
77
- fix initialisation of roundup-server in daemon mode so initialisation
@@ -24,7 +24,6 @@ Fixed:
2424
- removed rlog module (py 2.3 is minimum version now)
2525
- fixed class "help" listing paging (sf bug 1106329)
2626
- nicer error looking up values of None (response to sf bug 1108697)
27-
- added "imapServer.py" script (sf patch 934567)
2827
- fallback for (list) popups if javascript disabled (sf patch 1101626)
2928

3029

doc/announcement.txt

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,51 @@
1-
I'm proud to release this 8th major feature release of Roundup. This is
2-
currently a DEVELOPMENT release, meaning it probably has bugs. If you want
3-
a STABLE release, use 0.7.x
1+
I'm proud to release this 8th major feature release of Roundup.
42

53
First up, big thanks go to alexander smishlajev who has done some really
64
good work getting the i18n and new configuration components of this release
75
going.
86

9-
Please note that Roundup now requires python 2.3 or later.
7+
Please note that Roundup now requires Python 2.3 or later. Please continue
8+
to use 0.7 if you require Python 2.1 compatibility.
109

1110
Version 0.8 introduces far too many features to list here so I've put
1211
together a What's New page:
1312

1413
http://roundup.sourceforge.net/doc-0.8/whatsnew-0.8.html
1514

16-
0.8b3 is a bugfix release, fixing:
17-
18-
- note about how to run roundup demo in Windows (sf bug 1082090)
19-
- fix API for templating utils extensions - remove "utils" arg (sf bug 1081981)
20-
- back_sqlite.py is missing "import time" (sf bug 1081959)
21-
- fix (list) popup (sf bug 1083570)
22-
- fix some security assertions (sf bug 1085481)
23-
- 'roundup-server -S' always writes [trackers] section heading (sf bug 1088878)
24-
- fix port number as int in mysql connection info (sf bug 1082530)
25-
- fix setup.py to work with <Python2.3 (sf bug 1082801)
26-
- fix permissions checks in cgi templating (sf bug 1082755)
27-
- fix "Users may only edit their issues" example in docs
28-
- handle ~/.my.cnf files for MySQL defaults (sf bug 1096031)
15+
This 0.8.0 release fixes some bugs in the previous beta releases:
16+
17+
- handle capitalisation of class names in text hyperlinking (sf bug
18+
1101043)
19+
- quote full-text search text in URL generation
20+
- fixed problem migrating mysql databases
21+
- fix search_checkboxes macro (sf patch 1113828)
22+
- fix bug in date editing in Metakit
23+
- allow suppression of search_text in indexargs_form (sf bug 1101548)
24+
- hack to fix some anydbm export problems (sf bug 1081454)
25+
- ignore AutoReply messages (sf patch 1085051)
26+
- fix ZRoundup syntax error (sf bug 1122335)
27+
- fix roundup-server log and PID file paths to be absolute
28+
- fix initialisation of roundup-server in daemon mode so initialisation
29+
errors are visible
30+
- fix: 'Logout' link was enabled on issue index page only
31+
- have Permissions only test the check function if itemid is suppled
32+
- modify cgi templating system to check item-level permissions in listings
33+
- enable batching in message and file listings
34+
- more documentation of security mechanisms (incl. sf patches 1117932,
35+
1117860)
36+
- better unit tests for security mechanisms
37+
- code cleanup (sf patch 1115329 and additional)
38+
- issue search page allows setting of no sorting / grouping (sf bug
39+
1119475)
40+
- better edit conflict handling (sf bug 1118790)
41+
- consistent text searching behaviour (AND everywhere) (sf bug 1101036)
42+
- fix handling of invalid date input (sf bug 1102165)
43+
- retain Boolean selections in edit error handling (sf bug 1101492)
44+
- fix initialisation of logging module from config file (sf bug 1108577)
45+
- removed rlog module (py 2.3 is minimum version now)
46+
- fixed class "help" listing paging (sf bug 1106329)
47+
- nicer error looking up values of None (response to sf bug 1108697)
48+
- fallback for (list) popups if javascript disabled (sf patch 1101626)
2949

3050
If you're upgrading from an older version of Roundup you *must* follow
3151
the "Software Upgrade" guidelines given in the maintenance documentation.

doc/whatsnew-0.8.txt

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,34 @@ __ features.html
99

1010
.. contents::
1111

12-
In Summary
13-
==========
12+
Email improvements
13+
==================
1414

15-
(this information copied directly from the ``CHANGES.txt`` file)
15+
Added option to turn off registration confirmation via email
16+
("instant_registration" in config).
1617

17-
XXX this section needs more detail
1818

19-
- create a new RDBMS cursor after committing
20-
- roundup-admin reindex command may now work on single items or classes
19+
Database improvements
20+
=====================
2121

22-
- roundup-server options -g and -u accept both ids and names (sf bug 983769)
23-
- roundup-server now has a configuration file (-C option)
24-
- roundup windows service may be installed with command line options
25-
recognized by roundup-server (but not tracker specification arguments).
26-
Use this to specify server configuration file for the service.
22+
We create a new RDBMS cursor after committing, allowing further changes and
23+
commits.
2724

28-
- added option to turn off registration confirmation via email
29-
("instant_registration" in config) (sf rfe 922209)
25+
The roundup-admin reindex command may now work on single items or classes.
3026

3127

28+
Server improvements
29+
===================
30+
31+
The roundup-server options -g and -u accept both ids and names.
32+
33+
roundup-server now has a configuration file (see the -C option) and may
34+
generate a new config file for you (see the -S option).
35+
36+
The Roundup windows service may be installed with command line options
37+
recognized by roundup-server (but not tracker specification arguments).
38+
Use this to specify server configuration file for the service.
39+
3240

3341
Performance improvements
3442
========================
@@ -152,8 +160,6 @@ Web Interface Miscellanea
152160

153161
The web interface has seen some changes:
154162

155-
Editing
156-
157163
Templating
158164
We implement __nonzero__ for HTMLProperty - properties may now be used in
159165
boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if

roundup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.31.2.1 2005-01-03 03:17:48 richard Exp $
18+
# $Id: __init__.py,v 1.31.2.2 2005-02-16 00:29:17 richard Exp $
1919

2020
'''Roundup - issue tracking for knowledge workers.
2121
@@ -68,6 +68,6 @@
6868
'''
6969
__docformat__ = 'restructuredtext'
7070

71-
__version__ = '0.8.0b2'
71+
__version__ = '0.8.0'
7272

7373
# vim: set filetype=python ts=4 sw=4 et si

templates/classic/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
120120
</p>
121121
<p class="userblock">
122122
<b i18n:translate="">Help</b><br>
123-
<a href="http://roundup.sourceforge.net/doc-0.7/"
123+
<a href="http://roundup.sourceforge.net/doc-0.8/"
124124
i18n:translate="">Roundup docs</a>
125125
</p>
126126
</td>

0 commit comments

Comments
 (0)