Project

General

Profile

Download (34.4 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0fc6d49d 04/27/2017 04:13 AM Phil Davis

Allow customize of dashboard widget names

338a2121 04/20/2017 06:48 PM Renato Botelho

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

4df266f5 04/17/2017 03:32 PM Phil Davis

Do input validation on the actual array passed in

I was tearing my hair out for a while. If do_input_validation() is passed some array of keys/values that has been assembled elsewhere (not $_POST, $_GET or $_REQUEST superglobals) then it does not work. The code here, for at least the last 7 years, has actually been checking the array keys in the "hard-coded" superglobals. That is a bit surprising, since the array to be checked is passed in as $postdata parameter.

f593f80b 04/16/2017 10:18 AM Phil Davis

Refactor get_configured_interface_with_descr remove unused parameter

633d1cd9 04/03/2017 07:14 PM Jim Pingle

Merge pull request #3598 from PiBa-NL/phpsessionmanager

bc0661b7 03/26/2017 02:23 PM Pi Ba

load package add-on tabs into config to avoid parsing all installed package xml's, fix tabgroup filter

d9058974 03/13/2017 08:26 AM Phil Davis

Redmine #7381 Disable detail in alias popup

82cd6022 02/27/2017 09:51 PM Pi Ba

phpsessionmanager, this helps starting and committing the php session preventing other requests from being blocked longer than required.

81b1b44a 02/23/2017 08:54 AM Phil Davis

Redmine #7301 Put dot after the word break

Signed-off-by: Phil Davis <>

138e79d4 02/23/2017 07:01 AM Phil Davis

Redmine #7301 Provide word-break opportunity for dynamic DNS host names

Signed-off-by: Phil Davis <>

b8ad7df3 02/12/2017 08:42 AM Phil Davis

Do POST for long tab array dropdown

e3947e77 02/10/2017 08:34 PM Steve Beaver

GET/POST conversion firewall_rules
guiconfig.php display_top_tabs supports "usepost" as an optional 4th argument

f8a1be56 02/06/2017 03:38 PM Phil Davis

user/local/www inc file gettext improvements

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

815398fb 01/25/2017 09:05 AM Phil Davis

Standardize rules reloading message

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

9da4a575 01/11/2017 11:24 AM Renato Botelho

Add protocol selection to Radius server configuration

It should fix #7111

Submitted by @ubawurinna at https://github.com/pfsense/pfsense/pull/2687

6a9a7595 01/10/2017 08:27 PM Renato Botelho

Merge pull request #3343 from phil-davis/retval1

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

c50f228a 01/09/2017 02:40 AM Phil Davis

Breadcrumb links support

f93e9098 01/07/2017 02:26 PM Phil Davis

Remove unusued $heading in genhtmltitle()

It came into use in https://github.com/pfsense/pfsense/commit/45eebe10a93fa1e2399c6cdf133ad88dc21ee6e7 but genhtmltitle() has changed since then and no longer uses $heading

44c42356 01/03/2017 05:05 AM Phil Davis

Report problems applying changes

1) Strictly keep track of the accumulating $retval from calls to various
functions that apply changes.
2) Use new function print_apply_result_box() to print a suitable message
in a suitable severity based on $retval

aa64bb65 12/22/2016 03:20 PM Jim Pingle

Be more forthcoming with errors about ALTQ interfaces in relevant areas of the GUI. In particular, note when there are no capable interfaces assigned. Implements #7032

d672403c 10/14/2016 11:29 PM derelict-pf

Added STARTTLS to LDAP Auth Server Config

efa9174a 09/22/2016 01:15 PM Jim Pingle

Declare $config as a global in guiconfig.inc csrf_startup() function, to properly respect the timeouts. Ticket #6803

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

86573bb9 06/27/2016 11:31 PM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

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

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

Add alias display to target host and target port columns

f14ec73c 04/04/2016 02:03 PM Stephen Beaver

Fixes corrupted display when special chars appear in the alias

b2df12a2 04/01/2016 07:03 PM NOYB NOYB

guiconfig monitor filter reload message

c0367cb8 03/10/2016 09:48 PM Jim Pingle

More icon and button inconsistencies. Should be the last batch. Ticket #5965

b8f62ec2 03/01/2016 02:11 PM Phil Davis

print_callout class setting

The last test here looks not good having just a single equals sign - if the interpreter evaluates this then $class will always get set to 'info'.
In practice it should work OK, because the evaluation of boolean conditions left to right should stop when any of the other tests to the left evaluates false. So $class will only be set to 'info' if it is not already 'default' 'danger' or 'warning'....

3e3165c2 02/16/2016 12:46 PM Stephen Beaver

Merge branch 'patch-9' of https://github.com/k-paulius/pfsense

8c9d0b20 02/16/2016 12:41 PM k-paulius

Add support for Bootstrap callouts

d0f90e1c 02/16/2016 05:02 AM k-paulius

Stop generating page-header instead of hiding it. With breadcrumbs introduces it no longer serves any useful purpose.

f4bed461 02/14/2016 08:09 PM k-paulius

Review alert wording.

7aaf60a8 02/11/2016 04:53 AM k-paulius

Fix RADIUS spelling. It is written in all caps.

65e8424e 01/26/2016 06:40 AM Phil Davis

