Project

General

Profile

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

# Date Author Comment
5fa2a4a2 07/30/2018 02:56 PM Stephen Jones

Fixes #8714 PHP7 illegal string offset error

d4cebe1f 07/23/2018 11:59 AM Steve Beaver

Fixed #8678

a2a60a07 07/18/2018 08:10 PM Stephen Jones

Fixes #8659 PHP7 Illegal string offset and count

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

e5c4b4fc 12/15/2017 11:42 PM Joeri Capens

Fix input field help texts

534d7d69 12/07/2017 08:04 PM Joeri Capens

Add DHCP Dynamic DNS key algorithm choice. Implements #6621

6cc58ae8 02/25/2017 02:57 PM Doktor Notor

Add missing $zone variable

c3fb0119 02/25/2017 02:45 PM Doktor Notor

Update BIND zones when adding static DHCP leases if needed (Bug #3710)

c946d721 02/14/2017 06:11 PM Steve Beaver

GET/POST conversion - services part 1

3fd41815 02/08/2017 04:43 PM Phil Davis

setHelp strings for services*

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

24b82516 01/30/2017 09:27 AM Phil Davis

Required fields in Services pages

587995fb 01/22/2017 08:28 AM Phil Davis

Always force compress when calling Net_IPv6

7cdb1ff9 01/11/2017 12:00 PM Renato Botelho

Merge pull request #3369 from phil-davis/breadcrumbs_detail

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

44c42356 01/03/2017 05:05 AM Phil Davis

Report problems applying changes

1) Strictly keep track of the accumulating $retval from calls to various
functions that apply changes.
2) Use new function print_apply_result_box() to print a suitable message
in a suitable severity based on $retval

48157a04 12/31/2016 01:42 PM Phil Davis

Standardize privilege name capitalization

While looking at some privilege stuff, I noticed that various
capitlization looked inconsistent down the list. This makes the list
look more consistent.

17a6140d 12/27/2016 07:36 PM Renato Botelho

Merge pull request #3266 from PiBa-NL/IPv6-prefixdelegation-size59

19d905bc 12/17/2016 09:59 PM Pi Ba

IPv6, allow DHCP6 server to use a prefix size of /59 and /61 like dhcp client does

756da4bd 12/13/2016 12:03 PM Phil Davis

DHCPv6 server edit when DHCPv6 Relay enabled

Part of Redmine #6997
This implements the similar behaviour as for the DHCPv4 server in Pull
Request https://github.com/pfsense/pfsense/pull/3271

9ca5d4ab 11/30/2016 02:47 PM Ross Williams

Clarified help text for ddnsforcehostname option.

cfc10a33 11/30/2016 02:38 PM Ross Williams

Added title to ddnsforcehostname checkbox

1a6bda5b 11/30/2016 03:33 AM Ross Williams

Add ddnsforcehostname option to DHCP6 Server configuration editor

ff3d11c8 11/15/2016 11:45 AM Phil Davis

DHCPv6 ddnsdomainprimary must currently be IPv4

This field is currently validated to allow only an IPv4 address to be entered, so it may as well be consistent client-side so the user knows that only an IPv4 address is allowed.

3707ffc4 10/13/2016 02:22 AM Phil Davis

DHCPV6 only check VIPs in range if range valid

If the user has input invalid values into range from and to, then there
is no point checking any IPv6 VIPs to see if they fall in the range.
None of them would be "in range" because the specified range is not even...

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

7edcc54b 08/16/2016 03:45 PM NewEraCracker

Uniformize memory limits and remove old code (revised)

1) Allow setting a memory_limit up to 768M (Suhosin)
2) Remove old workarounds. Memory limits on config.inc will be new defaults

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

cb6c20a9 05/11/2016 07:15 PM NewEraCracker

Miscellanous Textual Corrections - Add missing dots, normalize case

e4c7d45f 05/11/2016 08:43 AM NewEraCracker

Miscellanous Textual Corrections - Add missing dots to phrases

b68e48f2 04/04/2016 01:26 PM Stephen Beaver

Merge pull request #2814 from NOYB/Services_/_DHCP_-_Remove_Personalizations

75173246 04/02/2016 10:06 AM Chris Buechler

Allow configuring RAs when DHCPv6 Relay is enabled. Ticket #6063

5daef710 03/31/2016 06:51 AM NOYB NOYB

Services / DHCP - Remove Personalizations

Remove "you" personalizations.

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

4aa42b06 03/15/2016 02:01 PM Phil Davis

Redmine #5972 Display Advanced settings on page load

If there are non-default advanced settings, then the relevant fields are displayed on page load.
Advanced button behavior is standardized as described in redmine #5994

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.

2f62ed87 03/11/2016 04:17 PM Phil Davis

Resolve conflicts with master

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.

306cbbc8 03/11/2016 02:43 PM Phil Davis

Fix $POST checks so they do not depend on string Save

