summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ looks better than $Header$Bill Marquette2005-03-271-1/+1
|
* update change desc if password changes (but don't log)Bill Marquette2005-03-271-1/+5
|
* Create update_changedesc() functionBill Marquette2005-03-271-5/+11
| | | | Add $Header$ CVS tag
* set a change counterBill Marquette2005-03-271-0/+2
|
* remove hardcoded pathBill Marquette2005-03-271-4/+9
| | | | remove assumption that if $xml is set that the file must exist - die gracefully now
* slightly better logicBill Marquette2005-03-271-6/+6
|
* better function name :)Bill Marquette2005-03-273-13/+13
|
* update to use new updatechanged() functionBill Marquette2005-03-271-17/+5
|
* cleanup whitespaceBill Marquette2005-03-271-1/+0
|
* use new updatechanged() function for most var changesBill Marquette2005-03-271-18/+11
|
* return true or falseBill Marquette2005-03-271-0/+3
|
* updatechanged function - only update if changed and log what changedBill Marquette2005-03-271-0/+15
|
* Commit description work done so farBill Marquette2005-03-271-3/+11
|
* No longer needed. Remove.Scott Ullrich2005-03-271-1/+1
|
* Use pfSense red on the progress barScott Ullrich2005-03-261-2/+2
|
* Clean up progress bar screen, make it more per-teeScott Ullrich2005-03-262-20/+37
|
* Fixup upload progress bar.Scott Ullrich2005-03-262-9/+18
| | | | It now works when uploading a firmware version!
* Add upload progress bar support to manual upgrade firmwareScott Ullrich2005-03-262-1/+92
|
* Mount flash r/w to remove /usr/local/www/trigger_initial_wizardScott Ullrich2005-03-262-1/+9
|
* Add TODO.Colin Smith2005-03-261-0/+5
|
* Expose filter_configure().Colin Smith2005-03-261-2/+16
|
* Correct progress bar usagScott Ullrich2005-03-262-6/+6
|
* Set upload progress bar variables for phpScott Ullrich2005-03-262-2/+8
|
* Add upload progress bar tracking support to php (as a module)Scott Ullrich2005-03-263-1/+3
|
* Do not try to activate dropdown code if no auto complete items are defined ↵Scott Ullrich2005-03-261-1/+3
| | | | the browser is ie
* Add a redirection notice for embedded users that the wizard is slower than ↵Scott Ullrich2005-03-251-2/+7
| | | | the normal gui. Also note that the user can click on the pfSense logo in the wizard to bypass the wizard process.
* Add 1 pt dotted line around the widget description box for some coolness.Scott Ullrich2005-03-251-2/+2
|
* Introduce a update_description wizard widget which can update a textbox ↵Scott Ullrich2005-03-251-6/+23
| | | | description from a select drop down box.
* Properly handle signatures and docstrings for method introspection.Colin Smith2005-03-251-15/+4
|
* Fix XMLRPC server.Colin Smith2005-03-251-11/+12
|
* Update XMLRPC server.Colin Smith2005-03-251-31/+66
| | | | | | | * Stub in docstrings and signatures (still fixing the latter). * Add xmlrpc_params_to_php and xmlrpc_array_to_php to convert XMLRPC_Value objects into a PHP array. * Still missing: struct handling, more functions!
* Mount the image RW again after write_config() since it will set the image ↵Scott Ullrich2005-03-241-0/+2
| | | | back to RO.
* * Comment out signatures.Colin Smith2005-03-241-13/+13
| | | | * Switch to crypt() auth.
* Stub in XMLRPC support (basic md5 authentication, signatures, and wrapper ↵Colin Smith2005-03-241-0/+82
| | | | for backup_config_section and restore_config_section). Methods currently exposed are pfsense.backup_config_section and pfsense.restore_config_section.
* readfile only takes one argumentScott Ullrich2005-03-241-1/+1
|
* Standardize usage of write_config()Bill Marquette2005-03-241-1/+2
|
* write_config() descriptions and only write_config() if something actually ↵Bill Marquette2005-03-241-10/+18
| | | | changed
* better description of what requires a rebootBill Marquette2005-03-241-2/+3
|
* Don't require a reboot for trivial changes such as bandwidth changeBill Marquette2005-03-241-6/+25
| | | | Fully log what changed on write_config()
* let there be descriptions (warning, this could be slow)Bill Marquette2005-03-241-3/+5
|
* Alter colspan to 6Scott Ullrich2005-03-231-1/+1
|
* Show bandwidth commited to a queue.Scott Ullrich2005-03-231-0/+5
|
* revert prior less correct changeBill Marquette2005-03-231-2/+2
|
* Pass the correct post variable to spit_out_select_itemsScott Ullrich2005-03-231-4/+4
|
* Fix config restoreBill Marquette2005-03-231-2/+2
|
* Remove javascript alert when changing webGUI protocol (it's redirected ↵Colin Smith2005-03-221-2/+2
| | | | transparently anyway).
* wake -> takeScott Ullrich2005-03-221-1/+1
|
* Use form post methodScott Ullrich2005-03-226-6/+8
|
* Do not eval custom_php_install_command unless it existsScott Ullrich2005-03-211-1/+1
|
* Do not newline on udpate_status() itemsScott Ullrich2005-03-211-3/+3
|
OpenPOWER on IntegriCloud