Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a55329ca 01/06/2016 09:03 PM NewEraCracker

Fix all unterminated character class for pattern

311e4ad5 01/06/2016 07:53 PM Stephen Beaver

Fixed #5723

b55564f1 01/06/2016 07:24 PM Jim Pingle

Fix a bunch of text issues on DNS resolver advanced options

7bf36694 01/06/2016 04:32 PM Stephen Beaver

Added new method setRequired() (shortcut for setAttribute("required", true) )

9cd1455d 01/06/2016 04:27 PM Renato Botelho

Validate pppoe_subnet before use it in calculation. Ticket #5720

f1926a41 01/06/2016 04:27 PM Renato Botelho

Change number of PPPoE users range to 1-255 and add an extra POST validation

b424b7ef 01/06/2016 04:27 PM Renato Botelho

Fix field name validation

be513209 01/06/2016 04:27 PM Renato Botelho

Replace n_l2tp_units field by a drop-down from 1 to 255 and add a post validation just to be sure. Ticket #5720

09d720fc 01/06/2016 04:23 PM Stephen Beaver

Fix success message color

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

Fixed #5738

bb49a4d9 01/06/2016 01:19 PM Stephen Beaver

Merge pull request #2358 from NOYB/HTML_Compliance_-_Firewall_/_Rules_/_WAN

ab6b1f47 01/06/2016 08:42 AM NOYB NOYB

HTML Compliance - Firewall / Rules / WAN

Attribute name not allowed on element table at this point.
<table name="ruletable" class="table table-hover table-striped table-condensed">

Unclosed element div.
End tag for body seen, but there were unclosed elements.

ccb7c7f2 01/06/2016 07:00 AM Phil Davis

Status logs common changes for nginx

b7eb0ead 01/06/2016 12:08 AM Stephen Beaver

Fixed #5633

636edf81 01/05/2016 10:32 PM Stephen Beaver

Merge pull request #2353 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Outbound_/_Edit

ac950976 01/05/2016 10:23 PM Colin Fleming

Add some more Bootsrap panels

"firewall_aliases.php"
- add gettext to the H2 tag
- remove debug code

"sevices_igmpproxy.php"
"services_pppoe.php"
"vpn_ipsec_keys.php"
"status_gateways.php"
"status_gateway_groups.php"
"statis_services.php"
"diag_arp.php"...

4abdd33a 01/05/2016 08:32 PM Jared Dillard

add dark beta theme

b54ae90f 01/05/2016 08:29 PM Jared Dillard

back out design changes for now

2768a9d9 01/05/2016 03:52 PM NOYB NOYB

Remove errant bracket from character class.

29e0928f 01/05/2016 01:17 PM Stephen Beaver

Merge branch 'Status_-_System_Logs_-_Consolidation' of https://github.com/NOYB/pfsense

cf7a4f09 01/05/2016 12:57 PM NOYB NOYB

HTML Compliance - Form Button - HRef

The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.
The <a> name attribute is not supported in HTML5. Use the id attribute instead.

946e0018 01/05/2016 11:49 AM Renato Botelho

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

05f9712d 01/05/2016 11:08 AM Chris Buechler

clean up lighttpd

7bbe5013 01/05/2016 11:08 AM Chris Buechler

clean up lighttpd

8811dfc3 01/05/2016 11:08 AM Chris Buechler

Keeping the disable logging option. Revert "clean up lighttpd bits"

This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.

84a7c17d 01/05/2016 11:08 AM Chris Buechler

clean up lighttpd bits

11f674d0 01/05/2016 08:05 AM NOYB NOYB

HTML Compliance - Firewall / NAT / Outbound / Edit

Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="source" id="source" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="destination" id="destination" type="text" value="" pattern="[0-9, a-z, A-Z and .">...

b1895639 01/05/2016 02:42 AM Stephen Beaver

Fix interface list

f7d2d5aa 01/05/2016 02:41 AM Stephen Beaver

Improve error message when the user forget to "Apply"

8cc5e083 01/04/2016 06:44 PM NOYB NOYB

Redmine #5731 Error when setting various system log settings from factory default config

From PR #2350 By Phil Davis

d78a79eb 01/04/2016 06:44 PM NOYB NOYB

HTML Compliance - Status - System Logs - Firewall Summary View

The align attribute on the div element is obsolete. Use CSS instead.
Replace with bootstrap class="text-center".

f9703596 01/04/2016 06:44 PM NOYB NOYB

Fixup AJAX stuff so dynamic updating works.

Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.

0039dab0 01/04/2016 06:44 PM NOYB NOYB

Rename functions per Phil suggestions.

s/miscellaneous_common_code/status_logs_common_code/
s/build_if_list/status_logs_build_if_list/