Tidy print_info_box comments

a85fcfdb 01/25/2016 07:06 PM Stephen Beaver

Added some some comments to hte print_info_box area so package developers will know what happeded

0d711d38 01/23/2016 05:43 PM Phil Davis

Remove print_info_box_np

Put the real code into print_info_box, adding just a $btntext parameter
to the existing 3 params of print_info_box.
Change the remaining print_info_box_np() calls to use print_info_box()

Note: The previous code also had a "bug" - the "apply" button said...

55cbefff 01/22/2016 05:46 PM Stephen Beaver

Restore code from bad merge

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

9f2f1dda 01/22/2016 02:28 PM Renato Botelho

Move set_language() call back to guiconfig.inc since it's causing trouble on console

b373f471 01/22/2016 06:43 AM Phil Davis

Be more flexible on detecting the need for the Apply button

This is the quick fix part (1) for https://redmine.pfsense.org/issues/5794

f49cd725 01/21/2016 06:08 PM Phil Davis

Internationalization graph guiconfig head index

27e1e9d5 01/18/2016 08:49 AM NewEraCracker

Minor corrections to guiconfig.inc

Set logarr as array() per default, default invert to empty string, improve variable representation within strings

d3d05c15 01/17/2016 08:33 AM NOYB NOYB

Status / System Logs - Raw Mode Search Inversion

Add search inversion to dump_clog and dump_clog_no_table functions for raw mode logs filter.

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

c63c1909 01/07/2016 12:25 PM Phil Davis

Remove unused var in get_std_save_message

$d_sysrebootreqd_path seems to be a leftover from some ancient group of global $d_* vars that are no longer used.

f9703596 01/04/2016 06:44 PM NOYB NOYB

Fixup AJAX stuff so dynamic updating works.

Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.

b77cef66 12/19/2015 10:29 PM Colin Fleming

Use Bootstraps text alignment classes

As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)

41df62c1 12/17/2015 05:09 PM Jim Pingle

Nuke fifolog support. It was never used or fully implemented, no GUI option, and didn't end up working out.
It buffered writes too long, users could never see the most current log data.

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

aa82505e 12/15/2015 10:59 AM Phil Davis

Code style g-i

9ba351c1 12/14/2015 10:55 AM Renato Botelho

Set language early on a common place included everywhere. This fix some tar warnings 'Failed to set locale'

e00df659 12/11/2015 09:48 PM NOYB NOYB

Don't allow log specific setting to override grepreverse option.

76af8cdb 12/11/2015 09:48 PM NOYB NOYB

Status - System Logs - Manage Log

Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis.
Remove over exuberant gettext's.
Set/adjust filter form field widths to be better fitting for the field types....

59c20265 12/04/2015 01:44 PM Stephen Beaver

Merge branch 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense

  • 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense:
    Revert "gettext it up"
    gettext it up
    Src & Dst port fields as number breaks regex.
    Fix filter button....
abb00412 12/04/2015 12:03 AM jeroen van breedam

fix #5591

9bf8bd8c 12/02/2015 09:38 AM NOYB NOYB

Status-System Logs-Firewall-Filter

Spruce it up.
Use the cool filter button.
Use the cool clear button.
Add no logs to display notice.

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

d65c6113 11/21/2015 02:06 AM Chris Buechler

Remove layer7 components. Ticket #5508

f8a9fabe 11/20/2015 07:37 PM Jared Dillard

remove old function call

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

added support flash messages

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

System update settings UI implemented

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

Ticket #5471 partial convert to font-awesome fonts

247418f1 11/13/2015 07:49 AM jeroen van breedam

proposed fix Bug #5433

67bfaf25 11/12/2015 10:04 PM Stephen Beaver

Fixed #5433

ba6c5357 11/09/2015 08:48 PM Stephen Beaver

Fixed #5395

ecaca752 11/09/2015 01:48 PM Renato Botelho

Try to use default timezone from globals.inc when possible. Stop setting timezone on pkg_mgr_installed.php

02e2825a 11/08/2015 02:47 AM Stephen Beaver

Fixed #5385

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

65a0e193 10/29/2015 02:19 PM Stephen Beaver

Completed #5356
Refactor row toggle javascript

180508d1 10/23/2015 11:41 PM Stephen Beaver

Fixed #5333

a2b0d909 10/22/2015 08:48 PM Renato Botelho

Rework the way GUI reads packages tabs, it fixes #5311

cf093b35 10/22/2015 08:32 PM Renato Botelho

Remove more references to theme, ticket #5333

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

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

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

Fixed #5282

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

Fixed #5282

1bde7312 10/02/2015 01:30 PM Stephen Beaver

Fixed #5233

ad6b0ac0 10/01/2015 03:32 PM Stephen Beaver

Improved styling of page title prevents spurious underline

5d457c04 10/01/2015 02:26 PM Stephen Beaver

Page title now hyperlink to page

2f1f9a98 10/01/2015 01:48 PM Stephen Beaver

Fixed 5225

c9d46a8e 09/15/2015 09:20 PM Renato Botelho

Retire PPTP server, fixes #4226:

- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
firewall and NAT rules using PPTP interface or src/des

ecffb0bb 09/02/2015 05:09 PM Phil Davis

bootstrap www gh minor edits

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/