Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

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

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

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

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.

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

Merge pull request #2700 from al-right/master

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

f563a964 03/02/2016 11:37 AM Renato Botelho

Merge pull request #2699 from NOYB/HTML_Compliance_-_Diagnostics_/_Edit_File

fe4fb82f 03/02/2016 11:35 AM Renato Botelho

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

e4c0e9b1 03/02/2016 05:15 AM NOYB NOYB

HTML Compliance - Diagnostics / Edit File

Attribute width not allowed on element input at this point.
<input type=number id=gotoline width=6>
Width attribute is only valid on input element for type image.
Changed to use size attribute.

Stray end tag input....

5d314c0a 03/02/2016 01:51 AM Chris Buechler

Fix DHCPv6 server check to allow track6. Ticket #3029

8332312b 03/02/2016 01:19 AM Chris Buechler

Add function to return the physical interface(s) for a given parent. related to Ticket #5081

c48401e7 03/02/2016 01:16 AM Phil Davis

Add code to handle DHCP leases in multiple pools

1) Add code from RELENG_2_2 https://github.com/pfsense/pfsense/commit/cf3aff59edfa4b101d69ddd694a59fdc580d2299 that checks for leases that are in pools other than the ordinary first pool. This code has been missed from the bootstrap conversion....

dc60c816 03/01/2016 09:51 PM Jared Dillard

add D3 styles

d6607b87 03/01/2016 09:49 PM Jared Dillard

remove old files

6de30228 03/01/2016 09:49 PM Jared Dillard

move 3rd party files to vendor folder

ba045ef1 03/01/2016 09:08 PM Anders Lind

Check $active

Fix missing check for $active to avoid creating a route to a released lease.

eb56633d 03/01/2016 08:16 PM Chris Buechler

Show n/a for static mappings, as prior versions did. Ticket #5942

5e422c88 03/01/2016 07:26 PM Anders Lind

Fix substr mistake

Made a silly mistake and overlooked an important difference between javascript substring() and php substr().
Tightened regex check for octal value.

0ce28067 03/01/2016 07:06 PM Anders Lind

Missed to fix all $mappings