Unraid-SlackPack/plugins/speedtest.xml

146 lines
4.5 KiB
XML
Raw Normal View History

2015-12-12 16:57:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.plg</PluginURL>
<PluginAuthor>dmacias72</PluginAuthor>
<Beta>False</Beta>
2016-05-21 16:59:09 +00:00
<Category>Network:Other Tools:System</Category>
2015-12-12 16:57:26 +00:00
<Name>Speedtest</Name>
<Description>
This plugin interacts with the command line interface for testing internet bandwidth using speedtest.net
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
2015-12-15 16:30:54 +00:00
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
2016-11-04 18:45:37 +00:00
<Date>2016-11-04</Date>
2015-12-12 16:57:26 +00:00
<Changes>
2016-11-04 18:45:37 +00:00
###2016.11.04
- fix: python min
2016-10-28 11:55:43 +00:00
###2016.10.28
- update min/max version
2016-10-15 17:15:57 +00:00
###2016.10.15
- update speedtest-linux to 1.0.2-b
2016-10-09 23:41:46 +00:00
###2016.10.09
- update for 6.3
2016-09-16 16:34:03 +00:00
###2016.09.16
- update python to 2.7.12
- update tablesorter to 2.27.6
2016-06-19 13:49:54 +00:00
###2016.06.19
- fix: scheduler not saving changes
2016-06-10 13:39:21 +00:00
###2016.06.10
- fix: make schedule variables unique, so other schedules aren't affected
2016-06-08 07:22:48 +00:00
###2016.06.08
- fix: getting no results because script version 0.3.1 missing timeout option
2016-06-04 18:16:43 +00:00
###2016.06.04
- fix: history table css
2016-06-03 19:16:06 +00:00
###2016.06.03
- add: selectable versions of speedtest-cli
- add: timeout option for those getting 0 values
- move and revise manual list to server side
2016-05-22 05:24:33 +00:00
###2016.05.22
- fix: units error when using bytes
- fix: increase chart size and remove horizontal title so date labels show correctly.
- add: extra speedtest scripts (speedtest-cli and speedtest-linux)
2016-05-21 16:59:09 +00:00
###2016.05.21
- fix: fix scheduler tab count if no mover settings
- fix: blank image not showing with empty table
2016-05-20 14:03:43 +00:00
###2016.05.20
- fix: workaround for dynamix plugin update api not refreshing after update (remove update message)
- fix: change chart sort order
- fix: streamline code
2016-05-15 23:38:11 +00:00
###2016.05.15
- fix: tabs not working due to image path
2016-05-07 00:47:49 +00:00
###2016.05.06
- add tabs for settings, scheduler and history
- add dynamix plugin update api
- add help info
2016-03-14 06:35:32 +00:00
###2016.03.14
- update package locations
2016-03-12 09:07:14 +00:00
###2016.03.12
- fix install python 2.7.11 for unRAID 6.2+
- fix install python 2.7.9 for unRAID 6.1
2016-02-28 09:31:40 +00:00
###2016.02.28
- fix: chart and table sync on changes
- fix: filters save
- fix: page refresh after manual test
- fix: various minor css and code
- add settings icon
- removed stacked charts
- add: persistent chart selection cookie
- tested working on clean install OSX 10.11 and Safari 9.0
- tested working on upgrade to OSX 10.11.3 and Safari 9.03
2016-02-25 06:24:57 +00:00
###2016.02.25
- fix: chart filter cookie
- fix: after deletion of row next image not shown
2016-02-24 19:28:36 +00:00
###2016.02.24
- add modified speedtest.py script
- remove obsolete dependencies from plugin install
- fix share image function hopefully for Safari
- add scheduler and history button to settings page
2016-02-23 16:09:43 +00:00
###2016.02.23
- update packages to NerdPack versions
2016-02-21 23:37:26 +00:00
###2016.02.21
- add save chart type to cookie
- add save chart data type cookie
- move row click to table column click
2016-02-14 09:56:20 +00:00
###2016.02.14
- fix: move delete all outside icon tag
- fix: no quotes on table row id
- add: animation to table row delete
- move: tablesorter to document ready
- add: function to save filters on page refresh
- add: charts: line, area, vertical, horizontal
- date format to fixed yyyy-mm-dd hh:mm day for sorting and charts
- update tablesorter
2016-01-22 19:12:39 +00:00
###2016.01.17
- remove symlink to speedtest-linux
2016-01-16 20:49:49 +00:00
###2016.01.16
- minor diplay changes
- add tablesorter as a separate package
2016-01-15 08:48:05 +00:00
###2016.01.15
- fix filter save
- add filter reset button
- add speedtest-linux command
2016-01-12 22:27:34 +00:00
###2016.01.12
- add checks for failed speedtest
2016-01-03 00:18:09 +00:00
###2016.01.02
- added tablesorter pager plugin
- fix tablesort css padding
- click on row to show share image
- save sort and filter settings
- added default cfg
2015-12-30 02:31:55 +00:00
###2015.12.29
- update tablesorter to v2.25.0 combined
- add tablesorter filters to table
- save speedtest host server
- add shadow box display when running speedtest
2015-12-21 00:45:00 +00:00
###2015.12.20a
- Added cron settings page
- Separated into proper webgui locations
- Speedtest settings under Settings
- Speedtest Cron Settings under Settings/Scheduler
- Speedtest App under Tools/Speedtest
2015-12-20 17:07:44 +00:00
###2015.12.20
- added speedtest-xml script to /usr/sbin/ for cron jobs
- added logging to speedtest.php for start and completion of the script
2015-12-20 08:58:44 +00:00
###2015.12.19
- changed icon thanks to hernandito
- convert to stand alone script for cron jobs
- rearrange setting page layout
- one click remove
2015-12-12 16:57:26 +00:00
###2015.12.11
- update package name
- update install and remove scripts
###2015.12.10
- add date and time to table
- add switchbuttons
- update packages
###2015.10.19
- typos
###2015.10.18b
- update to python 2.7.9
###2015.10.18a
- update install script
###2015.10.17
- initial commit
</Changes>
2016-09-16 16:34:03 +00:00
</Containers>