summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Do not skip lan on the multi lan wizard.Ermal Luçi2009-12-291-2/+0
|
* Use propper field names.Ermal Luçi2009-12-292-4/+4
|
* Bind to correct fields for the PPPoE/PPTP credentials.Ermal Luçi2009-12-221-4/+4
|
* fix textChris Buechler2009-12-181-1/+1
|
* Resolves #220. Fixed because of missed changes as in Ticket #170.Ermal Luçi2009-12-151-2/+2
|
* Set location of header requestsullrich2009-11-271-1/+1
|
* When working with one interface only, do not attempt to setup lan during ↵sullrich2009-11-271-5/+11
| | | | setup wizard. Ticket #158
* Resolves #169. Show interface friendly names during the wizards. Some more ↵Ermal Luçi2009-11-254-198/+203
| | | | cosemtics is needed in this wizard but this is a first step.
* Fix problems with traffic shaper wizards not propperly handling the ↵Ermal Luçi2009-11-244-5/+10
| | | | parameter at first step.
* Unbreak the wizards. Some one enabled this disabled parts without even ↵Ermal Luçi2009-11-034-18/+18
| | | | testing! Pointy-hat-to: scott@?!
* Uncomment safety-belt checks that are required to avoid filter errors. Not ↵Scott Ullrich2009-09-234-92/+55
| | | | sure why they are uncommented? Unfinished testing is my first guess.
* Fixed a few typos, expanded HCBI description, Expanded other descriptions.stompro2009-09-081-6/+6
| | | | | Expanded on the description of the wizard so it is clearer about the situation it is to be used for. Added the LAN acronym to the number of interfaces question, so it would be clearer.
* Reformat fileScott Ullrich2009-09-031-1008/+1009
|
* Remove extra listtopicScott Ullrich2009-09-031-27/+22
|
* Restore correct variableScott Ullrich2009-09-031-1/+1
|
* Add listtopics for VoIP screen cleaning it upScott Ullrich2009-09-031-27/+41
|
* Humans are not mathematicians by default so telling them interface 0 does ↵Scott Ullrich2009-09-031-53/+55
| | | | not compute. Use +1
* We know these interfaces are WAN, rename interface to WANScott Ullrich2009-09-031-1/+1
|
* Break each interface up into their own listopticsScott Ullrich2009-09-032-0/+14
|
* Break each interface up into their own listopticsScott Ullrich2009-09-031-7/+11
|
* Change variables to match the formScott Ullrich2009-09-032-7/+7
|
* Change 'Interface of this connection' to 'Select interface #X that you would ↵Scott Ullrich2009-09-031-1/+2
| | | | like to shape'
* Change numberconnections to Enter number of XXX type connectionsScott Ullrich2009-09-034-9/+7
|
* game was canceled... no longer available...mfuchs2009-09-018-52/+4
|
* Set the penalty box color to red Resolves #25 on 2.0.Scott Ullrich2009-08-231-1/+1
|
* Fix some typos in wizard.php code introduced by previous commit.Ermal Luçi2009-07-071-78/+83
| | | | | Add 'displayname' even to option fields of select. Convert traffic_shaper_wizard to use display better names with the introduced 'displayname'
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-304-8/+8
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* move after reload_allChris Buechler2009-06-241-1/+1
|
* Skip sleep if argument is specified, and update bogons at end of setup wizard.Chris Buechler2009-06-241-0/+1
|
* Fix pptp dial on demand and idle timeout wizard fields which haveScott Ullrich2009-01-061-2/+2
| | | | NEVER worked correctly to begin with. Oops.
* Savew timeout and dial on demandScott Ullrich2009-01-061-1/+3
|
* Fix ticket #1837.Ermal Luçi2008-11-174-51/+49
|
* Use ECN for the queues created by the wizard which is a more recent ↵Ermal Luçi2008-10-084-68/+68
| | | | | | technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA(!!) release! The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
* * Remove bigpond support from backend.Ermal Luçi2008-10-061-38/+0
| | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
* Correct a problem with the setup wizzard. It was using a legacy method toMatthew Grooms2008-09-021-7/+3
| | | | | set the administrative password. This was causing failures while parsing the xml file.
* Unbreak wizard.Scott Ullrich2008-08-301-64/+11
| | | | Pointy-hat-to: me
* fix traffic_shaper_wizard.xml error in line 57Martin Fuchs2008-08-041-6/+6
|
* Cleanup authentication code. The basic auth method, the passwd, htpasswdMatthew Grooms2008-08-031-7/+3
| | | | | | | | | | | | | and pam backing functions have been removed. The basic auth method was legacy code and the backing functions were redundant with no added value that I could see. A simplified replacement backing function named local_backed has been added that authenticates to the local configuration info which should be identical to system pwdb credentials. Since the htpassword file is no longer required, sync_webgui_passwords and its wrapper function system_password_configure have been removed. The local account management functions were renamed for consistency. A few minor bugs related to setting local passwords have also been corrected.
* readd HBCI & ArchLord to the shaperMartin Fuchs2008-08-038-90/+194
|
* Reactivate setting the root queue bandwidth so rules created by wizards do ↵Ermal Luçi2008-06-024-12/+12
| | | | | | | | not fail with interfaces that cannot report their bandwidth. This involves people to do some manual setup on multi-lan setups but it is better than failing and telling them to fix everything by hand.
* Fix typo noted in ticket #1657Bill Marquette2008-05-171-1/+1
| | | | MFC: for 1.2.1
* Add initial code to allow user to record installation hardware infoScott Ullrich2008-05-171-2/+59
| | | | (dmesg -a).
* Make the wizards up to date.Ermal Luçi2008-04-144-155/+1
|
* Fixup wizards queue generation.Ermal Luçi2008-04-013-3/+3
|
* * Remove the previous added wizardErmal Luçi2008-03-275-23/+399
| | | | | | * Make the wizard generate 2 levels of queues for Local/Lan interfaces by default * Create a rule between Local interafces for multi Lan wizard * Fix other bugs on the wizards
* Fixup wizardsErmal Luçi2008-03-274-73/+71
|
* Temporarily change my name partially to unbreak the wizards of the shaper.Ermal Luçi2008-03-204-4/+4
| | | | XML parser does not like it for now..
* * Insert other wizardsErmal Luçi2008-03-177-86/+6367
| | | | | | | 1- multi Lan/Wan 2- multi Lan/Wan with dedicated links * Correct checking and math done during the wizards
* Make the multi LAN wizard actually work.Ermal Luçi2008-03-072-59/+50
| | | | When the other wizard are finished it will be expossed to the GUI.
* Introduce the files needed for the multi-lan wizard.Ermal Luçi2008-03-072-0/+2924
| | | | It needs some small tweaks that is why for now it will not be exported to the gui.
OpenPOWER on IntegriCloud