Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

8c333b4d 03/08/2016 01:40 PM Renato Botelho

Simplify logic

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

1e70041e 03/08/2016 12:32 PM Renato Botelho

Increase memory disk size

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

8c19aece 03/08/2016 12:28 PM Stephen Beaver

Merge pull request #2711 from NOYB/System_/_User_Manager_/_Users_/_Edit

d977046e 03/08/2016 10:14 AM Renato Botelho

remove stray |

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

52f1c787 03/07/2016 11:10 AM Renato Botelho

Merge pull request #2710 from NewEraCracker/prevent-reference-reuse

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

96f22d87 03/06/2016 02:32 PM Renato Botelho

Fix typo in variable name that end up breaking nanobsd images. Fixes #5956

3ad375d4 03/06/2016 02:30 PM Renato Botelho

Do not reset date string when doing read-only operations

462cbb5a 03/06/2016 01:42 PM Renato Botelho

Fix log filename

bf9a83cd 03/06/2016 12:51 PM Stephen Beaver

Merge pull request #2709 from NOYB/HTML_Compliance_-_Login_Form

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

68219e9a 03/05/2016 11:00 PM Stephen Beaver

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

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

65ebf415 03/05/2016 01:08 PM Stephen Beaver

Merge pull request #2706 from NOYB/System_/_User_Manager_/_Groups_/_Edit_/_Add_Privileges

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.

43f6b081 03/04/2016 02:07 PM Renato Botelho

Clarify what is happening

c136dde1 03/04/2016 01:52 PM Renato Botelho

Create missing jails on update

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

7747e98b 03/04/2016 11:19 AM Renato Botelho

Merge pull request #2704 from dennypage/master

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

12d7d9e7 03/03/2016 07:04 PM Chris Buechler

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

ffb8625f 03/03/2016 06:08 PM Renato Botelho

IF PHP is not running, just exit silently

bed6c19b 03/03/2016 06:02 PM Renato Botelho

Detect binary packages installed but not registered in the system and do it during boot

c86db913 03/03/2016 05:49 PM Renato Botelho

Add an option to get_pkg_info() that makes it do not try to update metadata

e440add8 03/03/2016 04:07 PM Renato Botelho

Remove get_pkg_id, last calls to it was removed

0db9a65c 03/03/2016 01:36 PM Renato Botelho

Remove Status -> Monitoring related packages from poudriere bulk

91b8e8f2 03/03/2016 01:34 PM Renato Botelho

Remove Status -> RRD Graphs in favor of Status -> Monitoring. Ticket #5498

d5ef2e58 03/03/2016 01:15 PM Stephen Beaver

Merge pull request 2702 from NOYB/HTML_Compliance_-_Diagnostics_/_S.M.A.R.T._Status_/_Information_&_Tests

4d3a1005 03/03/2016 01:15 PM NOYB NOYB

HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & Tests

Remove unused/duplicate ID's; action, device, submit.

b0fc4b28 03/03/2016 01:14 PM Renato Botelho

Add new RRD package to the list

962603e6 03/03/2016 08:53 AM Chris Buechler

Merge pull request #2700 from al-right/master

2ebc9a38 03/03/2016 08:17 AM NOYB NOYB

HTML Compliance - Diagnostics / S.M.A.R.T. Status / Information & Tests

Remove unused/duplicate ID's; action, device, submit.

37d41653 03/03/2016 07:45 AM Chris Buechler

Shift the values to account for the removal of the gateways one. Ticket #5905

b5fcc2b5 03/03/2016 07:32 AM Chris Buechler

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

91aff739 03/03/2016 02:45 AM Chris Buechler

Use correct variable. Ticket #5946

c32b4917 03/03/2016 01:38 AM Chris Buechler

Clarify log, remove old commented out things that are unnecessary.

8a85a809 03/03/2016 01:00 AM Chris Buechler

Fix text for OpenVPN client that was copied from server, client's second.

471b81f8 03/03/2016 12:20 AM Chris Buechler

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

fc619418 03/02/2016 10:42 PM Anders Lind

Merge pull request #1 from al-right/al-right-patch-1

Al right patch 1

3b53c227 03/02/2016 10:21 PM Jared Dillard

Ticket #5905 remove unused code

c4685625 03/02/2016 09:52 PM Jared Dillard

Ticket #5905 remove hardcoded colors

e3e21e70 03/02/2016 09:32 PM Anders Lind

Update status_dhcpv6_leases.php

Fix lacking of incrementation of index when two characters have been passed.

Fix check of $n so that the octal value is checked as an octal value.

7dbbf1f5 03/02/2016 07:38 PM Jared Dillard

Ticket #5905 remove hardcoded colors

76bd03bb 03/02/2016 07:17 PM Jared Dillard

ticket #5615 fix popover hover

5a331169 03/02/2016 05:51 PM Jared Dillard

change hardcoded colors to classes

b18c3149 03/02/2016 05:06 PM Jared Dillard

fix styles for bordered table on dark theme

8fd55d38 03/02/2016 05:05 PM Jared Dillard

update old styles with new css classes

1c225a98 03/02/2016 04:41 PM Jim Pingle

Ensure the extensions.ini has no duplications before setting up php.ini. Fixes #5943

909a1954 03/02/2016 03:24 PM Renato Botelho

Read xml files from /usr/local/share/pfSense/menu and load menu entries

a6121be4 03/02/2016 11:39 AM Renato Botelho

Merge pull request #2696 from phil-davis/patch-1

fe03d084 03/02/2016 11:39 AM Renato Botelho

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