Fix formatting.
Rename Package Manager to Packages .. Ony Safari the item word wraps and it looks awful[tm]
Minor tweaks.
Fix package installation.
Disable Rendevouz section. It won't make it into the beta.
Use packages-5.4-release as our default package location, at least until I can find a better way to determine where exactly we should be fetching a particular depend from.
Reorder the Auto Update tab to appear first
Check for the actual updater script only (instead of the PHP page itself, which is a bit self-defeating).
Process system_set_harddisk_standby() instead of requiring a reboot. Doh!
Remove generic-pc check. Let user specify how they want that hard drive to power down.
Don't forget the closing }.
Log all dependencies found but already installed.
Give a show log option upon failed package install
Eliminate the status box. Move everything into the output window
Use 3 rows
Fix logic for checking for package reinstallation.
XXX: Some logic is still a bit shaky.
Add a Cancel button which takes the browser back to the page prior.
Cleanup the version check page. We don't need a preschool size textarea to report the update status.
Remove Upgrading. We're a check only screen now.
Check for both the updater script and the PHP process downloading latest.tgz.
(#15) Check to an rc.firmware_auto process instead of relying on a file.
Alter auto update tabs behavior. Show the version information and insert a Invoke Auto Upgrade button
Do not set lastseen to -1 each time
Alert when we cannot locate the package configuration file
Cleanup opening and closing braces
Do not report progress past 100%
Do not traverse arrays if they are not an array
$lastseen should be a global variable
Minor cleanup.
Disable OpenVPN for the time being.
Include XMLRPC helper functions and remove unnecessary code.
Only send javascript update messages when the percentage changes. This avoids sending the clients firefox utilization to 100%
Alert user when downloading a new version
Use the new download system in pfSense to download the old style updates.
Do not allow auto upgrade to be invoked twice.
Add Alias optoins to NAT ports
Turn off alias auto picker code for Internet Explorer when in HTTPS: mode
Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense.
Add "Copy my MAC address" feature which copies the mac address of the person surfing into pfSense. Useful when a user needs to override their wan with their machines mac address
Zap unused code
CORRECTLY detect if a package is installed, if is not, add it to the config.xml file
fix reinstall all packages
Log all md5 mismatches to /tmp/bdiff.log
Use loops to handle all update categories, instead of individual blocks.
Update auto updater.
Only need one closing brace
Use posted IP address.
Raise maximum upload size to 50 megs.
Use the old checkversion method until we roll out the new bdiff/XMLRPC version.
clean up form tags
only need one form tag - add an action to the remaining tag
no need for two <form> tags
cleanup <form> tags - only need one
<form> cleanup
not a form
not a form (wrong post action anyway)
remove double <form> tag
post to the right page
Show the RIO flag if queue uses it
normalize MAC addresses
Clean up error text to be same as other port range errors
Fix logic that checks whether a package is already installed.
Make sure that package tarballs and staging areas are removed once all packages are installed.
If the package already exists in config.xml, overwrite the previous entry with the new one.
Move checkversion system over to XMLRPC for the next update.
Add back html header for pfSense
Import m0n0walls interfaces status screen which features expanded wirelessinformation.
Redirect stderr to stdout.
Clean up print_r().
Make pkg_add output more verbose to aid in debugging.
white on red not blackdoubleclick for edit
doubleclick for edit
doubleclick to edit
doubleclick to editwhite on red for expires
white on red for descriptiondoubleclick to edit
descriptions are white on red, not black on red
Doubleclick for edit
Doubleclick to edit
Doubleclick for editAllow click on description to select line
doubleclick for editallow clicking on description for selection
Doubleclick to editwhitespace cleanup
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.