Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e79dc517 10/16/2015 07:47 PM Stephen Beaver

Partial fix to #5310
wizard.php updated to generate jquery not javascript
traffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.
(Need to do same for the other TS wizard)

9cda2fa5 10/16/2015 02:30 PM Stephen Beaver

Revised to use print_input_errors() for consistency

0342d254 10/16/2015 02:15 PM Stephen Beaver

Fixed #5310

d7af098f 10/16/2015 01:54 PM Stephen Beaver

Fixed serial speed selector

1166ee1e 10/16/2015 01:02 PM Stephen Beaver

Fixed #5291 - Reinstalling pfSense-pkg-openvpn-client-export

21de7a20 10/15/2015 05:55 PM Stephen Beaver

Removed debug
Improved package detection

f16d76c3 10/15/2015 05:04 PM Stephen Beaver

Added "reinstall all packages" functionality (accessed via diag_backup.php)

0d17c803 10/15/2015 07:42 AM Phil Davis

Tidy some text in package install code

1) The "Beginning package removal" "Beginning package installation"... heading above the text box that displays the progress text output is never updated along the way, so it always says "Beginning...". It seems easy to just remove the word "Beginning" - the detailed progress is in the text box below, and the "please wait"/"completed"/"failed" appears below the text box already....

83b4d0f9 10/14/2015 06:32 PM Stephen Beaver

Changed fifo name to *.sock
Cosmetic only

3989741c 10/14/2015 06:19 PM Renato Botelho

Use a socket to talk with pkg and write json file to GUI

a9559440 10/14/2015 05:12 PM Stephen Beaver

Fixed #5259

35fcf1c1 10/14/2015 03:49 PM Stephen Beaver

Fixes #5291
Fixes #5279

92c57679 10/14/2015 03:14 PM Matthew Smith

Merge pull request #1689 from jlduran/l2tp-mschapv2

1a850fc9 10/14/2015 09:38 AM Renato Botelho

Move kill tail process to _exit()

1ab880ef 10/14/2015 06:37 AM Chris Buechler

Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558

66999e39 10/14/2015 05:25 AM Chris Buechler

fix typo, spotted by Phil Davis

3c9befb9 10/14/2015 03:44 AM Chris Buechler

fix typo

94621fcc 10/14/2015 01:07 AM Stephen Beaver

pfSense-upgrade revised to kill tail on exit
pkg_mgr_install.php revised to catch json deocde error on partial lines read from file

36b0c8af 10/14/2015 01:07 AM Stephen Beaver

Revisions

56bd1847 10/13/2015 10:53 PM Chris Buechler

clean up empty lines

0bccadcc 10/13/2015 10:51 PM Chris Buechler

Add all remaining log types to status.php. Ticket #5304

7dd07954 10/13/2015 10:10 PM Renato Botelho

Remove old logfile before start

a2df0a1b 10/13/2015 10:09 PM Renato Botelho

Add quotes

2b0a0109 10/13/2015 10:09 PM Renato Botelho

Do not accept blank logfile

fd9c69a2 10/13/2015 10:08 PM Renato Botelho

Change -l parameter to receive a complete path for logfile

24a11c92 10/13/2015 09:59 PM Renato Botelho

_force must be local

59dd1f15 10/13/2015 09:43 PM Renato Botelho

Do not stop when package is up to date and force flag was passed

98a58bee 10/13/2015 07:29 PM Stephen Beaver

Changes to accommodate new pfSense-upgrade

b397cc72 10/13/2015 07:16 PM Stephen Beaver

Reminder

bb12c4b1 10/13/2015 07:08 PM Renato Botelho

Add -f option to force package reinstallation

3c5a06e7 10/13/2015 07:01 PM Renato Botelho

When -p is used, read fifo content and write it to a file used by GUI

8870b1c6 10/13/2015 06:31 PM Chris Buechler

Merge pull request #1963 from davidjwood/ppp-ipv6

764a94d8 10/13/2015 06:16 PM Stephen Beaver

DEBUG set to false for testing

