Project

General

Profile

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

# Date Author Comment
17c0bb50 09/06/2012 05:46 PM Darren Embry

Inconsistent behavior with Alias info popup

hopefully fixes #2625

http://redmine.pfsense.org/issues/2625

119f89c8 06/21/2012 10:14 AM Phil Davis

Use config array to get the timezone. syscfg is no longer defined here.

4e8854c6 06/16/2012 05:58 PM Charlie Root

improve alias popup in firewall_rules
include url_table list up to 10000 items
read alias only on mouseover
use table to list columns
show edit shortcut
show total items value on popup description

14f5f705 06/12/2012 02:08 PM Marcello Silva Coutinho

fix permissions check to xml package files and show only menus user has access to

76e91d3f 04/19/2012 11:53 AM Warren Baker

Add SUBMISSION port, fixes #2387

c9eb66f6 03/16/2012 12:19 AM Vinícius Coque

Fix a logical bug on gettext

The parameter showapply determines when the apply button should be displayed
Ticket #1686

3e139f90 02/27/2012 11:58 PM Vinícius Coque

Adding multi-language support to WebGUI

3b49bc25 01/18/2012 08:11 PM Scott Ullrich

Ensure timezone is set

a02ecc94 11/15/2011 06:09 PM Vinícius Coque

Converting javascript code from scriptaculous to jQuery

1ee5815c 07/22/2011 10:34 PM Chris Buechler

make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down

d8012adb 06/07/2011 01:47 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/voucher.inc
usr/local/www/fbegin.inc

60ccf01c 06/07/2011 12:44 AM Scott Ullrich

Add a div around input errors box so that it can be hidden on subequent page posting

54bdff75 03/25/2011 11:49 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/auth.inc
etc/inc/config.lib.inc
etc/inc/filter.inc
etc/inc/pfsense-utils.inc
etc/inc/pkg-utils.inc
etc/inc/priv.defs.inc
etc/inc/services.inc...

cfaf6e69 02/27/2011 08:50 PM Scott Ullrich

Only show the you can monitor the filter reload process for filter related changes

b807a161 02/15/2011 10:59 PM Scott Ullrich

Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.

1596d9c1 01/28/2011 06:38 PM Vinicius Coque

Merge remote branch 'mainline/master'

eac181ca 01/25/2011 06:50 PM Carlos Eduardo Ramos

BP: Add gettext() function #multilang

620ac186 01/25/2011 05:31 PM Scott Ullrich

Misc fixups

d413cd50 01/25/2011 05:11 PM Scott Ullrich

Adding switch to prevent dropdown menu creation.

b6ab9bd2 12/01/2010 11:52 AM Ermal LUÇI

Ticket #1060. Escape even the alias entry descritpions.

64ec1ddf 11/14/2010 07:46 PM Scott Ullrich

Add nocsrf flag

fafd303e 11/12/2010 11:30 PM Scott Ullrich

Unbreak AJAX

baaa8bb1 11/11/2010 05:58 AM Erik Fonnesbeck

Move this function to allow removing it from easyrule.

88bc2760 11/11/2010 05:43 AM Erik Fonnesbeck

Fix filter_rules_sort's compare function to know about floating rules so it won't change their order.

506f6e90 11/09/2010 06:07 PM Scott Ullrich

Ensure csrf magic is loaded

8e0c3760 09/01/2010 12:32 PM Ermal LUÇI

Ticket #568. Do not show the save/cancel buttons on the edit page of firewall rules if that are advanced options set.

95249b8a 08/21/2010 08:16 PM Scott Ullrich

use / as relative since items might be living in a subdirectory off of / such as pfCenter/

667b2b60 08/20/2010 11:37 AM Ermal LUÇI

Remove \r from this file usually crated when edited by Windows editors because it makes it unreadble in unix editors.

f5a8161f 08/05/2010 04:32 PM robert zelaya

add func disc

2eeee043 08/05/2010 04:26 PM robert zelaya

new tab menu

ec3f44c1 08/01/2010 11:53 PM Erik Fonnesbeck

WAN and LAN don't need to be specially added to $specialnets, since the code after can add them anyway.

c76d54a5 08/01/2010 09:47 PM Erik Fonnesbeck

Fix display of optX addresses in rule lists.

6cfa23eb 07/14/2010 09:41 PM Scott Ullrich

No need to use # in color code, it's already set with this

