Update the years in the Copyright notice.
Update fontawesome references in form buttons
Rector some direct config array accesses with pure scalar paths.
Certificate digest strength changes
Part of ongoing changes for OpenSSL 3.x
Update copyright years to include 2023
Rector direct global g accesses
Rector some direct config sets with pure scalar paths.
Spelling fixes. Fix #13357
Replace some direct config array accesses in wizard.php
Update the Copyright year of the files owned by Rubicon/Netgate.
Update OpenVPN Wizard to match current server options. Fixes #10919
Update the Copyright year.
A subsequent commit will deal with .po's.
Add product_label global variable
Introduce product_label global variable, by default with same value ofproduct_name. The idea is to make it easier for rebranded products tochange the name on all visual texts while internal structures arepreserved.
While here, remove deprecated $g['platform'] and also replace places...
This is 2020. Issue #9245
Fix random typos
Add wizard select_source & use for OpenVPN DH. Fixes #9748
Fix is_set/isset
Fixed #8907Support field size option in select control
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Make config_array_from_str() function more general
Fixed #8803
Fixed #8803Don't attempt to access $config elements that don't exist. PHP7 doesn't like it
Remove pfsense => pfSense nonsense that was breaking wizrd hyperlinks that included hte product name
wizard.php: Ensure CA and Certs are arrays before using in foreach.
Update the Copyright notice for pfSense.
Implement <skip_flavors> tag in wizards to skip specific steps on specific flavors
Set title and description after $stepid changes
Revert "Updated d3.js and d3pie.js to latest versions"
This reverts commit 47d4784602466d723a84bb1af6d313c4ba5a0115.
Add reason to write_config() call
GET/POST conversion
Rather than setting the value directly, minimize exposure to eval() in update_config_field() from wizard.php by constructing a variable reference, then set the value using the reference rather than passing user input through eval(). Fixes #7230
Code with multiple %s in usr/local/www
Breadcrumb links
Move copyright from ESF to Netgate
Code style and comments
No functional change - just making style consistent
Move to Apache License 2.0
Review license / copyright on all files (final round)
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Fixed #6095 remove logo from wizards
More icon/button inconsistencies. Ticket #5965
Quote the 1st parameter (constant name) when calling define()
Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
Fixes the GUI URL in the last step of the setup wizard.
The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.
Fix #5794 remove print_info_box_np chackes for gettext("apply")
1) Get rid of the stristr() checks to "guess" if an apply button shouldbe used.2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show....
Replaced jQuery to $ in same files
All simple php echo to short
Short version is far more used than long php echo. This brings all code to same standard where possible.
HTML Compliance - Wizard / pfSense Taffic Shaper /
Empty heading.<h1 class="page-header">
The align attribute on the img element is obsolete. Use CSS instead.<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />...
Bug #5527 wizard breadcrumb Concept
This would require some minor adjustments to the wizards xml , for it to make sense everywhere.
Encode hostname before printing; remove some related dead code.
Merge pull request #2300 from ExolonDX/branch_02
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASSstatement instead in inline STYLE statement (much tidier)
Remove $closehead variable
Remove unused variable $closehead
Code style v w
Address a potential LFI in pkg.php and wizard.php without breaking the ability to pass relative paths Restricts them to files under their intended base directories.
Fix some variable re-use and other issues to correct the OpenVPN wizard behavior when using pre-existing CAs and Certs
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Change Form_TextArea to Form_Textarea(autoload now makes the classes case sensitive)
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Fixes #5380
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Comment typo
Fixed #5316
Corrected invalid "onchange" handling
Partial fix to #5310wizard.php updated to generate jquery not javascripttraffic_shaper_dedicated.xml and .inc updated to correct multiple "Next" buttons and other display issues.(Need to do same for the other TS wizard)
Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726
Corrected logo hyperlinkChanged Jumbotron font to white so you can actually read the text
Wizard system completed and tested agains all wizard filesProgress bar added to show progess through wizard steps
Bootstrap conversion mostly complete.Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
Move main pfSense content to src/