summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* fix imbalanced HTML tagsDarren Embry2012-09-061-7/+16
| | | | hopefully continues to fix #2625 but no guarantees.
* a few coding indentation/style fixes.Darren Embry2012-09-061-63/+61
|
* Inconsistent behavior with Alias info popupDarren Embry2012-09-061-1/+1
| | | | | | hopefully fixes #2625 http://redmine.pfsense.org/issues/2625
* Use config array to get the timezone. syscfg is no longer defined here.Phil Davis2012-06-211-1/+1
|
* improve alias popup in firewall_rulesCharlie Root2012-06-161-61/+93
| | | | | | | | 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
* fix permissions check to xml package files and show only menus user has ↵marcelloc2012-06-121-29/+4
| | | | access to
* Add SUBMISSION port, fixes #2387Warren Baker2012-04-191-0/+1
|
* Fix a logical bug on gettextVinicius Coque2012-03-151-2/+6
| | | | | The parameter showapply determines when the apply button should be displayed Ticket #1686
* Adding multi-language support to WebGUIVinicius Coque2012-02-271-0/+9
|
* Ensure timezone is setScott Ullrich2012-01-181-0/+6
|
* Converting javascript code from scriptaculous to jQueryVinicius Coque2011-11-151-2/+2
|
* make the tab character limit 92, leaves plenty of room and prevents some ↵Chris Buechler2011-07-221-1/+1
| | | | custom builds from unnecessarily turning tabs into a drop down
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-071-0/+2
|\ | | | | | | | | | | Conflicts: etc/inc/voucher.inc usr/local/www/fbegin.inc
| * Add a div around input errors box so that it can be hidden on subequent page ↵Scott Ullrich2011-06-061-0/+2
| | | | | | | | posting
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-2/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 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 etc/inc/shaper.inc etc/inc/voucher.inc etc/inc/vpn.inc usr/local/www/fbegin.inc
| * Only show the you can monitor the filter reload process for filter related ↵Scott Ullrich2011-02-271-2/+9
| | | | | | | | changes
| * Break on 'You can also monitor the reload progress' instead of letting it ↵Scott Ullrich2011-02-151-1/+1
| | | | | | | | wrap into a newline.
* | Merge remote branch 'mainline/master'Vinicius Coque2011-01-281-9/+11
|\ \ | |/
| * Misc fixupsScott Ullrich2011-01-251-3/+8
| |
| * Adding switch to prevent dropdown menu creation.Scott Ullrich2011-01-251-7/+4
| |
* | BP: Add gettext() function #multilangCarlos Eduardo Ramos2011-01-251-1/+1
|/
* Ticket #1060. Escape even the alias entry descritpions.Ermal2010-12-011-1/+2
|
* Add nocsrf flagScott Ullrich2010-11-141-3/+5
|
* Unbreak AJAXScott Ullrich2010-11-121-0/+3
|
* Move this function to allow removing it from easyrule.Erik Fonnesbeck2010-11-101-26/+0
|
* Fix filter_rules_sort's compare function to know about floating rules so it ↵Erik Fonnesbeck2010-11-101-8/+11
| | | | won't change their order.
* Ensure csrf magic is loadedScott Ullrich2010-11-091-0/+1
|
* Ticket #568. Do not show the save/cancel buttons on the edit page of ↵Ermal2010-09-011-0/+42
| | | | firewall rules if that are advanced options set.
* use / as relative since items might be living in a subdirectory off of / ↵Scott Ullrich2010-08-211-1/+1
| | | | such as pfCenter/
* Remove \r from this file usually crated when edited by Windows editors ↵Ermal2010-08-201-1059/+1058
| | | | because it makes it unreadble in unix editors.
* add func discrobiscool2010-08-051-0/+8
|
* new tab menurobiscool2010-08-051-1067/+1050
|
* WAN and LAN don't need to be specially added to $specialnets, since the code ↵Erik Fonnesbeck2010-08-011-2/+2
| | | | after can add them anyway.
* Fix display of optX addresses in rule lists.Erik Fonnesbeck2010-08-011-5/+2
|
* No need to use # in color code, it's already set with thisScott Ullrich2010-07-141-3/+3
|
* Allow overriding the Nifty corners background colorScott Ullrich2010-07-141-4/+8
|
* Add undo button for drag and drop reorderingScott Ullrich2010-07-121-0/+64
|
* Nuke trailing c/rScott Ullrich2010-07-111-1/+1
|
* Add a Close button option for notices that have appeared as long as the save ↵Scott Ullrich2010-07-111-3/+7
| | | | button has not been set
* Unbreak niftyScott Ullrich2010-07-111-1/+1
|
* Rename to already existing name=infoboxnpScott Ullrich2010-07-111-1/+1
|
* Add a id of redboxtable to the table so that ajax can interact with this box.Scott Ullrich2010-07-111-2/+2
|
* Add 0x10 diffserv option. ↵Scott Ullrich2010-05-071-0/+1
| | | | http://forum.pfsense.org/index.php/topic,24954.0.html
* Implement tcp flags and sloppy state on the GUI.Ermal2010-05-051-14/+17
|
* Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-211-0/+3
| | | | 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
* Add iPad supportScott Ullrich2010-04-031-1/+1
|
* Add more descriptive mode names to the error messages.Erik Fonnesbeck2010-03-021-0/+3
|
* Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-021-2/+2
| | | | 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.
* Ticket #338. Remove aliases_sort function and keep the list always sorted in ↵Ermal Luçi2010-02-091-11/+0
| | | | config.xml. This reverts to previous behaviour.
* Ticket #341. Fix setting of default gw. Generate config after saving the ↵Ermal Luçi2010-02-081-1/+1
| | | | changes as done on other places on pfsense code.
OpenPOWER on IntegriCloud