Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
16e3a3e2 01/22/2016 05:21 PM Phil Davis

firewall_aliases add print_apply_box code

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

bea2dd6d 01/22/2016 04:59 PM Jim Pingle

Only the serial enable/disable and primary console selectors should be hidden for this test, the serial speed selector must still be available.

0eff451c 01/22/2016 04:39 PM Renato Botelho

Merge pull request #2513 from ch1c4um/replace_jQuery_to_$

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

fa6e6196 01/22/2016 03:33 PM Jim Pingle

Relocate subnet mask drop-down to a more sensible place on the PPPoE server, add a user login count option.

20c61a6c 01/22/2016 03:07 PM Renato Botelho

Use default log file from pfSense-upgrade when it's called by GUI, this will make sure we preserve first part of upgrade after reboot

c40962e9 01/22/2016 02:58 PM Phil Davis

Make diag_arp info an infoblock

I might find a few of these while looking at various print_info_block calls, but this one for a start that works well as infoblock blockopen.

53a15834 01/22/2016 02:44 PM Stephen Beaver

Merge pull request #2510 from brunostein/add_call_gettext_function_menu_vpn

e21ac870 01/22/2016 02:30 PM Renato Botelho

Make sure LANG = C for pkg calls

9f2f1dda 01/22/2016 02:28 PM Renato Botelho

Move set_language() call back to guiconfig.inc since it's causing trouble on console

38176357 01/22/2016 02:18 PM Bruno Ferri

replaced jQuery to $

237dfbd1 01/22/2016 02:18 PM Bruno Ferri

add call 'gettext' function in the vpn menu files

95dea5e4 01/22/2016 01:44 PM Renato Botelho

Merge pull request #2502 from phil-davis/patch-6

4370022d 01/22/2016 01:42 PM Stephen Beaver

Replace "jQuery" with "$" for consistency

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

add call 'gettext' function in the status menu files

ee2a6908 01/22/2016 11:32 AM Stephen Beaver

Fixed #5793

b824f18c 01/22/2016 10:59 AM Renato Botelho

Remove redundant alias check and move group check to proper place, fixes #5795

24049bb6 01/22/2016 10:42 AM Renato Botelho

Do not let interface description to have same name of an interface group. Fixes #5795

9c29a65b 01/22/2016 10:21 AM Renato Botelho

Merge pull request #2503 from NOYB/Form_Group_-_Empty_Title_GetText

c6625b3a 01/22/2016 10:20 AM Renato Botelho

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

9b40b151 01/22/2016 10:18 AM Renato Botelho

Merge pull request #2500 from NOYB/Firewall_Log_Widget_-_Revert_Abbreviation

e42fcbd0 01/22/2016 10:17 AM NOYB NOYB

Adding {} to if statement.

fbdd67e1 01/22/2016 10:13 AM Renato Botelho

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

eaa3fb69 01/22/2016 10:09 AM Phil Davis

Cleanup crash_reporter Submit checks

When looking at this earlier I never paid attention to the left side of each of these conditions. It is pretty dumb to gettext($_POST['Submit']) and then compare it to gettext("Yes") !!!
This cleans it up so it does just an ordinary comparison - works fine.

f86d9820 01/22/2016 09:58 AM Renato Botelho

Merge pull request #2504 from phil-davis/gettext-widgets

04b42040 01/22/2016 09:08 AM Phil Davis

Internationalize dashboard widgets

cba2816e 01/22/2016 08:02 AM NOYB NOYB

Form Group - Empty Title GetText

Don't call gettext with an empty title.

There are undoubtedly other places that a check should be done before passing a variable only to a gettext call.

Fixes use case of form group class without a title from passing empty var to gettext....

b373f471 01/22/2016 06:43 AM Phil Davis

Be more flexible on detecting the need for the Apply button

This is the quick fix part (1) for https://redmine.pfsense.org/issues/5794

c40fbe6d 01/22/2016 06:11 AM Chris Buechler

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

7ebc7c51 01/22/2016 06:06 AM Chris Buechler

Don't show RTT, RTTsd, Loss for unmonitored gateways

257fc849 01/22/2016 05:54 AM Phil Davis

Crash Reporter compare choice with language-specific string #5792

I don't really understand why this has to be - the HTML has value="Yes" and value="No" - I thought those would be the strings sent along with "submit".
The translation of Yes and No should have been just for display purposes....

cc192b31 01/22/2016 05:54 AM Chris Buechler

Merge pull request #2470 from al-right/master

7c36b00f 01/22/2016 02:25 AM Stephen Beaver

