Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c4e80565 12/17/2015 10:35 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.

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

b74e4459 12/14/2015 10:28 AM Renato Botelho

Fix remaining copy/paste message from last commit

fe21de68 12/14/2015 10:27 AM Renato Botelho

Add icon on retrieving gw widget

de8b725a 12/12/2015 07:43 PM BBcan177 .

Mod to Services Status Widget

29620ab5 12/12/2015 06:51 PM Jared Dillard

Fixed #5620 change css classes from icon- to text-

1af5edbf 12/11/2015 09:48 PM Stephen Beaver

Rename of files to better match their position in the memory structure

ef325a6c 12/10/2015 01:24 PM Phil Davis

Use the _title var to make the widget title

Each widget has an include file that already has the required widget
title in a var like $dyn_dns_status_title $carp_status_title etc.
Use that var to set the displayed title of the widget, rather than the
stuff that was capitalizing the file name and then having a list of...

f8949026 12/09/2015 02:32 PM Stephen Beaver

Merge pull request #2190 from phil-davis/r1

0d8c9e1c 12/09/2015 02:32 PM Stephen Beaver

Merge pull request #2189 from phil-davis/patch-3

7f16ebe8 12/09/2015 02:31 PM Phil Davis

Interface Stats Widget make rows standard size

The rows of data were taller than expected, and the name "Packets In", "Packets Out" etc. in the left column did not line up exactly horizontally with the numbers in the other columns. Seems to be because the "name" column was a "th" tag. If it is just "td" like the numbers then everything lines up and the row height is less (it then looks the same as other widgets that have this style of table)....

501e25be 12/09/2015 12:35 PM Phil Davis

Widgets format and white space

8bbfa708 12/09/2015 12:01 PM Phil Davis

OpenVPN Widget fix column header text

e5ec3bc8 12/03/2015 12:13 AM Jared Dillard

Ticket #5518 update firewall rule icon colors

26bb62d9 12/01/2015 11:14 AM Colin Fleming

Tidy up "captive_portal_status.widget.php"

Close the TH tags properly

32be19a9 12/01/2015 03:41 AM Stephen Beaver

Potential fox for #5554

c9270647 11/30/2015 10:32 PM Jared Dillard

correct function call

2587570f 11/30/2015 05:40 PM Jared Dillard

clean up installed packages

b6db8c97 11/30/2015 07:08 AM NOYB NOYB

Log Widget - Source

Source port is not all that useful in widget view and takes up space better used by destination.
Add missing semi-colon.

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

2b4ea5a4 11/27/2015 09:28 AM Renato Botelho

Merge pull request #2126 from ExolonDX/branch_04

630d4aeb 11/27/2015 07:52 AM Colin Fleming

Tidy up various widgets

f19dc69f 11/26/2015 04:41 PM Colin Fleming

Type up "installed_packages.widget.php"

Add missing closing > bracket
Add type to SCRIPT tag

0e96382b 11/26/2015 12:42 AM Jared Dillard

clean up inline styles

2fdc35d5 11/26/2015 12:42 AM Jared Dillard

clean up inline styles

c9de24a0 11/25/2015 10:20 PM Jared Dillard

change reject icon to hand

3da670d2 11/24/2015 09:43 AM Renato Botelho

Move get_pkg_info() call to ajax request to make widget more responsive

9528bc24 11/24/2015 09:42 AM Renato Botelho

Add cog icon while loading

289c70f9 11/23/2015 06:55 PM Jim Pingle

Extra safety belts on the RSS widget settings

feb2e08c 11/23/2015 05:57 PM Stephen Beaver

Added cog icon while loading

56dc44cf 11/23/2015 05:55 PM Jared Dillard

browser supported now

ed434016 11/23/2015 05:55 PM Jared Dillard

clean up thermal widget

82e379a5 11/23/2015 05:03 PM Stephen Beaver

IPSec statistis updated dynamically
Partial fix to #5520

97d41945 11/23/2015 04:20 PM Jim Pingle

Interface widget icon adjustments

33000031 11/23/2015 03:26 PM Jim Pingle

Use some icons here that have a somewhat more relevant appearance (no exact matches, unfortunately)

0520c675 11/23/2015 03:26 PM Jim Pingle

Don't reuse $icon here - results should be two different icons. Fixes #5519

39a7f091 11/22/2015 01:31 PM Luiz Souza

Fix the interfaces widget to show the IP address of v6 only interfaces.

