From 1f5da0029919bbf637d986aa98617cfc3103635e Mon Sep 17 00:00:00 2001 From: ricardo Date: Tue, 7 Jul 2015 16:45:12 -0400 Subject: [PATCH 1/3] =?UTF-8?q?0016160:=20Cases=20Summary:=20La=20pantalla?= =?UTF-8?q?=20por=20defecto=20deber=C3=ADr=20More=20information=20SOLVED?= =?UTF-8?q?=20se=20tenia=20la=20pestana=20more=20information=20al=20princi?= =?UTF-8?q?pio=20y=20no=20como=20segunda=20pestana=20se=20soluciono=20camb?= =?UTF-8?q?iando=20el=20orden=20de=20las=20pestanas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulliver/js/maborak/core/maborak.js | 44 +++++++--------------- gulliver/js/maborak/core/maborak.loader.js | 2 +- workflow/engine/templates/app/main.js | 4 +- 3 files changed, 17 insertions(+), 33 deletions(-) diff --git a/gulliver/js/maborak/core/maborak.js b/gulliver/js/maborak/core/maborak.js index 3c13bc4be..6b3a4a319 100644 --- a/gulliver/js/maborak/core/maborak.js +++ b/gulliver/js/maborak/core/maborak.js @@ -890,42 +890,26 @@ for(i=cadena.length-1;i>=0;i=cadena.length-1) cadena=cadena.substr(0,i);else break;} return cadena.toString();}} -function DVEditor(where,body,oHiddenInput,height,mode) -{var me=this;var hiddenInput=oHiddenInput;var iframe=$dce("iframe");iframe.style.width="100%";iframe.style.height=height;iframe.style.margin="0px";iframe.style.padding="0px";iframe.style.border="none";where.appendChild(iframe);var head=document.childNodes[0].childNodes[0];var header='';if(iframe.contentWindow) -{var doc=iframe.contentWindow.document;} -else -{var doc=iframe.contentDocument;} -var _header=$dce("head");for(var i=0;i'+header+''+body+'');doc.close();doc.designMode="on";if(mode=="edit"){doc.contentEditable=true;}else{doc.contentEditable=false;} this.doc=doc;me.insertHTML=function(html) -{var cmd='inserthtml';var bool=false;var value=html;try -{doc.execCommand(cmd,bool,value);}catch(e){} +{var cmd='inserthtml';var bool=false;var value=html;try{doc.execCommand(cmd,bool,value);}catch(e){} return false;};me.command=function() -{var cmd=this.getAttribute('name');var bool=false;var value=this.getAttribute('cmdValue')||null;if(value=='promptUser') -value=prompt((typeof(G_STRINGS[this.getAttribute('promptText')])!=='undefined')?G_STRINGS[this.getAttribute('promptText')]:this.getAttribute('promptText'));try -{doc.execCommand(cmd,bool,value);}catch(e){} -return false;} -me.loadToolBar=function(uri) -{var tb=WebResource(uri);iframe.parentNode.insertBefore(tb,iframe);me.setToolBar(tb);} -me.setToolBar=function(toolbar) -{var buttons=toolbar.getElementsByTagName('area');for(var b=0;b'+doc.selection.createRange().text+'');}else{eval("window._editor"+editorId+".doc.execCommand(cmd,bool,value);");}}else{doc.execCommand(cmd,bool,value);}}catch(e){} +return false;};me.loadToolBar=function(uri) +{var tb=WebResource(uri);if(editorId){tb.innerHTML=tb.innerHTML.replace(/DVEditorMap/g,"DVEditorMap"+editorId);} +iframe.parentNode.insertBefore(tb,iframe);me.setToolBar(tb);};me.setToolBar=function(toolbar) +{var buttons=toolbar.getElementsByTagName('area');for(var b=0;b=2))return false;return element.parentNode;}} element=element.parentNode;} return false;};this.contract=function(element){if(!(element=this.getRowOf(element)))return;var row=element.rowIndex;if((row+1)>=element.parentNode.rows.length)return;element.parentNode.rows[row+1].style.display='none';this.changeSign(element,'plus');};this.expand=function(element){if(!(element=this.getRowOf(element)))return;var row=element.rowIndex;if((row+1)>=element.parentNode.rows.length)return;element.parentNode.rows[row+1].style.display='';this.changeSign(element,'minus');};this.select=function(element){if(!(element=this.getRowOf(element)))return;if(me.lastSelected){if(me.lastSelected.cells[1])me.lastSelected.cells[1].className=me.lastSelectedClassName;} diff --git a/gulliver/js/maborak/core/maborak.loader.js b/gulliver/js/maborak/core/maborak.loader.js index 20b7b81e3..130f00ce3 100644 --- a/gulliver/js/maborak/core/maborak.loader.js +++ b/gulliver/js/maborak/core/maborak.loader.js @@ -1003,7 +1003,7 @@ else {if(options.tp=='subprocess'){this.data.build.task(index,{tp:'subprocess'});var r=new leimnud.module.rpc.xmlhttp({url:this.options.dataServer,args:"action=addSubProcess&data="+{uid:this.options.uid,position:pos}.toJSONString()});r.callback=this.parent.closure({instance:this,method:function(index,rpc){var rs=rpc.xmlhttp.responseText.parseJSON();var data=this.data.db.task[index];data.label=data.object.elements.label.innerHTML=rs.label||"";data.uid=rs.uid||false;},args:[index,r]});r.make();} else{this.data.build.task(index,{tp:'hidden'});var r=new leimnud.module.rpc.xmlhttp({url:this.options.dataServer,args:"action=addTaskHidden&data="+{uid:this.options.uid,position:pos}.toJSONString()});r.callback=this.parent.closure({instance:this,method:function(index,rpc){var rs=rpc.xmlhttp.responseText.parseJSON();var data=this.data.db.task[index];data.label=data.object.elements.label.innerHTML=rs.label||"";data.uid=rs.uid||false;},args:[index,r]});r.make();}}},addText:function(evt) {new this.parent.module.app.prompt().make({label:G_STRINGS.ID_PROCESSMAP_TEXT,action:function(text){if(text&&text.trim()!=="") -{var m=this.menu.cursor;var cpos=this.parent.dom.position(this.panels.editor.elements.content);var index=this.data.db.task.length;var scl={x:this.panels.editor.elements.content.scrollLeft,y:this.panels.editor.elements.content.scrollTop};var pos={x:scl.x+(m.x-cpos.x),y:scl.y+(m.y-cpos.y)};var index=this.data.db.text.length;this.data.db.text[index]={label:text,position:{x:pos.x,y:pos.y},uid:false};this.data.build.text(index);var r=new leimnud.module.rpc.xmlhttp({url:this.options.dataServer,args:"action=addText&data="+{uid:this.options.uid,label:text,position:{x:pos.x,y:pos.y}}.toJSONString()});r.callback=function(rpc,index){var rs=rpc.xmlhttp.responseText.parseJSON();this.data.db.text[index].uid=rs.uid;}.extend(this,index);r.make();}}.extend(this)});},addGuide:function(evt,dir) +{var m=this.menu.cursor;var cpos=this.parent.dom.position(this.panels.editor.elements.content);var index=this.data.db.task.length;var scl={x:this.panels.editor.elements.content.scrollLeft,y:this.panels.editor.elements.content.scrollTop};var pos={x:scl.x+(m.x-cpos.x),y:scl.y+(m.y-cpos.y)};var index=this.data.db.text.length;this.data.db.text[index]={label:text,position:{x:pos.x,y:pos.y},uid:false};this.data.build.text(index);text=text.replace(/"/g,'\\"');var r=new leimnud.module.rpc.xmlhttp({url:this.options.dataServer,args:"action=addText&data="+{uid:this.options.uid,label:encodeURIComponent(text),position:{x:pos.x,y:pos.y}}.toJSONString()});r.callback=function(rpc,index){var rs=rpc.xmlhttp.responseText.parseJSON();this.data.db.text[index].uid=rs.uid;}.extend(this,index);r.make();}}.extend(this)});},addGuide:function(evt,dir) {var m=this.menu.cursor;var cpos=this.parent.dom.position(this.panels.editor.elements.content);var index=this.data.db.guide.length;var scl={x:this.panels.editor.elements.content.scrollLeft,y:this.panels.editor.elements.content.scrollTop};var pos={x:(m.x-cpos.x),y:(m.y-cpos.y)};this.data.db.guide[index]={position:((dir==="horizontal")?pos.y+scl.y:pos.x+scl.x),uid:false,direction:dir} var data=this.data.db.guide[index];this.data.build.guide(index);var r=new leimnud.module.rpc.xmlhttp({url:this.options.dataServer,args:"action=addGuide&data="+{uid:this.options.uid,position:data.position,direction:data.direction}.toJSONString()});r.callback=function(rpc,index) {var rs=rpc.xmlhttp.responseText.parseJSON();var data=this.data.db.guide[index];data.uid=rs.uid||false;}.extend(this,index);r.make();}};var mainPanel;function showDbConnectionsList(PRO_UID) diff --git a/workflow/engine/templates/app/main.js b/workflow/engine/templates/app/main.js index 212456703..bb52fa407 100644 --- a/workflow/engine/templates/app/main.js +++ b/workflow/engine/templates/app/main.js @@ -534,7 +534,8 @@ var openSummaryWindow = function(appUid, delIndex, action) return isMovil.Android() || isMovil.BlackBerry() || isMovil.iOS() || isMovil.Opera() || isMovil.Windows() || isMovil.other(); } }; - + + tabs.push(sumaryInfPanel); if (response.dynUid != '') { if (isMovil.any()) { var src = '../cases/summary?APP_UID=' + appUid + '&DEL_INDEX=' + delIndex + '&DYN_UID=' + response.dynUid; @@ -602,7 +603,6 @@ var openSummaryWindow = function(appUid, delIndex, action) }}); } } - tabs.push(sumaryInfPanel); tabs.push({title: Ext.util.Format.capitalize(_('ID_UPLOADED_DOCUMENTS')), bodyCfg: { tag: 'iframe', From e986e55a19168082f3ea75f3c46719621ca90532 Mon Sep 17 00:00:00 2001 From: "marcelo.cuiza" Date: Thu, 9 Jul 2015 13:16:26 -0400 Subject: [PATCH 2/3] PM-3079 Cuando eliminas un grupo de processmaker la tabla GROUP_USER no se actualiza. Se agrego la tabla GROUP_USER al momento de eliminar --- workflow/engine/methods/groups/groups_Ajax.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/workflow/engine/methods/groups/groups_Ajax.php b/workflow/engine/methods/groups/groups_Ajax.php index ad1cdf99d..0cf55a2d4 100644 --- a/workflow/engine/methods/groups/groups_Ajax.php +++ b/workflow/engine/methods/groups/groups_Ajax.php @@ -194,6 +194,12 @@ switch ($_POST['action']) { $criteria->add(ProcessUserPeer::USR_UID, $_POST['GRP_UID']); $criteria->add(ProcessUserPeer::PU_TYPE, 'GROUP_SUPERVISOR'); ProcessUserPeer::doDelete( $criteria ); + + //Delete group users + require_once 'classes/model/GroupUser.php'; + $criteria = new Criteria( 'workflow' ); + $criteria->add(GroupUserPeer::GRP_UID, $_POST['GRP_UID']); + GroupUserPeer::doDelete( $criteria ); echo '{success: true}'; break; From 5574f155bb86a6e7dcd8c223cc35dc938f694641 Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Thu, 9 Jul 2015 13:47:26 -0400 Subject: [PATCH 3/3] Update .po and .sql files for release 3.0.1 --- .../translations/english/processmaker.en.po | 162 +++++++++++++++++- workflow/engine/data/mssql/insert.sql | 54 +++++- workflow/engine/data/mysql/insert.sql | 32 +++- 3 files changed, 241 insertions(+), 7 deletions(-) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 244106fee..75559a429 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 3.0\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2015-05-08 12:24:12\n" +"PO-Revision-Date: 2015-07-09 13:22:52\n" "Last-Translator: \n" "Language-Team: Colosa Developers Team \n" "MIME-Version: 1.0\n" @@ -18556,8 +18556,8 @@ msgstr "The department title with {0}: \"{1}\" already exists." # TRANSLATION # LABEL/ID_DASH_COMPARE_MONTH #: LABEL/ID_DASH_COMPARE_MONTH -msgid "Compare this month to" -msgstr "Compare this month to" +msgid "Compare this month with" +msgstr "Compare this month with" # TRANSLATION # LABEL/ID_DASH_COMPARE @@ -18901,6 +18901,162 @@ msgstr "Case Code" msgid "Pin" msgstr "Pin" +# TRANSLATION +# LABEL/ID_DELETE_PROCESS +#: LABEL/ID_DELETE_PROCESS +msgid "Delete Process" +msgstr "Delete Process" + +# TRANSLATION +# LABEL/ID_TINY_GRID_VARIABLES +#: LABEL/ID_TINY_GRID_VARIABLES +msgid "Grid Variables" +msgstr "Grid Variables" + +# TRANSLATION +# LABEL/ID_OVERWRITE_PMTABLE +#: LABEL/ID_OVERWRITE_PMTABLE +msgid "The table name already exists, do you wish overwrite it?" +msgstr "The table name already exists, do you wish overwrite it?" + +# TRANSLATION +# LABEL/ID_NO_RELATED_PROCESS +#: LABEL/ID_NO_RELATED_PROCESS +msgid "The related process does not exists" +msgstr "The related process does not exists" + +# TRANSLATION +# LABEL/ID_OVERWRITE_RELATED_PROCESS +#: LABEL/ID_OVERWRITE_RELATED_PROCESS +msgid "The related process does not exists, do you wish relate it with the current process?" +msgstr "The related process does not exists, do you wish relate it with the current process?" + +# TRANSLATION +# LABEL/ID_ALREADY_RELATED_TABLE +#: LABEL/ID_ALREADY_RELATED_TABLE +msgid "The table is already related to another process, it won't be imported" +msgstr "The table is already related to another process, it won't be imported" + +# TRANSLATION +# LABEL/ID_DASH_COMPARE_INIT_PERIOD +#: LABEL/ID_DASH_COMPARE_INIT_PERIOD +msgid "Compare this month" +msgstr "Compare this month" + +# TRANSLATION +# LABEL/ID_DASH_COMPARE_END_PERIOD +#: LABEL/ID_DASH_COMPARE_END_PERIOD +msgid "with" +msgstr "with" + +# TRANSLATION +# LABEL/ID_SUPERVISOR_DOES_NOT_HAVE_DYNAFORMS +#: LABEL/ID_SUPERVISOR_DOES_NOT_HAVE_DYNAFORMS +msgid "Supervisor does not have a permission for Dynaform(s)." +msgstr "Supervisor does not have a permission for Dynaform(s)." + +# TRANSLATION +# LABEL/ID_NO_REPORT_TABLE +#: LABEL/ID_NO_REPORT_TABLE +msgid "The table that you trying to import is not a report table" +msgstr "The table that you trying to import is not a report table" + +# TRANSLATION +# LABEL/ID_TASK_OVERDUE +#: LABEL/ID_TASK_OVERDUE +msgid "Overdue" +msgstr "Overdue" + +# TRANSLATION +# LABEL/ID_AUTH_SOURCE_FEATURE_MISSING +#: LABEL/ID_AUTH_SOURCE_FEATURE_MISSING +msgid "The feature related to this authentication source was disabled. Please consult your system administrator." +msgstr "The feature related to this authentication source was disabled. Please consult your system administrator." + +# TRANSLATION +# LABEL/ID_DASH_HELP_IND_VALUE +#: LABEL/ID_DASH_HELP_IND_VALUE +msgid "Indicator's value in the current month." +msgstr "Indicator's value in the current month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_SYMBOL_SELECTOR +#: LABEL/ID_DASH_HELP_SYMBOL_SELECTOR +msgid "Indicator's trend in comparision with the last month." +msgstr "Indicator's trend in comparision with the last month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_IND_COMPARE +#: LABEL/ID_DASH_HELP_IND_COMPARE +msgid "Indicator's absolute and porcentual variation compared with the last month." +msgstr "Indicator's absolute and porcentual variation compared with the last month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_IND_EFFICIENCY +#: LABEL/ID_DASH_HELP_IND_EFFICIENCY +msgid "[LABEL/ID_DASH_HELP_IND_EFFICIENCY] Indicator's value in the current month." +msgstr "Indicator's value in the current month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_IND_COST +#: LABEL/ID_DASH_HELP_IND_COST +msgid "Amount of money savings or costs generated by the process or task in the current month." +msgstr "Amount of money savings or costs generated by the process or task in the current month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_IND_TASK_EFFICIENCY +#: LABEL/ID_DASH_HELP_IND_TASK_EFFICIENCY +msgid "Group or user efficiency in the current month." +msgstr "Group or user efficiency in the current month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_IND_TASK_COST +#: LABEL/ID_DASH_HELP_IND_TASK_COST +msgid "Amount of money savings or costs generated by the group or user in the current month." +msgstr "Amount of money savings or costs generated by the group or user in the current month." + +# TRANSLATION +# LABEL/ID_DASH_HELP_INBOX_STATUS +#: LABEL/ID_DASH_HELP_INBOX_STATUS +msgid "Percentage of cases that are in Overdue (red), At Risk (yellow), On Time (green) in the user Inbox." +msgstr "Percentage of cases that are in Overdue (red), At Risk (yellow), On Time (green) in the user Inbox." + +# TRANSLATION +# LABEL/ID_TIMER_EVENT_DOES_NOT_EXIST +#: LABEL/ID_TIMER_EVENT_DOES_NOT_EXIST +msgid "The Timer-Event with {0}: \"{1}\" does not exist." +msgstr "The Timer-Event with {0}: \"{1}\" does not exist." + +# TRANSLATION +# LABEL/ID_TIMER_EVENT_ALREADY_REGISTERED +#: LABEL/ID_TIMER_EVENT_ALREADY_REGISTERED +msgid "The Timer-Event with {0}: \"{1}\" already registered." +msgstr "The Timer-Event with {0}: \"{1}\" already registered." + +# TRANSLATION +# LABEL/ID_TIMER_EVENT_DOES_NOT_IS_REGISTERED +#: LABEL/ID_TIMER_EVENT_DOES_NOT_IS_REGISTERED +msgid "The Timer-Event with {0}: \"{1}\" does not is registered." +msgstr "The Timer-Event with {0}: \"{1}\" does not is registered." + +# TRANSLATION +# LABEL/ID_EVENT_NOT_IS_TIMER_EVENT +#: LABEL/ID_EVENT_NOT_IS_TIMER_EVENT +msgid "The event with {0}: \"{1}\" not is \"Timer event\"." +msgstr "The event with {0}: \"{1}\" not is \"Timer event\"." + +# TRANSLATION +# LABEL/ID_EVENT_EVENT_NOT_BELONG_TO_PROJECT +#: LABEL/ID_EVENT_EVENT_NOT_BELONG_TO_PROJECT +msgid "The event {0}: \"{1}\" does not belong to project {2}: \"{3}\"." +msgstr "The event {0}: \"{1}\" does not belong to project {2}: \"{3}\"." + +# TRANSLATION +# LABEL/ID_ROUTE_TO_TASK_INTERMEDIATE_CATCH_TIMER_EVENT +#: LABEL/ID_ROUTE_TO_TASK_INTERMEDIATE_CATCH_TIMER_EVENT +msgid "The case will be stopped until it has reached the time setting." +msgstr "The case will be stopped until it has reached the time setting." + # additionalTables/additionalTablesData.xml?ADD_TAB_NAME # additionalTables/additionalTablesData.xml #: text - ADD_TAB_NAME diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index d2c3e94b2..9489ccb94 100755 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -7646,7 +7646,7 @@ SELECT 'LABEL','ID_DELETE_MANAGER','en','You cannot unassign the manager','2015- UNION ALL SELECT 'LABEL','ID_DEPARTMENT_TITLE_ALREADY_EXISTS','en','The department title with {0}: "{1}" already exists.','2015-03-10' UNION ALL -SELECT 'LABEL','ID_DASH_COMPARE_MONTH','en','Compare this month to','2015-03-18' +SELECT 'LABEL','ID_DASH_COMPARE_MONTH','en','Compare this month with','2015-05-26' UNION ALL SELECT 'LABEL','ID_DASH_COMPARE','en','Compare','2015-03-18' UNION ALL @@ -7763,6 +7763,58 @@ SELECT 'LABEL','ID_CONFIRM_DELETE_DASHBOARD_OWNER','en','Are you sure you want t SELECT 'LABEL','ID_CASE_CODE','en','Case Code','2015-05-08' UNION ALL SELECT 'LABEL','ID_PIN','en','Pin','2015-05-08' + UNION ALL +SELECT 'LABEL','ID_DELETE_PROCESS','en','Delete Process','2015-05-19' + UNION ALL +SELECT 'LABEL','ID_TINY_GRID_VARIABLES','en','Grid Variables','2015-05-25' + UNION ALL +SELECT 'LABEL','ID_OVERWRITE_PMTABLE','en','The table name already exists, do you wish overwrite it?','2015-05-25' + UNION ALL +SELECT 'LABEL','ID_NO_RELATED_PROCESS','en','The related process does not exists','2015-05-25' + UNION ALL +SELECT 'LABEL','ID_OVERWRITE_RELATED_PROCESS','en','The related process does not exists, do you wish relate it with the current process?','2015-05-25' + UNION ALL +SELECT 'LABEL','ID_ALREADY_RELATED_TABLE','en','The table is already related to another process, it won''t be imported','2015-05-25' + UNION ALL +SELECT 'LABEL','ID_DASH_COMPARE_INIT_PERIOD','en','Compare this month','2015-05-26' + UNION ALL +SELECT 'LABEL','ID_DASH_COMPARE_END_PERIOD','en','with','2015-05-26' + UNION ALL +SELECT 'LABEL','ID_SUPERVISOR_DOES_NOT_HAVE_DYNAFORMS','en','Supervisor does not have a permission for Dynaform(s).','2015-05-28' + UNION ALL +SELECT 'LABEL','ID_NO_REPORT_TABLE','en','The table that you trying to import is not a report table','2015-06-01' + UNION ALL +SELECT 'LABEL','ID_TASK_OVERDUE','en','Overdue','2015-06-09' + UNION ALL +SELECT 'LABEL','ID_AUTH_SOURCE_FEATURE_MISSING','en','The feature related to this authentication source was disabled. Please consult your system administrator.','2015-06-16' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_IND_VALUE','en','Indicator''s value in the current month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_SYMBOL_SELECTOR','en','Indicator''s trend in comparision with the last month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_IND_COMPARE','en','Indicator''s absolute and porcentual variation compared with the last month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_IND_EFFICIENCY','en','Indicator''s value in the current month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_IND_COST','en','Amount of money savings or costs generated by the process or task in the current month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_IND_TASK_EFFICIENCY','en','Group or user efficiency in the current month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_IND_TASK_COST','en','Amount of money savings or costs generated by the group or user in the current month.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_DASH_HELP_INBOX_STATUS','en','Percentage of cases that are in Overdue (red), At Risk (yellow), On Time (green) in the user Inbox.','2015-06-22' + UNION ALL +SELECT 'LABEL','ID_TIMER_EVENT_DOES_NOT_EXIST','en','The Timer-Event with {0}: "{1}" does not exist.','2015-06-26' + UNION ALL +SELECT 'LABEL','ID_TIMER_EVENT_ALREADY_REGISTERED','en','The Timer-Event with {0}: "{1}" already registered.','2015-06-26' + UNION ALL +SELECT 'LABEL','ID_TIMER_EVENT_DOES_NOT_IS_REGISTERED','en','The Timer-Event with {0}: "{1}" does not is registered.','2015-06-26' + UNION ALL +SELECT 'LABEL','ID_EVENT_NOT_IS_TIMER_EVENT','en','The event with {0}: "{1}" not is "Timer event".','2015-06-26' + UNION ALL +SELECT 'LABEL','ID_EVENT_EVENT_NOT_BELONG_TO_PROJECT','en','The event {0}: "{1}" does not belong to project {2}: "{3}".','2015-06-26' + UNION ALL +SELECT 'LABEL','ID_ROUTE_TO_TASK_INTERMEDIATE_CATCH_TIMER_EVENT','en','The case will be stopped until it has reached the time setting.','2015-07-06' ; 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 7b7970189..7226a23ae 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -4556,7 +4556,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_SET_MANAGER_SUCCESS','en','Manager assigned correctly','2015-03-09') , ( 'LABEL','ID_DELETE_MANAGER','en','You cannot unassign the manager','2015-03-09') , ( 'LABEL','ID_DEPARTMENT_TITLE_ALREADY_EXISTS','en','The department title with {0}: "{1}" already exists.','2015-03-10') , -( 'LABEL','ID_DASH_COMPARE_MONTH','en','Compare this month to','2015-03-18') , +( 'LABEL','ID_DASH_COMPARE_MONTH','en','Compare this month with','2015-05-26') , ( 'LABEL','ID_DASH_COMPARE','en','Compare','2015-03-18') , ( 'LABEL','ID_DASH_CLICK_TO_VIEW','en','You can click on one of the dashboards to view the data or click on the favorite icon to make it your main dashboard.','2015-03-18') , ( 'LABEL','ID_SET_NO_MANAGER','en','No set Manager','2015-03-18') , @@ -4615,7 +4615,33 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_INVALID_VALUE_EXPECTING_POSITIVE_DECIMAL','en','Invalid value for "{0}". Please enter a positive decimal value.','2015-05-08') , ( 'LABEL','ID_CONFIRM_DELETE_DASHBOARD_OWNER','en','Are you sure you want to delete this user?','2015-05-08') , ( 'LABEL','ID_CASE_CODE','en','Case Code','2015-05-08') , -( 'LABEL','ID_PIN','en','Pin','2015-05-08') ; +( 'LABEL','ID_PIN','en','Pin','2015-05-08') , +( 'LABEL','ID_DELETE_PROCESS','en','Delete Process','2015-05-19') , +( 'LABEL','ID_TINY_GRID_VARIABLES','en','Grid Variables','2015-05-25') , +( 'LABEL','ID_OVERWRITE_PMTABLE','en','The table name already exists, do you wish overwrite it?','2015-05-25') , +( 'LABEL','ID_NO_RELATED_PROCESS','en','The related process does not exists','2015-05-25') , +( 'LABEL','ID_OVERWRITE_RELATED_PROCESS','en','The related process does not exists, do you wish relate it with the current process?','2015-05-25') , +( 'LABEL','ID_ALREADY_RELATED_TABLE','en','The table is already related to another process, it won''t be imported','2015-05-25') , +( 'LABEL','ID_DASH_COMPARE_INIT_PERIOD','en','Compare this month','2015-05-26') , +( 'LABEL','ID_DASH_COMPARE_END_PERIOD','en','with','2015-05-26') , +( 'LABEL','ID_SUPERVISOR_DOES_NOT_HAVE_DYNAFORMS','en','Supervisor does not have a permission for Dynaform(s).','2015-05-28') , +( 'LABEL','ID_NO_REPORT_TABLE','en','The table that you trying to import is not a report table','2015-06-01') , +( 'LABEL','ID_TASK_OVERDUE','en','Overdue','2015-06-09') , +( 'LABEL','ID_AUTH_SOURCE_FEATURE_MISSING','en','The feature related to this authentication source was disabled. Please consult your system administrator.','2015-06-16') , +( 'LABEL','ID_DASH_HELP_IND_VALUE','en','Indicator''s value in the current month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_SYMBOL_SELECTOR','en','Indicator''s trend in comparision with the last month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_IND_COMPARE','en','Indicator''s absolute and porcentual variation compared with the last month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_IND_EFFICIENCY','en','Indicator''s value in the current month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_IND_COST','en','Amount of money savings or costs generated by the process or task in the current month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_IND_TASK_EFFICIENCY','en','Group or user efficiency in the current month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_IND_TASK_COST','en','Amount of money savings or costs generated by the group or user in the current month.','2015-06-22') , +( 'LABEL','ID_DASH_HELP_INBOX_STATUS','en','Percentage of cases that are in Overdue (red), At Risk (yellow), On Time (green) in the user Inbox.','2015-06-22') , +( 'LABEL','ID_TIMER_EVENT_DOES_NOT_EXIST','en','The Timer-Event with {0}: "{1}" does not exist.','2015-06-26') , +( 'LABEL','ID_TIMER_EVENT_ALREADY_REGISTERED','en','The Timer-Event with {0}: "{1}" already registered.','2015-06-26') , +( 'LABEL','ID_TIMER_EVENT_DOES_NOT_IS_REGISTERED','en','The Timer-Event with {0}: "{1}" does not is registered.','2015-06-26') , +( 'LABEL','ID_EVENT_NOT_IS_TIMER_EVENT','en','The event with {0}: "{1}" not is "Timer event".','2015-06-26') , +( 'LABEL','ID_EVENT_EVENT_NOT_BELONG_TO_PROJECT','en','The event {0}: "{1}" does not belong to project {2}: "{3}".','2015-06-26') , +( 'LABEL','ID_ROUTE_TO_TASK_INTERMEDIATE_CATCH_TIMER_EVENT','en','The case will be stopped until it has reached the time setting.','2015-07-06') ; INSERT INTO ISO_LOCATION (IC_UID,IL_UID,IL_NAME,IL_NORMAL_NAME,IS_UID) VALUES ('AD','','',' ','') , @@ -60006,4 +60032,4 @@ INSERT INTO ADDONS_MANAGER (ADDON_DESCRIPTION,ADDON_ID,ADDON_NAME,ADDON_NICK,ADD ('Enables the configuration of a second database connection in order to divide the database requests in read and write operations. This features is used with database clusters to improve the application performance.','secondDatabaseConnection','secondDatabaseConnection','secondDatabaseConnection','Colosa','localRegistry','ready','00000000000000000000000000010000','features','','','0'), ('A more secure option to store user passwords in ProcessMaker. The modern algorithm SHA-2 is used to store the passwords.','secureUserPasswordHash','secureUserPasswordHash','secureUserPasswordHash','Colosa','localRegistry','ready','00000000000000000000000000010002','features','','','0'), ('This functionality enables the flexibility to send mails from different email servers or configurations.','sendEmailFromDifferentEmailServers','sendEmailFromDifferentEmailServers','sendEmailFromDifferentEmailServers','Colosa','localRegistry','ready','00000000000000000000000000010003','features','','','0'), -('Registers every admin action in a log. The actions in administration settings options are registered in the log.','auditLog','auditLog','auditLog','Colosa','localRegistry','ready','00000000000000000000000000010001','features','','','0'); \ No newline at end of file +('Registers every admin action in a log. The actions in administration settings options are registered in the log.','auditLog','auditLog','auditLog','Colosa','localRegistry','ready','00000000000000000000000000010001','features','','','0');