Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5ea90990 12/28/2015 07:33 PM Stephen Beaver

Experimental: Fixed #5693
Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password

23f4c08f 12/28/2015 02:20 PM Stephen Beaver

Fixes issue where limiter mask does not save (from forum)

f7a28f98 12/28/2015 02:07 PM Stephen Beaver

Change alert box color to success

9aa4c72c 12/28/2015 01:50 PM Stephen Beaver

Merge pull request #2321 from ch1c4um/Fix_dns_resolver

f2c6628a 12/28/2015 01:43 PM NOYB NOYB

HTML Compliance - System / Package Manager / Available Packages

Bad value #search-panel .panel-body for attribute href on element a: Illegal character in fragment: space is not allowed.
<a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel">...

a011566d 12/27/2015 04:33 PM Stephen Beaver

Fixed #5697

d8d97c76 12/27/2015 03:28 PM Stephen Beaver

Merge pull request #2327 from NOYB/HTML_Compliance_-_System_/_Package_Manager_/_Available_Packages

c195c8e0 12/27/2015 03:25 PM Stephen Beaver

Merge pull request #2326 from NOYB/HTML_Compliance_-_System_/_Certicate_/_CAs

69824c5e 12/27/2015 03:18 PM Stephen Beaver

Alternative to PR 2324 - Remove unneeded div

81aba18d 12/27/2015 08:09 AM NOYB NOYB

HTML Compliance - System / Package Manager / Available Packages

Stray tbody, table, and div tag ends when list empty.
Close php tag.

04f1a496 12/26/2015 08:40 AM NOYB NOYB

HTML Compliance - System / Certicate / CAs

Close div tag
Close php tag

bf7ee0e0 12/24/2015 07:27 PM BBcan177 .

Update pkg_edit.php

  • Incorrect variable name in pkg_edit
0c8d2784 12/24/2015 07:04 PM Chris Buechler

clarify text, might not apply to "NIC" (lagg, VLANs, etc.)

8892ad73 12/24/2015 06:27 PM Stephen Beaver

Fixed #5691

742844a5 12/24/2015 01:04 AM NOYB NOYB

HTML Compliance - System / Advanced / Firewall and NAT

Bad value 200000↩ for attribute placeholder on element input: Line feed not allowed.
<input class="form-control" name="maximumtableentries" id="maximumtableentries" type="text" placeholder="200000↩">...

e6d22cd6 12/23/2015 09:19 PM Jeremy Porter

Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense

e8da0bcd 12/23/2015 09:19 PM Jeremy Porter

fix part of #5604

962ec941 12/23/2015 09:04 PM Stephen Beaver

Added support for <width> on inouts and aliases.

c405d4f0 12/23/2015 08:26 PM Stephen Beaver

Add title to add row buttone

2bd2287e 12/23/2015 07:13 PM Stephen Beaver

Fixed #5668

3dc66fff 12/23/2015 06:46 PM Renato Botelho

Add pkg key fingerprint for packages from beta.pfsense.org

d3a3eef0 12/23/2015 04:49 PM Francisco Cavalcante

Fixed bug to disable dns resolver service

4ee63405 12/23/2015 03:09 PM Jim Pingle

Take this conditional out, it wasn't enough, and we have a script example for how to handle this properly now while respecting CSRF

3c63f2e6 12/23/2015 12:57 PM Stephen Beaver

Merge pull request #2319 from NOYB/HTML_Compliance_-_System_/_Advanced_/_Admin_Access

9a278024 12/23/2015 12:56 PM Stephen Beaver

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

159509e0 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

ed9c5a1a 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

336689d4 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

7124eddf 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

124a6adc 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

This would require some minor adjustments to the wizards xml , for it to make sense everywhere.

7983bed1 12/23/2015 08:05 AM NOYB NOYB

HTML Compliance - System / Advanced / Admin Access

Close div tag
Close php tag

c46008ae 12/23/2015 04:04 AM Phil Davis

LAGG edit fixes

1) $_POST['members'] is an array, but $pconfig['members'] should be a comma-separated list. So the general copy "$pconfig = $_POST;" needs to be followed by setting up 'members' in particular.
2) $members_array is never used - so throw it away....

5a2512b3 12/22/2015 07:33 PM Stephen Beaver

Add trash can icon to rowhelper delete buttons

36cefd8f 12/22/2015 06:51 PM Stephen Beaver

Remove name collision in $width attribute

bd0d36bd 12/22/2015 05:54 PM Stephen Beaver

Accommodate <width> XML tag in rowhelper input fields

e5274f51 12/22/2015 05:43 PM Stephen Beaver

Move width:auto style to textarea handler in pkg_edit.php

b5326b1d 12/22/2015 04:26 PM Stephen Beaver

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

ede54eaa 12/22/2015 04:21 PM Stephen Beaver

Merge pull request #2295 from NOYB/HTML_Compliance_-_Form_Input_-_Placeholder

43f58e1d 12/22/2015 04:10 PM Stephen Beaver

Merge pull request #2311 from heper/patch-1

57fc02b1 12/22/2015 03:18 PM Stephen Beaver

Adds support for <width> XML tag in rowhelper selects

5736b2ce 12/22/2015 02:49 PM Phil Davis

HTML Compliance - Form Select 3rd try

This is a combined version of:
https://github.com/pfsense/pfsense/pull/2310
https://github.com/pfsense/pfsense/pull/2315

f84d2a90 12/22/2015 01:56 PM Stephen Beaver

Default textarea width to 60 cols.
Use setCols() to override

6e871698 12/22/2015 01:47 PM Stephen Beaver

