summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_import.php
Commit message (Collapse)AuthorAgeFilesLines
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | 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 Correction - Aliases ImportNOYB2016-05-051-1/+1
|
* Provide better messages for invalid alias name errorsPhil Davis2016-04-281-2/+2
| | | | (cherry picked from commit e1f5381f4ecae20922a379b75820af1c9e57927e)
* Merge pull request #2808 from NOYB/Firewall_/_Aliases_-_Remove_PersonalizationsStephen Beaver2016-04-041-2/+1
| | | | (cherry picked from commit e8ea99014a38450ae28d58a6daf0cc60a33ff1e0)
* HTML Compliance - Firewall / Aliases / Bulk ImportNOYB2016-03-161-2/+2
| | | | Error: Element ul not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize firewall aliases and NATPhil Davis2016-01-191-2/+2
|
* 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
* Coe style firewall *Phil Davis2015-12-141-1/+2
|
* 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.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - 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-8/+7
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-1/+1
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-1/+1
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-105/+93
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+246
OpenPOWER on IntegriCloud