Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f78bbe16 01/11/2016 05:40 PM Phil Davis

Redmine #5759 print_info_box style

Define the 'success' 'info' etc style of calls to print_info_box()

d7ac2a6d 01/11/2016 01:55 PM Renato Botelho

Fix error reported in https://forum.pfsense.org/index.php?topic=105078.0

Fix select name, [] is always added when multiple is set to true

70df19e4 01/11/2016 01:55 PM Renato Botelho

Look for interface name on array instead of partial string match

0f4902b7 01/11/2016 01:55 PM Renato Botelho

Add a space between interface name and mac address

fc45f9b3 01/11/2016 01:55 PM Renato Botelho

Fix spaces

e2783cd9 01/11/2016 01:55 PM Renato Botelho

Show which is the invalid member on error message

5aba3e3d 01/11/2016 01:19 PM Stephen Beaver

Merge pull request #2398 from ExolonDX/branch_03

4c1284c6 01/11/2016 07:59 AM NOYB NOYB

HTML Compliance - Services / DHCP Server

Bad character after <. Probable cause: Unescaped <. Try escaping it as <.
Ensure one machine's advskew < 20 (and the other is > 20).

4ad0704f 01/10/2016 10:22 PM Colin Fleming

Tidy up "status_rrd_graph.php"

- use Bootstrap class "img-responsive center-block" for images
(http://getbootstrap.com/css/#images)
- remove "name" attribute, invalid in HTML5

3fb0c249 01/10/2016 03:55 PM Stephen Beaver

Merge pull request #2397 from ExolonDX/branch_02

ad3bbc15 01/10/2016 03:55 PM Stephen Beaver

Merge pull request #2396 from NOYB/GUI_Log_Entires_Placeholder

9516a5ad 01/10/2016 03:54 PM Stephen Beaver

Merge pull request #2395 from NOYB/HTML_Compliance_-_Wizard_/_pfSense_Taffic_Shaper_/_

38a50807 01/10/2016 02:53 PM Colin Fleming

Merge duplicate CLASS statements

Remove duplicate class error by merging them together.

d4407188 01/10/2016 10:01 AM NOYB NOYB

GUI Log Entires Placeholder

Add placeholder for factory default condition (not set).

47661d0d 01/10/2016 08:28 AM NOYB NOYB

HTML Compliance - Wizard / pfSense Taffic Shaper /

Empty heading.
<h1 class="page-header">

The align attribute on the img element is obsolete. Use CSS instead.
<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />...

9642a161 01/10/2016 05:41 AM NOYB NOYB

Remove/recover empty space below DNS servers unordered list.

157ba3f1 01/10/2016 04:12 AM NOYB NOYB

Remove blank line if version check disabled.

7361f6c2 01/09/2016 04:16 AM Stephen Beaver

Save adv_dhcp6_config_advanced value instread of just using it to un-hide section

bc12288b 01/09/2016 01:06 AM NOYB NOYB

Include vpn in the success status message fun.

f1ac5d23 01/09/2016 12:28 AM NOYB NOYB

Fix status message so it displays if logging changes made.

Also print info box success.
Thanks Phil for the hint.

03911305 01/08/2016 11:17 PM Stephen Beaver

Set checkboxes value to "Selected" (not "yes")

74ebdeff 01/08/2016 05:28 PM Stephen Beaver

Merge pull request #2388 from phil-davis/print_info_box

8bd845b6 01/08/2016 05:28 PM Stephen Beaver

Reverting accidental change

5aba7eed 01/08/2016 05:24 PM Stephen Beaver

Merge branch 'bugfix-for-4605' of https://github.com/the-real-ed/pfsense

c8532336 01/08/2016 05:14 PM Phil Davis

print_info_box success

In most situations we want the print_info_box() of $savemsg to be
'success'. If there was some problem saving, then it can be 'warning'.
These are a few places I have found so far that need this sort of fixing
up - more to come but sleep calls just now!...

79563cb6 01/08/2016 04:56 PM Colin Fleming

Use Bootstraps text alignment classes (part 2)

use Bootstraps CLASS statement instead "align" statement

96cb4c98 01/08/2016 04:15 PM Stephen Beaver

Merge pull request #2386 from NewEraCracker/master

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

46af3068 01/08/2016 02:58 PM Stephen Beaver

Fixed #5745 and a few other items discovered during testing

66b1e4a1 01/08/2016 02:08 PM Stephen Beaver

Merge pull request #2385 from phil-davis/patch-2

875a9486 01/08/2016 02:05 PM Stephen Beaver

Page revised to use Ajax to fetch the package information. This allows for the presentation of error and status messages, as well as offering a more "standard" solution. (i.e.: should work with all browsers)

22fec772 01/08/2016 12:54 PM Phil Davis

firewall_shaper_vinterface display savemsg according to severity

d13a5e7d 01/08/2016 10:52 AM Renato Botelho

Merge pull request #2381 from phil-davis/patch-2

509245ff 01/08/2016 09:25 AM NOYB NOYB

Close php tag

201b9565 01/08/2016 09:22 AM NOYB NOYB

HTML Compliance - Firewall / Traffic Shaper / Queues

The align attribute on the div element is obsolete. Use CSS instead.
<div class="panel-heading" align="center">

2056e551 01/08/2016 03:51 AM Phil Davis

Fix webgui-redirect in system_advanced_admin

This one also seems to be wrong.
Why do people use a different name for the $POST var?

641ff348 01/08/2016 03:27 AM Stephen Beaver

Correct element name (don't log web gui logins)

fa251db5 01/07/2016 11:04 PM Stephen Beaver

Add spinning cog

d2364df7 01/07/2016 11:00 PM Stephen Beaver

Added a crude method of displaying a "Please wait" banner.

a48903c6 01/07/2016 09:36 PM Jim Pingle

Fix up text on PPPoE Server

6cf87aec 01/07/2016 09:15 PM Renato Botelho

Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when it's necessary. Some users reported to see issues in cases where update was necessary

277b83dd 01/07/2016 08:54 PM Stephen Beaver

Merge pull request #2379 from NewEraCracker/better-diag-traceroute

f6934376 01/07/2016 08:50 PM NewEraCracker

Fix conflicts caused by merging

07a7b6db 01/07/2016 08:50 PM NewEraCracker

Convert this endif's missed by last commit

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

f4541685 01/07/2016 08:45 PM NewEraCracker

IMHO this looks better in 'pre' tags than nl2br

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

6ac8623c 01/07/2016 06:29 PM NOYB NOYB

Remove unneeded old commented pgtitle var

3f420f84 01/07/2016 06:29 PM NOYB NOYB

If action is not 'login' or 'logout' then display text of action.

Allow long action text to line wrap.
Don't line wrap IP address.

58736bf3 01/07/2016 06:29 PM NOYB NOYB

But only if vpn.log file.

1fdb771b 01/07/2016 06:29 PM NOYB NOYB

Use the log file path provide from status_logs_common.inc

Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).

f372bd5b 01/07/2016 06:29 PM NOYB NOYB

Fixed up for vpn.log filtering.

9f466a1d 01/07/2016 06:29 PM NOYB NOYB

Consolidate with status_logs_common.inc

67c19b95 01/07/2016 06:29 PM NOYB NOYB

Function is now in guiconfig.inc

f81ad804 01/07/2016 06:29 PM NOYB NOYB

Per Colin (PR #2300)

Use Bootstraps text alignment classes

As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)

87be90ed 01/07/2016 06:29 PM NOYB NOYB

Staus - System - Logs - VPN - Write Config Only

If no logging changes have been made, only write the config file.

68fdc24d 01/07/2016 06:29 PM NOYB NOYB

Status - System Logs - VPN

Revamp log file selection method to be consistent with the other system logs.
Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested)....