As for getGETPOSTsettingvalue I'm open to it going anywhere that makes sense. Would be nice not to need too many additional inc's to get it though. Anything in guiconfig.inc or filter_logs.inc hierarchy shouldn't require anything additional.

2f777695 01/04/2016 06:44 PM NOYB NOYB

Remove commented out test code.

c57067d4 01/04/2016 06:44 PM NOYB NOYB

Can' t do that here. Remove space between php tags.

c9513bad 01/04/2016 06:44 PM NOYB NOYB

Status - System Logs - Consolidate - Firewall Summary View

Update summary view log selection method to same method as firewall and system logs.

9e505d4b 01/04/2016 06:44 PM NOYB NOYB

Status - System Logs - Consolidate - Firewall Dynamic View

Add advanced filtering to firewall dynamic view.
Add manage log to dynamic view.
Update dynamic view view log selection method to same method as firewall and system logs.

55f8344d 01/04/2016 06:44 PM NOYB NOYB

Status - System Logs - Consolidate - Common Functions

Factor common code section into to functions and place in include file.

getGETPOSTsettingvalue
miscellaneous_common_code
tab_array_logs_common
log_filter_form_system_submit
filter_form_system
log_filter_form_firewall_submit...
3957ee34 01/04/2016 04:45 PM Stephen Beaver

Merge pull request #2352 from phil-davis/status_graph

bbb5d7a5 01/04/2016 04:37 PM Stephen Beaver

Fixed #5733

1c185172 01/04/2016 04:25 PM Phil Davis

Add back display description option for status_graph

The code that provides the data for this is already in
bandwidth_by_ip.php in both 2.2.* and master 2.3.
The description option is in the Display dropdown list in 2.2.*, but it
got missed in the bootstrap conversion and integration process....

187f96b9 01/04/2016 02:08 PM Stephen Beaver

Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case.

951a7169 01/04/2016 01:01 PM Stephen Beaver

Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit

85560dbb 01/04/2016 01:01 PM Phil Davis

Redmine #5731 Error when setting various system log settings from factory default config

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

fc589cce 01/04/2016 08:09 AM NOYB NOYB

HTML Compliance - Firewall / NAT/ 1:1 / Edit

Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="src" id="src" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="dst" id="dst" type="text" pattern="[0-9, a-z, A-Z and .">

90d9dcec 01/03/2016 04:11 PM Phil Davis

Redmine #5728 Fix delete row button in Firewall Schedule Edit

The calls to delete_row() were going off to some other delete_row() function and not doing what was needed.
Give delete_row() here a unique name and it all works again.

9109177f 01/03/2016 01:29 PM Stephen Beaver

Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit

09e989f9 01/03/2016 01:27 PM Stephen Beaver

Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit

96453559 01/03/2016 01:26 PM Stephen Beaver

Merge pull request #2345 from NOYB/HTML_Compliance_-_Services_Status_Widget

1f0092d6 01/03/2016 08:06 AM NOYB NOYB

HTML Compliance - Firewall / NAT / Port Forward / Edit

Attribute min/max not allowed on element input at this point.
<input class="form-control" name="srcbeginport_cust" id="srcbeginport_cust" type="text" value="any" min="1" max="65536">
<input class="form-control" name="srcendport_cust" id="srcendport_cust" type="text" value="any" min="1" max="65536">...

d54d028f 01/03/2016 01:52 AM Stephen Beaver

Fix reading of server list on page load

5ab32eac 01/02/2016 07:08 PM Stephen Beaver

Fixed #5724

42af67f4 01/02/2016 08:05 AM NOYB NOYB

HTML Compliance - Firewall / Aliases / Edit

Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="address0" id="address0" type="text" value="" pattern="[0-9, a-z, A-Z and ." placeholder="Address">

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>

e7940d2e 01/01/2016 09:03 AM Phil Davis

Fix redmine #5722 DHCP validation for master

4606583c 12/31/2015 01:43 PM Stephen Beaver

Merge pull request #2341 from NOYB/HTML_Compliance_-_Interfaces_/_VLAN

ee0e5e6e 12/31/2015 01:40 PM Stephen Beaver

Merge pull request #2339 from BBcan177/patch-2

efb86be8 12/31/2015 08:16 AM NOYB NOYB

HTML Compliance - Interfaces / VLAN

A table row was 5 columns wide and exceeded the column count established by the first row (4).

9665798a 12/31/2015 05:00 AM BBcan177 .

pkg_mgr_installed - Fix disablepackagehistory

  • Improve if/else/endif
152c01be 12/31/2015 04:59 AM BBcan177 .

pkg_mgr - Fix disablepackagehistory

  • Version title should always print
  • $g['disablepackagehistory'] only disables the changelog hyperlink
