Commit Graph

3549 Commits

Author SHA1 Message Date
Chris Buechler
08acb038e2 log dhcpleases and dhcpleases6 to dhcpd.log. Ticket #5968 2016-03-08 19:22:31 -06:00
Chris Buechler
ea125f7011 Correct reference for 6rd. Ticket #5967 2016-03-08 17:15:48 -06:00
jim-p
8b79448dd5 Remove bonus comma 2016-03-08 15:40:10 -05:00
jim-p
c933c79883 Fix alias import icon visibility, and change to a more relevant icon. Fixes #5963 2016-03-08 15:25:06 -05:00
Stephen Beaver
40b65f4e7d Changed all selectoraction to"change" instead of "click" 2016-03-08 14:46:58 -05:00
Stephen Beaver
88ce4c451c Fixed #5962 2016-03-08 14:46:58 -05:00
jim-p
0b9cadb49c Upon further review, use a more clear and related set of icons for CARP status, play-circle (master) and pause-circle (backup). Ticket #5965 2016-03-08 14:27:25 -05:00
jim-p
19d5cc63fd Change shortcut bar status icon to bar-chart, the gear/cog purpose was unclear, looked too much like a settings icon. Ticket #5965 2016-03-08 14:26:47 -05:00
jim-p
ce883f9fcb Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965 2016-03-08 13:46:25 -05:00
jim-p
3e60876990 Add visual indication of negation on Outbound NAT list. Fix static port representation to use an icon with a helpful title. Ticket #5965 2016-03-08 13:36:30 -05:00
jim-p
719635b2a7 Give a visual indication when a port forward has the negation option active (no rdr). Ticket #5965 2016-03-08 13:24:59 -05:00
jim-p
b4e955d94f Correct the text and placement of the disable and nobinat options for 1:1 NAT rules. Fixes #5966 2016-03-08 13:13:53 -05:00
jim-p
882351c441 Slight change to CARP status icons, difference between master and backup status was not clear enough. Ticket #5965 2016-03-08 12:57:13 -05:00
jim-p
15b6dcac6a Correct some icon usage inconsistencies. Fixes #5965 2016-03-08 11:15:20 -05:00
jim-p
1ce9c03dc3 Clean up the CARP status widget. Fixes #5964 2016-03-08 11:15:20 -05:00
jim-p
89333d37c4 Move Save button on config history settings inside the panel with the other settings. Fixes #5961 2016-03-08 08:37:52 -05:00
Stephen Beaver
bf2602a976 Merge pull request #2717 from NOYB/System_/_User_Manager_/_Groups_/_Edit 2016-03-08 07:31:52 -05:00
Stephen Beaver
040cb6ef03 Merge pull request #2716 from phil-davis/patch-6 2016-03-08 07:31:24 -05:00
Stephen Beaver
cbfbab58c4 Merge pull request #2715 from phil-davis/patch-5 2016-03-08 07:30:28 -05:00
Stephen Beaver
836400cd19 Merge pull request #2714 from phil-davis/actions 2016-03-08 07:29:36 -05:00
Stephen Beaver
2c2dc9af81 Merge pull request #2713 from phil-davis/patch-3 2016-03-08 07:29:13 -05:00
NOYB
70da45c9ef System / User Manager / Groups / Edit
Error: th start tag in table body.

Warning: A table row was 3 columns wide and exceeded the column count established by the first row (2).
2016-03-07 22:43:52 -08:00
Phil Davis
8d89682e43 Change invalid use of $iface in interfaces.php
At this point $iface is an undefined var. So the last test of this "if" statement is useless.
That code fragment was introduced in commit e4d40f41aa
I think that code fragment came from a similar thing that is inside a "foreach $iface" loop in interfaces_pps_edit.php
https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/interfaces_ppps_edit.php#L300
and was pasted into the condition here back in 2011 without being changed.

What I have done to the test here seems what would have been intended. Any better ideas are welcome.
2016-03-08 10:49:40 +05:45
Phil Davis
1ee6d09aa6 Improve track6-prefix-id handling
1) The var $iface is not set at lines 2457 or 2464. It is a var that was used higher up local to build_ipv6interface_list() - it is not relevant to the single fields track6-prefix-id--hex and track6-prefix-id-max
2) When the user selects a different track6-interface then trigger update_track6_prefix() which will update the help text track6-prefix-id-range.

Related to forum https://forum.pfsense.org/index.php?topic=107962.msg601309#msg601309
This pull request does not directly address the reported issue of the track6-prefix-id not "taking". It just fixes up some code issues that I noticed.
2016-03-08 09:32:31 +05:45
Phil Davis
21d973b24d Add Actions column heading
to other places where it was missing, for UI consistency.
2016-03-08 08:22:52 +05:45
Phil Davis
b1466a09f0 Add Actions column heading for CRL Manager
To be consistent with everywhere else that has a heading for the Actions column.
2016-03-08 07:50:49 +05:45
NOYB
f460db9023 System / User Manager / Users / Edit
Warning: A table row was 4 columns wide and exceeded the column count established by the first row (3).

Error: Stray end tag td.
2016-03-07 14:59:09 -08:00
jim-p
21749f7ab8 On second though, don't use this class on this particular tag in the WoL widget. 2016-03-07 11:49:49 -05:00
jim-p
b35edfe772 Fix up the formatting of the Wake on LAN widget and change the code style so it isn't a bunch of echos. Fixes #5960 2016-03-07 11:47:57 -05:00
jim-p
4af2649f7f Fix load balancer status widget uptime percentage display. Fixes #5959 2016-03-07 10:43:25 -05:00
NewEraCracker
8ed2d20012 Destroy reference after foreach
As recommended at https://secure.php.net/manual/en/control-structures.foreach.php
2016-03-07 10:58:55 +00: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
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
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
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