Project

General

Profile

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

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