Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
75ae3d1c 11/20/2015 12:53 PM Phil Davis

Fix widgetname variables

These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.

31fd8dff 11/20/2015 12:13 PM Renato Botelho

PEAR.inc is already required by radius.inc

08551b56 11/20/2015 03:30 AM Stephen Beaver

Cosmetic fixes

a4a224ac 11/20/2015 03:03 AM Stephen Beaver

Partial fix to #5495

0b965ed9 11/20/2015 01:01 AM Stephen Beaver

Fixed #5489

e6d97c6e 11/20/2015 12:50 AM Stephen Beaver

Fixed #5490

ed492eaa 11/20/2015 12:27 AM Stephen Beaver

Work-around for #5488

2734d2db 11/19/2015 06:03 PM Jared Dillard

Ticket #5470 fix dashboard breadcumbs

1908003a 11/19/2015 05:48 PM Jared Dillard

Fixed #5478 clean up title text

32e3df81 11/19/2015 04:53 PM Stephen Beaver

Make text areas fixed width font with a tabstop of 4

cf3db8b4 11/19/2015 04:26 PM Stephen Beaver

Merge pull request #2090 from brunostein/add_identification_form_section

e4a78780 11/19/2015 04:17 PM Bruno Ferri

add attribute 'id' for the Form_Section

d3a7e1f5 11/19/2015 04:15 PM Stephen Beaver

Merge pull request #2089 from brunostein/fix_move_options

c2e566f4 11/19/2015 03:59 PM Stephen Beaver

Fixed #5486

95b59cdc 11/19/2015 03:39 PM Bruno Ferri

fix moveOption function

821a4351 11/19/2015 03:23 PM Renato Botelho

Use full 'Local Database' name to be sure it's authmode is local, fixes #4469

05419ce6 11/19/2015 03:11 PM Stephen Beaver

Remove comment

82afb104 11/19/2015 03:05 PM Stephen Beaver

Add tr/td to empty tbodys for Microsoft IE

77764580 11/19/2015 02:48 PM Renato Botelho

Duplicate slice before upgrade, fixes #5483

81425815 11/19/2015 01:54 PM Stephen Beaver

Revised order of input fields in edit form

bf2d98e3 11/19/2015 01:45 PM Stephen Beaver

Alternate solution to #5459

de85421c 11/19/2015 01:21 PM Stephen Beaver

Completed #5470

080c92ce 11/19/2015 01:04 PM Stephen Beaver

Completed #5482

0b87fcf5 11/19/2015 12:25 PM Bruno Ferri

added support flash messages

b8ecbcb4 11/19/2015 09:34 AM Renato Botelho

Merge pull request #2086 from phil-davis/patch-13

de200d35 11/19/2015 09:27 AM Renato Botelho

Merge pull request #2075 from phil-davis/patch-11

b8316459 11/19/2015 08:30 AM Chris Buechler

fix text. Ticket #5387

61237194 11/19/2015 08:27 AM Chris Buechler

Clarify description. Ticket #5387

a68539ca 11/19/2015 05:42 AM Phil Davis

Gateways widget remove unused code

This stuff is done further down. Somewhere in the integration of RELENG_2_2 and Bootstrap this chunk of code has been accidentally duplicated. It is not like this in RELENG_2_2.

1860c406 11/19/2015 04:10 AM Phil Davis

Remove debug code for #5463

and it still works.
Feel free to close this and do what is really needed to remove the debug code and leave the functional code working.

c4016375 11/19/2015 03:41 AM Phil Davis

Fix $5475 $display_type needs to be set earlier

bf54ac2d 11/19/2015 12:37 AM Stephen Beaver

Fix icon in dashboard

0206483d 11/19/2015 12:15 AM Stephen Beaver

DEBUG code for Redmine: 5463

597241a9 11/18/2015 11:23 PM Jared Dillard

change widget icon color to white

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

d86522be 11/18/2015 08:14 PM Stephen Beaver

Move the widget icons back to the right

be8c4d48 11/18/2015 06:26 PM Stephen Beaver

xt string changes

626db846 11/18/2015 06:15 PM Stephen Beaver

Fixed #5475

440a30cf 11/18/2015 05:15 PM Stephen Beaver

Detailed cosmetic changes to the system update system

