Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d9f90dfb 04/28/2016 12:35 PM Phil Davis

Fix #6251 Brackets around Mbuf figures
(cherry picked from commit 97f930d1e3af593b20ed56ca951a2109a853a28d)

fe13359e 04/27/2016 08:27 AM Chris Buechler

Fix Hyper-V SMART disable on widget. Ticket #6147

d3e5a4ff 04/25/2016 07:51 PM Stephen Beaver

Fixed #6259 (Gateway widget form layout)

(cherry picked from commit f5ee7cfd7c2e3f9e7383fb41c47f77bad3507cfc)

ffc6d169 04/25/2016 12:59 PM Phil Davis

Fix #6251 Temperature on System Information Widget

It just seems that some infrastructure for a temperature bar had been put in place, but the code never finished to actually do it. But I am a bit surprised that it has taken so long for someone to report this....

b700d79e 04/23/2016 08:15 AM Chris Buechler

Hyper-V SMART - didn't intend to commit that part. Ticket #6147

df5c2c73 04/23/2016 07:52 AM Chris Buechler

Add Hyper-V support to system_identify_specific_platform, and disable S.M.A.R.T. actions in Hyper-V guests. Ticket #6147

048f29dc 04/20/2016 11:35 AM Phil Davis

Fix #6212 Really disable checks

Belts and braces here - I the setTimeout is not done then the other bits of code do not get called anyway, but I took them all out to make sure there is no way to accidentally do the update check when it is disabled.
(cherry picked from commit d3f7004d96c274f117a0264094595c9fbe85b6f7)

dca4eadf 04/18/2016 06:27 PM Stephen Beaver

Convert status_services and widget to POST

a0d8a2f4 04/13/2016 01:13 PM Phil Davis

Use consistent arrow colors on dashboard

Interfaces widget and IPsec widget use text-success and text-danger to
make the up and down arrows be green and red.
This change does the same thing to OpenVPN and WoL widgets for
consistency.

(cherry picked from commit fa5f513658f7f1aba530e76e01dfbc021605c3ad)

d41132b1 04/11/2016 02:51 PM Stephen Beaver

Fixed #6096

09cacd56 04/04/2016 01:53 PM Stephen Beaver

Merge pull request #2829 from phil-davis/openvpn-widget

(cherry picked from commit 1dae6c0f4184ac72c252fb934d2bfa4fd3a967fe)

0d55c04e 04/04/2016 01:53 PM Stephen Beaver

Merge pull request #2828 from phil-davis/widget-personalizations

(cherry picked from commit e18fb7e8bbf8c26639d0598fa04320c5608ce660)

2fdb3903 03/17/2016 12:29 AM Jared Dillard

shorten ipsec widget refresh time

44f9844b 03/16/2016 09:05 PM Jared Dillard

add color to icons

8f934add 03/15/2016 06:43 PM Jim Pingle

Add color to the CARP status icons so they are more visually distinct. Ticket #5965

3d4b57b8 03/12/2016 08:37 AM NOYB NOYB

HTML Compliance - Status Dashboard - System Information Widget

Error: Stray end tag spa.
Error: End tag td seen, but there were open elements.
Error: Unclosed element span.

868cb27d 03/11/2016 04:53 PM Jim Pingle

Fix icon usage on the interfaces widget, the down icon was arrow-up. Add color to the status for clarity. Ticket #5965

2c1cb903 03/11/2016 12:47 PM NOYB NOYB

HTML Compliance - CARP Status Widget

Error: th start tag in table body.
Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).

c0367cb8 03/10/2016 09:48 PM Jim Pingle

More icon and button inconsistencies. Should be the last batch. Ticket #5965

990a985e 03/10/2016 02:01 PM Stephen Beaver

Revised disk space display to use progress bar

0b9cadb4 03/08/2016 07:27 PM Jim Pingle

