Project

General

Profile

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

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