Added some comments

b87923bd 01/21/2016 11:29 PM NOYB NOYB

Firewall Log Widget - Revert Abbreviation

Fine to spell out 'Destination' here.
1) Field content already has column wide enough.
2) Consistent with firewall log.
3) Already translated.

Return interface abbreviation to it's original uppercase 'IF' to not look so much like the word 'If'.

d7d64209 01/21/2016 10:37 PM Stephen Beaver

Merge pull request #2498 from NewEraCracker/master

7560e108 01/21/2016 10:21 PM Stephen Beaver

Fixed #5790
I think

5dd06b2b 01/21/2016 09:36 PM NewEraCracker

Fix another misplaced quote

2f61bde8 01/21/2016 09:32 PM NewEraCracker

Fix misplaced quote (resolves syntax error)

e994dabe 01/21/2016 09:12 PM Renato Botelho

Regenerate pfSense.pot

ceecd29b 01/21/2016 09:12 PM Renato Botelho

Fix #5690:

- Remove parameters from set_language()
- Add a global variable for default language
- add env var for LANG, otherwise it won't work

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

Fixed #5789

d3f4dfc1 01/21/2016 06:44 PM Stephen Beaver

Merge branch 'add_call_gettext_diagnostic_menu_pages' of https://github.com/brunostein/pfsense

8e629340 01/21/2016 06:40 PM Stephen Beaver

Merge pull request #2495 from phil-davis/gt1

6e8892c5 01/21/2016 06:31 PM Stephen Beaver

Add gettext to select option names where required

f49cd725 01/21/2016 06:08 PM Phil Davis

Internationalization graph guiconfig head index

29e5cbb4 01/21/2016 06:07 PM Phil Davis

xmlrpc signature and docstring

A few of the entries in this array had dodgy var references. I don't think anything would have caused an actual error.

ff30e319 01/21/2016 04:56 PM Bruno Ferri

add call gettext function for translate

65db26f2 01/21/2016 04:30 PM Renato Botelho

Regenerate pfSense.pot

321a8b9a 01/21/2016 04:17 PM Renato Botelho

Regenerate pfSense.pot

0a5fbe89 01/21/2016 03:56 PM Jim Pingle

Change dependency icon back to a paperclip (globe seems to imply more than intendend here), fix appearance of the text.
<ul> without <li> is invalid, remove. Also move the icon to a separate i tag, putting it in an a tag changed the font in an undesirable way.

c19802a9 01/21/2016 03:41 PM Stephen Beaver

Merge pull request #2486 from NOYB/Special_Panels_-_Show/Hide

028f26a2 01/21/2016 03:39 PM Phil Davis

Add a close button to Edit load/save messages

Other places use more standard code for printing success/error messages.
But the Edit File page is a bit different. The standard code puts a
close button on messages so that users can dismiss them if they like....

e0d1a2f8 01/21/2016 01:48 PM Renato Botelho

Do not call gettext() for empty string

145cec34 01/21/2016 01:36 PM Stephen Beaver

Fix "View content" href

695c35fd 01/21/2016 12:52 PM Renato Botelho

Merge pull request #2490 from phil-davis/info-block1

25d66c61 01/21/2016 12:05 PM NewEraCracker

DHCP - Decode value while validating contents

https://forum.pfsense.org/index.php?topic=105654

c97a3f34 01/21/2016 10:44 AM Phil Davis

Remove close button from firewall_rules

Issue: https://redmine.pfsense.org/issues/5788

bab790f2 01/21/2016 10:11 AM Renato Botelho

Merge pull request #2489 from NOYB/Status_/_System_Logs_-_Tab_Array

d8e72251 01/21/2016 10:10 AM Renato Botelho

Merge pull request #2488 from PiBa-NL/23_rulesedit

7d8c9075 01/21/2016 10:08 AM Renato Botelho

Remove remaining PBI symlinks not registered in .pbiopt file. If should fix #5221

28ff1645 01/21/2016 10:08 AM Renato Botelho

Make sure code reaches pbi_delete

54bf2312 01/21/2016 04:42 AM NOYB NOYB

Think the term 'associated' may be better here than 'special'.

643bfab8 01/21/2016 03:43 AM NOYB NOYB

Use icons instead of text.

Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.

94f90a27 01/21/2016 01:47 AM NOYB NOYB

Status / System Logs - Tab Array

Only call display_top_tabs function if there is a tab array to display.

The display_top_tabs function prefixes the type parameter with 'nav nav-'. So passing 'nav nav-tabs' adds a nonexistent class; 'nav-nav'. Only pass 'tabs' as the type.