Adds style="width: auto;" attribute to textareas to allow the "cols" attribute to take effect. Required bu pkg_edit.php and by wizards

09f9fff9 12/22/2015 01:17 PM Stephen Beaver

Reverts change to Form_Selector which was breaking selectors with blank options

6e14a6ca 12/21/2015 11:33 PM Stephen Beaver

Modify CSS to allow caller to specify width

25b40b90 12/21/2015 10:39 PM jeroen van breedam

Bug #5527

80b4d0c5 12/21/2015 10:37 PM jeroen van breedam

Bug #5527

fa3844d7 12/21/2015 10:35 PM jeroen van breedam

Update system_gateway_groups_edit.php

b9a66e49 12/21/2015 10:34 PM jeroen van breedam

Bug #5527

c14798d0 12/21/2015 10:32 PM jeroen van breedam

Bug #5527

bc1d0663 12/21/2015 10:29 PM jeroen van breedam

Bug #5527

12654639 12/21/2015 10:25 PM jeroen van breedam

bug #5527

c70b6835 12/21/2015 10:06 PM Stephen Beaver

Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.php

070a3568 12/21/2015 09:17 PM Stephen Beaver

Fix help text on delete row when selector is used in a PHP table

a1cd3857 12/21/2015 08:54 PM Stephen Beaver

Test for #5676

1dfa60c5 12/21/2015 07:32 PM Stephen Beaver

Fixed #5678

43dc3830 12/21/2015 07:19 PM Stephen Beaver

Fix row add/delete issues intorduced by PR https://github.com/pfsense/pfsense/commit/f35ce6d20e6fd1e3b66b5935c70532d7e5fa741f/

69560def 12/21/2015 03:48 PM Jim Pingle

Only disable CSRF on diag_backup.php for the download action where it might be scripted. Other actions need its protection.

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

Encode hostname before printing; remove some related dead code.

8c186a5a 12/21/2015 03:06 PM Stephen Beaver

Add "BETA" badge to ne UI feature

3ad27058 12/21/2015 03:06 PM jeroen van breedam

adding active tab to breadcrumb

closely review L186 - L188

8ebf884f 12/21/2015 02:17 PM Jim Pingle

Encode gateway attributes before printing

ffa383cb 12/21/2015 01:55 PM Stephen Beaver

Merge pull request #2301 from NOYB/Staus_-_System_-_Logs_-_Write_Config_Only

07271d6c 12/21/2015 01:36 PM Stephen Beaver

Merge pull request #2298 from NOYB/WebGUI_Left_Column_Labels_Hyper

f35ce6d2 12/21/2015 01:33 PM NOYB NOYB

HTML Compliance - Form Group - Label For

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

5bd29843 12/21/2015 12:13 PM Renato Botelho

Merge pull request #2306 from ExolonDX/branch_06

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

Merge pull request #2305 from ExolonDX/branch_04

7949c054 12/21/2015 12:07 PM Renato Botelho

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

47fe940f 12/21/2015 12:00 PM Renato Botelho

Merge pull request #2302 from ExolonDX/branch_03

8952a4de 12/21/2015 11:58 AM Renato Botelho

Merge pull request #2300 from ExolonDX/branch_02

b9a81ba9 12/21/2015 11:57 AM Renato Botelho

Merge pull request #2299 from ExolonDX/branch_01

c47ca2bd 12/21/2015 11:54 AM Renato Botelho

Merge pull request #2294 from NOYB/HTML_Compliance_-_Form_Select

240d4f10 12/21/2015 03:50 AM Chris Buechler

fix text

40f146c5 12/20/2015 03:29 PM Phil Davis

Only enable Restore Configuration if a file is selected

If the user clicks "Choose File" and then cancels the file selection dialog, disable the "Restore Configuration" button.

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

Update wake_on_lan.widget.php

Remove unused TD tag

1414104a 12/20/2015 01:41 PM Colin Fleming

Tidy up columns in "ipsec"

status_ipsec.php
- remove unused column

vpn_ipsec.php
- reduce COLPSAN to seven

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

2eb51b46 12/20/2015 01:06 PM Colin Fleming

Replace FONT tag with SPAN

Replace FONT tag with SPAN tags and Bootstrap CLASS statement
Escape double quotes correctly in "system_usermanager_settings_test.php"

3c85b0f9 12/20/2015 07:43 AM NOYB NOYB

Staus - System - Logs - Firewall - Write Config Only

If no logging changes have been made, only write the config file.

3e0985e6 12/20/2015 07:42 AM NOYB NOYB

Staus - System - Logs - Write Config Only

If no logging changes have been made, only write the config file.

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)

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

24f15b3a 12/19/2015 01:14 PM NOYB NOYB

WebGUI Left Column Labels Hyper

Touch Screen Usability Annoyance
https://forum.pfsense.org/index.php?topic=104135.0

Clicking the labels in the left column selects/activates the first item. This is the perfectly natural place for scrolling with thumb.

No big problem really for input fields, but check boxes and buttons are inadvertently selected/toggled resulting in unintended configuration changes....

72eaefaf 12/19/2015 03:57 AM Stephen Beaver

Fixed #5659

97743e56 12/19/2015 02:32 AM NOYB NOYB

HTML Compliance - Form Input - Placeholder

Attribute placeholder not allowed on element select at this point.
Attribute placeholder is only allowed when the input type is email, number, password, search, tel, text, or url.

bc3b831d 12/19/2015 12:37 AM NOYB NOYB

HTML Compliance - Form Select

Element option without attribute label must not be empty.

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