summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
Commit message (Collapse)AuthorAgeFilesLines
* updating files to use theme imagesErik Kristensen2005-07-211-1/+1
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* More round tablesBill Marquette2005-07-031-3/+4
|
* Use $pgtitleBill Marquette2005-07-031-2/+1
| | | | small code cleanups
* Cleanup and add rounded corners.Scott Ullrich2005-07-021-7/+3
|
* Convert System Firmware tabs to rounded aka (display_top_tabs() callsScott Ullrich2005-07-021-6/+7
|
* Change title.Colin Smith2005-06-291-2/+2
|
* *Add "firmware updater" tab similar to package manager.Colin Smith2005-06-291-1/+3
| | | | *Add tab for updater settings.
* Categorize updates by both update type and updated system.Colin Smith2005-05-301-1/+2
| | | | Examples: pfSense-Full-Kernel-Update-0.67.0.tgz, pfSense-Binary-Firmware-Update-0.67.1.tgz.
* Do not append the version name to $tofetch - it isn't (currently) used.Colin Smith2005-05-291-1/+3
|
* * Tab consistency.Colin Smith2005-05-071-3/+10
| | | | * Don't reboot unless we need to.
* Fix new firmware updater.Colin Smith2005-05-071-13/+14
|
* Add new update code.Colin Smith2005-05-071-145/+42
|
* Firmware Update -> Manual UpdateScott Ullrich2005-05-061-1/+1
|
* Do not unlink file if it doesnt exist.Scott Ullrich2005-04-301-1/+2
|
* (#15) Fix checking for autoupdate.lock.Colin Smith2005-04-261-2/+2
|
* Include xmlrpc.inc instead of xmlrpc_client.inc.Colin Smith2005-04-261-1/+1
|
* Reorder the Auto Update tab to appear firstScott Ullrich2005-04-221-1/+1
|
* Check for the actual updater script only (instead of the PHP page itself, ↵Colin Smith2005-04-221-1/+1
| | | | which is a bit self-defeating).
* Check for both the updater script and the PHP process downloading latest.tgz.Colin Smith2005-04-211-1/+1
|
* (#15) Check to an rc.firmware_auto process instead of relying on a file.Colin Smith2005-04-211-5/+4
|
* Alert user when downloading a new versionScott Ullrich2005-04-191-0/+1
|
* Use the new download system in pfSense to download the old style updates.Scott Ullrich2005-04-191-0/+4
|
* * Use mwxec_bgScott Ullrich2005-04-191-3/+7
| | | | * Surround parms with "
* Do not allow auto upgrade to be invoked twice.Scott Ullrich2005-04-191-3/+9
|
* Log all md5 mismatches to /tmp/bdiff.logColin Smith2005-04-181-2/+8
|
* * Use loops for handling both version checking and actual diff application.Colin Smith2005-04-181-20/+8
| | | | * Terminate the update process if an md5 mismatch occurs.
* Use loops to handle all update categories, instead of individual blocks.Colin Smith2005-04-181-69/+33
|
* Update auto updater.Colin Smith2005-04-181-13/+45
|
* * Remove exit commandScott Ullrich2005-04-171-4/+6
| | | | * Update download filenames to reflect version number that we should be operating on
* Use the old checkversion method until we roll out the new bdiff/XMLRPC version.Colin Smith2005-04-161-16/+28
|
* Move checkversion system over to XMLRPC for the next update.Colin Smith2005-04-131-1/+1
|
* Move download/progress bar functions to guiconfig.inc - they'll be used in ↵Colin Smith2005-04-111-119/+45
| | | | the package installer shortly.
* Remove print.Colin Smith2005-04-101-1/+0
|
* Fix compatibility with old versioncheck method.Colin Smith2005-04-101-6/+3
|
* Fix manual firmware update.Colin Smith2005-04-101-2/+2
|
* Add old_checkversion() and a variable for switching between the old ↵Colin Smith2005-04-101-2/+82
| | | | (checkversion.php) and new (xmlrpc.php) checkversion methods.
* Remove trailing spaceScott Ullrich2005-04-101-1/+1
|
* Add tabs to firmware page and remove "auto update" entry from manual update ↵Colin Smith2005-04-101-7/+5
| | | | page.
* Add TODO.Colin Smith2005-04-101-0/+3
|
* Add a tab to the top of the auto update field - the grey background looks ↵Colin Smith2005-04-101-1/+8
| | | | | | 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.Colin Smith2005-04-101-1/+2
|
* Note some todo items.Scott Ullrich2005-04-101-0/+3
|
* Remove string concatenation.Colin Smith2005-04-101-1/+1
|
* * Move download begin/finish text to status window.Colin Smith2005-04-101-9/+18
| | | | | * Move download percentage indicator to status window and comment out the output window indicator. * Reserve the output window for release comments.
* Invoke /etc/rc.firmware after downloading binary diffsScott Ullrich2005-04-101-15/+16
|
* Utilize the boolean returned from the pfsense.com XMLRPC server.Colin Smith2005-04-101-4/+8
|
* Exit script if we are unable to retrive version information.Colin Smith2005-04-071-4/+9
|
* Stub in XMLRPC support for firmware update.Colin Smith2005-04-071-32/+32
|
* * Add kernel version fileScott Ullrich2005-04-071-2/+13
| | | | * Cleanup and add more comments
* Get script ready for colins xmlrpc transformation:Scott Ullrich2005-04-071-7/+12
|
OpenPOWER on IntegriCloud