Code style System Certificates
Further refinement to widget config
Fixed the broken widget config action (again)
no longer used
fixed issue where if all widgets were in col2, no col1 was created
Reverted commit 677d8bdfebace3321da677a57a0756a27332d505, PR 2218because it broke all of the widget configuration actions.
move tree.css to main css files
Fixed table apeparance, headers, button placement and row drag/drop/move
clean up common colors
Corrected movable/sortble table row handling
improve firewall rules table (WIP)
Fixed #4915
Merge pull request #2252 from phil-davis/r013
Support <savehelp> package tag to allow adding help text to the save button.
Code style services dhcp dnsmasq dyndns
services_dyndns_edit requestif key name
This probably fixes forum thread https://forum.pfsense.org/index.php?topic=104076.0
Merge pull request #2250 from phil-davis/r012
Code style services captive portal
services_captiveportal text changes
No need to set LANG env var here
Whitesapce change
Remove bogus radio button
Fixed #5617Added ID and style to routing table
Merge pull request #2248 from NOYB/HTML_Compliance_-_Log_Widget
Merge pull request #2247 from NOYB/HTML_Compliance_-_Services_Status_Widget
Merge pull request #2246 from NOYB/HTML_Compliance_-_Interfaces_Widget
Merge pull request #2245 from NOYB/HTML_Compliance_-_System_-_General_Setup
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.
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>'...
HTML Compliance - Interfaces Widget
Replace status indicator icon alt tag with title tag.Add space between td tag and attributes.
HTML Compliance - System - General Setup
Remove placeholder from dns gateway selector.Close container div tag.
Consolidate conv_log_filter RegEx Patterns
Consolidate common regex patterns.Use pattern globally in parse functions.
util.inc syntax error and code style
Line 578 of the previous commit had a bonus ")".Code style also fixed up.
Merge pull request #2151 from stilez/patch-11
Merge pull request #2152 from stilez/patch-12
Fixed #5617Table columns corrected
Add breadcrumb to pkg.php
Fix handling of 0-byte files uploaded to the CP file manager.
Show package dependencies if they exist (on both available package list and installed package list)
Silent accept deinstall and pre-install on rc.packages
Remove /etc/gettytab
Remove unused empty /etc/printcap file
Changed sop icon to fa-stop-circle-o
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
Font Awesome updated to v4.5
Remove unhelpful help text
Retire verify_digital_signature() and pubkey.pem
Remove /etc/protocols
Code style System Advanced
Obsolete /etc/fbtab
Remove /etc/fbtab
Remove static copy of /etc/services
Update system_advanced_firewall.php
A few little code style bitsMake the State Timeouts section actually appear (add the section to the form)The State Timeouts section was trying to do groups of fields, which spread themselves horizontally. That did not fit across a reasonable screen nicely, specially for the 6 different TCP timeouts. So the groups thing is removed and each field is its own input in the section, all vertically below each other....
Applying htmlspecialchars on form action attribute causes ampersands to multiply, and also breaks multi-parameter query strings that are delimited with ampersands.
Fixed #5626
Revised system to hide the automatically generated "Toggle all" button when not required.Original system broke with PR to change radio button names.
Merge pull request #2237 from phil-davis/r009
Merge pull request #2236 from phil-davis/patch-2
Merge pull request #2235 from phil-davis/r008
Merge pull request #2234 from phil-davis/r007
Remove placeholder from form select (raw mode filter form).
HTML 5 complaince changes
Code style pkg
pkg_edit curlies
This looks wrong - with the way the curlies were, the custom_php_after_form_command stuff was inside the ($pkg['note'] != "") block.It looks like these should be 2 independent if statement blocks.
Code style l
Code style g-i
Merge pull request #2233 from phil-davis/patch-4
Adv DHCP Require Options text
Merge pull request #2232 from NOYB/Status_-_System_Logs_-_Sort_Header
Merge pull request #2231 from phil-davis/r006
Merge pull request #2229 from NOYB/Status_-_System_Logs_-_Firewall_-_Sort_Header
Merge pull request #2228 from phil-davis/patch-3
Conditionally indent the action icon so it doesn't look so out of place in the wider column resulting to accommodate the sort button/icon.
The rule entires still need to wrap.
Status - System Logs - Sort Header
Fix header to not wrap the sort button/icon to the next row.Add sort capability to the "raw" table.
Code style status*
Status - System Logs - Firewall - Sort Header
globals.inc comment typos
status_gateways remove unused counter
$counter is incremented but never initialized or usedCode style formatting also done around here.
Merge pull request #2226 from NOYB/HTML_Compliance_-_Status_-_System_Logs_-_VPN
Moved global defines to globals.inc
HTML Compliance - Status - System Logs - VPN
Permitted content of p tag is phrasing content.Form is not a member of phrasing content.
Add gettext() calls to title elements
Correct <th> widths
Remove duplicate defines
Fix vertical alignment of fa icons within buttons
Parse package title, splitting into an array delineated by '/'.So if the package title is "Services/Magic" the $pgtitle will be array("Services", "Magic") and the breadcrumb display will be as expected.
Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsdefine(COLLAPSIBLE, 0x08);define(SEC_CLOSED, 0x04);define(SEC_OPEN, 0x00);
Merge pull request #2161 from heper/patch-1
Move function to fix none existent call.
Status - System Logs - Firewall - Manage Log
Use the same methods of obtaining log file etc. and mimic much of the code that is common with status_logs.php.(future: factor out common code into shared functions to remove duplication.)
position confirm button better
Merge pull request #2224 from phil-davis/r005
Coe style firewall *
Text with max-src-conn-rate and max-src-conn-rates fields
I fixed up the text to read the best I could think of.Actually in 2.2.* these 2 fields were horizontally across the page - so maybe someone can reformat this to look more like on 2.2.* ?
Merge pull request #2218 from NOYB/HTML_Compliance_-_Dashboard
Merge pull request #2217 from NOYB/HTML_Compliance_-_Collapsible_Form_Section_HREF
Merge pull request #2216 from NOYB/HTML_Compliance_-_Checkbox_Display_As_Radio_Unique_ID
Remove debug