Pencil symbols
These are places in the GUI where the cursor sits not in the far leftside of the input box and there is odd-looking white space to the leftof the cursor. Normally there would be a little input graphic in thewhite space to the left of the cursor (a pencil, a computer screen, a...
Improving aesthetics.
Make title color more consistent with other pages.Improving aesthetics.
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
Change copyright statement to reflect reality
Tidy up "diag_ping.php" XHTML
Add SUMMARY to TABLESClose INPUT tagsUpdate HTML Boolean operatorsChange the PRE tag to a TEXTAREA tag and ad a piece of JavaScript codeto take off the warpAdd missing closing BODY and HTML tags
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Remove call-time pass by reference for do_input_validation, helps ticket #2565
Add scope to target when it is a link-local, it helps ticket #3150
Show IPv6 link-local IPs as specific sources for ping, traceroute, and port testing.
call the default source IP selection Default rather than "Any"
Fix/simplify some logic
Move some code to a function to avoid future duplication. Allow autocomplete on ping page. Add more escaping to command.
Rename "Interface" to "Source Address" on ping page to more accurately reflect what it's actually used for.
Add OpenVPN interfaces as potential ping sources, too.
Whitespace/HTML fixes
Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.
Be more careful when performing a ping to use the correct ping type if an IP address is entered.
trim whitespace from ping host
Added trim() function to the $host variable. If whitespace is in frontof the host or IP address the ping command will fail.
Update PHP shorthand tag
Standardise all PHP start tags from "" to "
So gethostbyname() does not work for ipv6, instead run both ping and ping6. That works too.
Do a gethostbyname() on the host address to get a IP address, then perform ping or ping6 for correct type.
Fix regular expression to allow 10 for ping count.
Ensure count is valid. Submitted-by: Josh Little
Checked gettext() implementation on diag_ping.php
Corrections gettext implementation on diag_ping.php
Review of diag_ping.php
Fixing syntax errors
Implement gettext() calls
this is no longer true thanks to eri's route-to from localhost based on src IP.
Allow GET calling of diag_ping and diag_traceroute so other areas of the GUI can easily link to them. Add links from DNS page for ping and traceroute.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
remove ob flush call
Fix detection if an interface is part of bridge.
Add CSS header
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Continue interface improvements
Switch over to array style page titles. Obtained-from: m0n0wall
Make consistent
Correct cells
Note the fact that multi-wan does not work with these utilities.
Correct warnings and errors found eclipse
Remove #!/usr/local/bin/php
Use terminal font, size of 2 for better readability
Move back onto screen
Add back header
Sync w/ 1.2b10
Use $pgtitle for consistency
include head.inc and round corners on tabs
Add $Id$ tag
Update (C)
Initial revision