Project

General

Profile

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

# Date Author Comment
ec51be45 09/13/2016 12:38 PM Pi Ba

dnsresolver, make interface boxes resizable, to allow for easier picking/checking of multiple selected interfaces

(cherry picked from commit 57625777c88603f1d2ca55cc981c5ec538c3770f)

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

91677170 07/04/2016 02:05 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)

bce2ce60 05/09/2016 01:23 PM NOYB NOYB

Miscellaneous Textual Corrections - Services DNS Resolver

(cherry picked from commit 0cb4d4a63585f500329616be6ee2bbb2274975c6)

46a8a9cf 04/21/2016 11:33 AM NOYB NOYB

Services - Punctuation

Clean up some services menu punctuation.

(cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)

2fabe5fa 04/04/2016 01:27 PM Stephen Beaver

Merge pull request #2816 from NOYB/Services_/_DNS_Resolver_-_Remove_Personalizations

(cherry picked from commit 09aad9f8a6f190f4ca5cf2f08a824af695da6304)

28e3d579 03/21/2016 08:51 AM NewEraCracker

Echo boolean value instead of string

Prior to this change, code would echo an empty string if false and 1 if true. In all other files, with similar code, boolean representation is printed.

49d3b157 03/19/2016 07:14 AM NOYB NOYB

Services / DNS Resolver / General Settings

Static should be static.
Elements that don't need to be dynamic should be static.
More robust than depending on client-side processing to set them.

1f6a8b6e 03/18/2016 02:21 PM NOYB NOYB

Much cleaner like this.

c154cd7d 03/18/2016 02:21 PM NOYB NOYB

Services / DNS Resolver / General Settings

Echoing $pconfig['custom_options'] directly into JavaScript is prone to breaking the script by creating invalid syntax due to characters such as line feeds etc.
Best to transfer a flag from PHP.

2c95f1cd 03/17/2016 01:43 PM Phil Davis

Redmine #5994 Standardize Unbound custom options button

This is the last piece of code I have for standardizing "advanced" buttons in the UI.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

21d973b2 03/08/2016 02:37 AM Phil Davis

Add Actions column heading

to other places where it was missing, for UI consistency.

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/