Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e8a37c87 03/11/2016 03:30 PM Jim Pingle

Tweaks/fixes for WoL, ticket #5965

759cbbd1 03/11/2016 03:25 PM Jim Pingle

Fixup Toggle All button, ticket #5965

0eeee31f 03/11/2016 03:06 PM Stephen Beaver

Merge pull request #2725 from NewEraCracker/system_certmanager-fixes

491ec6f1 03/11/2016 03:02 PM Stephen Beaver

Merge pull request #2727 from phil-davis/savebtn

7e1f2e65 03/11/2016 03:01 PM Stephen Beaver

Merge pull request #2726heper:patch-2 from phil-davis/patch-2

306cbbc8 03/11/2016 02:43 PM Phil Davis

Fix $POST checks so they do not depend on string Save

This prevents problems when Save is translated to other languages.
Note: This is the only remaining place I could find with this issue.
There are other pieces of code that do:
```
if ($_POST['save'] == gettext("Save"))...

8a3c6f0c 03/11/2016 02:37 PM Jim Pingle

Use a more clear icon/wording on Diag > Tables button to flush the table. Ticket #5965

6400975d 03/11/2016 02:34 PM Jim Pingle

Use less confusing button text/colors/icons for Factory defaults/Halt/Reboot. Ticket #5965

74bd7993 03/11/2016 01:53 PM Phil Davis

Translate the default submit button text

Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text....

2c1cb903 03/11/2016 12:47 PM NOYB NOYB

HTML Compliance - CARP Status Widget

Error: th start tag in table body.
Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).

ae04affe 03/11/2016 12:28 PM Renato Botelho

Respect globals_override.inc

b35250d9 03/11/2016 12:02 PM NewEraCracker

Indent system_certmanager.php

308f0665 03/11/2016 12:01 PM NewEraCracker

The 'csr' code block is duplicated. This commit removes it

ccdb9c3b 03/11/2016 05:42 AM Chris Buechler

Don't exit if the system is booting, should always be unnecessary. related to Ticket #5952

a358e772 03/11/2016 02:39 AM Jim Pingle

Fix QinQ member save action. Ticket #5965

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

10485d3c 03/11/2016 01:24 AM Jared Dillard

change to class for multiple update locations

47810f7a 03/11/2016 01:21 AM Jared Dillard

Merge pull request #2722 from NOYB/Status_Monitoring_-_Settings_Panel_Collapsible

80d3cf1c 03/11/2016 01:12 AM Chris Buechler

Doesn't seem to be any reason rc.newwanip should skip things while the system is booting. Ticket #5952

c0367cb8 03/10/2016 09:48 PM Jim Pingle

More icon and button inconsistencies. Should be the last batch. Ticket #5965

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

827a3812 03/10/2016 05:52 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

be7ef04b 03/10/2016 04:50 PM Jim Pingle

Make fa-save the default button icon for 'Save' on all forms. Ticket #5965

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

5542d069 03/10/2016 04:50 PM Jim Pingle

Fix button icons in the package manager. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

f84e2105 03/10/2016 02:43 PM Jim Pingle

Add the ability for packages to control their button icon and class. Ticket #5965

990a985e 03/10/2016 02:01 PM Stephen Beaver

Revised disk space display to use progress bar

3b36f1a7 03/10/2016 01:26 PM Jim Pingle

Make the Notification settings test buttons consistent with other buttons in the GUI. Ticket #5965

0c35ea41 03/10/2016 01:03 PM Stephen Beaver

Merge pull request #2721 from phil-davis/patch-2

b1b8784a 03/10/2016 08:37 AM NOYB NOYB

Status Monitoring - Settings Panel Collapsible

Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide.
Replace Update button with refresh icon on title bar.

Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.

f7e3a67f 03/10/2016 06:56 AM Phil Davis

Improve test for firewall rule advanced setting

You could make some advanced settings, save the firewall rule, then when editing again the advanced section would not be automatically open. That makes it hard for users to realise that a rule has some advanced setting(s)....

9d94bfd7 03/10/2016 05:43 AM Phil Davis

Display NAT advanced source settings if defined

On NAT Port Forward Edit, if any of the source port settings are different to the defaults then display the source fields, rather than just the Advanced button.
Otherwise when editing a NAT port forward with source address/port settings, it is not obvious to the user that there are existing source settings "hiding" under the Advanced button.

05e539af 03/09/2016 09:48 PM Jim Pingle

Add button on pkg needs fa-plus, too. Ticket #5965

107e9bd0 03/09/2016 09:37 PM Jim Pingle

Fix CP portal page controls (view, download, reset) for consistency. Ticket #5965

2e7fa7ca 03/09/2016 09:26 PM Jim Pingle

Fix some more stragglers for icon/button consistency. Ticket #5965

da8a1134 03/09/2016 09:26 PM Jim Pingle

Fix icon consistency and some other formatting issues on the LDAP picker. Ticket #5965

6fe069a4 03/09/2016 09:26 PM Jim Pingle

Fix typo

aea6feee 03/09/2016 09:26 PM Jim Pingle

Fix voucher regenerate button action.

ad1188d9 03/09/2016 09:24 PM Stephen Beaver

Fixed 5971

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

db47fd94 03/09/2016 07:51 PM Jim Pingle

Fix formatting on the UPnP page, fixes #5970

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

08acb038 03/09/2016 01:22 AM Chris Buechler

log dhcpleases and dhcpleases6 to dhcpd.log. Ticket #5968

ea125f70 03/08/2016 11:15 PM Chris Buechler

Correct reference for 6rd. Ticket #5967

8b79448d 03/08/2016 08:40 PM Jim Pingle

Remove bonus comma

c933c798 03/08/2016 08:25 PM Jim Pingle

Fix alias import icon visibility, and change to a more relevant icon. Fixes #5963

40b65f4e 03/08/2016 07:46 PM Stephen Beaver

Changed all selectoraction to"change" instead of "click"

88ce4c45 03/08/2016 07:46 PM Stephen Beaver

Fixed #5962

0b9cadb4 03/08/2016 07:27 PM Jim Pingle

Upon further review, use a more clear and related set of icons for CARP status, play-circle (master) and pause-circle (backup). Ticket #5965

19d5cc63 03/08/2016 07:26 PM Jim Pingle

Change shortcut bar status icon to bar-chart, the gear/cog purpose was unclear, looked too much like a settings icon. Ticket #5965

ce883f9f 03/08/2016 06:46 PM Jim Pingle

Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965

3e608769 03/08/2016 06:36 PM Jim Pingle

Add visual indication of negation on Outbound NAT list. Fix static port representation to use an icon with a helpful title. Ticket #5965

719635b2 03/08/2016 06:24 PM Jim Pingle

Give a visual indication when a port forward has the negation option active (no rdr). Ticket #5965

b4e955d9 03/08/2016 06:13 PM Jim Pingle

Correct the text and placement of the disable and nobinat options for 1:1 NAT rules. Fixes #5966

882351c4 03/08/2016 05:57 PM Jim Pingle

Slight change to CARP status icons, difference between master and backup status was not clear enough. Ticket #5965

15b6dcac 03/08/2016 04:15 PM Jim Pingle

Correct some icon usage inconsistencies. Fixes #5965

1ce9c03d 03/08/2016 04:15 PM Jim Pingle

Clean up the CARP status widget. Fixes #5964

89333d37 03/08/2016 01:37 PM Jim Pingle

Move Save button on config history settings inside the panel with the other settings. Fixes #5961

bf2602a9 03/08/2016 12:31 PM Stephen Beaver

Merge pull request #2717 from NOYB/System_/_User_Manager_/_Groups_/_Edit

040cb6ef 03/08/2016 12:31 PM Stephen Beaver

Merge pull request #2716 from phil-davis/patch-6

cbfbab58 03/08/2016 12:30 PM Stephen Beaver

Merge pull request #2715 from phil-davis/patch-5

836400cd 03/08/2016 12:29 PM Stephen Beaver

Merge pull request #2714 from phil-davis/actions

2c2dc9af 03/08/2016 12:29 PM Stephen Beaver

Merge pull request #2713 from phil-davis/patch-3

70da45c9 03/08/2016 06:43 AM NOYB NOYB

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).

8d89682e 03/08/2016 05:04 AM Phil Davis

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 https://github.com/pfsense/pfsense/commit/e4d40f41aafe00353c0069b457a0b1b0d6c20987...

1ee6d09a 03/08/2016 03:47 AM Phil Davis

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....

21d973b2 03/08/2016 02:37 AM Phil Davis

Add Actions column heading

to other places where it was missing, for UI consistency.

b1466a09 03/08/2016 02:05 AM Phil Davis

Add Actions column heading for CRL Manager

To be consistent with everywhere else that has a heading for the Actions column.

f460db90 03/07/2016 10:59 PM NOYB NOYB

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.

21749f7a 03/07/2016 04:49 PM Jim Pingle

On second though, don't use this class on this particular tag in the WoL widget.

b35edfe7 03/07/2016 04:47 PM Jim Pingle

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

4af2649f 03/07/2016 03:43 PM Jim Pingle

Fix load balancer status widget uptime percentage display. Fixes #5959

8ed2d200 03/07/2016 10:58 AM NewEraCracker

Destroy reference after foreach

As recommended at https://secure.php.net/manual/en/control-structures.foreach.php

62ef2804 03/06/2016 06:57 AM NOYB NOYB

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....

16feb55d 03/06/2016 03:33 AM Luiz Souza

When listing the network interfaces, print the link state and not the administrative state.

86d1c9c2 03/06/2016 03:33 AM Luiz Souza

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.

801d5559 03/05/2016 11:00 PM Stephen Beaver

Merge pull request #2708 from phil-davis/patch-3

ad51eb90 03/05/2016 10:56 PM Phil Davis

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....

1f64e8b8 03/05/2016 09:39 PM Phil Davis

Correct wording of prefer_ipv4 help text

5f1da77f 03/05/2016 01:05 PM NOYB NOYB

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>....

7d31c585 03/05/2016 11:42 AM Chris Buechler

fix whitespace

c6e8317d 03/05/2016 11:23 AM Chris Buechler

Remove duplicated text/javascript

3a8a9028 03/05/2016 11:14 AM Chris Buechler

Add track6 DHCP6 IPs back to interface when applying changes. Ticket #5945

6171add2 03/05/2016 09:30 AM Chris Buechler

After recreating the VLAN interface, run interface_configure on it if it's assigned and enabled. Ticket #5951

7c65816e 03/05/2016 06:28 AM Chris Buechler

clean up description

715b62d2 03/05/2016 06:23 AM Chris Buechler

Remove help text wrongly copy/pasted from elsewhere.

15c9c921 03/05/2016 12:52 AM Chris Buechler

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

4d13e55f 03/04/2016 10:08 PM Jared Dillard

fix dark theme css

4225416f 03/04/2016 09:16 PM Chris Buechler

Always set ignore_acquire_ts = yes. No need for that in any of our use cases, and it fixes problems like Ticket #4719.

d33074ba 03/04/2016 11:29 AM Renato Botelho

Merge pull request #2705 from NOYB/HTML_Compliance_-_Diagnostics_/_States_/_States

14f52073 03/04/2016 11:28 AM Renato Botelho

Merge pull request #2703 from phil-davis/patch-2

2e8cb9a0 03/04/2016 11:22 AM Renato Botelho

Re-generate pfSense.pot

d2cc5ecd 03/04/2016 08:06 AM NOYB NOYB

HTML Compliance - Diagnostics / States / States

Bad character - after <. Probable cause: Unescaped <. Try escaping it as <.

970326de 03/04/2016 04:30 AM Denny Page

Merge remote-tracking branch 'upstream/master'

d711fbbc 03/04/2016 04:23 AM Denny Page

Adjust default parameters to match changes in dpinger

a5776226 03/04/2016 01:44 AM Chris Buechler

A PD-obtained subnet is always a /64 on the interface, so should be shown as such here in DHCPv6 server. Ticket #3029

846fc2d7 03/04/2016 01:03 AM Denny Page

Revise explanation and validation of dpinger parameters.

0d0f419e 03/03/2016 11:01 PM Phil Davis

pkg-utils typo in comment

31b15180 03/03/2016 10:16 PM Jim Pingle

Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463