summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_groups_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+4
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style interfaces miscellaneous filesPhil Davis2015-05-131-125/+142
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Add a more obvious note about the use of WAN interface on group rules.jim-p2014-09-221-0/+4
|
* Do not allow interface group name to be bigger than 15 chars, helps ticket #3208Renato Botelho2014-06-091-1/+1
|
* Unset iflist and iflist_disabledRenato Botelho2014-05-291-1/+5
|
* Show disabled interface when it was already part of interface group, it ↵Renato Botelho2014-05-291-5/+13
| | | | avoids to show a random interface instead and let user to add it by mistake. It should fix #3680
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-1/+1
| | | | files to UTF-8
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+2
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-2/+2
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Tidy up "interfaces_group_edit.php" XHTMLColin Fleming2013-04-161-3/+3
| | | | Tidy up escaped forward slash in Javascript
* Tidy up "interfaces_groups_edit.php" XHTMLColin Fleming2013-04-151-14/+13
| | | | | | | Add CDATA sections to SCRIPT tags Close INPUT and IMG tags Add missing quotes for VALUE attribute Update HTML boolean operators
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* 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