By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2888 - feature request: make weather service URL a configure option
Summary: feature request: make weather service URL a configure option
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdetoys (show other bugs)
Version: R14.0.x [Trinity]
Hardware: amd64 Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2968
  Show dependency treegraph
 
Reported: 2018-04-19 13:51 CDT by thomas
Modified: 2018-08-30 02:52 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thomas 2018-04-19 13:51:39 CDT
In tdetoys/kweather, I think that the URL for the NOAA should be an item that can be changed in the configuration. The URL has changed in the past (some time between KDE 3.5.10 and trinity 14.0.4), and is currently hard-coded into the library. Making it a configurable option will allow users to update it without recompiling.

The current location of the URL in 14.0.4 is
kweather/weatherlib.cpp
around line 196.