Project

General

Profile

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

# Date Author Comment
5db70796 02/05/2017 07:35 AM Phil Davis

Remove HTML from strings in diags files

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

Add security notes for privilege assignment pages

Suggested solution for Redmine 2247

45bcbee9 12/16/2016 02:20 PM Jim Pingle

Suppress error logging for Diag > Command Prompt so an error in user-entered code doesn't offer to submit a crash report. A notice is still generated since PHP <7 doesn't yet have error_clear_last(). Fixes #6702

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

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

59255714 05/03/2016 10:01 AM NewEraCracker

Fix form submission fields

Submitting one form may lead to any other filled forms to be also submitted. This commit fixes this flaw

417ace68 04/19/2016 07:18 PM Jared Dillard

(diag > command prompt) page styling

b8ce3e91 03/28/2016 02:05 PM Jim Pingle

Swap the colors on Diag > Command back. Executing is dangerous, hence the warning.

df2aa83e 03/19/2016 05:55 PM Stephen Beaver

Changed the button colors and icons. The fa-terminal wasn't doing it for me :)

6fe069a4 03/09/2016 09:26 PM Jim Pingle

Fix typo

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.

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

Renamed exec.php and edit.php