Commit Graph

12676 Commits

Author SHA1 Message Date
Renato Botelho
18017c9c44 Merge pull request #1549 from phil-davis/patch-2 2015-03-11 08:30:56 -03:00
Renato Botelho
26ca0fd080 Merge pull request #1550 from phil-davis/password-lock-symbol 2015-03-11 08:29:43 -03:00
Renato Botelho
b776b3e0d5 Merge pull request #1548 from phil-davis/pencils 2015-03-11 08:28:23 -03:00
Chris Buechler
e99affae86 update description after adaptive start/end default change. 2015-03-11 01:37:27 -05:00
Chris Buechler
309162b96d Use a consistent variable name here. related to Ticket #4446
Conflicts:
	usr/local/www/xmlrpc.php
2015-03-10 19:01:35 -05:00
Chris Buechler
24acc8f466 Don't enable interfaces_use by default. Add checkbox to enable on Advanced
tab, in case there are scenarios where it's desirable. Ticket #4341
2015-03-10 17:20:42 -05:00
Ermal LUÇI
30ea15dc63 Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings 2015-03-10 21:47:06 +01:00
Ermal LUÇI
0a0978d78f Fixes #4427 Correct traffic shaper wizard to properly save and use Voip provided settings 2015-03-10 21:45:03 +01:00
Phil Davis
6787723455 Fix password box cursor position
Similar to
dedc40f7de
The password field shows the little lock icon, but the text input area
starts over the top of the icon and as I type in the field the password
"dots" go over the lock icon in each of these data entry places.
Changing the field name/id to not be "password" but to be "passwordfld",
"passwordfld1" "passwordfld2" and the like fixes it. Something does not
like the field being called just "password".
In interfaces.php I also changed the field "username" to be
"ppp_username". This standardized it to work in a similar way to
pppoe_username pptp_username fields. It looks easier to understand for
me.
2015-03-10 22:55:39 +05:45
Phil Davis
3853b43613 Fix SNMP Bind Interface list in master
The format of the array returned by get_possible_listen_ips() was changed.
This use of the returned array was not quite changed correctly. This fixes it so the drop-down list of SNMP Bind Interfaces is displayed correctly.
Note that the change to get_possible_listen_ips() (which also moved the function from system.inc to interfaces.inc) and associated effects is only in master. It has not been applied to RELENG_2_2 yet. So this fix is only needed in master.
I noticed this when using various files from master on a test system.
2015-03-10 20:27:11 +05:45
Ermal LUÇI
6127c541cc Revert "Fixes #4446 Correct ipalias removal on top of carp during configuration sync."
master works differently and get_real_interface() resolves vips as well.