Upon further review, use a more clear and related set of icons for CARP status, play-circle (master) and pause-circle (backup). Ticket #5965

882351c4 03/08/2016 05:57 PM Jim Pingle

Slight change to CARP status icons, difference between master and backup status was not clear enough. Ticket #5965

15b6dcac 03/08/2016 04:15 PM Jim Pingle

Correct some icon usage inconsistencies. Fixes #5965

1ce9c03d 03/08/2016 04:15 PM Jim Pingle

Clean up the CARP status widget. Fixes #5964

21749f7a 03/07/2016 04:49 PM Jim Pingle

On second though, don't use this class on this particular tag in the WoL widget.

b35edfe7 03/07/2016 04:47 PM Jim Pingle

Fix up the formatting of the Wake on LAN widget and change the code style so it isn't a bunch of echos. Fixes #5960

4af2649f 03/07/2016 03:43 PM Jim Pingle

Fix load balancer status widget uptime percentage display. Fixes #5959

37d41653 03/03/2016 07:45 AM Chris Buechler

Shift the values to account for the removal of the gateways one. Ticket #5905

3b53c227 03/02/2016 10:21 PM Jared Dillard

Ticket #5905 remove unused code

f4cbddbb 02/28/2016 07:11 AM NOYB NOYB

HTML Compliance - Services Status Widget

The for attribute of the label element must refer to a non-hidden form control.
There is no corresponding target of this for attribute. Removing.

607e7686 02/18/2016 09:30 AM NewEraCracker

Minor tweaks to simplify code

Calling print(sprintf(...)) can be simplified to printf(...).

02342d8c 02/14/2016 08:14 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7bf3b8a0 02/14/2016 08:13 PM k-paulius

Use print_info_box() to generate alerts

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

9718847b 02/13/2016 09:38 PM k-paulius

Renamed SMART to S.M.A.R.T.

7ca42d47 02/13/2016 09:38 PM k-paulius

Renamed 'Wake on LAN' to 'Wake-on-LAN'

c9556cd6 02/10/2016 10:41 AM NewEraCracker

Clean up another closing tag followed by opening

a153c6d1 02/10/2016 09:14 AM NewEraCracker

Cleanup

Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.

095edfeb 02/10/2016 12:49 AM Stephen Beaver

Further revision to service hiding system

6c3d8b45 02/09/2016 11:29 PM Stephen Beaver

Revised hiding

40883c55 02/09/2016 11:18 PM Stephen Beaver

Revised service hiding

7d3c67de 02/09/2016 06:46 PM Stephen Beaver

Fixed #5858
Adds an incrementing suffix to service names when there are duplicates

d477dbb1 02/09/2016 12:44 AM Phil Davis

Use IEC MiB units on dashboard

1) physmem calculation is already in MiB
2) swapinfo -m actually reports in MiB - good
3) The code that gathers the disk space data already uses "df -h" which reports in IEC units, but the output just has the single char "M", "G" etc. We can always add "iB" here....

aeb87745 02/04/2016 10:20 PM Chris Buechler

Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226

9207dc4d 02/03/2016 06:55 PM Jim Pingle

Add RFC 2136 support to the DynDNS widget

55fa9d51 02/02/2016 07:48 PM Jim Pingle

Fix up DynDNS widget to follow recent changes in DynDNS for Namecheap

f8c10040 01/26/2016 12:28 PM NOYB NOYB

HTML Compliance - Widget - Firewall Logs

Attribute (that|triggered|this|action) not allowed on element a at this point.

91b2212f 01/25/2016 03:22 PM NOYB NOYB

Widget - Firewall Log - Tweaks

Add a table row when there are no entries to prevent scroll bars after ajax update.
Add no logs to display message.
Add update interval configuration setting.
Add configuration form placeholders.
Don't include ':' when no port such as for ICMP....

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

9b40b151 01/22/2016 10:18 AM Renato Botelho

Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_Abbreviation

