rainmeter-studio/Plugins
spx 5ae810d00a [WebParser]
Solved problems:

    * Multiple files of the same file name cannot be downloaded. (Issue 132)
    * The file including the character that cannot be used for the filename cannot be downloaded. (Issue 13)
    * As for the same file downloaded from the same URL, cache is not cleared and the file is not updated until the skin is restarted. (Issue 87)
    * Some kinds of files cannot be downloaded in Windows in which IE of an old version is installed. (because API used in WebParser depends on IE)

--------------------

Added new "Download" option:
The user can now download the file to the "DownloadFile" folder in a current skin folder as a file name defined in "DownloadFile=...".
If you define it as "DownloadFile=image.jpg", a "DownloadFile" folder will be created in the current skin path then the downloaded file is saved as "image.jpg"
Since this file is not a temporary file, it is not deleted even if it close a skin. And, when the refresh of skin or update of Webparser, the file will be overwrited by the latest file.
The user can also make the subfolder in the "DownloadFile" folder. If you define as "DownloadFile=photo\image.jpg", the subfolder "photo" is created and a file is saved in it.

As for specification of path, it is not possible to specify by the absolute path and also specification to the outside of a "DownloadFile" folder is not possible. It means that save of a file is limited to under the "DownloadFile" directory, and this does not permit save to other directories. This limitation is the measures that considered security.

Valid specification examples:

    * DownloadFile=filename.jpg
    * DownloadFile=subfolder\filename.jpg

these specification is invalid:

    * DownloadFile=C:\foo\filename.jpg
    * DownloadFile=#CURRENTPATH#filename.jpg
    * DownloadFile=..\filename.jpg
2010-01-12 21:45:47 +00:00
..
PluginAdvancedCPU The relative coordinates got broken by the previous changes. They should be fixed now. 2009-09-19 07:15:28 +00:00
PluginExample Skins are now read from the My Documents by default. 2009-07-24 07:56:37 +00:00
PluginiTunes Added couple of NULL checks for the iTunesPlugin. 2009-08-14 16:06:42 +00:00
PluginPerfMon Skins are now read from the My Documents by default. 2009-07-24 07:56:37 +00:00
PluginPing - Fixed: Multibang [] not assumed when [Measure] is replaced in CConfigParser::ReadString(). 2009-09-12 11:11:40 +00:00
PluginPower PowerPlugin could unload the powrprof.dll even if some other skin was still using it. Fixed. 2009-11-01 10:00:12 +00:00
PluginQuote - Fixed: Multibang [] not assumed when [Measure] is replaced in CConfigParser::ReadString(). 2009-09-12 11:11:40 +00:00
PluginRecycleManager EmptyBinSilent !bang should be silent now. 2009-07-30 20:15:10 +00:00
PluginResMon Skins are now read from the My Documents by default. 2009-07-24 07:56:37 +00:00
PluginSpeedFan Skins are now read from the My Documents by default. 2009-07-24 07:56:37 +00:00
PluginSysInfo - Fixed: Multibang [] not assumed when [Measure] is replaced in CConfigParser::ReadString(). 2009-09-12 11:11:40 +00:00
PluginWebParser [WebParser] 2010-01-12 21:45:47 +00:00
PluginWifiStatus New 1.9 version of WiFiStatus plugin by nvme, including changes to the manual. 2009-10-10 20:25:00 +00:00
PluginWindowMessage Skins are now read from the My Documents by default. 2009-07-24 07:56:37 +00:00