Modify ↓
#10354 closed task (fixed)
Plugin needs a license
| Reported by: | rjollos | Owned by: | mestudd |
|---|---|---|---|
| Priority: | normal | Component: | ExtendedVersionPlugin |
| Severity: | normal | Keywords: | |
| Cc: | dcernea | Trac Release: | 0.12 |
Description
The plugin currently has no license. Would you allow a 3-Clause BSD license to be added to the source code? This is the same license that the Trac project uses.
Attachments (0)
Change History (4)
comment:1 Changed 8 months ago by rjollos
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 months ago by rjollos
(In [12195]) Fixes #10354: Passing the db object to Version.select is deprecated, and not necessary even in Trac 0.11.
comment:3 Changed 8 months ago by rjollos
(In [12229]) Refs #10354: Resolved various issues while trying to get plugin working on Trac 0.11:
- extendedversion.environment could not be enabled since the link was grayed out. It appears there may have been a conflict of the class extendedversion.environment.EnvironmentSetup with trac.env.EnvironmentSetup. Renamed extendedversion.environment.EnvironmentSetup to extendedversion.db.ExtendedVersionSetup.
- Moved ITemplateProvider methods to the version module.
- FIX: INavigationContributor in the version module needs to return an empty list. The versions tab is still not highlighted correctly when on a version page.
comment:4 Changed 8 months ago by rjollos
Note: See
TracTickets for help on using
tickets.


(In [12194]) Fixes #10354: