Project

General

Profile

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

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

6102c368 05/04/2016 12:15 PM NewEraCracker

Fix form submission fields

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

(cherry picked from commit 592557140156767944d848ebb3ae4baab84464ec)

050624e7 04/20/2016 10:10 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