fusionpbx/app
jebsolutions 30aa8871a3 minor fix: show shell exec errors. Nicer hide/show. (#2275)
test #1:
enter an invalid command for the shell.  e.g. "asdf" then click execute.

expected result:
You get some type of result about invalid command.

Actual result: nothing shows up.  You have no idea if your command worked or not.

fixed result: When doing an exec include errors in the response: 2>&1

Test #2:
Enter something invalid in the switch command.  e.g. "asdf".  Click Execute.  Change to SQL.  Enter something valid e.g. "select * from v_users;"  Click execute.

Expected result:
You see the SQL output right below your "select * from v_users;" input text box.

Actual result:
Because the output from the previous switch/php/shell is not hidden the SQL output is pushed down off the screen.  Unless the user scrolls down they will not see the result and think their SQL command didn't actually work.

Fixed results:
When you do switch/phps/shell show the Response section.
When you do sql hide the response section.

This way only the relevant response/sql_response is shown to avoid confusion/screen clutter.
2016-12-30 12:06:53 -07:00
..
access_controls Major changes to pt-br language. (#1835) 2016-08-25 11:03:51 -06:00
adminer Update app_defaults.php 2016-10-22 21:26:39 -06:00
backup additional error handling for backup/restore (#2187) 2016-11-24 20:53:03 -07:00
call_block Major changes to pt-br language. (#1835) 2016-08-25 11:03:51 -06:00
call_broadcast Major changes to pt-br language. (#1835) 2016-08-25 11:03:51 -06:00
call_center_active Update call_center_active_inc.php 2016-11-26 21:44:20 -07:00
call_centers Add German indications (#2005) 2016-11-01 11:02:21 -06:00
call_flows Minor fixes to HTML markup. (#2274) 2016-12-27 10:06:30 -07:00
calls Add. Support number_alias field as presence id in follow me/call forward (#2075) 2016-11-17 11:40:22 -07:00
calls_active Major changes to pt-br language. (#1835) 2016-08-25 11:03:51 -06:00
click_to_call Add German indications (#2005) 2016-11-01 11:02:21 -06:00
conference_centers Update conference_center_edit.php 2016-10-21 10:17:03 -06:00
conference_controls Update conference_control_details.php 2016-10-29 00:21:05 -06:00
conference_profiles Update conference_profile_delete.php 2016-07-17 14:23:22 -06:00
conferences Update conference_edit.php 2016-10-14 08:32:15 -06:00
conferences_active Fix the warning for the interactive conference page. 2016-04-29 17:55:27 -06:00
contacts Update app_config.php 2016-12-08 03:05:41 -07:00
database_transactions Update database_transaction_edit.php 2016-11-26 21:37:43 -07:00
destinations Update destination_delete.php 2016-10-22 23:14:28 -06:00
devices Update device_profile_edit.php 2016-12-06 11:25:37 -07:00
dialplan Minor fixes to HTML markup. (#2274) 2016-12-27 10:06:30 -07:00
dialplan_inbound Update dialplan_inbound_add.php 2016-10-23 22:00:04 -06:00
dialplan_outbound add iNum Dial pattern to dialplan drop-down (#2201) 2016-11-30 20:54:24 -07:00
edit Update fileoptionslist.php 2016-12-11 22:57:51 -07:00
emails Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
exec minor fix: show shell exec errors. Nicer hide/show. (#2275) 2016-12-30 12:06:53 -07:00
extensions Fix. Remove unused code. (#2233) 2016-12-07 23:46:47 -07:00
fax Minor fixes to HTML markup. (#2274) 2016-12-27 10:06:30 -07:00
fifo Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
fifo_list Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
follow_me Update app_config.php 2016-12-22 23:59:28 -07:00
gateways Update app_languages.php 2016-12-23 01:00:49 -07:00
ivr_menus Fix. Use `Ivr Menu/application` settings to switch IVR engine. (#2219) 2016-12-01 11:51:55 -07:00
log_viewer Fix multiple notify warnings (#2254) 2016-12-20 13:26:42 -07:00
meetings \r\n --> \n 2016-04-25 20:30:23 -05:00
modules Minor update. 2016-05-26 13:08:53 -06:00
music_on_hold Update app_defaults.php 2016-08-22 20:04:23 -06:00
operator_panel Added pt-br language support. Few typo fixes. (#1922) 2016-09-17 22:05:51 -06:00
phrases Update phrase_edit.php 2016-08-13 14:09:02 -06:00
pin_numbers Add app/pin_numbers. 2016-06-22 13:49:54 -06:00
provision Fix global vars scope (#2263) 2016-12-26 14:53:42 -07:00
recordings Create recording_play.php 2016-11-23 22:08:33 -07:00
registrations Registration search (#2151) 2016-11-23 23:20:51 -07:00
ring_groups [master] fix bug #2017 ring groups broken until re-save (#2108) 2016-11-21 21:53:56 -07:00
scripts Update scripts.php 2016-12-14 08:41:35 -07:00
services Fix. Escape quotes and do not check domain_uuid in edit service form. (#1752) 2016-07-17 12:14:12 -06:00
settings Update app_defaults.php 2016-09-08 17:27:34 -06:00
sip_profiles Update app_defaults.php 2016-05-23 21:37:21 -06:00
sip_status Add missing bracket (#1726) 2016-06-30 14:51:56 -06:00
system Update app_languages.php (#1666) 2016-07-27 22:26:02 -06:00
tftp Update app_defaults.php 2016-10-22 22:36:16 -06:00
time_conditions Update time_condition_edit.php 2016-10-22 23:24:28 -06:00
tones Enhance Add Tones (#1857) 2016-09-03 20:32:19 -06:00
traffic_graph Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
vars vars.php - fix 3 notify warnings (#2247) 2016-12-26 14:57:49 -07:00
voicemail_greetings Voicemail: Integrate new file upload control on Voicemail Greetings page. 2016-07-01 03:18:07 -06:00
voicemails Update voicemail.php 2016-12-03 13:32:55 -07:00
xml_cdr Update xml_cdr.php 2016-12-30 10:54:33 -07:00