Project

General

Profile

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

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

c0d1ceda 03/16/2016 12:09 PM Phil Davis

Redmine #5994 services_ntpd standardize advanced buttons

f99f8a67 03/16/2016 09:42 AM Phil Davis

services_ntpd fix leaptext array key name

Use leaptext everywhere - some references were to leaptext and some to leaptxt, so it didn't work.

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

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

Icon consistency in Repeatable blocks. Ticket #5965

31b15180 03/03/2016 10:16 PM Jim Pingle

Move NTP access restrictions to their own tab and add the ability to craft custom restrictions for arbitrary networks. Fixes #4463

e138f828 02/19/2016 03:46 PM Renato Botelho

Clarify text, ticket #4463

820562e8 02/18/2016 10:02 AM NewEraCracker

Quote the 1st parameter (constant name) when calling define()

448280c3 02/14/2016 08:51 PM k-paulius

Rename NTP tab to Settings to be more user friendly.

2a5960b0 02/09/2016 09:58 PM Luiz Souza

Review of CARP uniqid changes.

It turns out that current CARP implementation is not much different from an IP alias.

This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...

6f8ee5f0 01/27/2016 10:41 AM Renato Botelho

Merge pull request #2548 from phil-davis/diag-logs

6a6d37c3 01/27/2016 07:09 AM Phil Davis

Fixup old diag_logs references

Note: The shortcuts for upnp were not showing. This was because
shortcuts.inc only includes *.inc files from /usr/local/www/shortcuts
So I have renamed pkg_upnp.php to pkg_upnp.inc
I notice that some time in the past it used to be pkg_upnp.inc because...

4bfc3f7d 01/27/2016 06:36 AM Phil Davis

More internationalization of servicescode

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

ff8e3635 01/07/2016 06:10 PM Jim Pingle

Cleanup some text and fix default behavior of some NTP options to match 2.2.6 and what the text described.

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

83b9d03e 12/08/2015 01:03 PM Phil Davis

Create the required number of rows for NTP time servers

depending on how many are already defined in the config, making sure to always have a minimum of 1.

Also I used the constant NUMTIMESERVERS that was defined up the top of this file to control the loop that limits the number saved to 10....

0e0c4523 12/07/2015 04:32 PM Phil Davis

Standardize Services NTP breadcrumbs

31aad3e6 11/30/2015 06:56 PM Stephen Beaver

Oops

e680db0c 11/30/2015 06:40 PM Stephen Beaver

Fixed #5535

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

Type up SCRIPT tags

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.

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

Copyright updates Batch 2 of 3

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

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

0bc61baa 10/27/2015 02:17 PM Stephen Beaver

Javascript refine to hide Delete row button if there is only one row

08ec2d99 10/02/2015 06:57 PM Stephen Beaver

Completes #5159
All duplicated JS removed to included file

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

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

d05950fb 09/22/2015 06:10 PM Stephen Beaver

Fixed #5184

f4439c00 09/22/2015 05:50 PM Stephen Beaver

Fixed #5183 by converting to PHP table library

1f1cd32f 09/22/2015 01:16 AM Chris Buechler

fix typo

1fe07ba8 09/22/2015 01:14 AM Chris Buechler

services_ntpd.php - style fixes, fix typo

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/