Mercurial > p > roundup > code
comparison setup.py @ 3536:00a7983b4666
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 03 Feb 2006 04:12:36 +0000 |
| parents | f29a307ab3fe |
| children | f3c6e8ac9023 |
comparison
equal
deleted
inserted
replaced
| 3535:75dc225613cc | 3536:00a7983b4666 |
|---|---|
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 # $Id: setup.py,v 1.84 2006-01-27 06:09:44 richard Exp $ | 19 # $Id: setup.py,v 1.85 2006-02-03 04:12:35 richard Exp $ |
| 20 | 20 |
| 21 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 22 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 23 from distutils.file_util import write_file | 23 from distutils.file_util import write_file |
| 24 from distutils.command.bdist_rpm import bdist_rpm | 24 from distutils.command.bdist_rpm import bdist_rpm |
| 349 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 349 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 350 | 350 |
| 351 If you're upgrading from an older version of Roundup you *must* follow | 351 If you're upgrading from an older version of Roundup you *must* follow |
| 352 the "Software Upgrade" guidelines given in the maintenance documentation. | 352 the "Software Upgrade" guidelines given in the maintenance documentation. |
| 353 | 353 |
| 354 Roundup 1.0 includes all the pre-1.0 goodness, and: | 354 In this release: |
| 355 | 355 |
| 356 - added full-text indexer using Xapian as the back end | 356 Feature: |
| 357 - Lithuanian translation by Aiste Kesminaite | 357 - scripts/import_sf.py will import a tracker from Sourceforge.NET |
| 358 - Web User Interface language selection by form variable @language, | 358 - added hasRole('Role Name') to HTMLUser |
| 359 browser cookie or HTTP header Accept-Language (sf patch 1360321) | 359 |
| 360 - initial values for configuration options may be passed on | 360 Fixed: |
| 361 'roundup-admin install' command line (based on sf patch 1237110) | 361 - SQL generation for sort/group by separate Link properties (sf bug |
| 362 - favicon.ico image may be changed with server config option (sf patch 1355661) | 362 1417565) |
| 363 - Password objects initialized from plaintext remember plaintext value | 363 - fix timezone offsetting in email Date: header |
| 364 (sf rfe 1379447) | 364 - fix security check for hasPermission('Permission', None) |
| 365 - Roundup installation document includes configuration example | |
| 366 for Exim Internet Mailer (sf bug 1393860) | |
| 367 - enable registration confirmation by web only (sf bug 1381675) | |
| 368 - allow preselection of values in templating menu()s (sf patch 1396085) | |
| 369 - display the query name in the header (sf feature 1298535 / patch 1349387) | |
| 370 - classhelp works with Link properties now (sf bug 1410290) | |
| 371 - added setorderprop() and setlabelprop() to Class (sf features 1379534, | |
| 372 1379490) | |
| 373 - CSV encoding support (sf bug 1240848) | |
| 374 - fields rendered with StructuredText are hyperlinked by default | |
| 375 - additional attributes for input element may be passed to the 'field' | |
| 376 method of a property wrapper | |
| 377 - added "copy_url" method to generate a URL for copying an item | |
| 378 ''', | 365 ''', |
| 379 'author': "Richard Jones", | 366 'author': "Richard Jones", |
| 380 'author_email': "richard@users.sourceforge.net", | 367 'author_email': "richard@users.sourceforge.net", |
| 381 'url': 'http://roundup.sourceforge.net/', | 368 'url': 'http://roundup.sourceforge.net/', |
| 382 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 369 'download_url': 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
