Modify ↓
Opened 4 years ago
Closed 4 years ago
#13923 closed defect (fixed)
Trunk doesn't support Trac 1.0
Reported by: | Ryan J Ollos | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
$ trac-admin /srv/trac_tova/env upgrade Upgrading SimpleMultiProject database schema The upgrade failed. Please fix the issue and try again. AttributeError: 'DatabaseManager' object has no attribute 'has_table'
Is 0.7.2 ready to tag? I'd like to push to pypi:TracSimpleMultiProject.
Attachments (0)
Change History (9)
comment:3 Changed 4 years ago by
SimpleMultiProjectPlugin up to and including 0.7.1 should support Trac 1.0. The current trunk is only tested with Trac 1.2.x and 1.4.x.
I may do basic checks for compatibility with V1.0 in the future again.
comment:4 Changed 4 years ago by
I think the reason I opened this ticket is that this change is needed:
-
simplemultiproject/__init__.py
5 5 6 6 import pkg_resources 7 7 8 pkg_resources.require('Trac >= 1. 0')8 pkg_resources.require('Trac >= 1.2')
I wouldn't bother supporting 1.0.x. It's very old software.
I published pypi:TracSimpleMultiProject/0.7.2 to address a support issue on the mailing list. I can publish 0.7.3 if you let me know when it's ready.
comment:7 Changed 4 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Some of the tests fail for Trac 1.0.
Note: See
TracTickets for help on using
tickets.
I published pypi:TracSimpleMultiProject/0.7.1.