summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
* Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-101-1/+1
|
* These two wizards .xml can also lose their x-bitNewEraCracker2016-01-292-0/+0
| | | | Other wizards don't have it set.
* Relax shaper wizard interface validation when there are no interfaces with ↵Renato Botelho2016-01-221-1/+7
| | | | gateways selected. Fixes #5424
* Fix indentRenato Botelho2016-01-221-2/+6
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-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 Conceptheper2015-12-231-10/+10
|
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-10/+10
|
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-26/+26
|
* Bug #5527 wizard breadcrumb Conceptheper2015-12-231-1/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-2/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Fix some variable re-use and other issues to correct the OpenVPN wizard ↵jim-p2015-12-011-1/+1
| | | | behavior when using pre-existing CAs and Certs
* Add topology setting to the OpenVPN wizard. Issue #5526jim-p2015-12-012-0/+19
|
* Fix a warning in setup wizard, close the gettext parenthesis.Luiz Otavio O Souza2015-11-101-1/+1
|
* More $Id and whitespacePhil Davis2015-11-103-4/+13
| | | | from more obscure folders around the code
* Copyright and license cleanupRenato Botelho2015-11-095-6/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Fixed #5381Stephen Beaver2015-11-071-1/+3
|
* Copyright changesStephen Beaver2015-10-301-28/+51
|
* Remove unneeded bindingStephen Beaver2015-10-301-2/+0
|
* Obscure password for pptp as wellStephen Beaver2015-10-301-2/+16
|
* Completed #5358Stephen Beaver2015-10-301-10/+27
|
* Fixed 5310Stephen Beaver2015-10-164-143/+206
| | | | traffic_shaper_wizard_lulti_all* updated and tested for correct operation/appearance
* Partial fix to #5310Stephen Beaver2015-10-162-37/+16
| | | | | | wizard.php updated to generate jquery not javascript traffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues. (Need to do same for the other TS wizard)
* Revised to use print_input_errors() for consistencyStephen Beaver2015-10-161-15/+31
|
* Fixed #5310Stephen Beaver2015-10-161-14/+42
|
* Move main pfSense content to src/Renato Botelho2015-08-257-0/+9077
OpenPOWER on IntegriCloud