Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore the code for getting the step's title and description after the step ↵ | Erik Fonnesbeck | 2010-07-10 | 1 | -0/+3 |
| | | | | ID is set so that it is read from the correct step. | ||||
* | Show $g['product_name'] on wizards | Renato Botelho | 2010-07-07 | 1 | -6/+6 |
| | |||||
* | Hide GMZ offset zones in setup wizard. Ticket #464 | jim-p | 2010-06-25 | 1 | -0/+2 |
| | |||||
* | Check if a variable is set before trying to unset. Otherwise, this will blow ↵ | jim-p | 2010-06-17 | 1 | -3/+4 |
| | | | | up with $a[b][c] if $a[b] doesn't exist. | ||||
* | Fix typo. | Ermal | 2010-06-11 | 1 | -2/+2 |
| | |||||
* | Ticket #642. Fix logic for the wizard code to unset and arraynum usage. | Ermal | 2010-06-11 | 1 | -12/+7 |
| | |||||
* | For settings that exist in the configuration but are blank, only consider it ↵ | Erik Fonnesbeck | 2010-06-02 | 1 | -1/+4 |
| | | | | true when associated with a checkbox. | ||||
* | Fix logic. | Ermal | 2010-06-02 | 1 | -4/+4 |
| | |||||
* | Ticket #493. Set a value for checkboxes since the parsers marks empty ↵ | Ermal | 2010-05-17 | 1 | -1/+1 |
| | | | | tags(<tag/>) as arrays. | ||||
* | Ticket #493. Ticket #302. Actually correct code flow to be correct and ↵ | Ermal | 2010-05-14 | 1 | -1/+1 |
| | | | | consistent to what it should do. | ||||
* | Fix wizard handling of password fields. Ticket #500. | jim-p | 2010-04-12 | 1 | -2/+6 |
| | |||||
* | Ticket #313. Use $myurl when calling fixup_string to get the URL for the ↵ | Erik Fonnesbeck | 2010-03-20 | 1 | -1/+1 |
| | | | | image link. | ||||
* | Use alias style when creating aliases in wizards. | Ermal | 2010-03-19 | 1 | -11/+5 |
| | |||||
* | Add the counterpart of enablefields. | Ermal | 2010-03-18 | 1 | -19/+52 |
| | |||||
* | Actually get values from the CA based on what was choosen during wizard. | Ermal | 2010-03-18 | 1 | -14/+14 |
| | |||||
* | Merge common name fields with descriptive name. Default to 3650 days of ↵ | Ermal | 2010-03-18 | 1 | -2/+3 |
| | | | | lifetime and 2048 bits key length. | ||||
* | Ticket #414. Fix wizard framework to properly display this. Not sure how it ↵ | Ermal | 2010-03-15 | 1 | -7/+8 |
| | | | | actually worked before! | ||||
* | Add my copyright. | Ermal | 2010-03-12 | 1 | -0/+1 |
| | |||||
* | Add a function that allows to show/hide fields. Also correct the ↵ | Ermal | 2010-03-11 | 1 | -2/+44 |
| | | | | enable/disable function. | ||||
* | Improve wizard by adding more steps and cleaness. | Ermal Luçi | 2010-03-11 | 1 | -0/+3 |
| | |||||
* | Improve the wizard. Make it produce a correct openvpn server config. | Ermal Luçi | 2010-03-11 | 1 | -3/+5 |
| | |||||
* | Mostly style fixes. | Ermal Luçi | 2010-03-10 | 1 | -10/+14 |
| | |||||
* | Make the wizard ressemble the style as on other pages. Use switch instead of ↵ | Ermal Luçi | 2010-03-10 | 1 | -22/+55 |
| | | | | if else to make code more readble. | ||||
* | Improve a lot the wizard.php page to be more userfriendly and add control ↵ | Ermal Luçi | 2010-03-10 | 1 | -19/+141 |
| | | | | types for certificates. | ||||
* | Only extract timezone info if we have a field type 'timezone_select' | Ermal Luçi | 2010-03-10 | 1 | -11/+17 |
| | |||||
* | Correctly set variable values during each iteration. Ticket #414. ↵ | Ermal Luçi | 2010-03-10 | 1 | -5/+10 |
| | | | | Spotted-by: irc(Efonne) | ||||
* | Ticket #313. Search if the string to be replaced really exists instead of ↵ | Ermal Luçi | 2010-02-26 | 1 | -5/+11 |
| | | | | doing a blind replace. | ||||
* | Fix wizard webgui URL usage so it chooses https/http properly for refresh ↵ | jim-p | 2009-12-24 | 1 | -3/+3 |
| | | | | link and logo link | ||||
* | use _SERVER[\'HTTP_HOST\'] | sullrich | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157 | sullrich | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | Rework includes. Ticket #170 | sullrich | 2009-11-26 | 1 | -3/+4 |
| | |||||
* | Resolves #170. Yet again include fallout changes. | Ermal Luçi | 2009-11-26 | 1 | -0/+1 |
| | |||||
* | Resolves #170. This is really a fallout from include changes. Pointy-hat: ↵ | Ermal Luçi | 2009-11-25 | 1 | -0/+2 |
| | | | | sullrich@ | ||||
* | Remove support for all_interfaces from wizard.php it is not used anywhere. ↵ | Ermal Luçi | 2009-10-05 | 1 | -20/+3 |
| | | | | Convert the interfaces_selection to use the interface API. | ||||
* | Add alias completion support to wizard. Resolves #25 | Scott Ullrich | 2009-08-24 | 1 | -4/+18 |
| | |||||
* | Fix some typos in wizard.php code introduced by previous commit. | Ermal Luçi | 2009-07-07 | 1 | -8/+13 |
| | | | | | Add 'displayname' even to option fields of select. Convert traffic_shaper_wizard to use display better names with the introduced 'displayname' | ||||
* | Add a 'displayname' field to make it easier to print better labels for inputs. | Ermal Luçi | 2009-07-07 | 1 | -8/+36 |
| | |||||
* | * Hide interfaces internals to other code and use the propper interfaces. | Ermal Luçi | 2009-03-30 | 1 | -3/+3 |
| | | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces. | ||||
* | Inculde wizard.css if it exists | Scott Ullrich | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Include wizard.css or all.css, wizard.css being the first | Scott Ullrich | 2008-11-09 | 1 | -1/+3 |
| | |||||
* | Include wizard.css if it exists after all.css | Scott Ullrich | 2008-11-09 | 1 | -1/+5 |
| | | | | Requested-by: Holger | ||||
* | Set css | Scott Ullrich | 2008-11-06 | 1 | -0/+2 |
| | |||||
* | * Rename get_current_wan_address to get_interface_ip | Ermal Luçi | 2008-10-23 | 1 | -1/+1 |
| | | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one. | ||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -0/+8 |
| | | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages | ||||
* | traffic shaping wizards are no longer special and they never should be! | Ermal Luçi | 2008-03-07 | 1 | -5/+1 |
| | |||||
* | Make scripts XSS input safe. | Scott Ullrich | 2008-02-12 | 1 | -7/+6 |
| | | | | Pointed-out: by hoopercharles@gmail.com | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | Correctly display POST messages | Scott Ullrich | 2007-02-06 | 1 | -2/+4 |
| | |||||
* | Fixup color code | Scott Ullrich | 2007-01-18 | 1 | -15/+16 |
| | | | | Suggested-by: DSH | ||||
* | Move ending </body> and </html> down to end. | Scott Ullrich | 2006-05-31 | 1 | -4/+5 |
| | | | | Noticed-by Daniel S |