Opened 15 years ago
Closed 15 years ago
#2859 closed enhancement (fixed)
Improve plugin handling for older versions
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | delta_foxtrot@… |
Description
To reduce trouble the plugin-list could at least contain the LAST version of plugin which is <= current tested (for SVN plugins only). This way JOSM could decide to load an older plugin instead newest one.
E.g. The Plugin-Info-File may contain
SVN-Old-Version: <pluginversion>,<josmversion>
lines and josm uses these to access old version from SVN.
The server support would be easy, josms support is more work.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Priority: | major → blocker |
comment:2 by , 15 years ago
Priority: | blocker → major |
---|
Don't use blocker so excessive. Blocker means that working is impossible without fixing this bug. This bug is there for 3 years, so it is in no way a blocker.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r1767.
JOSM now supports to access older plugin versions in case the current version is not new enough. We will see in the future if this works as expected.
Anyone using the Tested version r1669 will be forced to upgrade to install new plugins.