8dccfb20 12/30/2015 08:46 PM Stephen Beaver

Fixed #5717

dae9ce3f 12/30/2015 05:53 PM Renato Botelho

Merge pull request #2325 from stilez/patch-7

921a14bd 12/30/2015 05:02 PM Stephen Beaver

Merge pull request #2337 from BBcan177/patch-1

8924af1a 12/30/2015 04:51 PM BBcan177 .

Update pkg_mgr.php

Update syntax to 4 space indent

a6d58665 12/30/2015 04:41 PM Stephen Beaver

Add password confirmation and change to Form_* framework

4832ed98 12/30/2015 04:39 PM BBcan177 .

Update pkg_mgr.php

  • Note - There are two lines previously commented out at Lines! (L127-128)
  • Mods to if/else/elseif/endif statements for consistency.
  • Change package dependency href link icon from "paper-clip" to "globe".
  • Put package dependency links into a < ul > for a cleaner output when dependencies span over two lines....
62d61a2f 12/30/2015 01:31 PM Stephen Beaver

Merge pull request #2335 from NOYB/HTML_Compliance_-_Interfaces_/_Assign_network_ports

cab15e51 12/30/2015 01:29 PM Stephen Beaver

Merge pull request #2334 from BBcan177/patch-2

6fb95fa2 12/30/2015 11:40 AM jeroen van breedam

Fix typo password confirm

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

290566ed 12/30/2015 08:03 AM NOYB NOYB

HTML Compliance - Interfaces / Assign network ports

A table row was 3 columns wide and exceeded the column count established by the first row (2).

c154b9f5 12/30/2015 04:52 AM BBcan177 .

Update pkg_mgr_installed.php

  • Mods to if/else/elseif/endif statements for consistency.
  • Change font red to span class.
  • Change package dependency href link icon from "paper-clip" to "globe".
  • Remove redundant <i> in package dependency href link
  • Put package dependency links into a <ul> for a cleaner output when dependencies span over two lines....
dc6927bc 12/30/2015 01:46 AM Chris Buechler

Add output validation here too. Ticket #5351

0f1a4483 12/29/2015 06:48 PM Jared Dillard

complete breadcrumbs for each tab

6395ff86 12/29/2015 05:53 PM Renato Botelho

No need to restart dpinger to get new rrd data, it's not like apinger that send data to rrd

e1ef8082 12/29/2015 04:46 PM Stephen Beaver

Fixed #5694

d395af26 12/29/2015 04:09 PM Stephen Beaver

Final updates in support of hidden passwords

43636c23 12/29/2015 02:33 PM Stephen Beaver

Merge pull request #2333 from NOYB/HTML_Compliance_-_System_/_User_Manager_/_Users

854c2bb6 12/29/2015 01:39 PM Stephen Beaver

Correction to #5710

1311f25e 12/29/2015 01:34 PM Stephen Beaver

Fixed #5710

d825dfea 12/29/2015 06:54 AM NOYB NOYB

HTML Compliance - System / User Manager / Users

A table row was 6 columns wide and exceeded the column count established by the first row (5).
End tag div seen, but there were open elements.
Unclosed element form.
Close php tag.

135fc32a 12/29/2015 12:55 AM Stephen Beaver

Fixed saving password when the ols password needs to be retained

522265f8 12/28/2015 11:28 PM Stephen Beaver

Merge pull request #2331 from BBcan177/patch-1

76d6d925 12/28/2015 09:59 PM Stephen Beaver

FInished password hiding logic by ensuring $_POST['password'] != DMYPWD before updating

c8b10b4c 12/28/2015 09:11 PM Stephen Beaver

Added new addPassword method and password == password_confirm validation where required.

6605a2df 12/28/2015 08:04 PM BBcan177 .

Add href for package dependencies (pkg_mgr_installed)

  • Case typo
  • Change package dependency text to href link(s).
690026d8 12/28/2015 07:47 PM Stephen Beaver

Merge pull request #2330 from ExolonDX/master

ddffa78c 12/28/2015 07:44 PM Stephen Beaver

Don't display dummy password if configured pwd is empty

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

b40fb789 12/28/2015 07:13 PM Colin Fleming

Update "firewall_aliases.php"

Add Bootstrap panels to "firewall_aliases.php"

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

ec513fa9 12/25/2015 08:02 PM Stilez y

Redundant logic tests in a range check

The logic here is redundant. It tests IP1<START || IP2<START || IP1>END || IP2>END. Then it tests if IP1<IP2 unsigned.

If the latter test succeeds (ie test that first) then IP1>=START must imply IP2>=START and IP2<=END must imply IP1<=END. In other words we only need to test:...