Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redirect stderr to stdout. | Colin Smith | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | Clean up print_r(). | Colin Smith | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | Make pkg_add output more verbose to aid in debugging. | Colin Smith | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | white on red not black | Bill Marquette | 2005-04-12 | 1 | -5/+5 |
| | | | | doubleclick for edit | ||||
* | doubleclick for edit | Bill Marquette | 2005-04-12 | 2 | -6/+6 |
| | |||||
* | doubleclick to edit | Bill Marquette | 2005-04-12 | 4 | -12/+12 |
| | |||||
* | doubleclick to edit | Bill Marquette | 2005-04-12 | 1 | -4/+4 |
| | | | | white on red for expires | ||||
* | white on red for description | Bill Marquette | 2005-04-12 | 2 | -6/+6 |
| | | | | doubleclick to edit | ||||
* | doubleclick to edit | Bill Marquette | 2005-04-12 | 2 | -6/+6 |
| | |||||
* | descriptions are white on red, not black on red | Bill Marquette | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | Doubleclick for edit | Bill Marquette | 2005-04-12 | 1 | -4/+4 |
| | |||||
* | Doubleclick to edit | Bill Marquette | 2005-04-12 | 1 | -6/+6 |
| | |||||
* | Doubleclick for edit | Bill Marquette | 2005-04-12 | 1 | -6/+6 |
| | | | | Allow click on description to select line | ||||
* | doubleclick for edit | Bill Marquette | 2005-04-12 | 1 | -3/+3 |
| | |||||
* | doubleclick for edit | Bill Marquette | 2005-04-12 | 1 | -7/+7 |
| | | | | allow clicking on description for selection | ||||
* | Doubleclick to edit | Bill Marquette | 2005-04-12 | 1 | -5/+5 |
| | | | | whitespace cleanup | ||||
* | Doubleclick to edit server nat's works | Bill Marquette | 2005-04-12 | 1 | -2/+2 |
| | |||||
* | Allow doubleclick for edit here | Bill Marquette | 2005-04-12 | 1 | -6/+6 |
| | | | | Fix bug where clicking on description didn't highlight full line | ||||
* | Add doubleclick to edit rules | Bill Marquette | 2005-04-12 | 1 | -6/+6 |
| | |||||
* | * Minor cleanup. | Colin Smith | 2005-04-12 | 2 | -5/+5 |
| | | | | * Log pkg_add output in pkg_fetch_recursive. | ||||
* | hard code script name | Scott Ullrich | 2005-04-12 | 1 | -1/+1 |
| | |||||
* | *Rework package installation interface. | Colin Smith | 2005-04-11 | 2 | -108/+119 |
| | | | | | | | | * 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 ↵ | Colin Smith | 2005-04-11 | 2 | -119/+109 |
| | | | | the package installer shortly. | ||||
* | Remove print. | Colin Smith | 2005-04-10 | 1 | -1/+0 |
| | |||||
* | Fix compatibility with old versioncheck method. | Colin Smith | 2005-04-10 | 1 | -6/+3 |
| | |||||
* | * (hopefully) fix manual firmware upload. | Colin Smith | 2005-04-10 | 1 | -8/+2 |
| | | | | * Remove unnecessary version checking calls. | ||||
* | Fix manual firmware update. | Colin Smith | 2005-04-10 | 2 | -4/+3 |
| | |||||
* | Ubreak edit script | Scott Ullrich | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Add old_checkversion() and a variable for switching between the old ↵ | Colin Smith | 2005-04-10 | 1 | -2/+82 |
| | | | | (checkversion.php) and new (xmlrpc.php) checkversion methods. | ||||
* | Remove trailing space | Scott Ullrich | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Add tabs to firmware page and remove "auto update" entry from manual update ↵ | Colin Smith | 2005-04-10 | 2 | -41/+26 |
| | | | | page. | ||||
* | Proofreading. | Colin Smith | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | Add TODO. | Colin Smith | 2005-04-10 | 1 | -0/+3 |
| | |||||
* | Add a tab to the top of the auto update field - the grey background looks ↵ | Colin Smith | 2005-04-10 | 1 | -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 Smith | 2005-04-10 | 1 | -1/+2 |
| | |||||
* | Note some todo items. | Scott Ullrich | 2005-04-10 | 1 | -0/+3 |
| | |||||
* | Remove string concatenation. | Colin Smith | 2005-04-10 | 1 | -1/+1 |
| | |||||
* | * Move download begin/finish text to status window. | Colin Smith | 2005-04-10 | 1 | -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 diffs | Scott Ullrich | 2005-04-10 | 1 | -15/+16 |
| | |||||
* | Utilize the boolean returned from the pfsense.com XMLRPC server. | Colin Smith | 2005-04-10 | 1 | -4/+8 |
| | |||||
* | Remove pfsense.auto_upgrade until fixed. | Colin Smith | 2005-04-07 | 1 | -10/+8 |
| | |||||
* | Exit script if we are unable to retrive version information. | Colin Smith | 2005-04-07 | 1 | -4/+9 |
| | |||||
* | Stub in XMLRPC support for firmware update. | Colin Smith | 2005-04-07 | 1 | -32/+32 |
| | |||||
* | * Add kernel version file | Scott Ullrich | 2005-04-07 | 1 | -2/+13 |
| | | | | * Cleanup and add more comments | ||||
* | Get script ready for colins xmlrpc transformation: | Scott Ullrich | 2005-04-07 | 2 | -8/+14 |
| | |||||
* | * Add progress % | Scott Ullrich | 2005-04-07 | 1 | -30/+43 |
| | | | | * Change background-color of textarea's to match tab color | ||||
* | Remove javascript statement that is causing errors. It wasn't needed anyways. | Scott Ullrich | 2005-04-06 | 1 | -1/+0 |
| | |||||
* | Initial commit of the new auto upgrade download helper. Instead of ↵ | Scott Ullrich | 2005-04-06 | 1 | -0/+174 |
| | | | | | | 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. | Scott Ullrich | 2005-04-06 | 1 | -1/+11 |
| | |||||
* | Do not foreach through installedpackages if no installed packages exist. | Scott Ullrich | 2005-04-06 | 1 | -8/+9 |
| |