Project

General

Profile

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

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

8d967cb2 04/19/2016 11:56 AM Luca Zorzi

Added back GET parameters support (as in pre-2.3)

In version 2.3 the Traffic Graph page switched from GET to POST parameters to control the graph.
This patch restores the old functionality, which was useful to bookmark a given graph configuration.
(cherry picked from commit 709309eb91bab632957829a389721a800f984d64)

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

Convert section titles to title case

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

98128ad6 01/27/2016 04:18 PM Phil Davis

Internationalization of various status*.php

3bd74348 01/22/2016 01:25 PM Bruno Ferri

add call 'gettext' function in the status menu files

b50d30c3 01/21/2016 08:39 PM Stephen Beaver

Fixed #5789

5c0ab3cd 01/14/2016 03:59 PM NewEraCracker

All simple php echo to short

Short version is far more used than long php echo. This brings all code to same standard where possible.

fa172bc5 01/07/2016 08:50 PM NewEraCracker

Convert short open tags to full tags

Short open tag is discouraged since it is only available if enabled

See https://secure.php.net/manual/en/language.basic-syntax.phptags.php

1c185172 01/04/2016 04:25 PM Phil Davis

Add back display description option for status_graph

The code that provides the data for this is already in
bandwidth_by_ip.php in both 2.2.* and master 2.3.
The description option is in the Display dropdown list in 2.2.*, but it
got missed in the bootstrap conversion and integration process....

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

abe98adb 12/15/2015 04:53 AM Phil Davis

Code style status*

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.

889f9ee0 11/11/2015 12:49 PM jeroen van breedam

fix Bug #5410

179ab6b3 11/10/2015 04:20 PM Luiz Souza

Eliminate a few more cases of $config['ipsec']['enable'].

Mostly when dealing with enc0 interface.

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

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

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/