ea792608 11/21/2015 06:15 PM Colin Fleming

Tidy up "services_status.widget.php"

Update code style
Close TH tags properly

3985c038 11/20/2015 07:49 PM Stephen Beaver

Removed no longer needed jQuery

18e5d0ce 11/20/2015 06:46 PM Jared Dillard

clean up interface statistics widget

1aa84acb 11/20/2015 06:38 PM Jared Dillard

clean up installed packages widget

d08c2c3a 11/20/2015 06:05 PM Jared Dillard

clean up gateways widget

9c9617a5 11/20/2015 04:13 PM Jared Dillard

remove inline styles

9022eb39 11/20/2015 03:38 PM Stephen Beaver

Completes #5263

a68539ca 11/19/2015 05:42 AM Phil Davis

Gateways widget remove unused code

This stuff is done further down. Somewhere in the integration of RELENG_2_2 and Bootstrap this chunk of code has been accidentally duplicated. It is not like this in RELENG_2_2.

c4016375 11/19/2015 03:41 AM Phil Davis

Fix $5475 $display_type needs to be set earlier

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

626db846 11/18/2015 06:15 PM Stephen Beaver

Fixed #5475

d8ee2a3d 11/18/2015 01:35 PM Stephen Beaver

Restored glyphicon import until @jdillard can eleimnate those icons

ef294bd7 11/18/2015 10:15 AM Renato Botelho

Remove unused variable

7ea65674 11/18/2015 12:23 AM Jared Dillard

Ticket #5471 partial convert to font-awesome fonts

3c720580 11/17/2015 12:52 PM Stephen Beaver

Use manual stirping on table load

261d5071 11/16/2015 04:28 PM Stephen Beaver

Completed #5458
Cosmetic changes to system information widget
Cosmetic changes to pkg_mgr_install.php
Removed 'Cancel' buttons

4b951e64 11/16/2015 01:50 PM Stephen Beaver

Minor cosmetic/text changes

0582a633 11/16/2015 12:25 PM Renato Botelho

Change system information widget to be able to find system updates when it's available

ccf0fd94 11/16/2015 12:25 PM Renato Botelho

Fix spaces

263a1962 11/16/2015 12:24 PM Renato Botelho

Remove old code, already commented out

0a29de2d 11/16/2015 12:22 PM Renato Botelho

Fix spaces

b0d77d8f 11/13/2015 04:46 PM Stephen Beaver

Added changelog links to package versions

7a8ed6ee 11/13/2015 04:32 PM Renato Botelho

Consider broken packages on widget

e6227dde 11/13/2015 03:41 PM Stephen Beaver

Completed #5438

aaf63503 11/13/2015 03:29 PM Renato Botelho

Fix spell, thanks @phil-davis

008d4dd8 11/13/2015 12:32 PM Renato Botelho

Rework installed packages widget to use current pkg functions. It should fix #5263

5436b15c 11/13/2015 12:31 PM Renato Botelho

Fix spaces

9eb8cafa 11/11/2015 02:29 PM Stephen Beaver

Fixed #5351

5e899acc 11/11/2015 02:07 PM Stephen Beaver

Enable thermal widget congif panel

2f4e37b1 11/10/2015 08:13 PM Stephen Beaver

Fixed #5405

1d85e963 11/10/2015 04:42 PM Renato Botelho

Fix calls to ipsec_enabled() added in 179ab6b364

179ab6b3 11/10/2015 04:20 PM Luiz Souza

Eliminate a few more cases of $config['ipsec']['enable'].

Mostly when dealing with enc0 interface.

922c932b 11/10/2015 03:17 PM Stephen Beaver

Merge pull request #2053 from phil-davis/r9

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

5a957b9a 11/10/2015 01:13 PM Phil Davis

More $Id and whitespace

from more obscure folders around the code

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

bef0d0d9 11/03/2015 09:31 PM Stephen Beaver

Added automatic error recovery and ajax busy flag

1dade399 11/03/2015 06:54 PM Renato Botelho

Only call pfSense_ipsec_list_sa() when IPsec is enabled

7d17232c 11/03/2015 05:58 PM Stephen Beaver

Added miniature logo for hte RSS widget

6875f0cf 11/03/2015 05:46 PM Stephen Beaver

Fix widget div

c1426ad5 11/03/2015 05:36 PM Stephen Beaver

Fix degree symbol

eca275d4 11/03/2015 05:31 PM Stephen Beaver

Fixed warning threshold