8237727a 10/13/2015 05:58 PM Stephen Beaver

Multiple changes to clean up the package installaion system by causing the installer to run in the background
whilst monitoring its output via AJAX to provide a better GUI display.
Work in progress !

5534b2ee 10/13/2015 03:13 PM Jared Dillard

fix typo

3e800a46 10/13/2015 12:19 PM Renato Botelho

Respect chroot_dir, ticket #5300

d6e8a994 10/13/2015 12:10 PM Renato Botelho

Ticket #5300:

Add a workaround to fix the issue of extensions.ini out of order ending
up breaking PHP. Since the only dependency we have is suhosin that
depends of session, alphabetical sort does the trick for now while a
proper solution is not handled by the ports tree

624799c9 10/13/2015 09:45 AM David Wood

Move ppp-ipv6 helper script into the correct location

dc525432 10/13/2015 12:09 AM Chris Buechler

Merge pull request #1961 from davidjwood/ppp-ipv6

d198c749 10/12/2015 09:04 PM Jared Dillard

improve spacing for non form panels

a455c1dc 10/12/2015 09:03 PM Jared Dillard

add missing column header

f152acf0 10/12/2015 08:47 PM Jared Dillard

replace buttons with icons

05dc7976 10/12/2015 05:28 PM Jared Dillard

Ticket #5248 style panels within widgets differently

c434ec3a 10/12/2015 12:31 PM Stephen Beaver

Merge pull request #1960 from heper/patch-1

2bdda63b 10/12/2015 12:22 PM Stephen Beaver

Rogue <br /> removed
https://forum.pfsense.org/index.php?topic=100686.0

f00e23d9 10/12/2015 12:05 PM Stephen Beaver

Fixed #5296

55fe5491 10/11/2015 05:35 PM David Wood

Use named variables for ppp-linkup command line parameters

f7dfd39f 10/11/2015 05:32 PM David Wood

Make route deletions quiet - it may well be the routes have already disappeared

6df89ece 10/11/2015 05:32 PM David Wood

Make code dealing with the IPv4 default gateway conditional on the IPv4 link going down

6c452777 10/11/2015 05:32 PM David Wood

Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkup

46a11485 10/11/2015 03:24 PM jeroen van breedam

Update firewall_rules_edit.php

https://forum.pfsense.org/index.php?topic=100695.msg561326#msg561326

6f5a3fea 10/10/2015 12:12 PM Stephen Beaver

Fixed #5293

6ed90cfd 10/10/2015 05:57 AM Chris Buechler

remove stray >

bf3eb23d 10/10/2015 05:26 AM Chris Buechler

Add field descriptions since there are no column titles. Ticket #5109

d3dbd302 10/09/2015 11:36 PM Stephen Beaver

Fixed #5292

bfd0e4ce 10/09/2015 09:36 PM jeroen van breedam

proposed fix for Bug #5194

https://redmine.pfsense.org/issues/5194

9efe9a8d 10/09/2015 08:30 PM Stephen Beaver

CHanges to correct the TLS logic

b18303f1 10/09/2015 07:24 PM Stephen Beaver

Fixed #5248

54c8ef44 10/09/2015 04:15 PM Stephen Beaver

Fixed errors when no packages installed

b1f13533 10/09/2015 03:24 PM Stephen Beaver

Addresses #5248
(But needs to be tested with a variety of OpenVPN configurations)

d237b444 10/09/2015 02:30 PM Renato Botelho

Do not show static arp entries as Online on wol widget, based on PR #1768

8822be67 10/09/2015 02:11 PM Renato Botelho

Ignore possible erroneously negative temperatures

It's based on 2 pull requests (#1800 and #1801) by nagyrobi

3928c6f1 10/09/2015 02:08 PM Stephen Beaver

Further refinement to #5290
Use pkg_remove_prefix()

0071ef19 10/09/2015 01:45 PM Stephen Beaver

Fixed #5290

c4f5e057 10/09/2015 09:32 AM Phil Davis

Fix #5289 Available Packages version display

