summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* add an option to only validate URL tables, so stray files aren't left behind ↵Chris Buechler2016-02-121-1/+1
| | | | when input validation fails. Ticket #5848
* Show user the URL causing the error. Ticket #5848Chris Buechler2016-02-101-1/+1
|
* Remove process_alias_unzip, which never worked because of variable typo (at ↵Chris Buechler2016-02-101-2/+0
| | | | a minimum) and wasn't documented as an available feature so people don't expect to be able to use it.
* Set same as max_input_varsChris Buechler2016-02-091-1/+1
|
* Don't try to process URL alias if the download fails. Ticket #5848Chris Buechler2016-02-091-1/+3
|
* Fix subnet_size var name typoPhil Davis2016-02-071-1/+1
|
* Make sure subnet_size() didn't return 0Renato Botelho2016-02-041-1/+3
|
* Merge pull request #2464 from phil-davis/patch-3Renato Botelho2016-01-181-25/+37
|\
| * Remove tab embedded in text - firewall_aliases_editPhil Davis2016-01-181-1/+1
| |
| * Internationalize firewall_aliases_editPhil Davis2016-01-181-25/+37
| | | | | | | | | | 1) Wrap all the various arrays of text that are displayed to the user in gettext() 2) Give the possibility to translate the singular of words like "host", "network" that get substituted into message strings. 3) Where there are multiple %s in an sprintf() use %$1s %s2s to be really sure, even though it seems to be a case where the order of substitution will never be swapped.
* | Display existing updatefreqPhil Davis2016-01-181-1/+7
|/ | | | when user is editing an alias type that uses the subnet CIDR field as the URL table update frequency. Forum: https://forum.pfsense.org/index.php?topic=105457.0
* Firewall / Aliases / Edit - PatternNOYB2016-01-181-1/+20
| | | | Address field is used for a wide variety of input types. Including URLs which require a much greater character set acceptance.
* Alias name consistency in Firewall alias edit and schedules edit.NOYB2016-01-181-1/+1
|
* All simple php echo to shortNewEraCracker2016-01-141-4/+4
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* HTML Compliance - Firewall / Aliases / EditNOYB2016-01-021-1/+1
| | | | | Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class <input class="form-control" name="address0" id="address0" type="text" value="" pattern="[0-9, a-z, A-Z and ." placeholder="Address">
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Merge pull request #2224 from phil-davis/r005Stephen Beaver2015-12-141-13/+14
|\
| * Coe style firewall *Phil Davis2015-12-141-13/+14
| |
* | Remove duplicated code in firewall_aliases_editPhil Davis2015-12-141-7/+0
|/ | | This hidden Form_Input is duplicated and I don't see why. The system seems to work OK with the duplication and without.
* Fixed #5593Stephen Beaver2015-12-071-4/+8
| | | | The jQuery required to fix this is tricky, but I believe this fixes the issue by re-adding the autoselect data to newly cloned groups.
* 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.
* 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-3/+2
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-4/+3
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+3
|
* Fixed #5259Stephen Beaver2015-10-141-1/+36
|
* Fixed #5282Stephen Beaver2015-10-071-2/+0
|
* Merge pull request #1944 from phil-davis/patch-4Renato Botelho2015-10-061-1/+1
|\
| * Inconsistent aming of labels for alias typesPhil Davis2015-10-041-1/+1
| | | | | | | | | | In firewall aliases edit, if you select URL Table (IPs) then the row label said just "URL (IPs)" But if you select URL Table (Ports) then the row label says "URL Table (Ports)" That was inconsistent. I have chosen to add the word "Table" here. We could just as easily remove the work "Table" from the line below.
* | Fixed #5251Stephen Beaver2015-10-051-5/+14
| | | | | | | | Behavior now same as 2.2.x
* | Update firewall_aliases_edit.phpheper2015-10-031-7/+7
| |
* | cosmetic changesheper2015-10-031-5/+18
|/ | | attempt to address https://forum.pfsense.org/index.php?topic=100232.0
* Completes #5159Stephen Beaver2015-10-021-166/+1
| | | | All duplicated JS removed to included file
* Fixed #5227 by changing button type to GlobalStephen Beaver2015-10-011-2/+2
|
* Redmine #5162 do not allow alias rename to an existing name - masterPhil Davis2015-09-211-6/+4
|
* s/delet the/delete the/gChris Buechler2015-09-161-1/+1
| | | | Credit for idea to Phil Davis
* Revised all pages with autocomplete to accommodate host names in validation ↵Stephen Beaver2015-09-111-1/+1
| | | | and change port inputs to 'text'
* Experiment to fix validating host namesStephen Beaver2015-09-111-1/+1
|
* jQuery autocomplete added as requiredStephen Beaver2015-09-111-3/+14
|
* firewall_asliases_edit: minor edits to display hint text on page loadStephen Beaver2015-09-091-14/+21
| | | | | head.inc: Fixes to notification system pkg_mgr: Removed calls to dicontinued function. Removed obsolete table columns, corrected description display
* FIxes after mergeStephen Beaver2015-09-021-45/+40
|
* Post merge commitStephen Beaver2015-09-021-237/+386
|
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-90/+90
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-90/+90
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-404/+295
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+890
OpenPOWER on IntegriCloud