Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
72eaefaf 12/19/2015 03:57 AM Stephen Beaver

Fixed #5659

f9a2b76d 12/18/2015 02:59 PM Stephen Beaver

Fixed #5636

711d8214 12/18/2015 02:22 PM Stephen Beaver

Merge pull request #2292 from phil-davis/patch-2

49ebf0e2 12/18/2015 02:20 PM Stephen Beaver

Merge pull request #2291 from phil-davis/snmax

381b9fae 12/18/2015 02:15 PM Stephen Beaver

Merge pull request #2289 from NOYB/HTML_Compliance_-_Wake_On_LAN_Widget

aed8978e 12/18/2015 02:14 PM Stephen Beaver

Merge pull request #2288 from NOYB/Status_-_System_Logs_-_Manage_Log_-_Input_Validation

b5ff58cf 12/18/2015 02:09 PM Stephen Beaver

Fixed #5653
Removed bogus code that forced system information to be first in the list
Added JS to always add system_information to col 1

81df378d 12/18/2015 07:04 AM Phil Davis

Fix static DHCP address validation

1) Use gen_subnetv4 and gen_subnetv4_max rather than doing the guts of the calculation inline. (The ~gen_subnet_mask_long($ifcfgsn) thing was the cause of the problem)
2) Add validation checks to stop people using the network address or broadcast address as a statically allocated DHCP address....

c18ba6bf 12/18/2015 06:38 AM Phil Davis

Fix gen_subnetv4_max

and use it in services_dhcp rather than trying to do the similar
calculation in-line.
Should fix redmine #5654 and probably a bunch of other things that use
gen_subnet_max

bdabc817 12/18/2015 04:18 AM Chris Buechler

Validate IP passthrough bandwidth values within sane range. Ticket #5655

0f1d38b6 12/18/2015 04:01 AM Chris Buechler

Validate CP MAC passthrough bandwidth. Ticket #5655

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.

9cfbece1 12/18/2015 01:48 AM NOYB NOYB

Add max value to qty field.

873dd969 12/18/2015 01:41 AM NOYB NOYB

Status - System Logs - Manage Log - Input Validation

Add input validation at form level in browser.
Keep PHP server side validation so as not to rely solely on the browser.

22142405 12/17/2015 11:52 PM Stephen Beaver

Merge pull request #2287 from NOYB/Interfaces_-_DHCP_Config_File_Override

45a797fe 12/17/2015 11:49 PM NOYB NOYB

Interfaces - DHCP Config File Override

Correct section label.

a2239232 12/17/2015 11:33 PM NOYB NOYB

Interfaces - DHCP Advanced Options - Number Attributes

Protocol timing select timeout; override system minimum number attribute to allow zero.

4c8b27b0 12/17/2015 11:14 PM Stephen Beaver

Merge pull request #2285 from ExolonDX/branch_04

15f35604 12/17/2015 11:04 PM Stephen Beaver

Merge pull request #2284 from ExolonDX/branch_03

5f0dc15d 12/17/2015 11:03 PM Colin Fleming

Tidy up "services_igmpproxy.php"

- Close TH tag correctly

82f54a42 12/17/2015 10:59 PM Colin Fleming

Tidy up "services_dhcp.php"

- Close TABLE correctly

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

60aa5b52 12/17/2015 06:53 PM Stephen Beaver

Merge pull request #2281 from ExolonDX/master

c3c2bd7a 12/17/2015 06:32 PM Colin Fleming

Tidy up "status_wireless.php"

Remove closing FONT tags

aee1c1c2 12/17/2015 05:28 PM Stephen Beaver

Merge pull request #2280 from phil-davis/patch-4

9824ca6d 12/17/2015 05:24 PM Phil Davis

services_rfc2136_edit remove unused $input

These bits if code that put new Form_Checkbox() into var $input do not seem to do anything useful. They just made me wonder why they were there.
If someone knows how they do anything useful, then please say so. Otherwise we can get rid of $input here.

