Project

General

Profile

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

# Date Author Comment
1155cd63 05/27/2017 12:49 PM Stilez y

Various updates to PR

1) convert echo to print, and add infobox, as requested in PR comments
2) If no identifiable line number, say so
3) EVAL gives an error message format that wasn't picked up, it is now. Test case - enter as the code: eval("X");
4) Warn that EVAL gives a "spurious" "error at line 1" as well, the real error is in the (...). See above test case for this....

d2d58d6a 05/25/2017 04:11 AM Stilez y

add comment

4711322b 05/25/2017 04:08 AM Stilez y

typo

fd1bd705 05/24/2017 06:39 AM Stilez y

If user-entered PHP errors out, display the error line in context to help the user

If the user enters PHP in the command-line page, and it errors out, it's usually a typo or something minor. But the user is left with an error that references a /tmp file which doesn't exist at the point they read the message, a line number that's incorrect, and their input which doesn't display line numbers anyhow....

88991880 02/22/2017 06:07 PM Jim Pingle

Remove some unused code from diag_command.php.

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

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

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