f31489e5 07/14/2010 09:36 PM Scott Ullrich

Allow overriding the Nifty corners background color

619f2dbd 07/12/2010 05:30 PM Scott Ullrich

Add undo button for drag and drop reordering

28170529 07/12/2010 03:02 AM Scott Ullrich

Nuke trailing c/r

2386990d 07/12/2010 03:00 AM Scott Ullrich

Add a Close button option for notices that have appeared as long as the save button has not been set

8c8d954f 07/12/2010 02:10 AM Scott Ullrich

Unbreak nifty

23287db7 07/12/2010 02:07 AM Scott Ullrich

Rename to already existing name=infoboxnp

467989e2 07/12/2010 01:52 AM Scott Ullrich

Add a id of redboxtable to the table so that ajax can interact with this box.

520b1e07 05/07/2010 11:00 PM Scott Ullrich

Add 0x10 diffserv option. http://forum.pfsense.org/index.php/topic,24954.0.html

b8ed2a11 05/05/2010 07:26 PM Ermal LUÇI

Implement tcp flags and sloppy state on the GUI.

c7de8be4 04/21/2010 09:03 PM Jim Pingle

Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512

af5d9af2 04/03/2010 08:03 PM Scott Ullrich

Add iPad support

651fff4f 03/03/2010 06:17 AM Erik Fonnesbeck

Add more descriptive mode names to the error messages.

c61e4626 03/02/2010 05:07 PM Ermal Luçi

Allow the GUI auth API to be used for doing authentication against authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.

974cbfe0 02/09/2010 01:07 PM Ermal Luçi

Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour.

aabb805d 02/08/2010 10:04 PM Ermal Luçi

Ticket #341. Fix setting of default gw. Generate config after saving the changes as done on other places on pfsense code.

85cf9132 01/07/2010 08:05 AM Chris Buechler

Make the "Currently viewing" drop down work in all browsers, not just Firefox.

Ticket #109

fefc8897 01/02/2010 07:23 AM Scott Ullrich

Add ignorefirmwarelock variable that can be used by some ajax callers

88f65b7e 12/22/2009 02:05 PM Ermal Luçi

Add forgotten curly.

a584475a 12/22/2009 01:43 PM Ermal Luçi
  • Fix alias handling around the repo.
  • Add new function filter_expand_alias to allow expanding single alias.
  • Fix reflection rules generation(missing the target variable)
  • Propperly identify duplicate lines in inetd.conf generated.
070a82a9 12/08/2009 11:16 AM Martin

add teredo-protocol to port definitions

91a73b8a 12/06/2009 02:36 AM Scott Ullrich

_REQUEST has data, too. Don't just check _POST only.

0069f9fc 11/29/2009 11:20 PM Jim Pingle

Fix ' in alias description. Confirmed working fix for ticket #143

30c4ae8a 11/28/2009 07:56 PM Scott Ullrich

Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60

7f9ad068 11/17/2009 07:45 PM Chris Buechler

Fix hostname in page title. thanks to sullrich@ for pointer

cf21c8ad 11/16/2009 07:12 AM Chris Buechler

Put the FQDN back into the page title. Many people have numerous firewalls up across tabs, and it's impossible to differentiate without this, which we've had for many years.

e89f2008 11/09/2009 12:36 AM Chris Buechler

fix typo

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

da17d77e 08/24/2009 12:05 PM Ermal Luçi
  • In config_install validate the file that will be installed not the already present config!
  • Convert most hardcoded /tmp to the global variable
  • Do not reboot the firewall under the hood without confirmation from the user after restoring. Just ask the user to do it....
84677257 08/24/2009 12:00 AM Scott Ullrich

Move functions to pfsense-utils.inc since they can be called from either console or gui side

b31da21e 08/23/2009 11:51 PM Scott Ullrich

Move download_file_with_progress bar back to shared are where it belongs. These functions can be called from both console and the webConfigurator. Unbreaks pkg operations on bootup such as resinstall broken packages

aa2a7ea6 07/07/2009 12:06 PM Ermal Luçi

Remove debugging echos

679d21bb 07/07/2009 12:05 PM Ermal Luçi

Fix some typos.

4d828a9a 07/07/2009 10:55 AM Ermal Luçi

Fix interface list usage

WARN: Please ask before introducing old code on what have changed!

2802e3d7 07/03/2009 08:02 PM Scott Ullrich

Nuke trailing newline

