remove whitespaces
improve datePicker on usermanger page
Warn user that change will not take effect immediately
Do not call -f twice (thx eri)
Fix whitespaces
Improvements on Diagnostics -> Routes
remove whitespaces from widgets
Show apinger as a service when active, and display its status on gateway-related pages.
Add the MAC manufacturer code to the CP status page
Add the MAC manufacturer code to the DHCPv6 leases view.
Add the MAC manufacturer code to the NDP table.
disable horizontal resizing
fix / make textarea full width
fix text - add space between sentences. This got lost in another commit
Clarify that the graph is for mbuf clusters
Update system.php
fix text - s/by/beConflicts: usr/local/www/system.php
Merge pull request #757 from CharlieMarshall/typos
typos
Update diag_logs_filter.php
fix typo - s/expression/expression
Update system_advanced_admin.php
fix typo s/Communcations/Communications/
fix text - add space between sentences.
Update interfaces.php
fix text - Capitalize sentence. s/this/This
Update services_dyndns_edit.php
fix typo - s/sperate/separate
Update diag_logs_settings.php
fix text - s/rulessets/rule sets
fix text - s/occured/occurred/
indentation
add user messages and change cursor for theme pfsense_ng_fs
Add Zone to the messages logged on syslog from CP to easy troubleshooting
add missing links to widget headers
correct links
Revert "Remove unecessary variable"
This var is used below
This reverts commit b91d0be3863d55bbfe9a31d855b4a2aedae34d92.
Show friendly interface name, fixes #3095
tighten overly broad regexes for SMART monitoring
Catch adaX here too
Check if hostname is valid, it fixes #3117
seperate date & time on traffic graphs
Use full path
Show full process arguments in system activity output, but limit output to 105 chars wide so it does not spill out of its background area.
Improve look of button = change class
Fix test
Merge pull request #739 from CharlieMarshall/pfsense_ng_fs-button-fix
better handling of widescreen theme
Merge pull request #741 from phil-davis/master
Make NAT port forward data entry error message match GUI text
Merge pull request #740 from CharlieMarshall/themeTidyUp
tidy up themes loader.js file
Add comment
The GUI has "Redirect target IP" and "Redirect target port". But the error message when validating "Redirect target port" refers to it as "local port". I was just confused when I forgot to type in the "Redirect target port", the error told me I had to enter a valid local port. I looked down the GUI page for "local port" and it is not there.
Fix exec bits.
correct typos carried over from pfsense_ng clone
Fix #3113, fix multiple english spell errors s/seperet/separat/
Merge pull request #735 from CharlieMarshall/gateway_col_fix
improve gateway widget dimensions
Setting $pconfig['ttl'] to isset result causes the ttl value to be set to 1 (true) upon subsequent saves.
fix typos
Also catch adaX Fixes #3112
fix title overlap
Merge pull request #731 from CharlieMarshall/graphs
change traffic graph widget width & height to improve look for pfsense_ng_fs theme
Add 'ALL' interfaces as an option to the dropdown menu
fix drop down menu to correctly use selected and remember state
remove another whitespace
remove white spaces
revert part of commit 4cfcbd3 - removes blank option on firewall log widget drop down menu
Merge pull request #732 from CharlieMarshall/pictureFix
Improve picture widget size/proportion and stop border overlapping widget size
remove new line (opps didnt see this on previous commit)
remove text note
improve picture widget size/proportion and stop border overlapping widget size
change graph display to improve look for pfsense_ng_fs theme
Mark input_errors as reference at do_input_validation declaration, it fixes #3108
Fix #3103, cleanup ports fields when protocol changes
Close td
Allow advanced options state-related parameters to be used for TCP, UDP and ICMP
Allows the state-related parameters to be specified for UDP and ICMP as well as TCP. Discussed in forum http://forum.pfsense.org/index.php/topic,64653.0.html
Implement an option to allow using the IPv4 connectivity interface for sending the dhcpv6 information. Usually useful for ppp[oe] type links and some ISP
Use default RRD colors that are a little more visually distinct.
Fixes #3100. Fix spell and spaces issues
Validate firewall rule advanced options requirements
Checks that the user has selected a TCP Pass rule etc when using the state-related advanced options. Validates as per the checks that are applied in filter.inc when generating the actual pf rules.Forum discussion: http://forum.pfsense.org/index.php/topic,64653.15.html...
When adding Port or URL alias default the alias type
When viewing the Port or URL aliases tab, and pressing "+" (add), make the default alias type match the Port or URL tab from which the user pressed "+".
Fix editing saving dhcp6prefixonly state
Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255
3652 days worth is a too much. Scale it back to more reasonable 1.25 x maximum used data (2284 days).
Use default RRD colors that are a little more visually distinct. Add some better comments/labels to make it easier for people to help customize and tweak the colors. Suggestions welcome.
Disable the BEAST protection by default because the GUI will break if you use this and have a Hifn card installed. Others may break similarly. Change it into a checkbox option, off by default, and automatically disable it if a conflicting card has been detected.
This is not a percentage
Remove remaining hardcoded theme names
Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. While I'm here, add a checkbox to prevent the stripping of @ from the LDAP username if the user wants the full name transmitted.
Some more tweaks to state and mbuf update/output on dashboard widget.
Use some easier to distinguish colors for mbuf graph
Add a meter for states, too
Fixup mbuf stats function
Make mbufs update via ajax
Fix ids
Fix an occasional "blank" cpu freq printing that shouldn't happen.
Make mbuf usage a meter, too.
Show totals for memory, swap, and disk usage.
Add an RRD graph for MBUFs under system. Tweaks welcome.
If an account has SSH keys, show them, don't show the checkbox to add keys. Fixes #2729
Merge pull request #682 from CharlieMarshall/pfsense_ng_fs
new theme "pfsense_ng_fs" & allow themes to add / delete additional widget columns
Substitute Product name in privileges
properly handle custom-v6 dyndns entries in web interface
Merge pull request #703 from razzfazz/dyndns_custom_v6
Add support for HE.net AAAA record updates. Fixes #1825.
Add independent logging choices to disable logging of bogon network rules and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.