Opened 19 years ago
Closed 19 years ago
#1906 closed patch (wontfix)
Patch to add more unit conversion options to MythWeather.
Reported by: | Owned by: | ldunning | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweather | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Here's a patch to add two more type of unit conversions to MythWeather?. They are:
- SI units except distance and speed in miles.
- SI units except distance and speed in nautical miles.
The patch is against version 0.19 but it applies to SVN head.
It introduces two new values in the settings database for SIUnits, namely YES_MILES and YES_NAUTICAL, the existing values of YES and NO apply to the original two options making this change compatible (i.e. an unpatched MythWeather? just does imperial units if these new values are in the database).
The patch includes changes to the setting UI so that the change can be made from the frontend.
I've tested it as much as possible and it seems to work OK. Hope you like it.
Attachments (1)
Change History (4)
Changed 19 years ago by
Attachment: | weather_units.3.patch added |
---|
comment:2 Changed 19 years ago by
Owner: | changed from Isaac Richards to ldunning |
---|
comment:3 Changed 19 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The plugin has been too substantially changed for this patch to be applicable. Unfortunately with the new design, it would be difficult to implement this feature. Sorry.
Patch for two new unit conversions in MythWeather?