Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d85d82b7 06/22/2016 11:43 AM Stephen Beaver

jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for setting custom expirey date

53c38ff1 06/22/2016 11:26 AM Stephen Beaver

Fixed #6516 by replacing HTML5 datepicker with jQuery widget

9e680116 06/22/2016 02:37 AM Marcello Silva Coutinho

fix rowhelper select_source empty combo

while using $config['installedpackage']{['...'] as source

68126224 06/21/2016 10:55 PM Jared Dillard

update d3.js

6c43b7d3 06/21/2016 10:55 PM Jared Dillard

update nvd3 files

f0a05384 06/21/2016 09:55 PM Stephen Beaver

Fixed #6514 by requiring string starts with letter ot underscore

0891d12f 06/21/2016 06:49 PM Stephen Beaver

Fixed #6498 by providing new address type argument to Form_IpAddress(). In this case it is specified as "V6".

(cherry picked from commit 3e4adb7139b4cddbb06a2aba7e0727d1762b35ee)

5051739d 06/21/2016 05:27 PM Renato Botelho

Create openssl.cnf symlink during boot

5cc9858e 06/20/2016 05:52 PM Jim Pingle

Fix typo

2c5579ce 06/20/2016 03:25 PM Jim Pingle

Fix redundant phrasing.

b02ae57a 06/17/2016 02:24 PM Renato Botelho

Remove tab_array from interfaces_groups_edit.php to be consistent with other *_edit files

9c403919 06/15/2016 10:52 PM Chris Buechler

Correct value for 9600. Ticket #6416

480100df 06/09/2016 09:07 PM Chris Buechler

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

e63321a5 06/09/2016 02:06 PM Jim Pingle

Validate submitted groups when editing a user. Ticket #6475

5bef2407 06/09/2016 01:25 PM Jim Pingle

Add input validation to system_groupmanager.php to prevent invalid members from being submitted. Ticket #6475

33872ac0 06/08/2016 11:29 PM Chris Buechler

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

21c18c3d 06/08/2016 11:15 PM Phil Davis

Fix #6460 Interface mismatch apply changes button

756ef4df 06/08/2016 11:02 PM Renato Botelho

Rework pkg_mgr_install.php:

- Stop using id parameter for additional packages, keep using it only
for firmware upgrades
- Created to control variables $completed and $confirmed to check all
the stages and make it easy to understand what is happening
- Stop using $pkgid and use $pkgname instead...

a915cb4c 06/08/2016 11:02 PM Renato Botelho

Fix variable name s/POST/_POST/ and also parameter name s/complete/completed/

5fd5f7e7 06/08/2016 11:02 PM Renato Botelho

Fix indent

5b216d25 06/08/2016 11:02 PM Renato Botelho

Improve readability

af0a2a75 06/08/2016 11:02 PM Renato Botelho

Improve readability

ddbe2c0c 06/08/2016 11:02 PM Renato Botelho

Simplify mode parameter validation

d85e29b7 06/08/2016 11:02 PM Renato Botelho

Remove redundant check since pkgcancel is never set

56218db2 06/08/2016 11:02 PM Renato Botelho

Validate mode parameter and use sanitized variable on other places

a9dafcba 06/08/2016 02:34 AM Phil Davis

Fix #6468 Do not allow edit of day and times

in rows of time ranges for a schedule.
The code was always intended that the user uses the calendar pad and start hour/minute stop hour/minute drop-down fields to enter days and time range. If an existing day-time-range is wrong, then the workflow is to delete the row and then enter the correct day-time-range using the calendar pad and start hour/minute stop hour/minute drop-down fields....

d4d8f293 06/08/2016 01:53 AM Phil Davis

Fix #6463 Dest net alias matching on page load

Do not set destination field to use customarray
Note: dstbeginport_cust does not exist on this page, so I got removed it here also to avoid future confusion.

e2f0b061 06/02/2016 11:31 PM Chris Buechler

Fix save and reset buttons on status_lb_pool.php. Ticket #6254

9a9b0007 06/02/2016 07:13 AM Phil Davis

Fix #6440 RADIUS issued IPs

This is a checkbox - the state in the config is stored as set or not set.
This should fix the reported issue. I don;t have a system right now to test, but the bug seems obvious.

582a45f9 06/02/2016 12:43 AM Chris Buechler

Allow - and _ in sysctl values. Ticket #6438

e488da26 06/01/2016 09:53 PM Chris Buechler

Don't override type so changing it is possible. Ticket #6439

be0ab085 06/01/2016 07:46 PM Chris Buechler

Allow - in TFTP Server field. Ticket #6433

00bdbab7 06/01/2016 06:55 PM Chris Buechler

Merge pull request #2990 from phil-davis/colmn

0529bedd 06/01/2016 12:09 PM Jim Pingle

Mask a few more sensitive bits of data in the status.php config.

e6367325 06/01/2016 07:27 AM Phil Davis

Comment typos

I can't resist fixing them when I see them.

92da593a 05/31/2016 10:13 PM Chris Buechler

Link to correct schedule from firewall_rules.php. Ticket #6428

90498252 05/31/2016 08:04 PM Renato Botelho

Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script and change interfaces.inc accordingly

4ecaca5b 05/31/2016 07:54 PM Renato Botelho

Move openssl.cnf to better place and copy it over to /etc/ssl during boot

6b1e89c9 05/25/2016 12:29 PM Stephen Beaver

Merge pull request #2983 from NOYB/Firewall_/_Aliases_/_Edit_-_New_URL_Table_Alias_Type

fe68a6a2 05/25/2016 11:59 AM Stephen Beaver

Fixed #6401

5a677f81 05/25/2016 05:06 AM Chris Buechler

Handle mode correctly with Auto IKE. Ticket #6360

d429739b 05/25/2016 03:19 AM NOYB NOYB

Firewall / Rules / Edit - URL (IP) Alias

Make alias type URL (IP) available for selection in firewall rules.

3b07f4fe 05/25/2016 02:06 AM NOYB NOYB

Firewall / Aliases / Edit - New URL Table Alias Type

Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet.

d78dbc34 05/24/2016 05:44 PM Stephen Beaver

Changed element type from date to text. Date inputs are not yet handled consistently accross different browsers :(

8d7e9a4c 05/24/2016 11:09 AM Renato Botelho

Merge pull request #2978 from NOYB/Miscellaneous_Textual_Correction_-_System_/_Advanced_/_Networking

37135283 05/24/2016 10:44 AM Phil Davis

Fix #6381 ipv6nat_ipaddr
(cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)

d3706c81 05/23/2016 07:07 AM NOYB NOYB

Miscellaneous Textual Correction - System / Advanced / Networking

Use apostrophe instead of quote.

a3013ca6 05/20/2016 04:13 PM Jim Pingle

Fix quoting in diag_routes.php, see ticket #6371

0e4e4251 05/20/2016 03:34 PM Jim Pingle

Better fix for escaping in ticket #6371

c805b6e4 05/20/2016 03:05 PM Renato Botelho

Revert "Status / Services - Status Indicator"

This reverts commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2.

3167e8f0 05/20/2016 02:30 PM Renato Botelho

Merge pull request #2970 from NOYB/Status_/_Interfaces_-_DNS_Servers

c5af3a30 05/20/2016 02:28 PM Renato Botelho

Merge pull request #2972 from NOYB/Status_/_Services_-_Status_Indicator

bbdbf3d3 05/20/2016 02:25 PM Renato Botelho

Merge pull request #2969 from marianamorim/add_function_gettext

54b21bab 05/20/2016 02:24 PM Renato Botelho

Merge pull request #2973 from jlduran/pass-block-icons-cp

22b50541 05/20/2016 12:43 PM Jose Luis Duran

Fix closing `tbody` tag in Captive Portal's MACs

96abde90 05/20/2016 12:34 PM Jose Luis Duran

Fix Captive Portal's MACs icons

Standardize pass/block icons with the rest of the system

788c3cf5 05/20/2016 12:04 PM Stephen Beaver

Fixed #6872 Restored missing proxy port setting

(cherry picked from commit 6b43692408912de3375b34cc1982ff73f52762a5)

e7161dc3 05/20/2016 08:01 AM NOYB NOYB

Status / Services - Status Indicator

Use font awesome icons instead of text.
Universal recognition eliminates need of text translation.

335f1a89 05/19/2016 09:12 PM Jim Pingle

Fix up diag_smart e-mail handling, and the backend config code was broken/making false assumption about the config file as well. Fixes #6371

b530335e 05/19/2016 12:30 PM Renato Botelho

Update pfSense.pot

78869d5e 05/19/2016 07:13 AM NOYB NOYB

Status / Interfaces - DNS Servers

The DNS servers are not necessarily ISP provided.

8d0b16a1 05/18/2016 07:40 PM marianamorim

Add the function gettext

1168634b 05/18/2016 01:29 PM Stephen Beaver

Merge pull request #2968 from NewEraCracker/patch-gettext-maxlen

95f46512 05/17/2016 08:38 PM NewEraCracker

Reduce maximum length of string to gettext()

This limit is set at 4096 on PHP 5.6: http://lxr.php.net/xref/PHP_5_6/ext/gettext/gettext.c#139

Bug report on forum: https://forum.pfsense.org/index.php?topic=110088.0

49701df3 05/17/2016 01:24 AM Phil Davis

Initialize output var in firewall_shaper_queues

To clear any previous use of the var elsewhere in included files.
Forum: https://forum.pfsense.org/index.php?topic=111852.0

d736d861 05/16/2016 11:41 AM Stephen Beaver

Merge pull request #2965 from NOYB/Miscellaneous_Textual_Corrections_-_System_/_Advanced_/_Firewall_&_NAT

890bd153 05/16/2016 11:39 AM Stephen Beaver

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

5543a460 05/16/2016 11:37 AM Stephen Beaver

Merge pull request #2961 from NOYB/Miscellaneous_Textual_Corrections_-_System_/_Advanced_/_Networking

8185eabc 05/16/2016 11:36 AM Stephen Beaver

Merge pull request #2960 from NOYB/Miscellaneous_Textual_Corrections_-_System_/_User_Manager_/_Settings

2c6faa05 05/16/2016 11:35 AM Stephen Beaver

Merge pull request #2954 from NewEraCracker/textual-corrections

e4710ed5 05/16/2016 11:23 AM Chris Buechler

Sanitize notice output here as well. Ticket #6154

c2b51a45 05/16/2016 06:01 AM Chris Buechler

Correct force updates when chosen. Ticket #6359

38edc490 05/16/2016 01:31 AM Chris Buechler

Fix misspellings.

5414794c 05/15/2016 10:48 PM NOYB NOYB

Miscellaneous Textual Corrections - System / Advanced / Firewall & NAT

Section panel header title.

a79dfdaa 05/15/2016 05:25 AM Phil Davis

Make limiters info box work same as By Interface

The info box displayed on Firewall->Shaper, By Interface come down the bottom with and info icon and can be shown/hidden by the user.
The similar info box on Firewall->Shaper, Limiters sits in the main body with no info icon and cannot be shown/hidden, but can be dismissed....

542d14be 05/14/2016 09:38 PM NOYB NOYB

Miscellaneous Textual Corrections - System / Advanced / Networking

85021142 05/13/2016 08:02 PM NOYB NOYB

Miscellaneous Textual Corrections - System / User Manager / Settings

7e752d72 05/13/2016 07:16 AM Phil Davis

Make rule_columns_with_alias end params optional

Stops PHP warnings like reported in forum https://forum.pfsense.org/index.php?topic=111768.0

e02a2756 05/13/2016 03:52 AM Chris Buechler

Merge pull request #2957 from NOYB/Miscellaneous_Textual_Corrections_-_System_Advanced

ce252674 05/13/2016 03:50 AM Chris Buechler

Merge pull request #2956 from NOYB/Miscellaneous_Textual_Corrections_-_Services_NTP_PPS

22f9e40f 05/13/2016 12:35 AM Stephen Beaver

Fixed #6349

(cherry picked from commit c032a89a890a350540df12a9d2e41b9c7d8efda5)

b0ef6b97 05/12/2016 07:00 PM NOYB NOYB

Miscellaneous Textual Corrections - System Advanced

474e70a2 05/12/2016 03:41 PM Stephen Beaver

Add alias display to target host and target port columns

7949eac7 05/12/2016 10:51 AM Renato Botelho

Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278

e7f9443c 05/11/2016 11:52 PM NOYB NOYB

Miscellaneous Textual Corrections - Services NTP PPS

cb6c20a9 05/11/2016 07:15 PM NewEraCracker

Miscellanous Textual Corrections - Add missing dots, normalize case

70443352 05/11/2016 06:37 PM Renato Botelho

Do not call pkg_update() here since pkg_switch_repo() aldready does it

4296459a 05/11/2016 12:34 PM Stephen Beaver

Merge pull request #2953 from NewEraCracker/textual-corrections

289233b9 05/11/2016 12:33 PM Stephen Beaver

Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense

61a0217e 05/11/2016 12:31 PM Stephen Beaver

Merge pull request #2950 from NOYB/Miscellaneous_Textual_Corrections_-_Services_Dynamic_DNS

e4c7d45f 05/11/2016 08:43 AM NewEraCracker

Miscellanous Textual Corrections - Add missing dots to phrases

4d6914a1 05/11/2016 06:52 AM Chris Buechler

Merge pull request #2952 from phil-davis/hidemask

ab2060d9 05/11/2016 05:51 AM Chris Buechler

Rename OSPF and System Patches packages in pre_upgrade_command. Ticket #6118

685a06f2 05/11/2016 04:19 AM Phil Davis

Hide CIDR for alias types that do not use it

Suggested/discussed in forum
https://forum.pfsense.org/index.php?topic=111593.0

01142f51 05/11/2016 04:14 AM Phil Davis

hideMask only modify input-group on first parent

Otherwise when unhiding (e.g. for Network type alias), input-group gets
added to every div up the DM hierarchy and the layout gets messed up.

e1caefc7 05/11/2016 03:42 AM Stephen Beaver

Spaces->tabs

25a96ffb 05/11/2016 03:16 AM Stephen Beaver

Added hideMask() function

1c4e2ed0 05/10/2016 10:12 PM NOYB NOYB

Miscellaneous Textual Corrections - Services / Dynamic DNS

9815f806 05/10/2016 07:28 PM Jim Pingle

Fix tab highlighting when editing mobile IPsec P1. Fixes #6341

0161bbb4 05/10/2016 01:10 PM Stephen Beaver

Merge pull request #2949 from NewEraCracker/textual-corrections