Commit Graph

65 Commits

Author SHA1 Message Date
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
Erik Amaru Ortiz
80a1144d48 BUG 7561 Disabling BPMN on 2.0 stable branch 2011-10-14 12:22:10 -04:00
Hector Cortez
d243736f73 BUG 7167 Validation in the name of the process to create and modify processes. 2011-10-12 16:22:50 -04:00
Douglas Medrano Chura
457bd26a00 BUG 7639 Solved panel size 2011-09-28 17:07:34 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Erik Amaru Ortiz
c6a66082c9 BUG 0000 Adjustment views (process list, setup list, translations tool) 2011-06-14 17:35:54 -04:00
Carlos Pacha
c19820f14d BUG 6947 No translation ID available for "Import XPDL" button
This issue was fixed, the labes was added
2011-05-25 09:21:00 -04:00
Erik Amaru Ortiz
13296e5d68 BUG 0000 adding the default message when "no record found" on the main grids 2011-05-05 16:11:53 -04:00
Carlos Pacha
a3ed0d2026 BUG 6767 In the Process Files Manager we need to do some changes
These changes have been made
2011-04-25 16:16:46 -04:00
Carlos Pacha
24aa5b9fdf BUG 6650 Debugger doesn´t show triggers when using a web entry dynaform.
this bug was fixed, Now you can see the debugger and in a good way
2011-04-19 18:44:12 -04:00
erik
044f2420c8 BUG 6350: SOLVED, we just to validate the process title as required 2011-03-21 16:05:02 -04:00