summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_firewall.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page title with tab titlek-paulius2016-02-121-4/+4
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* System / Advanced / Firewall and NAT - Remove PPTP from VerbiageNOYB2016-02-031-3/+2
| | | | | Remove PPTP from Verbiage. https://forum.pfsense.org/index.php?topic=106257.0 Also don't see any reason for the span tag here.
* Internationalization of various system*.phpPhil Davis2016-02-031-4/+4
|
* Fixed #5789Stephen Beaver2016-01-211-9/+9
|
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-1/+3
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* HTML Compliance - System / Advanced / Firewall and NATNOYB2015-12-231-3/+4
| | | | | | | | | | | | | | Bad value 200000↩ for attribute placeholder on element input: Line feed not allowed. <input class="form-control" name="maximumtableentries" id="maximumtableentries" type="text" placeholder="200000↩"> Element ul not allowed as child of element span in this context. Contexts in which element ul may be used: Where flow content is expected. Content model for element span: Phrasing content. Close div tag Close php tag
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Remove unhelpful help textStephen Beaver2015-12-151-9/+5
|
* Update system_advanced_firewall.phpPhil Davis2015-12-151-49/+43
| | | | | | | | | A few little code style bits Make the State Timeouts section actually appear (add the section to the form) The State Timeouts section was trying to do groups of fields, which spread themselves horizontally. That did not fit across a reasonable screen nicely, specially for the 6 different TCP timeouts. So the groups thing is removed and each field is its own input in the section, all vertically below each other. Fixed various cut-and-paste bugs in the variable naming of the timeouts code. Added logic to be able to generate the key name (like tcpfinwaittimeout) from the screen displayed text (like "FIN Wait"). Previously the "FIN Wait" case would not work with the simple strtolower($name) This works now. If someone wants to mess with grouping the TCP, UDP, ICMP and Other in some way, then great.
* Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* remove inline stylesJared Dillard2015-11-201-2/+2
|
* fix textChris Buechler2015-11-101-3/+3
|
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+1
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-2/+4
|
* Fixed #5104Stephen Beaver2015-09-041-32/+55
| | | | Repaired automated help display which I broke when fixing an earlier control naming bug
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | fix textChris Buechler2015-08-311-5/+5
|/
* Fixed #5025Stephen Beaver2015-08-271-43/+50
| | | | | All system_advanced_* pages had made-up lement names instead of hte correct config system names. All (several hundred) have been corrected, and tested where possible.
* arrray type changed to associative for country codesStephen Beaver2015-08-271-5/+10
|
* Fixed #5020Stephen Beaver2015-08-261-4/+36
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-425/+332
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+807
OpenPOWER on IntegriCloud