Modify ↓
Opened 10 years ago
Closed 10 years ago
#12464 closed defect (fixed)
Avoid unintentional upgrades of Trac when installing AccountManager
| Reported by: | Ryan J Ollos | Owned by: | Steffen Hoffmann |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
As summarized in DevGuide#AssertMinimumTracVersionRequirement, Trac can be unintentionally upgraded by installing a plugin with install_requires = ['Trac >= 0.12'].
The attached patch has been shown to be a good solution to the issue.
Attachments (2)
Change History (4)
Changed 10 years ago by
| Attachment: | t12464.diff added |
|---|
Changed 10 years ago by
| Attachment: | t12464.1.diff added |
|---|
comment:1 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.



I was sloppy in creating the initial patch. Corrected patch attached.