33d6a951 12/17/2015 05:19 PM Stephen Beaver

Merge pull request #2279 from phil-davis/patch-2

ec091f77 12/17/2015 05:17 PM Phil Davis

Point more directly to Certificate Revocation page

This could point more directly to the Certificate Revocation page.

41df62c1 12/17/2015 05:09 PM Jim Pingle

Nuke fifolog support. It was never used or fully implemented, no GUI option, and didn't end up working out.
It buffered writes too long, users could never see the most current log data.

f14ff867 12/17/2015 05:08 PM Phil Davis

system_usermanager remove unused code

1) Line 448 "Remove this certificate association? (Certificate will not be deleted)" there was the text "Delete" being displayed and not looking good, in addition to the trash bin icon. Just the trash bin icon seems to be all that is needed....

f6fac5ac 12/17/2015 03:55 PM Phil Davis

system_crlmanager dodgy else statement

The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.

486cbb1d 12/17/2015 03:49 PM Jim Pingle

Change status.php state dump to use -vvss for more verbose info, add kenv and pkg info

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

Fixed #5650

bdfea2e7 12/17/2015 02:22 PM Stephen Beaver

Fixed #5648

15281e44 12/17/2015 01:13 PM Stephen Beaver

Save button fix - part deux

2ef13b6c 12/17/2015 01:12 PM Stephen Beaver

Fix "Save" button jQuery

38e2552e 12/17/2015 12:55 PM Stephen Beaver

Merge pull request #2276 from phil-davis/r020

a55c6afd 12/17/2015 12:54 PM Stephen Beaver

Merge pull request #2275 from phil-davis/patch-5

9fec5f5a 12/17/2015 12:53 PM Stephen Beaver

Merge pull request #2274 from phil-davis/r019

d59b5d1e 12/17/2015 12:53 PM Stephen Beaver

Merge pull request #2273 from phil-davis/patch-4

481d7b64 12/17/2015 12:51 PM Stephen Beaver

Merge pull request #2272 from NOYB/Interfaces_-_Assign_-_Wireless_-_PHP_Crash

4d8cfd8c 12/17/2015 12:50 PM Stephen Beaver

Merge pull request #2271 from NOYB/System_-_Advanced_-_Admin_Access

c6c79a38 12/17/2015 12:48 PM Stephen Beaver

Merge pull request #2270 from NOYB/Interfaces_-_DHCP_Advanced_Options_-_Require_Options

ca7acf92 12/17/2015 12:47 PM Stephen Beaver

Merge pull request #2268 from NOYB/Interfaces_-_DHCP_Advanced_Options_-_Radio_Buttons

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

Merge pull request #2267 from phil-davis/r018

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

Merge pull request #2265 from phil-davis/r017

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

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

8456d53a 12/17/2015 12:41 PM Stephen Beaver

Merge pull request #2264 from NOYB/HTML_Compliance_-_Dashboard

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

7f121542 12/17/2015 12:36 PM Stephen Beaver

Merge pull request #2259 from NOYB/HTML_Compliance_-_Picture_Widget

f224c8a2 12/17/2015 12:35 PM Stephen Beaver

Merge pull request #2258 from phil-davis/r015

6b8cd448 12/17/2015 12:34 PM Stephen Beaver

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

49ab7325 12/17/2015 12:33 PM Stephen Beaver

Merge pull request #2256 from phil-davis/r014

c1ac3891 12/17/2015 12:32 PM Phil Davis

services_pppoe_edit handle both GET and POST

This wacky logic would only have got to the $_POST checks if $_GET['id'] was already set.
I haven't looked to analyse it - but how would anything using $_POST have worked?

c86c14dc 12/17/2015 12:02 PM Phil Davis

Code style v w

e4eed781 12/17/2015 11:52 AM Phil Davis

vpn_openvpn_server key name typos

d61309a0 12/17/2015 10:53 AM Phil Davis

Code style system_*

8e41aa41 12/17/2015 10:28 AM Phil Davis