04b42040 01/22/2016 09:08 AM Phil Davis

Internationalize dashboard widgets

b87923bd 01/21/2016 11:29 PM NOYB NOYB

Firewall Log Widget - Revert Abbreviation

Fine to spell out 'Destination' here.
1) Field content already has column wide enough.
2) Consistent with firewall log.
3) Already translated.

Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.

b90e4de2 01/19/2016 12:11 AM Denny Page

Add standard deviation to gateway status and widget

30cc5118 01/18/2016 02:35 AM Phil Davis

Show interface description in traffic graph widget settings

Forum: https://forum.pfsense.org/index.php?topic=105448.0

909002e2 01/16/2016 12:37 AM Stephen Beaver

Reverting change of label. It broke the display

ba23527b 01/15/2016 08:31 PM Stephen Beaver

Fix graph scale setting

d9b05c85 01/14/2016 04:01 PM NewEraCracker

Lowercase this opening tag

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

All simple php echo to short

Short version is far more used than long php echo. This brings all code to same standard where possible.

851cc33a 01/14/2016 01:17 PM Stephen Beaver

Merge pull request #2436 from NewEraCracker/rewording

66c62a1a 01/14/2016 12:31 PM NewEraCracker

Replace abbreviations with complete word

a7b4a149 01/14/2016 08:26 AM NOYB NOYB

Return string and print

51f6cd2a 01/13/2016 03:00 PM Stephen Beaver

Newline is added only if both IPv4 and IPv6 addresses present

3602b868 01/13/2016 01:31 PM NOYB NOYB

Gateways Widget Refactor init-ajax

Move table content creation into a function so initial table load can be done normally without resize flicker.
Subsequent content updates remain via ajax.

e9258698 01/11/2016 09:10 PM NewEraCracker

Convert remaining short_open_tag occurances. See PR #2378

9642a161 01/10/2016 05:41 AM NOYB NOYB

Remove/recover empty space below DNS servers unordered list.

157ba3f1 01/10/2016 04:12 AM NOYB NOYB

Remove blank line if version check disabled.

79563cb6 01/08/2016 04:56 PM Colin Fleming

Use Bootstraps text alignment classes (part 2)

use Bootstraps CLASS statement instead "align" statement

245eb71f 01/06/2016 03:06 PM Stephen Beaver

Fixed #5738

710f12d2 01/01/2016 06:30 PM NOYB NOYB

HTML Compliance - Services Status Widget

Element option without attribute label must not be empty.
<option selected></option>

dc6927bc 12/30/2015 01:46 AM Chris Buechler

Add output validation here too. Ticket #5351

8ae9a909 12/21/2015 03:29 PM Jim Pingle

Encode hostname before printing; remove some related dead code.

7902af94 12/21/2015 12:11 PM Renato Botelho

Merge pull request #2305 from ExolonDX/branch_04

e7d248af 12/20/2015 01:50 PM Colin Fleming

Update wake_on_lan.widget.php

Remove unused TD tag

dcba8236 12/20/2015 01:34 PM Colin Fleming

Tidy up widgets

ipsec.widget.php
- add missing TR tags to THEAD

wake_on_lan.widget.php
- remove stray double quotes

b77cef66 12/19/2015 10:29 PM Colin Fleming

Use Bootstraps text alignment classes

As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)

00a3ceba 12/18/2015 02:38 AM NOYB NOYB

HTML Compliance - Wake On LAN Widget

Align attribute not supported on td tag in HTML5 use css instead.
Center tag not supported in HTML5 use css instead.

d0f3be8b 12/17/2015 10:52 PM Stephen Beaver

Merge pull request #2283 from ExolonDX/branch_02

ba0f0f5f 12/17/2015 10:48 PM Colin Fleming

Tidy up "ntp_status.widget.php"

- Tidy up coding style
- Remove unnecessary DIV tab
- Update TABLE tag