4d4eefab 11/18/2015 04:56 PM Stephen Beaver

System update settings UI implemented

d8ee2a3d 11/18/2015 01:35 PM Stephen Beaver

Restored glyphicon import until @jdillard can eleimnate those icons

ea548271 11/18/2015 12:55 PM Phil Davis

Make block bogon rule display consistent

The block private networks and anti-lockout rules display in the firewall rules display with the schedule column blank. But the block bogon networks has an asterisk. That looks odd. I noticed it just now when looking at firewall rules in 2.3 and looked back in 2.2.5 also - it is the same there.

d08aeac1 11/18/2015 12:55 PM Phil Davis

Fix tooltip text for associated filter rules

1) Add a port forward with associated filter rule
2) Go to firewall_rules and hover over the icon on the left of the rule.
It says "traffic is ed".

The problem is that, for whatever reason, an associated rule does not have ['type'] specified, even in config.xml. It is that way in 2.2.5, so not a new thing or regression. I guess that the back-end rule generation works by assuming that a rule in config.xml that does not have 'type' defined should be a pass rule....

1f6845f8 11/18/2015 12:06 PM Renato Botelho

At least /boot/loader.rc has schg, make sure to remove it before upgrade. Ticket #5448

2feadae1 11/18/2015 10:24 AM Renato Botelho

Retire system_firmware.php, system_firmware_auto.php and system_firmware_check.php

b6cd9d99 11/18/2015 10:19 AM Renato Botelho

Retire /etc/rc.create_full_backup and usr/local/www/system_firmware_restorefullbackup.php

ef294bd7 11/18/2015 10:15 AM Renato Botelho

Remove unused variable

5e55bf55 11/18/2015 09:13 AM Chris Buechler

fix text

f6c1ade2 11/18/2015 06:17 AM Chris Buechler

CURLOPT_SAFE_UPLOAD's default changed to false in PHP 5.6. Restore former behavior for crash reporter. Ticket #5427

53436df6 11/18/2015 04:21 AM Chris Buechler

radvd only allows 3 RDNSS servers to be specified, otherwise exits with "too many addresses in RDNSS section".

7ea65674 11/18/2015 12:23 AM Jared Dillard

Ticket #5471 partial convert to font-awesome fonts

67e81794 11/17/2015 10:53 PM Jared Dillard

add dark theme (work in progress)

039ec196 11/17/2015 10:53 PM Jared Dillard

update pfsense styles

f9cc072d 11/17/2015 07:58 PM Stephen Beaver

Nix hte spinning clock

89932a3d 11/17/2015 07:35 PM Stephen Beaver

Experimental countdown timer

738b34bd 11/17/2015 06:49 PM Stephen Beaver

Added pietimer lib by popular request.

a5995a8e 11/17/2015 06:46 PM Stephen Beaver

Moved theme back to system.php

a088bcb5 11/17/2015 06:02 PM Stephen Beaver

Fixed #5467

95545463 11/17/2015 05:46 PM Stephen Beaver

Fixed saving of auth password

b7ed9c48 11/17/2015 05:42 PM Stephen Beaver

Fixed not saving spoofed MAC

329a1cd5 11/17/2015 05:22 PM Stephen Beaver

Fixed #5463

7abe8b3e 11/17/2015 04:57 PM Stephen Beaver

Fixed #5465

8d3f3e34 11/17/2015 04:52 PM Stephen Beaver

Experimental fix for #5463

3c720580 11/17/2015 12:52 PM Stephen Beaver

Use manual stirping on table load

5752d214 11/17/2015 12:44 PM Phil Davis

diag_nanobsd options text

There are multiple options in this section. Use the plural to be consistent with other text on this page and the section titles of other diag "options" pages.

774dba04 11/17/2015 12:41 PM Stephen Beaver

Merge pull request #2074 from phil-davis/patch-10

3c117a62 11/17/2015 12:40 PM Stephen Beaver

Merge pull request #2073 from phil-davis/patch-9

c70d462c 11/17/2015 12:39 PM Stephen Beaver

Merge pull request #2072 from phil-davis/patch-8

06831ceb 11/17/2015 12:31 PM Phil Davis

Be consistent with "Download file"

