Remove confusing *
Add check all and check none buttons
Remove blank entry
Only show menu subitems that the user has access to.
Strip / out.
Show FreeBSD version as well.
/webConfigurator/Dashboard/
Do not output page title twice
unset() priv correctly.
Sync username / password database after priv change
Correctly assign uid to the user.
Remove XXX, it is fixed.
Minor fixes
Change pgtitle to an array. Do not print out the title twice as it has been moved to fbegin.inc.
Convert page title to use an array like all other pages where previously done.
Unset the session timeout if it is 0 or blank.
If the groupname is in use, do not allow the name to be edited.
Add more input validation to settings screen.
Hide privs section. It will not be making it into 1.3.
Add missing ".
Pointy-hat-to: Myself.
add HBCI to traffic shaper
Move PPPoE Server to Services, VPN menu is misleading
Proper fix for aliases edit.
Ticket #1513Ticket #1476
Really kill off slbd
Ticket #1533
Remove extra C/R
edit.php show an error on opening an empty file
Ticket #1519
Detect playback file not found when passed as argument. Example: pfSsh.php replay cvssync RELENG_1
Allow arguments to be passed to cvssync so you can do:
pfSsh.php playback cvssync RELENG_1
Allow arguments to be passed to the pfSense php shell.
Turn register_argc_argv on
Bring us one step closer to being able to port cvs_sync.sh to pfSsh by adding multiline support. For example
Do not forget ; on php lines.
Collect the help file into one variable and then pipe through more()
Add recording related commands
Really cleanup c/r usage.
Add showrecordings command which will show available sessions for playback
Teach pfSense's php shell how to record and playback a set of commands.
For instance you could automate a series of reptitive developer commands. For example:
pfSense shell: record restartftppfSense shell: = killall ftp-proxypfSense shell: system_start_ftp_helpers();...
Correctly show defined reflection timeout value
Add frontend for reflection timeout value
description text correction
Add carriage return after outputting help screen
Remove debugging echo
fix typo and touch up text
Add pipe_cmd() function
Missed a c/r
If readline is not included in PHP then fall back to normal boring text input methods.
Add second argument of more allowing control of when press Return is displayed
add more($text) function. With this function it will ask the person to press return after 24 rows of output. Good for stuff like this:
$temp = print_r($config, true);more($temp);
Add other helper pages
Remove annoying shake on error.
Correctly show 401 errors.
Fix math on throughput graph
Fix Spacing for wireless graph
Fix Spelling
Define more pages
Unbreak title in package areas.
Remove duplicate $pgtitle entry.
Minor nitpick: make : ": ".
Clarify a few of the manually added descriptions.
Ignore a number of misc pages.
Add correctly.
Add page title.
Switch icon locations to pfSense style themes.
Switch over to array style page titles. Obtained-from: m0n0wall
Move common functions to guiconfig.inc since head.inc requires them.
Do not declare gentitle twice.
Sync code against m0n0wall:
A global commit will be coming up to remove the operation from each page shortly.
Add genhtmltitle() from m0n0wall.
Correctly define Developers kernel option.
Add libreadline support for command histories.
Requested-by: CMB
remove whitespace at end
comment out debugging code, was slightly breaking IPsec logs page and possibly others.
Do not allow DHCP server to be enabled when DHCP relay is enabled, and vice versa
Ticket #1488
Do not allow dhcp-relay to be enabled if dhcp server is enabled on any interface.
Back out counter wrap fix from ticket 1494 as it causes more issues thenwe were trying to solve.
Add back scriptaculous files which are being used by the RRD graphspage. Replacements welcome if we want it removed. Seestatus_rrd_graph.php
Fix courtesey of Billm, hackathon 2007 conversation.Forgotten commit.
Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496
Ticket 1709: fixed typo in OpenVPN cfg-page
Add Codemasters ArchLord MMORPG to traffic shaper
Ticket 1709: fexed typo in OpenVPN cfg-page
Remove size headers since they seem to screw up IE
Fix layout and units
Commit missed include file change
Commit wireless frontend code
List the available Gateways on the rules edit screen
lint
Fix Javascript errors. Thanks JSLint!!