hasync synchronize DNS text

087bfe61 12/17/2015 09:27 AM NOYB NOYB

Interfaces - Assign - Wireless - PHP Crash

Fix unexpected EOF

550386ac 12/17/2015 09:10 AM NOYB NOYB

System - Advanced - Admin Access

Fix hiding SSL Cert when HTTP protocol selected.

0683ff17 12/17/2015 08:38 AM NOYB NOYB

Interfaces - DHCP Advanced Options - Require Options

Fix Require options form input

b4f03056 12/17/2015 08:00 AM NOYB NOYB

Interfaces - DHCP Advanced Options - Radio Buttons

Fix the Protocol Timing - Presets radio buttons.

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

e3843a08 12/17/2015 06:08 AM Phil Davis

Use different var name looping through columns

There is some problem with the var $i getting reset somehow somewhere
related to the include of each widget PHP code. I found that this was
doing $i = 1, $i = 2 and then $i = 2 again and I got fatal errors
because each widget code was being included twice....

a508c6e4 12/17/2015 05:10 AM NOYB NOYB

HTML Compliance - Dashboard

Rename duplicate id's.
Fix available widgets collapsible section href with id.
Where obsolete replace name attribute with id.

The .panel-footer requires mod to the widgets with config options. So will submit separate commit so it can be handled independently....

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.

78863416 12/17/2015 03:47 AM Phil Davis

Code style System Certificates

a5772d43 12/17/2015 03:35 AM Phil Davis

system_certmanager csr_dn_country keyname error

Someone was recently reporting a problem with certificate signing requests. Maybe this will help.

20db3e1a 12/17/2015 03:11 AM Phil Davis

Code style services

94704bc6 12/17/2015 01:31 AM Phil Davis

Code style index.php

Couple of little bits here.

81524033 12/17/2015 01:05 AM Stephen Beaver

Further refinement to widget config

18bb3101 12/17/2015 12:52 AM Stephen Beaver

Fixed the broken widget config action (again)

beffa78a 12/17/2015 12:05 AM Jared Dillard

no longer used

2063a534 12/16/2015 11:55 PM Jared Dillard

fixed issue where if all widgets were in col2, no col1 was created

679ac489 12/16/2015 10:53 PM Stephen Beaver

Reverted commit 677d8bdfebace3321da677a57a0756a27332d505, PR 2218
because it broke all of the widget configuration actions.

2a425b40 12/16/2015 09:51 PM Jared Dillard

move tree.css to main css files

c24bb3fc 12/16/2015 09:38 PM Stephen Beaver

Fixed table apeparance, headers, button placement and row drag/drop/move

f0e52fb3 12/16/2015 09:33 PM Jared Dillard

clean up common colors

b51d272c 12/16/2015 09:19 PM Stephen Beaver

Corrected movable/sortble table row handling

45e849c1 12/16/2015 09:13 PM Jared Dillard

improve firewall rules table (WIP)

07edce6d 12/16/2015 07:01 PM Stephen Beaver

Fixed #4915

cb60f45d 12/16/2015 06:35 PM Stephen Beaver

Merge pull request #2252 from phil-davis/r013

608bb662 12/16/2015 06:08 PM Stephen Beaver

Support <savehelp> package tag to allow adding help text to the save button.

6e3488e9 12/16/2015 05:31 PM Phil Davis

Code style services dhcp dnsmasq dyndns

12360a9b 12/16/2015 05:24 PM Phil Davis

services_dyndns_edit requestif key name

This probably fixes forum thread https://forum.pfsense.org/index.php?topic=104076.0

4321baa6 12/16/2015 04:39 PM Stephen Beaver

Merge pull request #2250 from phil-davis/r012

8e048cc1 12/16/2015 04:34 PM Phil Davis

Code style services captive portal

ca28fdd1 12/16/2015 04:16 PM Phil Davis

services_captiveportal text changes

8937d77d 12/16/2015 03:25 PM Stephen Beaver

Whitesapce change