Project

General

Profile

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

# Date Author Comment
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/