summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets/dyn_dns_status.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Added control to set dashboard widget refresh periodStephen Beaver2016-08-181-2/+4
| | | | | Start each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame time Fix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-42/+40
|
* Minor tweaks to simplify codeNewEraCracker2016-02-181-1/+1
| | | | Calling print(sprintf(...)) can be simplified to printf(...). <?php print can be simplified to <?=.
* CleanupNewEraCracker2016-02-101-5/+2
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* Add RFC 2136 support to the DynDNS widgetjim-p2016-02-031-7/+34
|
* Fix up DynDNS widget to follow recent changes in DynDNS for Namecheapjim-p2016-02-021-3/+14
|
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-2/+2
|
* Correct quotes around $ifdesc introduced in PR 2282Stephen Beaver2015-12-171-1/+1
|
* Tidy up "services_dyndns.php"Colin Fleming2015-12-171-38/+26
| | | | | | | | | | | | | | | | | services_dyndns.php - remove duplicate double quotes - tidy up tabs/spaces services_rfc2136.php - remove duplicate double quotes - tidy up tabs/spaces dyn_dns_status.widget.php - change echo to print - change FONT tag to SPAN tags and use correct class - remove DIV and change table to correct format - add THEAD and TBODY - remove CLASS statement from table cells and add to the table row
* dyn_dns_status widget avoid var naming issuePhil Davis2015-12-171-4/+4
| | | | | | | | This use of var $i was conflicting and interfering with a use of it in index.php Use a much more unique name for now to avoid future risk. Maybe a proper final solution for var naming across dashboard and widget is needed - but that is a design issue to be discussed.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Widgets format and white spacePhil Davis2015-12-091-2/+2
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-28/+51
|
* improve spacing for non form panelsJared Dillard2015-10-061-1/+2
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-4/+4
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+174
OpenPOWER on IntegriCloud