Doubleclick to edit server nat's works
Allow doubleclick for edit hereFix bug where clicking on description didn't highlight full line
Add doubleclick to edit rules
hard code script name
*Rework package installation interface. * Use progress bar to indicate download progress. * Handle nested dependencies. * Handle dependencies needed by more than one package/depend (please test) * Some minor optimizations.*Add pkg_fetch_recursive().
Move download/progress bar functions to guiconfig.inc - they'll be used in the package installer shortly.
Remove print.
Fix compatibility with old versioncheck method.
Fix manual firmware update.
Ubreak edit script
Add old_checkversion() and a variable for switching between the old (checkversion.php) and new (xmlrpc.php) checkversion methods.
Remove trailing space
Add tabs to firmware page and remove "auto update" entry from manual update page.
Proofreading.
Add TODO.
Add a tab to the top of the auto update field - the grey background looks out of place otherwise.
XXX: system_firmware.php may need to be redone to accomodate the new autoupdate method.
We need the XMLRPC client classes.
Note some todo items.
Remove string concatenation.
Invoke /etc/rc.firmware after downloading binary diffs
Utilize the boolean returned from the pfsense.com XMLRPC server.
Remove pfsense.auto_upgrade until fixed.
Exit script if we are unable to retrive version information.
Stub in XMLRPC support for firmware update.
Get script ready for colins xmlrpc transformation:
Remove javascript statement that is causing errors. It wasn't needed anyways.
Initial commit of the new auto upgrade download helper. Instead of downloading the updates in the background this script will show a visual progress bar indicator of the status.
XXX: finish version logic, modify /etc/rc.firmware
Make sure we pass a number of y's to pkg_add -r to answer yes.
Do not foreach through installedpackages if no installed packages exist.
Fix filter logs (using hardcoded paths until tomorrow).
If $grepfor isn't an array, make it one.
Retool dump_clog to use preg_grep instead of a shelled-out grep sequence.
Really filter repeated messages.
Fix multiple grepping.
Filter both racoon and "message repeated" entries when viewing system logs.
Support multiple "grep" statements. This should really be replaced by a preg_match or equivalent.
Add support for <logging><custom_php_logging_command>.
Minor optimizations and some error checking.
Code cleanup and a few minor optimizations.
Do not require a <logtab> field. The log viewer will fall back to the package's name as defined in config.xml if needed.
Update menu to show package logging facilities.
Add dynamic package logging. I'm new to PHP integration with actual HTML, so that in particular could likely be optimized.
Add default argument for dump_clog's $grepfor.
dump_clog -> dump_clog vpn to avoid redeclaration.
Remove redundant dump_clog functions except where possible.
Remove invalid argument.
dump_clog no longer needed.
Remove dump_clog.
Make dump_clog more versatile and move it to guiconfig.inc.
pka -> pkga
Redirect to the correct URL/IP after the wizard
Use standard header and css file when we notify user of the wizard speed.
Note: this may not even be required now that I optimized the wizard.
Move popup alert to notes field. Could these be completely removed? The webGUI should automagically redirect them now.
use alert(''); for alerting that the webGUI will take effect on save
Save the hard disk standby time for all platforms
make sure form is defined with the name iform to avoid ie javascript exception errors.
reported-by: Matrixul
icon placement
grammar
we aren't m0n0
icon placement cleanup
Cleanup icon placement
Cleanup icon placement to be more like rules screen
Cleanup pathsStandardize settings (262144 file lengths)Move IPSEC VPN next to PPTP VPNstyle cleanupvarious other minor cleanups
Remove two more hard coded paths
Save/Load should be "nowrap'd" Reported by: hoba
Insert a short blurb about optional intefaces gateway option
Oops, remove keep fragments option - in pf this is global
Let the update_if_changed() force passing as reference instead of relying on our memory and testing abilities
Add greyout and minor syntax fixes from versions 1.8-1.12.
As we now support alternate version checking URLs, replace the current error message upon check_firmware_version() with something more general.
Expose pfsense.auto_update and pfsense.check_firmware_version.
Remove "cannot determine firmware version" line when alternative URLs are being used unless the version check actually fails.
Config should really be locked before running filter_configure
Whoops, forgot to increment the array counter.
Allow multicallish functionality in pfsense.restore_config_section.
Include XML parser functions.
Fix array offset (first param starts at 0 after auth).
Add missing ).
Stub in support for alternate versioncheck URLs - honest!
Stub in support for alternate version checking URLs.
Fix handling of <note> fields.
Restart webgui if either port or protocol is change
Be a nice script for ro environments by mounting the flash rw and then ro before and after the save.
No need for href on first tab
Define guiconfig.inc early on.
Add (basic) authentication handler and clean up a bit.