summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Allow additional files to be defined, downloaded and un tarred if need be.Scott Ullrich2004-12-281-1/+23
|
* Firmware upgrade is now working!Scott Ullrich2004-12-272-8/+7
|
* Allow multiple menu items to be installedScott Ullrich2004-12-271-5/+13
|
* Turn off debuggingScott Ullrich2004-12-271-1/+0
|
* Only unlink if file exists.Scott Ullrich2004-12-261-2/+4
|
* Teach verify_gzip_file to use gzip instead of gunzip.Scott Ullrich2004-12-251-1/+2
|
* Sync root password with admin passwordScott Ullrich2004-12-251-57/+62
|
* Remove debugging info.Scott Ullrich2004-12-251-2/+0
|
* Correctly restore SelectedType selection on wizard load and correctly save ↵Scott Ullrich2004-12-232-14/+21
| | | | out the selected type setting.
* Correct value cases and simplify setting of type.Scott Ullrich2004-12-231-11/+5
|
* Correct Type save selection on WAN interface wizard screen.Scott Ullrich2004-12-231-32/+43
|
* Add stepsubmitbeforesave tag which will process text before saving.Scott Ullrich2004-12-231-2/+6
|
* Add link to pfsense home pageScott Ullrich2004-12-231-1/+1
|
* Add suport for pfstat.confScott Ullrich2004-12-232-23/+42
|
* Add password and normal input optionsScott Ullrich2004-12-231-0/+4
|
* Make sure item is array before traversing.Scott Ullrich2004-12-231-4/+5
|
* Teach package manager how to save the rowhelper row values correctly as arrays.Scott Ullrich2004-12-231-25/+21
|
* Add rowhelper type which will place add and delete row items on a form. ↵Scott Ullrich2004-12-223-10/+187
| | | | This can be used to group like items together on the web gui. First package employing this neat feature is pfStat
* Add custom_add_php_command_late tag.Scott Ullrich2004-12-221-1/+5
|
* Stray a.Scott Ullrich2004-12-221-1/+0
|
* Dont delete pkg* here, delete in pkg_mgr only.Scott Ullrich2004-12-221-1/+0
|
* Move loop counter. Fixes a add / delete bug.Scott Ullrich2004-12-211-1/+1
|
* Remove package manifest after usage forcing fresh package listing each time ↵Scott Ullrich2004-12-212-2/+2
| | | | you enter packaage manager.
* Remove package manifest after usage forcing fresh package listing each time ↵Scott Ullrich2004-12-211-0/+1
| | | | you enter packaage manager.
* Changes for nmap and packages that do not require anything to be saved.Scott Ullrich2004-12-213-28/+63
|
* Allow packages to live under Diagnostics menuScott Ullrich2004-12-211-2/+2
|
* document the new xml variable setting routineScott Ullrich2004-12-211-0/+3
|
* Finish packaging storage mechanism. Upon package deletin the package ↵Scott Ullrich2004-12-213-99/+79
| | | | manager will loop through the variables and set them so that you can invoke commands such as system("pw userdel " . $username); from the xml configuration file.
* Correctly save out posted fields to xml configuration file.Scott Ullrich2004-12-201-31/+77
|
* Use javascript to detect which state Type should be in initially.Scott Ullrich2004-12-201-1/+17
|
* Wizard.xml -> wizard.phpScott Ullrich2004-12-191-1/+1
|
* Add enable and disable fields feature to XML language. Fix the TYPE dropdown.Scott Ullrich2004-12-192-61/+547
|
* Correct white space seperation.Scott Ullrich2004-12-192-2/+10
|
* Dont set root password if fields are blank.Scott Ullrich2004-12-181-0/+2
|
* Update (C) info.Scott Ullrich2004-12-181-1/+3
|
* Clean up arraynum handling.Scott Ullrich2004-12-181-5/+17
|
* Redirect to the initial setup wizard on the first time the web gui is accessed.Scott Ullrich2004-12-181-0/+5
|
* Wizard should now be in fully working oorder including reboot, etc.Scott Ullrich2004-12-181-10/+57
|
* Move the "User has been added." save message to the XML file where it belongs.Scott Ullrich2004-12-182-7/+8
|
* Add arraynum flag which is used when there is an array of values.Scott Ullrich2004-12-182-0/+12
| | | | | | Example would be: <dnsserver>X.X.X.X</dnsserver> <dnsserver>Y.Y.Y.Y</dnsserver>
* Dont forget to output the fields description if it exists.Scott Ullrich2004-12-181-1/+4
|
* The wizard system now works!Scott Ullrich2004-12-182-29/+53
|
* Dont forget closing name '.Scott Ullrich2004-12-171-1/+1
|
* Wizard now will walk through entire step process.Scott Ullrich2004-12-171-22/+45
| | | | TODO: Save posted items correctly.
* Add steps 1-6 from cmb.Scott Ullrich2004-12-171-1/+1991
|
* Updated to match wizard.phpScott Ullrich2004-12-171-5/+11
|
* Introduce wizard system.Scott Ullrich2004-12-171-0/+140
|
* Forced commit.Scott Ullrich2004-12-171-1/+34
|
* Honour the ext/$category/$FILENAME contents as the URL of the installed package.Scott Ullrich2004-12-172-2/+2
|
* Use the correct name when invoking the left menus.Scott Ullrich2004-12-161-1/+1
|
OpenPOWER on IntegriCloud