Modify ↓
Ticket #4320 (closed defect: worksforme)
Opened 5 years ago
Last modified 2 years ago
Dependency error for SpamFilter with Trac 0.10
| Reported by: | Noah Kantrowitz <coderanger@…> | Owned by: | mgood |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | plugin/spamfilter | Version: | 0.10.2 |
| Severity: | major | Keywords: | |
| Cc: | coderanger@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
SpamFilter no longer lists WebAdmin as a dependency. This means the two plugins can load in the wrong order, which will break the admin screen for SpamFilter.
Attachments
Change History
comment:1 Changed 5 years ago by mgood
comment:2 Changed 5 years ago by Noah Kantrowitz <coderanger@…>
Extras are not consulted for load ordering right now (see #3229), so this wouldn't help. I think maintaining a single version for both 0.11 and 0.10 may just not work.
comment:3 Changed 5 years ago by cboos
- Milestone set to none
- Summary changed from Dependency error to Dependency error for SpamFilter with Trac 0.10
comment:4 Changed 2 years ago by cboos
- Milestone not applicable deleted
- Resolution set to worksforme
- Status changed from new to closed
I suppose that source:/plugins/0.10/spam-filter works for Trac 0.10 (please reopen if not).
Note: See
TracTickets for help on using
tickets.



Hmm. Well, the WebAdmin plugin is not a dependency if the SpamFilter is used with Trac 0.11. Maybe declaring it as an extra would help?