Commit Graph

75 Commits

Author SHA1 Message Date
Roly Rudy Gutierrez Pinto
d8637806cd change the order of menu items creating projects 2014-07-01 16:20:43 -04:00
Marco Antonio Nina
e8f74a24f9 The option "Edit with classic editor" was removed. 2014-06-27 12:13:30 -04:00
Roly Rudy Gutierrez Pinto
557374fb9f BUG 15074 Section DESIGNER message 'One item should be selected in order to execute the action.' is not displayed when not selected any row. SOLVED 2014-06-04 14:14:54 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Marco Antonio Nina
feba98a658 BUG-14974 It's possible to create a new process with blank space SOLVED
- The blank spaces were accepted.
- A validation was added removing spaces in blank of the PRO_TITLE field in the main.js file, also an error message was added.
2014-05-22 12:31:17 -04:00
Victor Saisa Lopez
b5805519a4 ProcessMaker-BE "BPMN Import, add new option for group"
- Se agrego la opcion para el grupo
- Se agrego el codigo necesario tanto en el FrontEnd (ExtJS) existente
  y en el BackEnd (Endpoint) para el funcionamiento correcto para
  esta nueva opcion
- Se completo validacion de palabras reservadas de SQL en los datos a
  importar (Report tables)
2014-05-16 11:22:53 -04:00
Julio Cesar Laura
d3b39d5c75 BUG 14136 the toolbar button caption on design process list will always show text "Status" with other language environment SOLVED
- The label "Status" in processes list was hardcoded
- Change the hasrdcoded label to translation function
2014-05-07 15:26:47 -04:00
Victor Saisa Lopez
e5fc7fe5f2 ProcessMaker-BE "BPMN Import"
- Se an realizado todas las modificaciones requeridas para lograr la
  importacion de un archivo "pmx", tomando en cuenta la generacion de
  nuevos UIDs, los mismos que deberian ser reflejados en las
  tablas "workflow" y en los files (archivos xml de los DynaForms)
- Se a completado la importacion de las tablas "workflow"
- Se a completado la importacion de los datos del proceso y tareas
2014-04-30 12:00:22 -04:00
jennylee
5193a261b9 BUG-14530 The Title in the process list Designer Tab reads the HTML like a code.
This was fixed just aplaying Ext.util.Format.htmlEncode(v).
2014-04-22 17:01:40 -04:00
Erik Amaru Ortiz
a9141f16e2 BPMN Projects import is working now, first part, it is just importing project that doesn't exist in db. 2014-03-26 20:04:51 -04:00
Erik Amaru Ortiz
a8a140e12e FIX, al crear un nuevo proyecto el prj_uid carga vacio. SOLVED 2014-03-14 16:11:20 -04:00
Erik Amaru Ortiz
370ebe4f77 Litle change to filename var in post of import file 2014-03-07 09:46:09 -04:00
Erik Amaru Ortiz
4eed9dfc48 some changes in projects opening methods in User Interface.
- An menu option "open with classic editor" was added to open new bpmn projects into classic editor
2014-03-06 17:41:39 -04:00
Erik Amaru Ortiz
f1cb7170d8 Completing UI integration for new Export methods and fixing some details 2014-03-06 12:39:16 -04:00
Erik Amaru Ortiz
611073ab90 Integrating new class Util\HttpStream for export mehods, bpmn and old projects. 2014-03-05 20:15:53 -04:00
Erik Amaru Ortiz
1e8ef51e02 some changes for New button in designer tab 2014-01-24 09:16:48 -04:00
Erik Amaru Ortiz
d850d666b6 Adding new project type (bpmn) creation button and loading fe a be and some changes for method PUT /project/{prj_uid} (still not functional) 2014-01-23 21:29:03 -04:00
Erik Amaru Ortiz
5e668224ff Merge branch 'master' of github.com:colosa/processmaker 2013-11-13 09:29:47 -04:00
jennylee
756a126a1c BUG-13421 Ordenamiento en el listado de procesos 'Designer'.
Se agregaron validaciones en los files: workflow/engine/classes/model/Process.php y workflow/engine/methods/processes/processesList.php para que se realize el ordenamiento ASC y DESC tomando en cuenta si se encuentra o no habilitado el uso de 'memcache' para listar de una forma mas veloz todos los procesos.
2013-11-06 13:34:25 -04:00
Erik Amaru Ortiz
a8c9748aa3 Updates on Oauth register method and New designer open action on process list 2013-11-06 10:10:36 -04:00
Brayan Osmar Pereyra Suxo
fbbcfcaaba Arreglo en label para la propiedad waitTitle 2013-09-02 10:55:45 -04:00
Brayan Osmar Pereyra Suxo
23046713c2 BUG 12525 El panel de carga muestra un label en ingles SOLVED
Los paneles de submit en extjs muestran un label en ingles
para ello se seteo la propiedad waitTitle : "" para evitar ese label
2013-08-12 11:44:24 -04:00
Marco Antonio Nina
f3be7a25b0 BUG-11135 Nombre de procesos no aceptan ":" a pesar de que PM... SOLVED
- Se restringia los caracteres : y .
- Se agregaron al criterio : y .
2013-07-04 11:30:39 -04:00
ralpheav
30504f302d Bug 12047: Problema con el listado de Usuarios.
SOL: changing the stateId field in all the ExtJs Grids.
2013-06-06 15:34:18 -04:00
Marco Antonio Nina
d96640c925 BUG-11869 los botones de save y cancel en importacion de usuario... SOLVED
- Container stayed small because of the size of the source.
- Modified size.
2013-05-14 12:04:54 -04:00
Julio Cesar Laura
3591165f6a Disabling the "Browse Library" button (deprecated) 2013-05-02 13:16:01 -04:00
Victor Saisa Lopez
8ef92c1a8b BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-25 12:42:30 -04:00
Victor Saisa Lopez
c1bf46c80a BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-16 17:11:25 -04:00
Victor Saisa Lopez
837365cf72 BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-12 16:48:23 -04:00
Marco Antonio Nina
ad77b77762 Improvement add hook before create user 2013-03-20 14:56:08 -04:00
Marco Antonio Nina
be174d0eed Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 10:12:35 -04:00
Marco Antonio Nina
d6918697aa Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-18 15:13:14 -04:00
Julio Cesar Laura
64e518fb49 Doc System, change hardcoded labels 2013-03-14 15:15:04 -04:00
Hector Cortez
ea397417f5 BUG 0000 Adjustment hardcoded labels in the cases options SOLVED
- Changed hardcoded label to ID_DISPLAY_PROCESSES
2013-02-08 12:43:07 -04:00
Julio Cesar Laura
024f506504 BUG 10698 Imagen del search del Designer no esta alineada SOLVED
- Css class ".pm_search_x_button" with incorrect value
- Change the incorrect value
2013-02-07 01:50:42 -04:00
Hector Cortez
8c5b886435 t log
BUG 7995 Translation does not work for the import existing proces... SOLVED

