Commit Graph

48 Commits

Author SHA1 Message Date
Fernando Ontiveros
0408a9bf0a SPEEDY removing some unused js files 2012-11-09 14:51:49 -04:00
root
09ccefce87 SPEEDY improve sysGeneric to stream files instead build them at runtime 2012-11-07 17:09:51 -04:00
Julio Cesar Laura
d09b6d73ef Improvement in the construction of the parameter "From" for the emails 2012-09-26 19:12:15 -04:00
Julio Cesar Laura
9c1d1c58d7 BUG 9744 Untranslatable items in calendar forms SOLVED
- Hardcoded labels found in the calandar new/edit form
- Change hardcoded labels to uid translations
2012-09-14 13:40:38 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -04:00
Brayan Osmar Pereyra Suxo
f973c6ac29 Merge remote branch 'upstream/master' into BUG-9510 2012-08-08 11:15:00 -04:00
Brayan Osmar Pereyra Suxo
bd6132ea03 BUG 9591 The date last login isn't correct SOLVED
- I add a convert for float to field month
2012-08-07 12:35:18 -04:00
Brayan Osmar Pereyra Suxo
2bc43203ba BUG 9510 Doesn't work format RTL SOLVED
- I add files css and js
2012-08-03 18:59:40 -04:00
Victor Saisa Lopez
e84c194487 BUG 9509 "On ProcessMaker 2.0.42 the WYSISWG editor doesn't..." SOLVED
- OutputDocument the WYSISWG editor doesn't generate the content
  of a GRID correctly
- Solved problem, now generated correctly the source of the OutputDocument,
  was also corrected the problem with the tag <table>
2012-08-03 16:31:21 -04:00
Julio Cesar Laura
f4fecc36b9 BUG 9405 Correcion idioma espanol 2012-07-12 00:49:40 -04:00
Erik Amaru Ortiz
b24c9eb7a1 BUG 8875 "New ExtJS based Login & Main ProcessMaker interface Des.." UPDATED
- problems on installer & IE compatibility
- IE compatibility added, some fixes on login & installer
2012-04-26 13:21:41 -04:00
Marco Antonio Nina
ae20dfb712 BUG 8932 Untranslatable strings Information process Information... SOLVED
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
2012-04-12 09:12:17 -04:00
Erik Amaru Ortiz
23ecc0369a BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proce..." UPDATED
- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
2012-04-11 18:39:16 -04:00
Erik Amaru Ortiz
bd2aef2e66 BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit) 2012-03-29 16:42:09 -04:00
Hector Cortez
ab56e044a5 BUG 8106 Adjustment on data fields of Skins List. 2011-11-30 11:34:58 -04:00
Erik Amaru Ortiz
725e45185a BUG 0000 "Fixing the _FNF() & _DF() functions on pmos-common.js" 2011-10-19 18:52:04 -04:00
Erik Amaru Ortiz
c747a38caf BUG 7835 "Error con los reportables" Solved! 2011-10-11 17:13:13 -04:00
Erik Amaru Ortiz
e5546c29cb BUG 0000 adding Ext.util.Format.capitalize() to pmos-common.js 2011-09-21 12:14:38 -04:00
Erik Amaru Ortiz
e2fc4779f8 BUG 0000 feature for PMExt main Object named PMExt.createInfoPanel() (tweaks)
- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)

Sample
 var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});
2011-09-21 10:35:37 -04:00
Erik Amaru Ortiz
67f88c0396 BUG 0000 New feature for PMExt main Object named PMExt.createInfoPanel()
- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)
Sample
  var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});
2011-09-21 09:59:30 -04:00
Erik Amaru Ortiz
2549d7874c BUG 0000 passig parameter is supported now by gettext js function _()
i.e:
=> ID_MY_LABEL -> 'You have {0} error(s), the "{1}" word is reserved by the system!'

_('ID_MY_LABEL', 1, 'DESC')

