Project

General

Profile

Download (27.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0919644d 01/25/2016 01:13 PM Luiz Souza

Fixes the GUI URL in the last step of the setup wizard.

The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

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....

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

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.

47661d0d 01/10/2016 08:28 AM NOYB NOYB

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" />...

124a6adc 12/23/2015 12:51 PM jeroen van breedam

Bug #5527 wizard breadcrumb Concept

This would require some minor adjustments to the wizards xml , for it to make sense everywhere.

8ae9a909 12/21/2015 03:29 PM Jim Pingle

Encode hostname before printing; remove some related dead code.

8952a4de 12/21/2015 11:58 AM Renato Botelho

Merge pull request #2300 from ExolonDX/branch_02

b77cef66 12/19/2015 10:29 PM Colin Fleming

Use Bootstraps text alignment classes

As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

c86c14dc 12/17/2015 12:02 PM Phil Davis

Code style v w

44bcf766 12/04/2015 08:49 PM Jim Pingle

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.

de90f855 12/01/2015 03:22 PM Jim Pingle

Fix some variable re-use and other issues to correct the OpenVPN wizard behavior when using pre-existing CAs and Certs

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

3478ac16 11/23/2015 05:32 PM Stephen Beaver

Change Form_TextArea to Form_Textarea
(autoload now makes the classes case sensitive)

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

f8ae3586 11/09/2015 01:44 PM Stephen Beaver

Fixes #5380

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

3d8c7228 10/19/2015 05:48 PM Stephen Beaver

Comment typo

d190da6a 10/19/2015 05:43 PM Stephen Beaver

Fixed #5316

16fd8f4a 10/17/2015 12:59 PM Stephen Beaver

Corrected invalid "onchange" handling

e79dc517 10/16/2015 07:47 PM Stephen Beaver

Partial fix to #5310
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)

60ff91f1 09/30/2015 09:21 PM Renato Botelho

Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726

40547fe4 09/30/2015 03:48 PM Stephen Beaver

Corrected logo hyperlink
Changed Jumbotron font to white so you can actually read the text

4e43ef22 09/30/2015 01:28 PM Stephen Beaver

Wizard system completed and tested agains all wizard files
Progress bar added to show progess through wizard steps

89dcfa01 09/29/2015 09:41 PM Stephen Beaver

Bootstrap conversion mostly complete.
Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/