Modify ↓
Opened 13 years ago
Closed 10 years ago
#9073 closed defect (wontfix)
Use of ConfigSection makes this plugin incompatible with Trac 0.12
Reported by: | Ryan J Ollos | Owned by: | Mikael Relbe |
---|---|---|---|
Priority: | normal | Component: | WikiExtrasPlugin |
Severity: | normal | Keywords: | |
Cc: | mathieu trocmé | Trac Release: | 0.11 |
Description
The 0.12 tag is shown on the WikiExtrasPlugin page, but the use of ConfigSection
from trac.config
makes this plugin incompatible with 0.12. See comment:18:ticket:8723 for more details.
Unless you are aiming for 0.12 compatibility, the todo here would be to remove the 0.12 tag from the wiki page, and add a install_requires = ['Trac >= 0.13dev']
to your setup.py
. Or, that is my suggestion anyway ;)
Attachments (0)
Change History (6)
comment:1 Changed 13 years ago by
Cc: | mathieu trocmé added; anonymous removed |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 12 years ago by
I removed the 0.12 tag since we now have a 1.0 filter on WikiStart.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Plugin version was bumped to 1.0dev with install_requires = ['Trac >= 1.0']
([14313]).
comment:5 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
This will actually not be fixed.
Note: See
TracTickets for help on using
tickets.
I added the 0.12 tag just to make the plugin visible, my bad.