5f4bf5fb 01/20/2016 11:52 PM Pi Ba

firewall_rules_edit, load advanced settings flags-any and sloppy-state back into webgui

2794ddb4 01/20/2016 06:39 PM Stephen Beaver

Comment fix

659fe1e8 01/20/2016 04:59 PM Stephen Beaver

Remove debug

4979fb6a 01/20/2016 04:54 PM Stephen Beaver

Escape HTML on re-saving separator text

1ee9fb20 01/20/2016 04:10 PM Stephen Beaver

Fixed #5784

069442e7 01/20/2016 04:02 PM NOYB NOYB

Apply recommended changes.

ff3da1e7 01/20/2016 03:14 PM Stephen Beaver

Fixed #5781

5d7b915d 01/20/2016 02:40 PM Stephen Beaver

Provide warning message onleavinghte page
Allow Esc key to cancel a new separator
Allow Enter key to save a new separator

c05363c8 01/20/2016 02:22 PM NOYB NOYB

Special Panels - Show/Hide

Add configuration option to show or hide special panels.
When a panel is hidden a button is displayed on the page title bar to toggle the panel display.

11428ba5 01/20/2016 10:01 AM NOYB NOYB

Status / System Logs / VPN / PPPoE Service - Fix Shortcut Links

Fix PPPoE Service shortcut so links show on the breadcrumb bar.

8ceb9d34 01/20/2016 04:55 AM Chris Buechler

Merge pull request #2472 from dennypage/master

78b4b127 01/20/2016 02:18 AM Stephen Beaver

Changed color scheme to use existing bg-* classes
Simplfied color change mechanism
Implemented "Cancel" button

e582bccc 01/19/2016 11:16 PM Stephen Beaver

Add colors to the separator bars

ef2936e6 01/19/2016 08:49 PM Stephen Beaver

Fixed #5781

5b2f5ce2 01/19/2016 07:37 PM Stephen Beaver

Eliminate foreach for speed.

836cefa0 01/19/2016 07:07 PM Stephen Beaver

New separator text box has focus when created

a361a19b 01/19/2016 06:58 PM Stephen Beaver

Fixed issue with separator bar at very top of floating rule list

45383004 01/19/2016 06:29 PM Renato Botelho

Merge pull request #2484 from phil-davis/gt9

c17ad197 01/19/2016 06:28 PM Renato Botelho

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

9c12e7bb 01/19/2016 06:28 PM Renato Botelho

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

20588da1 01/19/2016 06:27 PM Renato Botelho

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

8f385535 01/19/2016 06:26 PM Renato Botelho

Merge pull request #2480 from phil-davis/gt8

107b637d 01/19/2016 06:25 PM Renato Botelho

Merge pull request #2479 from phil-davis/gt7

1521e8cc 01/19/2016 06:22 PM Phil Davis

Internationalization of remaining firewall_*.php

af426017 01/19/2016 06:04 PM Phil Davis

Firewall shaper wizards print_info_box() severity level

c64c9278 01/19/2016 05:56 PM Stephen Beaver

Completed basic #5373
May add a color option after some testing

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

Firewall shaper print_info_box at correct severity

430845ce 01/19/2016 05:22 PM Phil Davis

Allow enable/disable rule for Firewall NAT Out

The code for it was all there, but the icon was hidden when the rule was enabled, so there was no wayto click to disable.
It all works for me with just this small change.

cd567545 01/19/2016 05:02 PM Phil Davis

Firewall NAT Port Forward rule enable/disable toggle

Provide the rule enable/disable toggle like in NAT 1:1 and NAT NPt

d590a670 01/19/2016 04:17 PM Phil Davis

Provide "add top" and "add bottom" buttons for NAT 1:1 and NPt

So that they are consistent with NAT Port Forward.

2ca3384c 01/19/2016 04:12 PM Renato Botelho

Merge pull request #2477 from phil-davis/gt6

d62e733b 01/19/2016 02:45 PM Phil Davis

Internationalize firewall_rules pages

I might have gone too far wrapping '(other)', 'any', 'default', 'none'
in gettext() but actually if translating to a language with non-Latin
script then it can be useful to translate even these sort of single
words, because there might be some people who cannot even read Latin...

493d292f 01/19/2016 02:08 PM Renato Botelho

Merge pull request #2473 from phil-davis/gt5

6a2d67f0 01/19/2016 01:36 PM Stephen Beaver

Fix browser tab text

301e4aa0 01/19/2016 01:30 PM Stephen Beaver

Restore separator bar delete functionality