Project

General

Profile

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

# Date Author Comment
a68f7a3d 01/03/2024 06:26 AM Luiz Souza

Update the years in the Copyright notice.

c1d304b3 11/14/2023 09:47 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

47b725b9 11/14/2023 09:45 PM Marcos M

Revert "Update fontawesome icon names to v6. Implement #13537"

This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.

32be4696 11/14/2023 09:00 PM Marcos M

Update fontawesome icon names to v6. Implement #13537

e0cb987c 11/10/2023 02:03 PM Marcos M

Update fontawesome. Implement #13537

8c2df62b 07/26/2023 07:04 PM Christopher Cope

diag_edit.php Improvements. Fixes #7589

402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

4864d7f6 11/15/2022 06:49 PM Josh Soref

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`....
8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

1b910463 06/17/2021 04:06 PM Steve Beaver

Fixed #12050 by adding new JumpToLine() function and calling as needed

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

6935650a 12/29/2020 07:55 PM Steve Beaver

Load file on pressing 'Enter' key

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

557e0826 04/10/2017 04:53 PM Steve Beaver

Fix UTF8 in base64 decode

7f4268b6 02/13/2017 08:30 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics

57188e47 01/02/2017 12:00 PM Phil Davis

Add security notes for privilege assignment pages

Suggested solution for Redmine 2247

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

86e94bec 08/17/2016 01:19 PM Stephen Beaver

diag-edit.php: Perform "Goto line #" action on pressing enter key within the line number element

6173d1f5 08/16/2016 02:50 PM Colin Fleming

Tidy up filenames

Make sure the filenames represent the actual file

9d3e8723 08/16/2016 04:45 AM Phil Davis

Code style and comments

No functional change - just making style consistent

e5343844 08/15/2016 01:45 PM Stephen Beaver

Fixed #6703

fd778d8b 08/15/2016 12:59 PM Stephen Beaver

Fixed #6704

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

ee092d36 04/19/2016 07:18 PM Jared Dillard

(diag > edit file) page styling

18e7bc46 03/17/2016 04:42 PM Stephen Beaver

FIlebrowser package moved to vendor direcroty

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.

e4c0e9b1 03/02/2016 05:15 AM NOYB NOYB

HTML Compliance - Diagnostics / Edit File

Attribute width not allowed on element input at this point.
<input type=number id=gotoline width=6>
Width attribute is only valid on input element for type image.
Changed to use size attribute.

Stray end tag input....

ed98ef92 02/19/2016 09:51 PM Phil Davis

Allow user to dismiss diag_edit messages

Previously the close 'x' was displayed, but after this code was changed to use print_info_box() the close 'x' was not being displayed.

a09f3d8e 02/19/2016 09:18 PM Phil Davis

Changes for diag_edit rename

36a844df 02/19/2016 04:32 PM Stephen Beaver

Renamed exec.php and edit.php