Project

General

Profile

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

# Date Author Comment
f6aebbcc 02/15/2016 03:16 PM NewEraCracker

Bring all calls of print_info_box to same standard

The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.

f4bed461 02/14/2016 08:09 PM k-paulius

Review alert wording.

c8f6b745 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Convert page title to title case.

5e946f38 02/06/2016 09:15 AM Chris Buechler

Use a better check for whether there are DNS servers available with dynamic WAN types. Ticket #4747

7b03ef63 02/06/2016 07:32 AM Chris Buechler

Verify a DNS server exists before allowing enabling of forwarding mode. Ticket #4747

7ffd9078 01/28/2016 10:49 AM Renato Botelho

Merge pull request #2120 from NOYB/Services-DNS_Resolver-System_Domain_Local_Zone_Type

464358b4 01/27/2016 05:20 AM Phil Davis

Standardize print_apply_box usage

1) For the translators, it should be better to do it consistently. Then
they only need to have 1 translation of "You must apply the changes in
order for them to take effect" and can translate each of the other
custom sentences individually....

77d9edf5 01/26/2016 01:03 AM NOYB NOYB

Remove unnecessary checks. Code prevents var from being empty.

Wrap var in string with braces.

9a83872f 01/26/2016 01:03 AM NOYB NOYB

Move unbound local zone types array to function in unbound.inc.

Protect against breaking the system; check for valid unbound local zone type rather than just the setting existence.

bc91a3fe 01/26/2016 01:02 AM NOYB NOYB

Remove errant var set to self.

e5759723 01/26/2016 01:02 AM NOYB NOYB

Break long line of local zone types list.

4bb7c0d1 01/25/2016 11:13 AM Bruno Ferri

add call gettext function in the services menu

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

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

d3a3eef0 12/23/2015 04:49 PM Francisco Cavalcante

Fixed bug to disable dns resolver service

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

Remove $closehead variable

Remove unused variable $closehead

20db3e1a 12/17/2015 03:11 AM Phil Davis

Code style services

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

39bd0b51 12/14/2015 03:08 PM Stephen Beaver

Revise child icon

afb81757 12/14/2015 02:43 PM Stephen Beaver

Add fa icon to show override is a child

548231bc 12/07/2015 04:00 PM Phil Davis

Standardize DNS Resolver breadcrumbs

4cec6193 12/03/2015 09:24 PM Chris Buechler

Remove txtsupport from Unbound. Of limited use, and the back end code was never ported over from the package (and is messy to do so). Ticket #5545

ca47c065 12/01/2015 12:42 PM NOYB NOYB

Services - DNS Resolver - System Domain Local Zone Type Option

Expose system domain unbound local-zone type to be configurable.

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

d5a9e030 11/28/2015 07:11 AM NOYB NOYB

Listen port type should probably be 'number' instead of 'text'

439ba83c 11/28/2015 07:10 AM NOYB NOYB

Listen Port Config Not Being Saved - Correct it.

3e568739 11/28/2015 06:18 AM NOYB NOYB

Services DNS Resolver Listen Port Placeholder

Add default value (53) placeholder.

c908f16a 11/26/2015 10:16 AM Renato Botelho

Merge pull request #2115 from NOYB/Services-DNS_Resolver-Host_Overrides-Case_Sensitivity

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.

0b8328c5 11/25/2015 04:12 PM Jim Pingle

Various updates to privileges and related metadata

c8a7d17c 11/25/2015 08:19 AM NOYB NOYB

Services - DNS Resolver - Host Overrides - Case Sensitivity

Host and domain names are not case sensitive. Maintain display case as entered.

9c8a7b13 11/24/2015 12:33 PM Stephen Beaver

Typo fix

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

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

de038a27 11/23/2015 03:04 PM Stephen Beaver

Completed #5407

1fcfea39 11/23/2015 01:15 PM Stephen Beaver

Correct Form_TextArea -> Form_Textarea

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.

82afb104 11/19/2015 03:05 PM Stephen Beaver

Add tr/td to empty tbodys for Microsoft IE

520ee1d0 11/10/2015 02:58 PM Phil Davis

Unbound UI Review

Few things found when looking at the Unbound UI code

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

932711c7 11/10/2015 02:10 AM Matthew Smith

Rearrange calls in unbound.inc so config text can be generated without writing the actual file and a syntax check can be run. Rearrange services_unbound.php to wait until input checking is complete before saving things to global config and run syntax check as part of input checking. Implements #4411.

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

EOL whitespace and header consistency for www

7aeae838 11/06/2015 08:47 PM Matthew Smith

Fix services_unbound.php. The interfaces menus did not display the selected
interfaces, they always showed "all" selected. Made it so an "apply changes"
message shows when something changes.

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

33f0b0d5 11/05/2015 03:46 PM Stephen Beaver

Delete confirmation vi fa-trash automated via pfSense.js

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

782922c2 11/04/2015 06:52 PM Stephen Beaver

Buttons changed to new design

2b36a04b 11/04/2015 02:15 PM jeroen van breedam

convert services_unbound to fa

df6cb8fe 10/20/2015 04:52 PM Stephen Beaver

Fixed #5045

96c18fe4 10/01/2015 05:43 PM Stephen Beaver

Addresses #5159 by removing hide/show/disable/enable functions to included file

49840447 09/02/2015 06:03 PM PiBa-NL

bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.
+ FIXME item that prevented lots of pages from loading..

6f65dc19 09/01/2015 03:02 AM Chris Buechler

Use proper page for host overrides. Ticket #5017

9eb965f6 08/26/2015 11:07 PM Stephen Beaver

Fixed #5017
Action button URLs corrected

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

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

Move main pfSense content to src/