Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setup wizard revisions | Steve Beaver | 2017-09-19 | 1 | -3/+3 |
| | |||||
* | Implements PR170013 - Revise setup wizardwording and links | Steve Beaver | 2017-09-15 | 1 | -4/+15 |
| | |||||
* | Add reason to write_config() calls | doktornotor | 2017-03-09 | 1 | -3/+3 |
| | |||||
* | Fix #7364 Console assigned VLAN disappears after reboot | Phil Davis | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | Allow "DHCP" in upper or lower case when adding LAN IP to setup wizard | Steve Beaver | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Test fix for #6762 | Steve Beaver | 2016-12-20 | 1 | -1/+2 |
| | |||||
* | Remove extraneous ) | Renato Botelho | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Update setup_wizard.xml | Jonathon Anderson | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | LAN IP validation logic | Jonathon Anderson | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | Update setup_wizard.xml | Jonathon Anderson | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | update conditional re:LAN dhcp | Jonathon Anderson | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | update LAN regex for case insensitivity | Jonathon Anderson | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | In the setup wizard, do not change the DHCP range if it is already set ↵ | jim-p | 2016-10-13 | 1 | -24/+31 |
| | | | | inside the new subnet. Otherwise it will overwrite a range set manually from the DHCP settings or the console when the wizard is run later. Fixes #4820 | ||||
* | Remove all calls to conf_mount_r* functions | Renato Botelho | 2016-10-12 | 1 | -2/+0 |
| | |||||
* | Move copyright from ESF to Netgate | Renato Botelho | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Code style and comments | Phil Davis | 2016-08-16 | 1 | -22/+22 |
| | | | | No functional change - just making style consistent | ||||
* | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 1 | -41/+9 |
| | |||||
* | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 1 | -39/+40 |
| | |||||
* | Skip LAN properly with static IP WAN and one interface. Ticket #6093 | Chris Buechler | 2016-05-01 | 1 | -2/+3 |
| | |||||
* | Merge pull request #2915 from NOYB/HTML_Compliance_-_Setup_Wizard | Stephen Beaver | 2016-04-28 | 1 | -4/+4 |
|\ | |||||
| * | HTML Compliance - Setup Wizard | NOYB | 2016-04-28 | 1 | -4/+4 |
| | | |||||
* | | Setup Wizard - Punctuation | NOYB | 2016-04-28 | 1 | -1/+1 |
|/ | | | | Clean up some punctuation. | ||||
* | Miscellaneous - Remove Personalizations | NOYB | 2016-04-08 | 1 | -1/+1 |
| | | | | Remove "you" personalizations. | ||||
* | Remove "we" personalizations | Phil Davis | 2016-04-05 | 1 | -27/+27 |
| | |||||
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵ | k-paulius | 2016-02-14 | 1 | -2/+2 |
| | | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags. | ||||
* | Fix #5794 remove print_info_box_np chackes for gettext("apply") | Phil Davis | 2016-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box(). | ||||
* | Bug #5527 wizard breadcrumb Concept | heper | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | Fix a warning in setup wizard, close the gettext parenthesis. | Luiz Otavio O Souza | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Copyright and license cleanup | Renato Botelho | 2015-11-09 | 1 | -2/+0 |
| | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces | ||||
* | Fixed #5381 | Stephen Beaver | 2015-11-07 | 1 | -1/+3 |
| | |||||
* | Copyright changes | Stephen Beaver | 2015-10-30 | 1 | -28/+51 |
| | |||||
* | Remove unneeded binding | Stephen Beaver | 2015-10-30 | 1 | -2/+0 |
| | |||||
* | Obscure password for pptp as well | Stephen Beaver | 2015-10-30 | 1 | -2/+16 |
| | |||||
* | Completed #5358 | Stephen Beaver | 2015-10-30 | 1 | -10/+27 |
| | |||||
* | Revised to use print_input_errors() for consistency | Stephen Beaver | 2015-10-16 | 1 | -15/+31 |
| | |||||
* | Fixed #5310 | Stephen Beaver | 2015-10-16 | 1 | -14/+42 |
| | |||||
* | Move main pfSense content to src/ | Renato Botelho | 2015-08-25 | 1 | -0/+703 |