- Consistent table styles (table table-striped table-hover)- Wrap tables in table-responsive (excluding widgets)
Refs. #51
Merge remote-tracking branch 'upstream/master' into origin/master
diag_arp allow underscore in resolved host names
is_hostname() and is_domain() allow underscore in the names. So it is possible to have underscore in host names, for example in DHCP server static mapped entries I have some things like:10.42.3.4 client-pc-01_LAN...
Merge branch 'master' into bootstrap
Conflicts: usr/local/www/carp_status.php usr/local/www/diag_arp.php usr/local/www/diag_authentication.php
Improving aesthetics.
Make title color more consistent with other pages.Improving aesthetics.
Conflicts occured in copyright message (year-update) due to whitespace difference and themes/ which was removed
initial rewrite of package management pages
re-added shortcuts/, global tpl updates
initial drag/drop WIP, working on backup/restore page
Fix lineup of copyright lines
and module names and other bits of formatting and typos in headercomment sections.
Welcome 2015
modify copyright statement to reflect reality
Tidy up "diag_arp.php" XHTML
Close IMG tags and and ALTAdd SUMMARY to TABLESAdd CDATA sections to SCRIPTS
Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
xhtml Compliancereplaced <br>, <br/> and </br> with <br />
Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir
Add a note to the ARP page about IPv6 peers using NDP, with a link.
Unbreak the html table, this was missing a table cell close tag, also add trim() on the output.
Converting from prototype to jQuery
Bug #1602. diag_arp.php hangs when DNS server unreachable.
Print the MAC mfg on another line in a smaller font if it's found. Less obtrusive than completely replacing the MAC.
MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, Diagnostics->ARP table
Fix interface recognition for diag > arp. It was't seeing wireless interfaces properly.
Fix whitespace.
Sync with dhcp leases reading code.
Print the theme correctly.
Make php -l happy renaming local function getHostName to _getHostName
Sync with mainline, diag_* files were missing
Reset diag_ files
Remove spaces and tabs from EOL
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
translate of the files: diag_arp.php diag_authentication.php diag_backup.php
fix typo
use theme image, not hard coded one
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Add more comments. Reformat
flush out buffers so the loading prompt appears snappy
Sort ARP table. Sort items with hostnames first then list items without hostnames afterwards.
Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable
Modify sortable.js to work on tabcont as opposed to sortable class. This has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
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
Speedup ARP page by using diag_dhcp_leases.php page code for parsing the dhcpd.leases file
Add sortable table header support
Update dhcpd leases
Remove #!/usr/local/bin/php
If we cannot find a hostname in the dhcp database, attempt a gethostbyaddr() lookup
Move arp table back onto the screen
Add back pfSense headers
Sync w/ 1.2b10