summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_import.php
Commit message (Collapse)AuthorAgeFilesLines
* Add required fields to firewall_aliases_importPhil Davis2017-01-231-2/+2
| | | | (cherry picked from commit b6368b73d921a29e87cc1cd02ab912024ba66d0a)
* Display input error when no aliases to importPhil Davis2017-01-231-2/+2
| | | | | Currently if you put nothing in the "Aliases to import" box and press Save then the page just reloads - nothing saves and there is no message about the problem. It should tell you to that "Aliases to import" is required. (cherry picked from commit f99bbf5e01f71ba21ff6ed0b95d47b1b7d163154)
* Fix #6976: Make sure interface description, interface name and alias don't ↵Renato Botelho2016-12-121-0/+9
| | | | have the same name
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Fix #6582 Allow import of portsPhil Davis2016-07-081-24/+78
| | | | | | | | | | | | | | | This change does: 1) Allow bulk import of a port alias. That happens when the Import button is pressed from the Ports tab of the firewall_aliases screen. 2) Allow bulk import of an IP alias, automatically determine if the imported data fits a host or network alias type. That happens when the Import button is pressed from the IP tab of the firewall_aliases screen. 3) When Import is pressed from the "All" tab of the firewall_aliases screen, make an IP alias. 4) Do not display the Import button when on the URL tab of the firewall_aliases screen. (cherry picked from commit e4c784bfeb5d9bad4c65c421cefb767af0b164dd)
* 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