Project

General

Profile

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

# Date Author Comment
2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

4b1b6bed 08/17/2016 01:21 PM Stephen Beaver

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

(cherry picked from commit 86e94becbec130f9eeca5bc94b497ec1167a640a)

4ae5b96f 08/16/2016 04:31 PM Colin Fleming

Tidy up filenames

Make sure the filenames represent the actual file

(cherry picked from commit 6173d1f5a5ed50b8c8a8523b1eb6824f7c9c1ae6)

9488f42b 08/16/2016 01:21 PM Phil Davis

Code style and comments

No functional change - just making style consistent

(cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)

e0eadf80 08/15/2016 01:46 PM Stephen Beaver

Fixed #6703

(cherry picked from commit e5343844c6de78feafae9e601b25bdf31f114a50)

d4879244 08/15/2016 01:00 PM Stephen Beaver

Fixed #6704

(cherry picked from commit fd778d8bef8ea3b0e5dcc8007de242b6e2ac6d5a)

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

aceaf18c 06/27/2016 07:16 PM 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....

2fef3ed9 04/20/2016 10:10 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