This reverts commit 8896fe1ceb.
2015-03-09 19:01:40 +01:00
Ermal LUÇI
8896fe1ceb Fixes #4446 Correct ipalias removal on top of carp during configuration sync. 2015-03-09 18:52:23 +01:00
Phil Davis
e185c5846a Pencil symbols
These are places in the GUI where the cursor sits not in the far left
side of the input box and there is odd-looking white space to the left
of the cursor. Normally there would be a little input graphic in the
white space to the left of the cursor (a pencil, a computer screen, a
lock symbol...)
This change makes the pencil be displayed in all those places.
2015-03-09 22:55:18 +05:45
jim-p
261f727120 Allow reassignment from PPP types to DHCP. From testing, it appears to work OK, this input validation appears to be outdated.
If there is some edge case that this catches, perhaps it needs to be a more specific test.
2015-03-09 10:36:12 -04:00
jim-p
5bd0ba3e5d Add missing 'break' statement that broke switching from a PPP type to 'none'. 2015-03-09 10:22:48 -04:00
Renato Botelho
2385106ec9 Merge pull request #1544 from phil-davis/patch-4 2015-03-09 07:00:58 -03:00
Renato Botelho
ad42e4d8c9 Merge pull request #1542 from phil-davis/patch-2 2015-03-09 06:59:51 -03:00
k-paulius
ef1dfb8873 Add missing opening bracket 2015-03-08 18:17:26 -05:00
k-paulius
10192c3041 Remove extra closing brackets 2015-03-08 18:15:03 -05:00
k-paulius
29257358e7 $ldescr variable is not assigned a value and all 'Outgoing Network Interfaces' show Localhost as a name on UI 2015-03-08 18:07:32 -05:00
k-paulius
ec07dcfe94 Missing $ 2015-03-08 18:04:48 -05:00
Chris Buechler
51b24a30a8 Update help to current config structure, touch up text while here. Fixes #4492 2015-03-08 00:43:23 -06:00
Chris Buechler
08af94cb89 Check for console="comconsole* rather than just *comconsole* in loader.conf, so it doesn't match just having comconsole_speed in loader.conf. Ticket #4464 2015-03-07 14:16:14 -06:00
jim-p
0a4fbd990e Expand CARP demotion error, add button to reset demotion status. 2015-03-06 15:00:47 -05:00
Renato Botelho
277810659a Remove multiple spaces from dns_split as a seatbelt, also fix the message since field is expected to be space separated and not comma. Ticket #4418 2015-03-06 11:26:18 -03:00
Phil Davis
4ad7848c25 DNS Forwarder Host Override Edit make the pencil symbols appear
In most places in the GUI a little pencil symbol appears before text input fields. For example it already appears for the Host, Domain and Description fields in this very form when you "Enter additional names for this host."
But in the main 4 fields of this form, the pencil does not display.
This fixes it to be the same as elsewhere.
I guess this is the "standard" supposed to be used. If so, then I will find the other places where class="formfld unknown" has the "unknown" missing.
2015-03-06 16:43:04 +05:45
Chris Buechler
8cb4f5b12a touch up text 2015-03-06 03:36:03 -06:00
Chris Buechler
f54229df8c fix up text 2015-03-05 22:12:32 -06:00
Chris Buechler
879d59d88a Don't save config if input validation fails. Add input validation preventing "Harden DNSSEC Data" from being enabled if DNSSEC support isn't enabled. 2015-03-05 21:43:48 -06:00
Chris Buechler
5c7c369f5f Remove the harden-glue option entirely and hard code it to yes. Ticket #4402 2015-03-05 19:35:12 -06:00
jim-p
6d1db7eca8 Encode and check values for filtering variables in diag_logs_filter.php 2015-03-05 10:09:43 -05:00
jim-p
3278738951 Do not render the services_unbound_acls page with an invalid ID. 2015-03-05 10:01:22 -05:00
jim-p
e52c3c88cb Stricter validation and encoding for traffic shaper queues. 2015-03-05 09:56:56 -05:00
jim-p
c678ca656b Jettison unused dragtable code from firewall_rules.php, it was broken and inactive and only causing trouble. 2015-03-05 09:41:02 -05:00
jim-p
44a06d7de5 Improve validation and encoding of the zone for Captive Portal Status 2015-03-05 09:32:35 -05:00
jim-p
eae1fb1df2 Be more strict about the file to restore or delete when working with full backups. 2015-03-05 09:01:05 -05:00
Chris Buechler
8106d4467a allow enabling Unbound when dnsmasq is enabled, if they're using diff
ports. Ticket #4332
2015-03-04 16:16:54 -06:00
Phil Davis
dedc40f7de Fix password box in diag_authentication
In 2.2 when I go to Diagnostics->Authentication the password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon.
This does not happen in 2.1.5 - the password entry cursor sits after the lock icon. This problem is also not evident on most other password entry fields in 2.2
I stared at it for a while, then saw that in other places the password field is not literally called "password", so I thought what the heck, I will change the field name - it fixed the display issue!!! What???
Anyway, this fixes the display issue on my system. If someone knows really why having the field name/id="password" is a problem then they could fix the underlying reason - but this works around whatever is the issue.
If you think this is an OK fix then I will also find the couple of other places swhere this happens and make the same "fix".
2015-03-03 21:47:59 +05:45
Renato Botelho
be83cc296e Merge pull request #1539 from phil-davis/patch-7 2015-03-03 08:09:17 -03:00
Renato Botelho
2c5ca6aed8 Merge pull request #1538 from phil-davis/patch-6 2015-03-03 08:08:27 -03:00
Renato Botelho
d9ac2354d5 Merge pull request #1537 from phil-davis/patch-5 2015-03-03 08:07:49 -03:00
Renato Botelho
3a1810a9ae Merge pull request #1536 from phil-davis/patch-4 2015-03-03 08:06:45 -03:00
Renato Botelho
f6aa92a108 Merge pull request #1535 from phil-davis/patch-3 2015-03-03 08:05:44 -03:00
Phil Davis
ec67423b80 Make the DHCP network booting options line up
by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
2015-03-03 16:33:56 +05:45
Phil Davis
47aa60f971 Make the Power Mode selection boxes line up
by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.
2015-03-03 12:57:03 +05:45
Phil Davis
86481f75ec system_groupmanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
2015-03-03 12:38:40 +05:45
Phil Davis
3cd4406f9e system_usermanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
2015-03-03 12:30:04 +05:45
Phil Davis
ebfb1d0bbc Standardise power mode selection boxes
I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line.
Maybe make them all on their own line, like this?
2015-03-03 12:13:17 +05:45
Chris Buechler
58c58dcfa7 Remove "Prefer old SA" option, and ignore it in all existing configurations. Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables. 2015-03-03 00:16:33 -06:00
Phil Davis
6b16c91c51 Add missing BR tags and fix display with pfsense_ng_fs theme
Fixes #4481
Similar issue to commit 5cfd948144
Note: services_dhcpv6_edit.php - these fields are not present so nothing to edit/fix.
2015-03-03 11:41:37 +05:45