Stephen Beaver
bf9a83cdf1
Merge pull request #2709 from NOYB/HTML_Compliance_-_Login_Form
2016-03-06 07:51:34 -05:00
NOYB
62ef2804ba
HTML Compliance - Login Form
...
Error: Duplicate attribute class.
<div class=alert alert-warning class=hidden id=no_cookies>Your browser must support cookies to login.</div>
Consolidate multiple class attributes.
Error: Attribute autocorrect not allowed on element input at this point.
<input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false>
Non standard IOs Safari, Android Chrome attribute.
Error: Attribute autocapitalize not allowed on element input at this point.
<input type=text class=form-control name=usernamefld id=usernamefld placeholder=Enter your username autocorrect=off autocapitalize=none spellcheck=false>
Non standard IOs Safari, Android Chrome attribute.
2016-03-05 22:57:35 -08:00
Luiz Otavio O Souza
16feb55d1b
When listing the network interfaces, print the link state and not the administrative state.
2016-03-05 21:33:14 -06:00
Luiz Otavio O Souza
86d1c9c22e
If you are assigning interfaces, remove the existing configuration from old interfaces if any.
...
This fixes the need for a reboot after changing interface assignment in console.
2016-03-05 21:33:14 -06:00
Stephen Beaver
801d55590e
Merge pull request #2708 from phil-davis/patch-3
2016-03-05 18:00:53 -05:00
Stephen Beaver
68219e9a41
Merge pull request #2707 from phil-davis/patch-2
2016-03-05 18:00:05 -05:00
Phil Davis
ad51eb90ca
Limit widget column to dashboardcolumns
...
Stops widgets from "going missing" when the user reduces the dashboard columns in System, General Setup.
If the user just lowers dashboard columns to see what happens, then increases it again, the actual column settings are preserved in the config, so the widgets go back where they were. That seems a good thing.
If the user lowers dashboard columns and then also saves the dashboard, the newly-limited column settings will be saved.
Forum: https://forum.pfsense.org/index.php?topic=107865.0
2016-03-06 04:41:26 +05:45
Phil Davis
1f64e8b8e5
Correct wording of prefer_ipv4 help text
2016-03-06 03:24:31 +05:45
Stephen Beaver
65ebf415f0
Merge pull request #2706 from NOYB/System_/_User_Manager_/_Groups_/_Edit_/_Add_Privileges
2016-03-05 08:08:55 -05:00
NOYB
5f1da77f69
System / User Manager / Groups / Edit / Add Privileges
...
Not certain that the list needs to be sorted here. Looks like it is already in order. If it does then a valid callback function will need to be accessible.
Error: Non-space characters found without seeing a doctype first. Expected e.g. <!DOCTYPE html>.
Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91
Error: Element head is missing a required instance of child element title.
Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91
Error: Stray doctype.
Error: Stray start tag html.
2016-03-05 05:05:59 -08:00
Chris Buechler
7d31c585d6
fix whitespace
2016-03-05 05:42:04 -06:00
Chris Buechler
c6e8317d6b
Remove duplicated text/javascript
2016-03-05 05:23:43 -06:00
Chris Buechler
3a8a9028cf
Add track6 DHCP6 IPs back to interface when applying changes. Ticket #5945
2016-03-05 05:14:20 -06:00
Chris Buechler
6171add2b8
After recreating the VLAN interface, run interface_configure on it if it's assigned and enabled. Ticket #5951
2016-03-05 03:30:26 -06:00
Chris Buechler
7c65816e7c
clean up description
2016-03-05 00:28:19 -06:00
Chris Buechler
715b62d22a
Remove help text wrongly copy/pasted from elsewhere.
2016-03-05 00:23:06 -06:00
Chris Buechler
15c9c9215b
Update nginx gzip_types. Remove text/html since it's redundant, and add a few others. Particularly useful, json, since status_monitoring.php uses it. Reduces load time on slow connections to about 1/4th of what it is without gzip on json. Ticket #5498
2016-03-04 18:52:35 -06:00
Jared Dillard
4d13e55ffa
fix dark theme css
2016-03-04 16:08:24 -06:00
Chris Buechler
4225416f3a
Always set ignore_acquire_ts = yes. No need for that in any of our use cases, and it fixes problems like Ticket #4719 .
2016-03-04 15:16:35 -06:00
Renato Botelho
43f6b08117
Clarify what is happening
2016-03-04 11:07:09 -03:00
Renato Botelho
c136dde195
Create missing jails on update
2016-03-04 10:52:00 -03:00
Renato Botelho
d33074bac7
Merge pull request #2705 from NOYB/HTML_Compliance_-_Diagnostics_/_States_/_States
2016-03-04 08:29:31 -03:00
Renato Botelho
14f5207334
Merge pull request #2703 from phil-davis/patch-2
2016-03-04 08:28:44 -03:00
Renato Botelho
2e8cb9a00f
Re-generate pfSense.pot
2016-03-04 08:22:46 -03:00
Renato Botelho
7747e98b09
Merge pull request #2704 from dennypage/master
2016-03-04 08:19:48 -03:00
NOYB
d2cc5ecd9c
HTML Compliance - Diagnostics / States / States
...
Bad character - after <. Probable cause: Unescaped <. Try escaping it as <.
2016-03-04 00:06:01 -08:00
Denny Page
970326dec6
Merge remote-tracking branch 'upstream/master'
2016-03-03 20:30:28 -08:00
Denny Page
d711fbbcdd
Adjust default parameters to match changes in dpinger
2016-03-03 20:23:14 -08:00
Chris Buechler
a57762266c
A PD-obtained subnet is always a /64 on the interface, so should be shown as such here in DHCPv6 server. Ticket #3029
2016-03-03 19:44:50 -06:00
Denny Page
846fc2d793
Revise explanation and validation of dpinger parameters.
2016-03-03 17:03:35 -08:00
Phil Davis
0d0f419e91
pkg-utils typo in comment
2016-03-04 04:46:55 +05:45
jim-p
31b151809d
Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463
2016-03-03 17:16:38 -05:00
Chris Buechler
12d7d9e71e
Revert "Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945 "
...
This reverts commit 471b81f8f7 .
2016-03-03 13:04:18 -06:00
Renato Botelho
ffb8625fb3
IF PHP is not running, just exit silently
2016-03-03 15:08:00 -03:00
Renato Botelho
bed6c19b3c
Detect binary packages installed but not registered in the system and do it during boot
2016-03-03 15:02:39 -03:00
Renato Botelho
c86db913df
Add an option to get_pkg_info() that makes it do not try to update metadata
2016-03-03 14:49:11 -03:00
Renato Botelho
e440add81f
Remove get_pkg_id, last calls to it was removed
2016-03-03 13:07:17 -03:00
Renato Botelho
0db9a65c88
Remove Status -> Monitoring related packages from poudriere bulk
2016-03-03 10:36:25 -03:00
Renato Botelho
91b8e8f217
Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498
2016-03-03 10:34:49 -03:00
Stephen Beaver
d5ef2e580e
Merge pull request 2702 from NOYB/HTML_Compliance_-_Diagnostics_/_S.M.A.R.T._Status_/_Information_&_Tests
2016-03-03 08:15:37 -05:00
NOYB
4d3a100558
HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & Tests
...
Remove unused/duplicate ID's; action, device, submit.
2016-03-03 08:15:13 -05:00
Renato Botelho
b0fc4b281c
Add new RRD package to the list
2016-03-03 10:14:57 -03:00
Chris Buechler
962603e65e
Merge pull request #2700 from al-right/master
2016-03-03 02:53:09 -06:00
NOYB
2ebc9a38a0
HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & Tests
...
Remove unused/duplicate ID's; action, device, submit.
2016-03-03 00:17:39 -08:00
Chris Buechler
37d41653f5
Shift the values to account for the removal of the gateways one. Ticket #5905
2016-03-03 01:45:23 -06:00
Chris Buechler
b5fcc2b5e4
Remove the code block to "fake" DHCPv6 server, now that it's unnecessary. Ticket #3029
...
also ref: https://forum.pfsense.org/index.php?topic=107537.msg600111#msg600111
2016-03-03 01:32:39 -06:00
Chris Buechler
91aff739c7
Use correct variable. Ticket #5946
2016-03-02 20:45:25 -06:00
Chris Buechler
c32b49172a
Clarify log, remove old commented out things that are unnecessary.
2016-03-02 19:38:22 -06:00
Chris Buechler
8a85a809a2
Fix text for OpenVPN client that was copied from server, client's second.
2016-03-02 19:00:36 -06:00
Chris Buechler
471b81f8f7
Always send a -HUP to dhcp6c in interfaces_track6_configure for DHCP6 WAN types. Doing so isn't any more disruptive than what it's already doing, and that ensures track6 interfaces don't lose their IPv6 IPs. Ticket #5945
2016-03-02 18:20:43 -06:00