diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 0a438db9d..c81d4f1fa 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: ProcessMaker 2.8.0\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2014-10-20 16:34:34\n" +"PO-Revision-Date: 2014-10-20 18:13:40\n" "Last-Translator: \n" "Language-Team: Colosa Developers Team \n" "MIME-Version: 1.0\n" @@ -17461,6 +17461,12 @@ msgstr "The current browser is not supported, please use a different browser. Mi msgid "The are no tables to export." msgstr "The are no tables to export." +# TRANSLATION +# LABEL/ID_SUPPORT +#: LABEL/ID_SUPPORT +msgid "Support" +msgstr "Support" + # additionalTables/additionalTablesData.xml?ADD_TAB_NAME # additionalTables/additionalTablesData.xml #: text - ADD_TAB_NAME diff --git a/workflow/engine/controllers/adminProxy.php b/workflow/engine/controllers/adminProxy.php index 3892f3f51..120246f6d 100644 --- a/workflow/engine/controllers/adminProxy.php +++ b/workflow/engine/controllers/adminProxy.php @@ -1465,7 +1465,6 @@ class adminProxy extends HttpProxyController $process = array(); while ($rs->next()) { $row = $rs->getRow(); - G::pr($row); $process[$row['PRO_STATUS']] = $row['NUMBER_PROCESS']; } $params["process"] = $process; @@ -1473,7 +1472,7 @@ class adminProxy extends HttpProxyController //Country/city (Timezone) $params["Timezone"] = (defined('TIME_ZONE') && TIME_ZONE != "Unknown") ? TIME_ZONE : date_default_timezone_get(); - $support = PATH_DATA_SITE . 'support.txt'; + $support = PATH_DATA_SITE . SYS_SYS . '-' . date('YmdHis') . '.spm'; file_put_contents($support, serialize($params)); G::streamFile($support, true); G::rm_dir($support); diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index f01335a22..c7ec1772b 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -7277,6 +7277,8 @@ SELECT 'LABEL','ID_GENERATE_INFO_SUPPORT','en','It will be generated a file with SELECT 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20' UNION ALL SELECT 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20' + UNION ALL +SELECT 'LABEL','ID_SUPPORT','en','Support','2014-10-20' ; INSERT INTO ISO_LOCATION ([IC_UID],[IL_UID],[IL_NAME],[IL_NORMAL_NAME],[IS_UID]) diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 652ec4636..ea560cad7 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -4369,7 +4369,8 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_MCRYPT_SUPPORT','en','Mcrypt Support','2014-10-17') , ( 'LABEL','ID_GENERATE_INFO_SUPPORT','en','It will be generated a file with information related to your System, this will help the support team to provide a better support to those issues that may appear','2014-10-20') , ( 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','The current browser is not supported, please use a different browser. Miminum system requirements Internet Explorer 8, Chrome 26, Firefox 20','2014-10-20') , -( 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20') ; +( 'LABEL','ID_PMTABLES_CANT_EXPORT','en','The are no tables to export.','2014-10-20') , +( 'LABEL','ID_SUPPORT','en','Support','2014-10-20') ; INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES ('AD','','',' ','') ,