index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
/
local
/
www
/
firewall_aliases_edit.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix display of CIDR/Update Freq in Alias Edit
Phil Davis
2013-12-29
1
-2
/
+2
*
Make it more explicit that 'update freq.' unit is days
Renato Botelho
2013-10-22
1
-1
/
+1
*
Remove unused variable
Renato Botelho
2013-10-22
1
-4
/
+0
*
Fix #3283, use jQuery to change attributes based on id
Renato Botelho
2013-10-21
1
-61
/
+18
*
Actually there is no reason to set a variable just to use once
Renato Botelho
2013-10-18
1
-2
/
+1
*
Fix #3242 and some code cleanup:
Renato Botelho
2013-10-18
1
-21
/
+15
*
Fix #3268 - avoid pf table names conflict:
Renato Botelho
2013-10-16
1
-5
/
+9
*
Remove call-time pass by reference for do_input_validation, helps ticket #2565
Renato Botelho
2013-09-12
1
-1
/
+1
*
Fix #3113, fix multiple english spell errors s/seperet/separat/
Renato Botelho
2013-07-28
1
-1
/
+1
*
When adding Port or URL alias default the alias type
Phil Davis
2013-07-21
1
-3
/
+3
*
Implement URL Table aliases for ports instead of IP addresses
Renato Botelho
2013-07-08
1
-5
/
+29
*
Process zipped aliases list
Renato Botelho
2013-07-05
1
-0
/
+2
*
Use download_file() and check ssl certificates
Renato Botelho
2013-07-05
1
-1
/
+3
*
Remove useless code
Renato Botelho
2013-07-05
1
-3
/
+0
*
Add a new alias type, URLs containing Ports
Renato Botelho
2013-07-04
1
-9
/
+32
*
"block" is also a reserved keyword that can't be an alias name, or pf tosses ...
jim-p
2013-05-29
1
-1
/
+1
*
Permit to use aliases containing hostnames on static routes
Renato Botelho
2013-05-27
1
-14
/
+0
*
Prohibit adding aliases containing FQDNs in static routes. Fixes #2941
Renato Botelho
2013-04-10
1
-0
/
+14
*
Tidy up "firewall_aliases*.php" XHTML
Colin Fleming
2013-04-09
1
-21
/
+17
*
Fix URL add when you break sequence for addresses and details, shile I'm here...
Renato Botelho
2013-04-02
1
-13
/
+12
*
Preserve all URLs when one of them is invalid
Renato Botelho
2013-04-02
1
-4
/
+6
*
Back to previous tab when click on Cancel
Renato Botelho
2013-04-02
1
-1
/
+1
*
Preserve old URLs when an error happens, also, fix descriptions save for URLs
Renato Botelho
2013-04-02
1
-6
/
+11
*
Simplify logic
Renato Botelho
2013-04-02
1
-11
/
+3
*
Return to correct tab after save or delete an alias
Renato Botelho
2013-04-02
1
-3
/
+15
*
Save URLs and URL Table details
Renato Botelho
2013-04-02
1
-0
/
+8
*
Fix whitespaces and indent
Renato Botelho
2013-04-02
1
-124
/
+127
*
Use class tabcont for table
Renato Botelho
2013-01-25
1
-1
/
+1
*
Fix: Repopulate field
bcyrill
2012-11-18
1
-1
/
+1
*
Refine saving/applying on more pages - don't show apply or take an action unl...
jim-p
2012-10-09
1
-3
/
+2
*
Return the user to the tab they were working originally working on
Warren Baker
2012-07-24
1
-2
/
+6
*
Fix hardcodded alias type so alias suggestion works as expected while creatin...
r-duran
2012-07-05
1
-1
/
+1
*
Overcome laziness to avoid unnecessary loop
Cristian Feldman
2012-05-18
1
-5
/
+4
*
Fix of bug #2374 "When entering values in firewall rules leading and
Cristian Feldman
2012-05-18
1
-0
/
+4
*
cleanup: code for building arrays for autocompleted fields
Darren Embry
2012-05-10
1
-24
/
+10
*
Add _ to the list of are allowed characters
Warren Baker
2012-05-10
1
-1
/
+1
*
When the "OpenVPN" users type was commented out of the drop-down, this functi...
jim-p
2012-05-02
1
-4
/
+4
*
feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input
Darren Embry
2012-03-28
1
-0
/
+2
*
prep work for feature #2320: tag fields for ipv4v6
Darren Embry
2012-03-28
1
-4
/
+4
*
Update help text for Host alaises to indicate FQDNs are allowed.
jim-p
2012-03-15
1
-1
/
+1
*
The function split() is replaced by the function explode(). Starting with PHP...
smos
2012-01-19
1
-2
/
+2
*
Adding hook
Scott Ullrich
2011-07-27
1
-0
/
+2
*
Add hooks
Scott Ullrich
2011-07-27
1
-0
/
+4
*
Add alias edit hook
Scott Ullrich
2011-07-18
1
-0
/
+1
*
Merge remote branch 'upstream/master'
jim-p
2011-07-07
1
-1
/
+1
|
\
|
*
Feature #1603. Correct nested urltable alias code to be more fullproof to err...
Ermal
2011-07-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/master'
jim-p
2011-07-04
1
-1
/
+4
|
\
\
|
|
/
|
*
Feature#1603. URL table aliases should be usable within network type aliases.
Evgeny Yurchenko
2011-07-03
1
-1
/
+4
*
|
Merge remote branch 'upstream/master'
jim-p
2011-05-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Reject alias names that are too long. Fixes #1510
jim-p
2011-05-19
1
-1
/
+1
[next]