Code spacing
and other random stuff I noticed.I think this finishes messing with code style. The codebase should matchthe developer style guide closely enough that 99.9% of changes will notfeel the need to also massage the formatting.
More www code style oddments
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 "reboot.php" XHTML
Move BODY tag before PHP "fbegin.inc" Close INPUT tags
Fixup halt and reboot to catch the output from the shutdown process properly.
Conflicts:
usr/local/www/halt.php usr/local/www/reboot.php
Make the reboot time estimate a little more realisitic.
Fix gettext implementation on reboot.php
Implement gettext calls on reboot.php
Include captiveportal for captiveportal_radius_stop_all()
1 minute != 40 seconds. Change to 70 and give the slower boots a chance to boot
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Navigate to / after 40 seconds to avoid accidental reboots.
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...
Switch over to array style page titles. Obtained-from: m0n0wall
Redirect back to / if user selects not to reboot.
MFC 9162Make the order of "Yes" and "No" consistent across Halt, Reboot, and Factory Default Pages.
Submitted-by: Rajkumar S <rajkumars@asianetindia.com>
Remove #!/usr/local/bin/php
remove <center> tag
close <center> tag
If user selects no, do not redirect. Simply exit.
Alert user when shutting down
Link reboot against Yes button. Move No button before yes to take priority.
While here, center form.
Ticket #248
use $pgtitle
include head.inc and round corners on tabs
Add $Id$ tag
Initial revision