ff8e3635 01/07/2016 06:10 PM Jim Pingle

Cleanup some text and fix default behavior of some NTP options to match 2.2.6 and what the text described.

c57b2aad 01/07/2016 03:46 PM Phil Davis

diag_tables give different message when last updated is unknown

and put the message in an infoblock_open so the user can close/open it as they wish.

16424666 01/07/2016 03:26 PM Phil Davis

Unset $entries array after clearing table

Without this, when the table is cleared then the "now old and gone" entries are being redisplayed the first time after the clear table happens.

037d5829 01/07/2016 03:10 PM Stephen Beaver

Merge branch 'patch-6' of https://github.com/phil-davis/pfsense

05ff0c65 01/07/2016 03:06 PM Stephen Beaver

Merge pull request #2366 from NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit

eccb4c9e 01/07/2016 03:03 PM Stephen Beaver

Merge pull request #2373 from phil-davis/patch-3

53d619c2 01/07/2016 03:03 PM Stephen Beaver

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

224176a4 01/07/2016 02:52 PM Stephen Beaver

Merge pull request #2371 from NewEraCracker/php-standards

0a7d86bd 01/07/2016 02:42 PM Phil Davis

status_logs_filter_summary make the info box open on initial page load

e6f5c464 01/07/2016 02:41 PM Stephen Beaver

Fixed #5742

db5ccb6a 01/07/2016 02:17 PM Phil Davis

firewall_shaper_queues show green success after apply

After applying changes done from firewall_shaper_queues the message should be green-success.

