summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵jim-p2011-01-061-2/+2
| | | | config now and this just causes some characters to be lost on input. Ticket #1168
* Use correct variable name. Also related to Ticket #847.Ermal2010-12-011-1/+0
|
* Form image buttons are submit buttons and thus default buttons, causing ↵Erik Fonnesbeck2010-11-121-2/+2
| | | | unwanted behavior with the enter key. Use links instead, where possible.
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Fixes #862. Check if we have filter rules or nat rules.Ermal2010-08-311-16/+20
|
* Update the interface group name in floating rules with multiple interfaces ↵Erik Fonnesbeck2010-08-061-2/+15
| | | | selected, too. Ticket #792
* Ticket #792. Correctly unset the group name and update the new one if a ↵Ermal2010-08-061-4/+26
| | | | interface group is renamed. For filter and nat rules too.
* Merge remote branch 'mainline/master' into 3_interfacesRenato Botelho2010-08-031-0/+5
|\ | | | | | | | | | | | | Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/interfaces.php
| * Fixes #745. Validate group name against existing interfaces.Ermal2010-07-271-0/+5
| |
* | Checked gettext() implementation on interfaces_groups_edit.phpCarlos Eduardo Ramos2010-07-141-2/+4
| |
* | Implement gettext calls on interfaces_groups_edit.phpRafael Lucas2010-07-061-13/+13
|/
* fix textChris Buechler2010-02-211-1/+1
|
* fix textChris Buechler2010-02-211-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Resotre check back seems like empty() does not like 0.Ermal Luçi2009-04-261-4/+3
|
* Comment check out seems something is not well with php.Ermal Luçi2009-04-261-0/+2
|
* Actually merge the part that does the real work with FreeBSD groups.Ermal Luçi2009-03-171-5/+23
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-161-0/+274
Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
OpenPOWER on IntegriCloud