0c7440b1 12/17/2015 10:47 PM Stephen Beaver

Correct quotes around $ifdesc introduced in PR 2282

bb9185a0 12/17/2015 10:44 PM Colin Fleming

Tidy up "services_dyndns.php"

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...

4ccf2ff6 12/17/2015 02:41 PM Stephen Beaver

Fixed #5650

27a3ae05 12/17/2015 12:46 PM Stephen Beaver

Merge pull request #2267 from phil-davis/r018

fbba5ca9 12/17/2015 12:42 PM Stephen Beaver

Merge pull request #2266 from NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel

a43edc8c 12/17/2015 12:39 PM Stephen Beaver

Merge pull request #2263 from phil-davis/r016

860c4a00 12/17/2015 12:39 PM Stephen Beaver

Merge pull request #2262 from NOYB/HTML_Compliance_-_Traffic_Graphs_Widget

78d28fdc 12/17/2015 12:38 PM Stephen Beaver

Merge pull request #2261 from NOYB/HTML_Compliance_-_Thermal_Sensors_Widget

b8a68a88 12/17/2015 12:37 PM Stephen Beaver

Merge pull request #2260 from NOYB/HTML_Compliance_-_RSS_Widget

f402c3bc 12/17/2015 06:38 AM Phil Davis

dyn_dns_status widget avoid var naming issue

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...

c5bdca2d 12/17/2015 06:18 AM NOYB NOYB

HTML Compliance - Dashboard - Widget Config Panel

Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point.
Fix the widget config/wrench icon href.
Add matching widgetname id tag to widgets configuration panel div element....

61fce4a6 12/17/2015 04:29 AM Phil Davis

Consolidate OpenVPN kill_client routine

After a gitsync just now I started getting "cannot redeclare
kill_client" error messages. Whatever it was that caused this to start
happening, the kill_client() function in these 2 places is identical.
Might as well put it in openvpn.inc

c1131a70 12/17/2015 04:21 AM NOYB NOYB

HTML Compliance - Traffic Graphs Widget

Syntax typo?
No space between attributes.
Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier.
Attribute wan]" not allowed on element input at this point.

The for attribute of the label element must refer to a non-hidden form control. Add id tag.

4691c416 12/17/2015 04:15 AM NOYB NOYB

HTML Compliance - Thermal Sensors Widget

The align attribute on the td element is obsolete. Use CSS instead.

98f0a4cf 12/17/2015 04:10 AM NOYB NOYB

HTML Compliance - RSS Widget

An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
http://www.w3.org/wiki/HTML/Usage/TextAlternatives
The for attribute of the label element must refer to a non-hidden form control. Add id tag.

ef955de6 12/17/2015 04:03 AM NOYB NOYB

HTML Compliance - Picture Widget

In HTML 4.01, the width and height could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels. Use css for specifying in %.
The for attribute of the label element must refer to a non-hidden form control. Add id attribute.

04f330ed 12/16/2015 01:08 PM Stephen Beaver

Merge pull request #2248 from NOYB/HTML_Compliance_-_Log_Widget

323e4a70 12/16/2015 01:07 PM Stephen Beaver

Merge pull request #2247 from NOYB/HTML_Compliance_-_Services_Status_Widget

726d1bc1 12/16/2015 11:59 AM NOYB NOYB

HTML Compliance - Log Widget

The for attribute of the label element must refer to a non-hidden form control.
Added id tag to form control.

06763615 12/16/2015 11:56 AM NOYB NOYB

HTML Compliance - Services Status Widget

Attribute height not allowed on element select at this point.

The for attribute of the label element must refer to a non-hidden form control.
'<label for="inputPassword3" class="col-sm-3 control-label">Hidden services</label>'...

e13d2c07 12/16/2015 10:49 AM NOYB NOYB

HTML Compliance - Interfaces Widget

Replace status indicator icon alt tag with title tag.
Add space between td tag and attributes.