- Translation does not work for the import existing proces dialogbox

- The  interface of the Imporación was changed to ExtJS.
- Improvement in the form of import, adjustment in the height of the modal window.
2012-11-16 10:18:09 -04:00
Victor Saisa Lopez
29c6fc996d BUG 8333 "File field for each grid line" SOLVED
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
    * Grids in mode edit/view
    * INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
    * KnowledgeTree plugin
    * And other cases
* Available from version 2.0.45
2012-10-04 17:54:44 -04:00
Julio Cesar Laura
d4c51dcade BUG 9777 PM 2.0.44 testing 1 / External Registration - Exportar Proceso en Popup SOLVED
- Used window.open
- Change to window.location
2012-09-17 17:32:53 -04:00
Julio Cesar Laura
f8c57f9055 BUG 9405 Correccion idioma espanol
- Habian aun algunas etiquetas hardcoded
- Se cambio a labels todos los lugares con textos hardcoded
2012-07-12 00:46:29 -04:00
Victor Saisa Lopez
bf6db94739 BUG 9042 "En la pantalla de procesos, no se realiza una buena..." SOLVED
- Incorrect list of processes in DESIGNER
- Solved problem in list with the paged
2012-06-25 08:55:17 -04:00
Victor Saisa Lopez
536fee11ca BUG 9088 "KnowledgeTree and webEntry don't work when we try..." SOLVED
- KnowledgeTree and webEntry don't work when you try to upload
  some files
- Added the missing code in this section when the KnowledgeTree plugin
  is enabled
2012-06-06 12:00:14 -04:00
Marco Antonio Nina
409f88cf3f BUG 8898 Conteo de nú de archivos subidos no es el correcto... SOLVED
- Se creo un nuevo template para esta opcion donde calcula el numero sin contar con el file "..".
2012-05-11 15:52:50 -04:00
Victor Saisa Lopez
017e33d81c BUG 0000 "Elimination of the option export xpdl" SOLVED
- It eliminated the option export xpdl
- It was improved the export process option in the list of processes
2012-05-07 13:01:40 -04:00
Victor Saisa Lopez
ba3821a693 BUG 8845 "Se aconseja adjuntar el boton de export en el submenu..." SOLVED
- Nuevo requerimiento, agregar la opcion "Export" en el listado de procesos
- Se agrego la opcion "Export" (exportar un proceso) en la barra de herramientas y menu contextual
2012-05-03 09:41:34 -04:00
Hector Cortez
8a3936c46b BUG 9098 Migrate Import Process to ExtJS SOLVED
- Migrate Import Process in Desiggner to ExtJS (from master branch).
- Import Process ExtJS migrated from the master branch.
2012-05-02 18:17:17 -04:00
Hector Cortez
b623e8577b BUG 8671 PM. 2.0 -Testing.13: Error de traducción
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles.
- Adjustments several in the hardcoded in ExtJS labels.
2012-04-23 10:27:09 -04:00
Erik Amaru Ortiz
32eace4cee BUG 0000 Some Fixes like unversioning index.html, cleaning up of sysGeneric 2012-04-09 18:50:32 -04:00
Marco Antonio Nina
2acd979c3d BUG 8558 Invalid HTML on Wrong Password Error page SOLVED
- It is observed that the error message comes duplicate one red and one black, the problem is that the message does not recognize the quotes, plus the xml type ShowMessage had defined the (type caption) no longer used.
- first performed the escape sequence to make the red color is recognized, that in the generation of formPost file in the rafter is ShowMessage (type-caption) by its equivalent, (type-text) (mode-view).
2012-03-08 17:07:53 -04:00
Erik Amaru Ortiz
8e32abae73 BUG 0000 adjusting the case notes & case sumary columns width
- removing old code on proceses/main.js
2011-10-14 15:22:53 -04:00
Erik Amaru Ortiz
1db9c669f9 BUG 7561 Disabling BPMN on 2.0 stable branch (disabling on menu) 2011-10-14 12:31:34 -04:00