getting a result :
-> You have 1 error(s), the "DESC" word is reserved by the system!
2011-09-14 10:28:14 -04:00
Hugo Loza
0f7cae6d85 BUG 5073 Feature Case Notes "Free Notes"
This Feature allow a user to post a note at any stage of a Case and from cases lists

Conflicts:

	workflow/engine/data/mssql/schema.sql
	workflow/engine/methods/cases/casesListExtJs.php
	workflow/engine/skinEngine/base/css/pmos-xtheme-gray.css
	workflow/engine/templates/cases/casesList.js
	workflow/engine/templates/cases/open.js
2011-07-28 17:40:48 -04:00
girish
1ddb5bdc51 Fixing redrawing string issue when object is moved or zoomed 2011-03-14 13:35:59 +00:00
Erik Amaru Ortiz
ae6ba7ebf4 reverting to rev 508. 2011-03-03 13:18:13 +00:00
Erik Amaru Ortiz
842b6447f6 new version of draw2d, with this version works scrollbars on paintarea section 2011-03-03 00:07:09 +00:00
Erik Amaru Ortiz
2c934574fe BPMN designer ver 1.1 2011-03-02 23:49:29 +00:00
Gustavo Adolfo Cruz Laura
70a561aa0d Codepress Trigger Editor has been integrated with the new Ext user interface 2011-03-02 19:25:15 +00:00
girish
021f6740ee Port offset on horizontal scrolling 2011-02-28 14:48:10 +00:00
girish
23c7fc77ac Fixed Port offset on Vertical scrolling 2011-02-28 12:30:15 +00:00
Erik Amaru Ortiz
24264fb4cf task properties is saving from grid properties in bpmn designer 2011-02-25 21:49:32 +00:00
Erik Amaru Ortiz
8f25977486 trim() protiping as native string function for JS 2011-02-18 16:37:53 +00:00
safan
9c30c893bf Worked on triggers in ExtJs 2011-02-17 14:05:02 +00:00
Fernando Ontiveros
508259ade7 fixing some issues with this pmos-common.js, 2011-02-14 22:35:02 +00:00
girish
76cccdcc84 moved port zooming code from bpmnShapes.js to draw2d 2011-02-11 03:41:03 +00:00
girish
08af7f64c4 changed workflow.sType to workflow.zoomfactor 2011-02-10 14:32:22 +00:00
girish
48b4dcae8f connection arrow size according to zoom 2011-02-10 13:51:01 +00:00
Fernando Ontiveros
5cb6d94bec now the boundary event is using a zoom factor, 2011-02-09 21:40:25 +00:00
Erik Amaru Ortiz
4d87945eaf fixes for IE compatibility 2011-02-09 21:21:33 +00:00
Enrique Ponce de Leon
fa701b9b7c Add ExtJs Functions to show Date and Full Name fields using environment formats 2011-02-08 20:10:49 +00:00
Erik Amaru Ortiz
b74a4fc19f PMExt.Notify() function was fixed to show without alter the current view 2011-02-08 17:01:00 +00:00
Fernando Ontiveros
89e401cff8 moving 5 pixels the resize handlers 2011-02-05 12:05:53 +00:00
Erik Amaru Ortiz
79042a4877 (new menubar for Case Open View) first one fix 2011-02-04 15:57:06 +00:00
Erik Amaru Ortiz
ba8adc87ce new menubar for Case Open View 2011-02-04 15:00:20 +00:00
girish
46d007f6df Increased the size of the Input and Outpur Ports 2011-02-04 10:03:29 +00:00
Hugo Loza
779a87e046 Documents at 65%. Display folders and documents, no pagination yet.. Posible to create Folders and upload external files. Working on Download, search 2010-12-17 22:30:02 +00:00
safan
d380899945 saving dynaform 2010-12-08 09:51:57 +00:00
girish
5676ba0361 Updated Zooming Feature and Included class.xpdl.php 2010-12-06 14:58:25 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00