I left the "View changelog" code that was commented out, for future reference I guess when that data becomes available.
$index['version'] is still happily available in the $index array - so it just needs to be uncommented.

79012b3f 10/09/2015 01:15 AM Stephen Beaver

Comment type fix

239f0508 10/08/2015 10:17 PM Stephen Beaver

Fixed Swap usage
Deleted disk space progress bar

19272434 10/08/2015 09:58 PM Stephen Beaver

Fixed % sign in mbuf

a306181b 10/08/2015 09:57 PM Stephen Beaver

Fixes #5287

1e682717 10/08/2015 09:32 PM Stephen Beaver

Further update for #5287

155d30f8 10/08/2015 08:57 PM Stephen Beaver

Partial fix to #5287
More to come

3d00a29b 10/08/2015 06:37 PM Stephen Beaver

Further updates to pfSense-upgrade-GUI.sh

42cf0f48 10/08/2015 06:15 PM Stephen Beaver

Script to set up pfSense-upgrade when called from web GUI

55e73a56 10/08/2015 03:38 PM Stephen Beaver

Preparation for $5279
New wrapper script to be called by web GUI

8b53fe2f 10/08/2015 02:05 PM Stephen Beaver

Fixed #5286
COnverted pop-up format to table and added description

112284e1 10/08/2015 12:58 PM Stephen Beaver

Fixed #5034

27e2bf9f 10/07/2015 11:06 PM Chris Buechler

fix placeholder copy/pasted from CA screen, back to what it was in 2_2

446db735 10/07/2015 08:22 PM Matthew Smith

Add support for an IPv6 pool for mobile clients.

6bc6fb8e 10/07/2015 07:19 PM Stephen Beaver

Ditch the pencils

a5733f63 10/07/2015 06:51 PM Renato Botelho

Rework pfSense-upgrade script to make it work with nanobsd

366d1482 10/07/2015 06:51 PM Renato Botelho

Exit script when _exec fails

e83aaa50 10/07/2015 06:49 PM Stephen Beaver

Fixed #5282

1d770fc7 10/07/2015 06:26 PM Stephen Beaver

Partial fix for #5181
P2 entries now drag/dropable

bda7ff6d 10/07/2015 05:20 PM Stephen Beaver

Fixed #5283

02597252 10/07/2015 05:17 PM Stephen Beaver

Further refinement to #5223
Prevent "Store widget configutation" button from apeparing when opening/closing the available widgets panel.

654e8007 10/07/2015 04:22 PM Stephen Beaver

Fixed #5283

8a907ba7 10/07/2015 04:10 PM Jim Pingle

Don't enforce the use of only IPv4 or IPv6 when using IKEv2 since it works fine with IKEv2

13c9ff68 10/07/2015 04:01 PM Jim Pingle

Fix shortcut destination for filter rules.

e27eac0c 10/07/2015 03:46 PM Stephen Beaver

Fixed #5282

26ea93b9 10/07/2015 02:25 PM Stephen Beaver

Fixed #5281

19076df1 10/07/2015 02:16 PM Stephen Beaver

Comment fix

166b0099 10/07/2015 02:15 PM Stephen Beaver

Fixed #5280

2288d860 10/07/2015 01:30 PM Stephen Beaver

Fixed incorrect label
https://github.com/phil-davis/pfsense/commit/d14064550e96b109544507e70780e3f1e6eeed04

1baa4e7b 10/07/2015 01:07 PM Stephen Beaver

Part of fix to 5277

d8ed9328 10/07/2015 01:05 PM Stephen Beaver

Fixed #5277

ea1bbc43 10/07/2015 12:18 PM Stephen Beaver

Fixed #5276

06972ee5 10/07/2015 12:15 PM Stephen Beaver

Fixed #5275

b19ff0d2 10/07/2015 12:02 PM Stephen Beaver

Fixed #5274

0f64b71f 10/06/2015 11:01 PM Jared Dillard

improve spacing for non form panels

900e52f7 10/06/2015 10:15 PM Stephen Beaver

Fixed #5272