c7593c81 01/07/2016 02:08 PM Phil Davis

diag_nanobsd whitespace

Just a bit of consistency while I am here.

06dea9aa 01/07/2016 02:08 PM Renato Botelho

Fix #5743, spell typo

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

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

38c575a3 01/07/2016 01:38 PM Stephen Beaver

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

49b48273 01/07/2016 01:30 PM Stephen Beaver

Allow an infoblock to be displayed (not hidden) on page load y specifying id='infoblock_open'

baa6804a 01/07/2016 12:32 PM Renato Botelho

Merge pull request #2370 from phil-davis/patch-11

e4b20e95 01/07/2016 12:30 PM Renato Botelho

Merge pull request #2368 from phil-davis/patch-8

fbce6729 01/07/2016 12:29 PM Renato Botelho

Merge pull request #2367 from phil-davis/patch-7

c63c1909 01/07/2016 12:25 PM Phil Davis

Remove unused var in get_std_save_message

$d_sysrebootreqd_path seems to be a leftover from some ancient group of global $d_* vars that are no longer used.

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

6f80b61e 01/07/2016 11:25 AM Phil Davis

diag_tables change deleteall to clearall

This is part 1(a) only of https://redmine.pfsense.org/issues/5742
When the name is 'deleteall' then a popup comes saying "You may not delete the last row".

356ba464 01/07/2016 08:45 AM Phil Davis

diag_nanobsd clean up handling of RO<->RW switching

1) When the Save button has been used to save the Permanent Read/Write setting then display a success message so the user knows it worked.
2) Move the "This setting is only temporary..." setHelp to be with the Read/Write status area, where it is in 2.2.6. That text was under the Permanent Read/Write checkbox, where it was not true....

799969cb 01/07/2016 08:34 AM NOYB NOYB

HTML Compliance - Firewall / Schedules / Edit

The align attribute on the td element is obsolete. Use CSS instead.
The cellspacing attribute on the table element is obsolete. Use CSS instead.
The cellpadding attribute on the table element is obsolete. Use CSS instead....

b9adcf8b 01/07/2016 07:00 AM Phil Davis

status_logs_filter_summary make the info an info box

The existing behavior in 2.3-BETA is that if you close this box with the "x" it goes away completely and you cannot get it back.
Do we want to make it a "proper" info box that can be open and closed as desired? (like I did here)...

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

e0a30a51 01/07/2016 05:27 AM Phil Davis

Rationalize add and delete buttons for limiter GUI

1) When you click to add a new limiter or new queue, then the "Add new queue" button is displayed down the bottom. That is dumb - you are already adding and actually you need to enter the data and save first before adding something else....

32530836 01/07/2016 04:32 AM Phil Davis

firewall_shaper_vinterface URL reference

As far as I can see this URL should be self-referring - to firewall_shaper_vinterface.php
But I am having trouble finding how to test it, because whenever $pipe is set, so is $queue so I never get down the "else"....

b93bb38c 01/07/2016 04:25 AM Chris Buechler

Set secure_mode=yes in miniupnpd config. Ticket #5627

a518c507 01/07/2016 02:09 AM Stephen Beaver

Open help link in a new tab

e418b7b6 01/06/2016 09:18 PM Stephen Beaver

Change method name to setIsRequired() to match other similar methods

ecbe25ad 01/06/2016 09:16 PM Stephen Beaver

Merge pull request #2360 from NewEraCracker/regex-fixes

a55329ca 01/06/2016 09:03 PM NewEraCracker

Fix all unterminated character class for pattern

1f70d78c 01/06/2016 08:44 PM NewEraCracker

Fix minor typos and correct code standards

311e4ad5 01/06/2016 07:53 PM Stephen Beaver

Fixed #5723

b55564f1 01/06/2016 07:24 PM Jim Pingle

Fix a bunch of text issues on DNS resolver advanced options

7bf36694 01/06/2016 04:32 PM Stephen Beaver

Added new method setRequired() (shortcut for setAttribute("required", true) )

9cd1455d 01/06/2016 04:27 PM Renato Botelho

Validate pppoe_subnet before use it in calculation. Ticket #5720

f1926a41 01/06/2016 04:27 PM Renato Botelho

Change number of PPPoE users range to 1-255 and add an extra POST validation

b424b7ef 01/06/2016 04:27 PM Renato Botelho

Fix field name validation

be513209 01/06/2016 04:27 PM Renato Botelho

Replace n_l2tp_units field by a drop-down from 1 to 255 and add a post validation just to be sure. Ticket #5720

09d720fc 01/06/2016 04:23 PM Stephen Beaver

Fix success message color

245eb71f 01/06/2016 03:06 PM Stephen Beaver

Fixed #5738