Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  src
  tools
.editorconfig 277 Bytes
.gitattributes 925 Bytes
.gitignore 150 Bytes
BOOTSTRAP.md 7.93 KB
PROGRESS.md 37.9 KB
build.conf.sample 3.3 KB
build.sh 12.8 KB
clean.sh 563 Bytes
license.txt 2.16 KB

Latest revisions

# Date Author Comment
4b1a8a6c 11/20/2015 12:53 PM Phil Davis

Redmine #5492 case of acronyms in widget names

I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future....

75ae3d1c 11/20/2015 12:53 PM Phil Davis

Fix widgetname variables

These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.

31fd8dff 11/20/2015 12:13 PM Renato Botelho

PEAR.inc is already required by radius.inc

9859f355 11/20/2015 11:55 AM Renato Botelho

Break long lines

3c0b8833 11/20/2015 11:55 AM Renato Botelho

Delete code that is commented out since 2005

d17bd596 11/20/2015 11:43 AM Renato Botelho

Remove debug leftover

8540bdcb 11/20/2015 11:30 AM Renato Botelho

Fix #5329

Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client
is used only for HA today so it's safe to disable this check.

Since fsockopen() doesn't provide a way to disable it, move code to use
stream_socket_client()

14c8170d 11/20/2015 10:55 AM Renato Botelho

Remove unused function http_post()

1ebd1b10 11/20/2015 06:42 AM Chris Buechler

correct igmpproxy command for new version.

08551b56 11/20/2015 03:30 AM Stephen Beaver

Cosmetic fixes

View all revisions | View revisions

Also available in: Atom