comparison doc/announcement.txt @ 3536:00a7983b4666

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Feb 2006 04:12:36 +0000
parents f29a307ab3fe
children d819ff1b3116
comparison
equal deleted inserted replaced
3535:75dc225613cc 3536:00a7983b4666
1 I'm proud to release this, the 1.0 release of Roundup. 1 I'm proud to release this, the 1.0.1 release of Roundup.
2 2
3 Yes, finally after over 4 years and 8 major releases, the 1.0 release is 3 In this release:
4 here.
5 4
6 Roundup 1.0 includes all the pre-1.0 goodness, and: 5 Feature:
6 - scripts/import_sf.py will import a tracker from Sourceforge.NET
7 - added hasRole('Role Name') to HTMLUser
7 8
8 - added full-text indexer using Xapian as the back end 9 Fixed:
9 - Lithuanian translation by Aiste Kesminaite 10 - SQL generation for sort/group by separate Link properties (sf bug
10 - Web User Interface language selection by form variable @language, 11 1417565)
11 browser cookie or HTTP header Accept-Language (sf patch 1360321) 12 - fix timezone offsetting in email Date: header
12 - initial values for configuration options may be passed on 13 - fix security check for hasPermission('Permission', None)
13 'roundup-admin install' command line (based on sf patch 1237110)
14 - favicon.ico image may be changed with server config option (sf patch 1355661)
15 - Password objects initialized from plaintext remember plaintext value
16 (sf rfe 1379447)
17 - Roundup installation document includes configuration example
18 for Exim Internet Mailer (sf bug 1393860)
19 - enable registration confirmation by web only (sf bug 1381675)
20 - allow preselection of values in templating menu()s (sf patch 1396085)
21 - display the query name in the header (sf feature 1298535 / patch 1349387)
22 - classhelp works with Link properties now (sf bug 1410290)
23 - added setorderprop() and setlabelprop() to Class (sf features 1379534,
24 1379490)
25 - CSV encoding support (sf bug 1240848)
26 - fields rendered with StructuredText are hyperlinked by default
27 - additional attributes for input element may be passed to the 'field'
28 method of a property wrapper
29 - added "copy_url" method to generate a URL for copying an item
30 14
31 If you're upgrading from an older version of Roundup you *must* follow 15 If you're upgrading from an older version of Roundup you *must* follow
32 the "Software Upgrade" guidelines given in the maintenance documentation. 16 the "Software Upgrade" guidelines given in the maintenance documentation.
33 17
34 Roundup requires python 2.3 or later for correct operation. 18 Roundup requires python 2.3 or later for correct operation.

Roundup Issue Tracker: http://roundup-tracker.org/