0d64af59 06/30/2009 06:16 PM Ermal Luçi

Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
Remove some sort functions not used.

a368a026 06/30/2009 05:15 PM Ermal Luçi
  • Reorganize the 'apply' button infrustructure in the GUI.
    - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals.
    - Convert all pages to the new infrustructure...
7b804bb3 06/27/2009 10:32 PM Scott Ullrich

Add support for the NanoBSD platform

5e7d127a 06/19/2009 12:17 AM Scott Ullrich

Revert "Rename cvssync to gitsync"

This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.

62b035ce 06/19/2009 12:16 AM Scott Ullrich

Rename cvssync to gitsync

6dc88d53 06/18/2009 12:40 PM Ermal Luçi
  • Move functions that output html to guiconfig.inc
  • Remove some recursive dependency on some includes
  • Remove ^M or \r from files
  • Remove some entries from functions.inc to avoid including them twice
  • Remove some unneccessary includes from some files
    ...
50e1f1c6 06/05/2009 12:28 PM Renato Botelho

Fix typo: s/tempalte/template/

354f1f01 04/06/2009 01:19 AM Chris Buechler

fix order

0f01013a 04/06/2009 12:29 AM Chris Buechler

Since they're listed by name, order alphabetically.

ed8fab52 04/01/2009 02:45 PM Jim Pingle

Fix dump_clog to handle fifolog and clog timestamps and entries.

d6abaa18 04/01/2009 02:51 AM Scott Ullrich
  • Add clear_log_file() function and reduce code reuse
  • Use clear_log_file() instead of duplicated logic
b24358d1 04/01/2009 02:19 AM Scott Ullrich

Switch back to CLOG by default. Leave support for fifolog as a config.xml item.

5e7eff74 03/19/2009 12:37 AM Scott Ullrich

Use more human readable format

69de2290 03/19/2009 12:34 AM Scott Ullrich

Convert epoch time to human readable

37c71b53 03/19/2009 12:05 AM Scott Ullrich

Add missing )

c9a8a669 03/19/2009 12:02 AM Scott Ullrich

Ensure file exists.

330cbe3a 03/17/2009 08:39 PM Scott Ullrich

Make 0 byte sized log files happy

2ff9980b 03/16/2009 08:40 PM Scott Ullrich
  • Remove non-needed grep (we use fifolog now)
  • Change "No data" to "Gathering data"
57ecd9b6 03/15/2009 11:01 PM Scott Ullrich

Jettison clog and replace with fifolog which is included in FreeBSD 7.1

9fdb578d 02/01/2009 03:22 PM Ermal Luçi

MFH (CVS) L2TP server implementation.
Also add checks on most *_sort functions to handle error cases.

22dde6eb 12/01/2008 04:19 AM Scott Ullrich

Pass $if if defined along after Apply

dd7a8309 11/22/2008 12:53 AM Scott Ullrich

Move portion to top to aide with 401

e06f19fa 11/17/2008 05:33 PM Scott Ullrich

Detect iphone / ipod

caf7d0bc 11/17/2008 05:13 PM Scott Ullrich

Use pfsense theme for ipod / iphone's

cf7f629b 11/10/2008 05:41 AM Scott Ullrich

Add css for save button

a74e21f7 11/09/2008 09:36 PM Scott Ullrich

Add themes/$themename/infobox.php which allows:
$nifty_redbox = "#990000";
$nifty_blackbox = "#000000";
... To be overridden.

e1813ec8 10/30/2008 01:48 AM Scott Ullrich

Make style match 100%

1aa31c5d 10/30/2008 01:31 AM Scott Ullrich

Add break

8a220491 10/30/2008 01:30 AM Scott Ullrich
  • Use span
  • Make item 600 px wide
  • Misc cleanup
dfdfd0be 10/30/2008 01:01 AM Scott Ullrich
  • Allow themeing of the alertbox.
  • To handle the nifty corners edgecase, define:

    $nifty_redbox = "#990000";
    $nifty_blackbox = "#000000";

    ... in /usr/local/www/themes/{$themename}/tabcontrols.php

8fe7b598 10/30/2008 12:28 AM Scott Ullrich

Display error reason correctly

f68d11ec 10/30/2008 12:11 AM Scott Ullrich

Rename to inputerrorsleft and right

a1581a8f 10/29/2008 11:49 PM Scott Ullrich

Remove trailing newline