Project

General

Profile

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

# Date Author Comment
edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

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

Move copyright from ESF to Netgate

6173d1f5 08/16/2016 02:50 PM Colin Fleming

Tidy up filenames

Make sure the filenames represent the actual file

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

f208e969 05/24/2016 09:27 AM Stilez y

redundant check - is_numericint() tests for >= 0

16b17c15 05/24/2016 09:15 AM Stilez y

fix logic and replace hard coded value by global

backups should be a numeric int.
text hint for number of backups can now refer to the global value for this platform (and explains how to get that default, by leaving blank)

ca55edc3 05/24/2016 09:01 AM Stilez y

Give settings section a more helpful/standard title to match other GUI settings tabs

34ee6639 04/09/2016 07:47 AM NOYB NOYB

Miscellaneous II - Remove Personalizations

Remove "you" personalizations.

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

827a3812 03/10/2016 05:52 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

89333d37 03/08/2016 01:37 PM Jim Pingle

Move Save button on config history settings inside the panel with the other settings. Fixes #5961

217cdb81 02/19/2016 08:20 AM NOYB NOYB

HTML Compliance - Diagnostics / Configuration History

End tag form seen, but there were open elements. Unclosed element div.
Swap places between closing div and form tag.

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.

ee10332b 02/15/2016 12:30 PM NewEraCracker

Move valign to style - part 2

91419f70 02/15/2016 08:51 AM NewEraCracker

Move valign to style

2b38c46b 02/14/2016 09:09 PM k-paulius

Switch tabs places so that active tab is the first tab

0f298138 02/14/2016 09:08 PM k-paulius

Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.

a6a6ee00 02/13/2016 09:38 PM k-paulius

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

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

Convert section titles to title case

6efc9cd5 02/09/2016 05:11 PM NewEraCracker

Remove bgcolor attribute and use style instead.

See 24fac9b4b803938d403aab6645a3be028f2531d7 for similar change.

143db93e 01/27/2016 08:16 PM Stephen Beaver

Fixed #5803

5dfc79c9 01/23/2016 02:15 PM Stephen Beaver

Fixed #5802
Added collapsible action to config backup

ff30e319 01/21/2016 04:56 PM Bruno Ferri

add call gettext function for translate

31ac02d4 01/15/2016 05:38 PM Phil Davis

diag_confbak make a single gettext

Sentences that are constructed in pieces like this are a potential problem for translation, if the target language needs to use a different grammatical word order. e.g. in Nepali we would say datetime-dekhi datetime-samma (datetime-from datetime-to)....

e1fd71ad 01/15/2016 05:14 PM Renato Botelho

Merge pull request #2445 from phil-davis/patch-5

1d191646 01/15/2016 05:05 PM Phil Davis

diag_confbak move tab_array code above diff display

At the moment the tabs "Config History" and "Backup/Restore" jump down the page below the config diff listing when a diff is displayed.
It seems better to me that the tab text stays where it is and the diff listing comes directly below it.

12537fdf 01/15/2016 05:01 PM Phil Davis

diag_confbak fix typo in class name

95fa5cce 01/14/2016 05:31 PM Phil Davis

Consistent panel-heading h2

Make all the panel-heading uses also have consistent <h2
class="panel-title"> so they all display the same size.
Forum https://forum.pfsense.org/index.php?topic=105275.0

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

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

e849c17a 01/07/2016 01:45 PM Stephen Beaver

SHow the infoblock on page load by specifying div id="infoblock_open"

e47f1893 01/07/2016 06:41 AM Phil Davis

Config history info - make it an info box

Currently this display as an orange box. It seems to me that it is ordinary info and should be an info box (displaying in blue).
Note: with the current behavior the text is always displayed, after changing it to an info box the "i" icon has to be clicked to show the text....

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

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.

0dc2d195 11/09/2015 09:08 AM Phil Davis

Remove $Id stuff from comment headers

Completes cleanup of header stuff for these files

0da0d43e 11/08/2015 07:25 PM Phil Davis

Diag review

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

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

Delete confirmation vi fa-trash automated via pfSense.js

92c0709b 11/02/2015 06:38 PM jeroen van breedam

convert diag_confbak to fa

are the icons for revert & download ok ?

7dc1383a 10/30/2015 02:47 PM Stephen Beaver

Copyright changes

2d911f2c 10/23/2015 11:49 AM Phil Davis

Random comment typos like hte

3b635066 09/28/2015 05:44 PM Jim Pingle

Ensure this only contains a partial name, not a path, before attempting to craft a full name and read the file. Fixes #5203.

b782c904 09/02/2015 04:18 PM Phil Davis

Merge with bootstrap

dbeffa2f 09/01/2015 08:37 PM Stephen Beaver

Restored to correct version (pre-merge)

288a2a0f 08/31/2015 04:38 PM Phil Davis

bootstrap usr/local/www a to e minor edits

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/