Project

General

Profile

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

# Date Author Comment
81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

6756052b 08/14/2016 10:03 PM NewEraCracker

Call services_dhcpd_configure with the right parameter

Previously code segment for v4 would call both v4 and v6. Fixed to call v4 and v6 where appropriate.

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)

1602106b 07/14/2016 11:14 PM Phil Davis

Fix #6613 Do not show Aply Changes button when Save needed

I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9
The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.

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

253919a5 06/22/2016 02:55 PM Stephen Beaver

Merge pull request #2906 from Chrisc-c-c/Fix-QinQ-Interfaces

21c18c3d 06/08/2016 11:15 PM Phil Davis

Fix #6460 Interface mismatch apply changes button

1322ee22 04/24/2016 10:55 PM Chris Rowe

Make QinQ interfaces work again

ff3f0016 04/16/2016 06:22 AM Chris Buechler

Unset dhcpdv6 for deleted interfaces on interfaces_assign.php. Ticket #6152

45654aa0 03/29/2016 07:19 AM NOYB NOYB

Interfaces (assign) - Remove Personalizations

Remove "you" personalizations.

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

9fcc7581 02/21/2016 10:38 PM Luiz Souza

If exist, print the friendly interface name next to device name.

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.

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

26b4bef8 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.

464358b4 01/27/2016 05:20 AM Phil Davis

Standardize print_apply_box usage

1) For the translators, it should be better to do it consistently. Then
they only need to have 1 translation of "You must apply the changes in
order for them to take effect" and can translate each of the other
custom sentences individually....

0fc3de67 01/25/2016 04:36 AM Phil Davis

Internationalize interfaces UI 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....

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

290566ed 12/30/2015 08:03 AM NOYB NOYB

HTML Compliance - Interfaces / Assign network ports

A table row was 3 columns wide and exceeded the column count established by the first row (2).

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

aa82505e 12/15/2015 10:59 AM Phil Davis

Code style g-i

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

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.

6a667f30 11/12/2015 09:51 PM Stephen Beaver

Fixed group member creation
Nixed "I/F in button labels (by popular demand)

4419e274 11/10/2015 08:42 PM Stephen Beaver

Cosmetic cleanups

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

092e7a96 10/30/2015 03:35 PM Stephen Beaver

Copyright update

50e6c063 10/22/2015 09:05 PM Renato Botelho

Fix array index, 6 was missing

bfa7b33e 09/20/2015 12:03 PM Doktor Notor

show openvpn interfaces while reassigning the interfaces for a restored config backup

Resubmit of #1769

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/