Project

General

Profile

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

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

c57e936a 05/31/2016 06:15 AM Stilez y

function name hms -> dhms

to match edit to util.inc

fc48da17 04/24/2016 07:07 AM NOYB NOYB

Status / IPsec / Overview - Few_Fixes

1) If there is no IPsec status response display an info box wrapped in table tags to prevent horizontal scroll bar.
2) Correct colspan to match header columns.
3) Punctuation.

5f5e97ee 04/15/2016 07:20 AM Chris Buechler

Use RFC-defined capitalization IPsec.

e96b20f6 04/05/2016 04:38 PM Jose Luis Duran

Fix missing space in status_ipsec.php

Add a missing space before NAT-T

067551a4 04/05/2016 04:08 PM Stephen Beaver

Eliminate "onclick" from child SA buttons
Revise recording of open children

9e820b59 04/04/2016 11:44 PM Phil Davis

Status IPsec only show time if established

When in the connecting state, this was showing "seconds (0:00:00) ago" - which seems odd.
I also fixed up the gettext() calls so they do not enclose convert_seconds_to_hms(), because that would pose translation difficulties....

4b5f2ab3 04/04/2016 10:22 PM Phil Davis

Prevent foreach crash if no IPsec

On a system with no IPsec defined, this would crash with:
[04-Apr-2016 21:33:24 Etc/UTC] PHP Stack trace:
[04-Apr-2016 21:33:24 Etc/UTC] PHP 1. {main}() /usr/local/www/status_ipsec.php:0
[04-Apr-2016 21:33:24 Etc/UTC] PHP 2. print_ipsec_body() /usr/local/www/status_ipsec.php:74...

9723b525 04/04/2016 10:06 PM Stephen Beaver

COrrected missing "<"

4260c32a 04/04/2016 06:40 PM Stephen Beaver

Fixed #6049

530c7ccf 04/02/2016 07:02 AM NOYB NOYB

Status - Remove Personalizations

Remove "you" personalizations.

d495fca5 03/29/2016 03:11 PM Jared Dillard

(status > ipsec) clean up css

fbe6a2ce 03/28/2016 11:10 PM Jared Dillard

(status > ipsec) clean up css

c5d8cbe0 03/26/2016 09:15 AM Chris Buechler

Background all the ipsec commands run from status_ipsec.php to make sure they don't hang up the entire GUI. Ticket #5520

dc9d5657 03/18/2016 01:17 PM Jim Pingle

Use correct variable for the remote ID in IPsec status. Fixes #6009

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.

7d31c585 03/05/2016 11:42 AM Chris Buechler

fix whitespace

9d51fcde 02/18/2016 10:11 PM Chris Buechler

Add support for splitting ipsec.conf conn entries for IKEv2. Ticket #4704

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.

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

b866103e 02/12/2016 05:43 PM Chris Buechler

Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886

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

Convert section titles to title case

d2c1089f 01/27/2016 04:51 PM Phil Davis

Status IPsec info box

As well as internationalization of this info box, I have:
1) Made all of them the same text - it seemed odd that there were 2
different versions of text for the same thing.
2) Made it an info-level infoblock. It seemed odd to me that this was...

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

add call 'gettext' function in the status menu files

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

1414104a 12/20/2015 01:41 PM Colin Fleming

Tidy up columns in "ipsec"

status_ipsec.php
- remove unused column

vpn_ipsec.php
- reduce COLPSAN to seven

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*

1af5edbf 12/11/2015 09:48 PM Stephen Beaver

Rename of files to better match their position in the memory structure