Project

General

Profile

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

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

aceaf18c 06/27/2016 07:16 PM 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....

2a9559e1 04/04/2016 01:16 PM Stephen Beaver

Merge pull request #2811 from NOYB/Firewall_/_Traffic_Shaper_-_Remove_Personalizations

(cherry picked from commit 7f824121528288fdcc493f36da25c61982f4e320)

ad3cc525 03/30/2016 05:17 AM Luiz Souza

Remove one call to SetAvailableBandwidth() that I missed earlier.

Fixes the shaper setup on fresh installs.

Ticket #6042

8ed6b8e3 03/17/2016 04:27 PM Stephen Beaver

Relocated tree directory to vendors/tree

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.

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

More icon/button inconsistencies. Ticket #5965

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

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.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

02fb3a41 02/14/2016 08:21 PM k-paulius

Update breadcrumb to match tab name

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

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

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

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

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

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

881132ed 01/19/2016 05:55 PM Phil Davis

Firewall shaper print_info_box at correct severity

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

f7d2d5aa 01/05/2016 02:41 AM Stephen Beaver

Improve error message when the user forget to "Apply"

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

Remove $closehead variable

Remove unused variable $closehead

2a425b40 12/16/2015 09:51 PM Jared Dillard

move tree.css to main css files

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

5605a0c4 12/08/2015 03:21 PM Stephen Beaver

Fixed #5540

296376ae 12/07/2015 12:27 PM Phil Davis

Standardize firewall shaper breadcrumbs

The others for queues, limiter, wizards seem OK.

7841a35c 12/04/2015 01:12 PM Colin Fleming

Tidy up "firewall_shaper*.php"

Tidy up coding style
Add PROPERTY statement to LINK tag
Remove self closing statement from ANCHOR tag

a51c7c7f 12/02/2015 03:36 PM Stephen Beaver

Fixed #5540

6cb05fa7 12/01/2015 12:29 PM Colin Fleming

Tidy up traffice shaper

shaper.inc
Remove stray closing B tag

firewall_shaper.php
Remove self closing element, not required in HTML5

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.

d65c6113 11/21/2015 02:06 AM Chris Buechler

Remove layer7 components. Ticket #5508

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

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

First batch of copyright updates

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

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

0fc0ef91 09/02/2015 05:27 PM Jim Pingle

Merge pull request #1858 from phil-davis/bootstrap-f

e6f34d22 08/31/2015 07:23 PM Phil Davis

bootstrap usr\local\www\f minor changes

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/