summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_firewall.php
Commit message (Collapse)AuthorAgeFilesLines
* Add reason to write_config() calldoktornotor2017-03-091-1/+1
|
* setHelp and gettext for system*Phil Davis2017-02-091-15/+17
|
* Rever changes escaping '%' chars in help text. No longer required.Steve Beaver2017-02-081-2/+2
|
* Add a '.' to the help text for consistencyluckman2122017-02-041-1/+1
|
* Fixed embedded '%' that was breaking setText.Steve Beaver2017-02-041-6/+5
|
* Fixed #7171Steve Beaver2017-01-301-4/+0
| | | | Moved setHelpText() to helpers file
* Add a parameter to install_cron_job to stop it from performing its own ↵jim-p2017-01-201-3/+3
| | | | | | write_config. Adjust base system calls to match. Ticket #7146 Packages may still need the old behavior but need tested individually. Once all function calls are confirmed to work without the write, the write_config parameter and call can be removed from this function for good.
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-10/+5
|/ | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* Correct the descriptions and behavior of the Adaptive Start and Adaptive End ↵jim-p2016-12-141-10/+13
| | | | settings.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellaneous Textual Corrections - System / Advanced / Firewall & NATNOYB2016-05-151-1/+1
| | | | Section panel header title.
* System Menu - Textual and Punctuation CorrectionsNOYB2016-04-301-1/+1
|
* Fix #6162 saving of bogons update frequencyPhil Davis2016-04-151-4/+4
| | | Another easy fix of a "dumb bug".
* System / Advanced / Firewall & NAT - Remove PersonalizationsNOYB2016-03-281-13/+12
| | | | Remove a bunch of "you" personalizations.
* Perform HTML entity translation where & is usedk-paulius2016-02-141-2/+2
|
* 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