Tidy up "services_wol" XHTML
Add SUMMARY to tablesUpdate HTML Boolean operatorsClose INPUT and IMG tags and add ALT to IMG tagsDeprecate ampersand in anchor tagsMove NOWRAP into class statementRemove empty EM tag
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
Tidy up services_wol.php
Remove nbsp
Restoring gray background to the right of some tables in GUI.
Prevent the command wol for being called without propper ip information. Reported-by: http://forum.pfsense.org/index.php/topic,34314.0.html
Fix interface names for Wake on LAN entries. Fixes #1101
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
gettext fixes
Fix link in error message for wake on lan.
Modify various (s)printf format strings to allow translations to change the order of the inserted strings.
Corrections gettext implementation on services_wol.php
Implement gettext() calls on services_wol.php
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Added checks to wol command execution to make it more obvious when the script fails.
If the wol command returns with anything other than 0, alert the user that the commandfailed, and that they should look at the system log to find out why the command failed....
Fixes error that comes up when wake all is used.
This error was coming up when wake all was used from the services WOL page."Fatal error: Function name must be a string in /usr/local/www/services_wol.php on line 53"
Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.Remove some sort functions not used.
Cleanup form a bit.
Do not hard code white
Fix detection if an interface is part of bridge.
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
Do not show LAN interface when it is not present.
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
Add a plus button on the top header of these pages.This to make it easier on large configurations.
Remove #!/usr/local/bin/php
Correctly wake all clients
inserted wol-all-icon, dedicated to sadara ;-)
Wake all clients
Ticket #360
updating files to use theme imagesremoving images from /usr/local/wwwadding specific images into the correct theme directories
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
normalize MAC addresses
doubleclick to edit
icon placement
Add $Id$ tag
Convert description font color to white
Initial revision