This prevents problems when Save is translated to other languages.
Note: This is the only remaining place I could find with this issue.
There are other pieces of code that do:
```
if ($_POST['save'] == gettext("Save"))...

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

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

Advanced button consistency. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

ad1188d9 03/09/2016 09:24 PM Stephen Beaver

Fixed 5971

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

a5776226 03/04/2016 01:44 AM Chris Buechler

A PD-obtained subnet is always a /64 on the interface, so should be shown as such here in DHCPv6 server. Ticket #3029

611cc5ca 02/25/2016 10:14 AM Renato Botelho

Hide additional bootp options when it's disabled, fixes #5914

0f0c4473 02/25/2016 10:13 AM Renato Botelho

Fix indent

8f36f87a 02/24/2016 09:47 PM Jim Pingle

Move the DHCPv6 apply action into a function. Capture the apply and save actions separately and only perform the required task. Fixes #5910

9eeb91dd 02/21/2016 08:33 PM Stephen Beaver

Fixed #5914
COntrol panels via jQuery for more control

558a7c62 02/20/2016 06:40 AM Chris Buechler

clean up text

e1953efa 02/20/2016 06:37 AM Chris Buechler

DHCPv6 clean ups for PD. Ticket #3029

6c8beed3 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Fix DHCPv6 GUI to work with PD length != 64

2bf455ca 02/19/2016 12:57 PM Renato Botelho

Ticket #3029

Import patch from @Robert-Nelson to enable DHCPv6 Server/RA to
interfaces configured to track DHCP-PD

This patch only works for PD with length 64

7ef4b39d 02/18/2016 06:30 PM Renato Botelho

Make prefix delegation range check case insensitive

218600a2 02/18/2016 06:24 PM Renato Botelho

Unbreak services_dhcpv6.php

bcc2b417 02/18/2016 06:03 PM Renato Botelho

Validate Prefix Delegation range to make sure addresses match first network address, otherwise DHCPd will silently fail

0e00ad80 02/18/2016 05:45 PM Renato Botelho

Fix range and prefix delegation range help text to match From/To in correct order

8f928dc3 02/18/2016 12:48 PM Renato Botelho

Simplify logic

48602774 02/18/2016 10:30 AM Renato Botelho

Simplify logic

391d63da 02/17/2016 11:57 AM Renato Botelho

Fix #4675

Following bugs and improvements on DHCPv6 DDNS area, obtained from
PR #1638 from @Robert-Nelson:

- Use correct domain (ddnsdomain) instead of (domain)
- The option "deny client-updates" wasn't being set so forward entries
weren't being added. Allow user to chose between allow, deny or ignore...

9c06758b 02/15/2016 02:33 AM k-paulius

Fix DHCPv6 Relay detection on DHCPv6 Server page. It broke due to dhcrelay6 config format changes.

46b7214c 02/14/2016 08:37 PM k-paulius

Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with breadcrumb separator.

253fa019 02/14/2016 05:53 AM k-paulius

Show interface name in the breadcrumb on DHCPv6 Server page

544af3fe 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent.

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

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

0a8a90f7 01/26/2016 06:18 PM Phil Davis

Internationalize services_d*

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

f495310d 01/15/2016 07:52 PM Stephen Beaver

Fix typo

0716b616 01/15/2016 06:38 PM Stephen Beaver

Display additional ooptions if value not empty

b090a0d9 01/15/2016 06:20 PM Stephen Beaver

Fixed #5772

65cce9d7 01/15/2016 04:08 PM Renato Botelho

Encode DHCP/DHCPv6 server additional BOOTP text options before save to XML to preserve data. It fixes #5623

c95dabdd 01/12/2016 01:58 PM Stephen Beaver

Improved infoblock system no longer needs sufficies if more than one per page
Removed long commented out script

f78bbe16 01/11/2016 05:40 PM Phil Davis

Redmine #5759 print_info_box style

Define the 'success' 'info' etc style of calls to print_info_box()

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

Remove $closehead variable

Remove unused variable $closehead

6e3488e9 12/16/2015 05:31 PM Phil Davis

Code style services dhcp dnsmasq dyndns

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

70f17067 12/14/2015 03:09 PM Stephen Beaver

Fixed #5637

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

Type up SCRIPT tags

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.

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.

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

9b54ac32 11/08/2015 03:27 AM Stephen Beaver

Restored interface tabs to dhcpv6.php
Changes dhcp/advertisements tab format in dhcpv6 and router_advertisements

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

Copyright updates Batch 2 of 3

e32f02a5 11/05/2015 04:16 PM Phil Davis

services_dhcpv6 text

and also I made the DNS 1, DNS 2, DNS 3 , DNS 4 show inside the boxes as 'placeholder' the same as NTP 1, NTP 2 is done. That saves a bit of screen real estate and makes it consistent.

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

c9679d8c 11/04/2015 06:24 PM Stephen Beaver

Buttons converted to new deisgn
'X' button suppressed in info text box

2f5dafed 10/31/2015 01:12 PM jeroen van breedam

convert services_dhcpv6 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

c80e6a6a 09/10/2015 06:12 PM Stephen Beaver

services_router_advertisements.php: Bootstrap conversion complete

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

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/