Project

General

Profile

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

# Date Author Comment
b7edfd3c 01/17/2016 05:13 PM Phil Davis

Internationalize edit and exec

Note: in the end, edit.php has only whitespace format changes.

3ee0eea1 01/14/2016 05:46 PM Stephen Beaver

Merge pull request #2440 from phil-davis/panel-heading

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

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.

5eb9f6ad 01/08/2016 04:04 PM NewEraCracker

Improve the output of exec.php

...And fix a possible XSS when executing PHP commands

...But we all know XSS is the least of concenrs here :P

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

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

Remove $closehead variable

Remove unused variable $closehead

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

947141fd 12/14/2015 02:35 PM Phil Davis

Code style usr local www a-e

7b91ab09 11/30/2015 05:37 PM Jared Dillard

clean up command prompt page

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.

06831ceb 11/17/2015 12:31 PM Phil Davis

Be consistent with "Download file"

The download section is headed "Download file" but the upload section was "Upload a file".
Be consistent - I have chosen to change to "Upload file".
Could just as easily make the download heading "Download a file".
Not sure it matters - just use the same convention in both places.

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

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

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

First batch of copyright updates

fc8b158f 10/26/2015 08:33 PM Stephen Beaver

Now uses tempnam() generated file name

f5ba2db3 10/26/2015 08:18 PM Stephen Beaver

Comment typo

3e115dbf 10/26/2015 08:14 PM Stephen Beaver

Experimental: Fixes #5288

bd8eeef9 10/26/2015 02:06 PM Stephen Beaver

Fixed #5343

1867cd5c 10/25/2015 05:38 AM Phil Davis

Fix Command Prompt Download and Upload when not in English - Redmine #5343 for master

This one is broken in master (as well as RELENG_2_2) and this code fixes it.

2ccb418a 09/14/2015 07:00 PM Jim Pingle

Allow pre-filling (but no automatic action) of the download filename on exec.php.

8c4455dd 09/04/2015 07:41 PM Stephen Beaver

Fixed #5101
Removed new line/space before closing

6aef15f8 09/04/2015 06:41 PM Stephen Beaver

Fixed #5101
system() command replaced with exec()

0bbbafc4 08/31/2015 04:34 PM Phil Davis

Duplicated code in exec.php bootstrap

I am not sure why these lines had been duplicated, so please explain if it does something that is needed.

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/