The download section is headed "Download file" but the upload section was "Upload a file".
Be consistent - I have chosen to change to "Upload file".
Could just as easily make the download heading "Download a file".
Not sure it matters - just use the same convention in both places.

e897f304 11/17/2015 12:07 PM Phil Davis

Fix #5462 diag_routes section heading

08c68ac1 11/17/2015 11:58 AM Phil Davis

Fix Packet Capture section heading

and provide some text for the 'dnsquery' checkbox - this makes the checkbox line up properly in the columns.

6e5cec8e 11/17/2015 10:22 AM Doktor Notor

pkg_edit.php - base64 encoding/decoding fixes (Bug #5134)

Currently, the base64 is only usable for textarea fields - see Bug #5134 for details.

This adds base64_decode() to input and password field types if <encoding>base64</encoding> tag is set for those fields (also for rowhelpers) to prevent the values from getting perpetually re-encoded which makes it unusable for those field types....

b1fd5542 11/16/2015 10:27 PM Jared Dillard

Fixed #5429 Fix bad logo

11482216 11/16/2015 09:12 PM Luiz Souza

Fix a typo.

9bdf72fd 11/16/2015 07:09 PM Renato Botelho

Add a workaround on pfSense-upgrade to prevent breaking strongswan port due to the symlinks we create

ca50d3eb 11/16/2015 06:59 PM Stephen Beaver

Fixed #5425

16060c78 11/16/2015 06:09 PM Stephen Beaver

Fixed #5123

cfc061cf 11/16/2015 06:06 PM Stephen Beaver

Webgui restarted only if webgui-redirect is changed (Was causing it to always reset)

8ac2fe80 11/16/2015 05:47 PM Stephen Beaver

Fixed #5123

261d5071 11/16/2015 04:28 PM Stephen Beaver

Completed #5458
Cosmetic changes to system information widget
Cosmetic changes to pkg_mgr_install.php
Removed 'Cancel' buttons

4b951e64 11/16/2015 01:50 PM Stephen Beaver

Minor cosmetic/text changes

a99ac888 11/16/2015 12:56 PM Renato Botelho

Use pkgid = firmware for firmware upgrade, and call pfSense-upgrade without -u parameter in this case

108482b9 11/16/2015 12:56 PM Renato Botelho

Remove -R from pfSense-upgrade call, it's used only for testing purposes. While here, add -y to make sure it won't be interactive

a194233c 11/16/2015 12:55 PM Renato Botelho

Unduplicate pkgid definition

31a4f664 11/16/2015 12:53 PM Renato Botelho

We don't need to go to rw or close fd_log here

0582a633 11/16/2015 12:25 PM Renato Botelho

Change system information widget to be able to find system updates when it's available

ccf0fd94 11/16/2015 12:25 PM Renato Botelho

Fix spaces

263a1962 11/16/2015 12:24 PM Renato Botelho

Remove old code, already commented out

0a29de2d 11/16/2015 12:22 PM Renato Botelho

Fix spaces

79e14f1c 11/15/2015 11:49 AM Phil Davis

Improve diag_authentication.php redmine #5440

Move the code to select the default auth server so that it only happens the first time into the page. Now if the user selects a different auth server to test, and presses test, the results come back and the selected auth server is re-displayed (rather than the system default auth server being re-chosen every time)....

2217c574 11/14/2015 01:43 PM Stephen Beaver

Merge pull request #2063 from heper/patch-1

86c77223 11/14/2015 01:19 PM Stephen Beaver

Fixed #5443

af58fc06 11/14/2015 11:00 AM jeroen van breedam

fix Bug #5440

bb10745a 11/14/2015 10:56 AM jeroen van breedam

fix Bug #5440

c862d3b3 11/14/2015 04:22 AM Stephen Beaver

Clock gif used in reboot.php and pkg_mgr_install.php

6a4914dc 11/13/2015 09:08 PM Stephen Beaver

Remove debug

99e2a6ce 11/13/2015 09:02 PM Stephen Beaver

Revised base firmware update

d729ab36 11/13/2015 05:58 PM Stephen Beaver

Staging

3a452a3e 11/13/2015 05:37 PM Renato Botelho

Improve language

0895a9a5 11/13/2015 05:36 PM Renato Botelho

Fix copyright year