Commit Graph

5161 Commits

Author SHA1 Message Date
Brayan Osmar Pereyra Suxo
f4103e15e1 Adicion para la url POST en events 2014-01-06 16:54:36 -04:00
Freddy Daniel Rojas Valda
c2758374cd Se adiciona available Process supervisors 2014-01-06 16:31:11 -04:00
Victor Saisa Lopez
be94e63063 ProcessMaker-MA "Fix in DynaForm (delete DynaForm)"
- Al eliminar un DynaForm, la validacion que se hacia con dynaFormAssignedStep() estaba incorrecta
  se corrigio la misma
2014-01-06 16:07:22 -04:00
Freddy Daniel Rojas Valda
518b041f26 Se agrega POST a ProcessSupervisor para usuarios y se corrige GET en Outputdocuments 2014-01-06 11:39:35 -04:00
Brayan Osmar Pereyra Suxo
afdfff2e78 Arreglo para get en event/Uid 2014-01-06 10:44:46 -04:00
erik ao
c9f6a4d681 Merged in victorsl/processmaker (pull request #44)
ProcessMaker-MA "Dynaforms Resources (endpoints)"
2013-12-23 17:21:41 -04:00
erik ao
7db8930f38 Merged in darojas/processmaker (pull request #43)
Se agrega DELETE para la clase processSupervisor, para los casos de supervisors, dynaforms e inputDocuments
2013-12-23 17:19:16 -04:00
Erik Amaru Ortiz
1ac6518734 Adding put method for /project endpoint (1st commit - still not functional) 2013-12-23 17:17:01 -04:00
Victor Saisa Lopez
defc377061 ProcessMaker-MA "Dynaforms Resources (endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/dynaforms
    GET    /api/1.0/{workspace}/project/{prj_uid}/dynaform/{dyn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/dynaform
    PUT    /api/1.0/{workspace}/project/{prj_uid}/dynaform/{dyn_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/dynaform/{dyn_uid}
2013-12-23 17:14:04 -04:00
Freddy Daniel Rojas Valda
d44b0c0dea Se agrega DELETE para la clase processSupervisor, para los casos de supervisors, dynaforms e inputDocuments 2013-12-23 15:44:40 -04:00
Erik Amaru Ortiz
97e3660c26 Removing old floder named "rest" containing old autogenerated rest classes 2013-12-23 12:21:10 -04:00
Julio Cesar Laura
30e5fe8d61 BUG 13773 Warning en el listado de Plugins SOLVED
- Plugin variable "aWorkspaces" can be different to array
- Validate variable "aWorkspaces" when is different to array
2013-12-23 11:09:19 -04:00
erik ao
8846b013b5 Merged in darojas/processmaker (pull request #42)
Pruebas automaticas para assignees, se agrega la clase process supervisor
2013-12-23 10:10:45 -04:00
Freddy Daniel Rojas Valda
91e1071f67 Pruebas automaticas para assignees, se agrega la clase process supervisor 2013-12-23 09:54:33 -04:00
erik ao
0639cd7fa3 Merged in darojas/processmaker (pull request #40)
Se corrige el filtro de nombre de assignees, el rango de start y limit
2013-12-23 09:53:08 -04:00
Brayan Osmar Pereyra Suxo
5eb22c8111 Adicion de las urls GET y DELETE para events 2013-12-23 09:34:43 -04:00
julceslauhub
1ff504d022 Merge pull request #2227 from julceslauhub/master
BUG 13604 Day and month are not translated when Country is not used inside the po file header IMPROVEMENT
2013-12-20 10:31:49 -08:00
Julio Cesar Laura
80a0f2e8f3 BUG 13604 Day and month are not translated when Country is not used inside the po file header IMPROVEMENT 2013-12-20 14:29:40 -04:00
julceslauhub
4d9b374ec5 Merge pull request #2226 from norahmollo/BUG-13604-NEW
Bug 13604  Day and month are not translated when Country is not used inside the po file header.
2013-12-20 08:28:31 -08:00
norahmollo
58e85cfdf7 BUG-13604 Day and Month are not translated
Column LAN_LOCATION added in LANGUAGE table
2013-12-20 11:46:39 -04:00
julceslauhub
27ab43a2e9 Merge pull request #2222 from julceslauhub/master
BUG 13625 saveForm() function doesnt work in Review mode IMPROVEMENT
2013-12-19 13:10:55 -08:00
Julio Cesar Laura
fc8380f81a BUG 13625 saveForm() function doesnt work in Review mode IMPROVEMENT 2013-12-19 17:08:49 -04:00
julceslauhub
6ea01aebb4 Merge pull request #2219 from marcoAntonioNina/BUG-FILES
BUG-FILES Upload files templates IMPROVEMENT
2013-12-19 12:59:25 -08:00
Julio Cesar Laura
fa8341d2bd BUG 13625 saveForm() function doesnt work in Review mode SOLVED
- La funcion saveForm originalmente no estaba diseñ para funcionar para los formularios que utilizan los supervisores

- Se agrego un nuevo file para que desde ahora la misma funcion pueda ser utilizada desde los formularios q funcionan en los steps de una tarea o desde los formularios q usan los supervisores

Nota.- NO FUNCIONA para formularios que se usan desde un plugin, esa funcionalidad debe ser implementada manualmente para plugins
2013-12-19 16:49:17 -04:00
Marco Antonio Nina
ba8368fb00 BUG-FILES Upload files templates IMPROVEMENT
Al subir los templates no se valida el tipo.

Se agrego la validacion del PRO_UID, ademas de tener el permiso PM_FACTORY y se quita cualquier tipo de codigo que no sea html en los archivos processes_doUpload.php, processes_Ajax.php, processes_Upload
2013-12-19 15:55:17 -04:00
norahmollo
daf51f82d6 BUG-13604 Day and Month are not translated
Day and Month are not translated
2013-12-19 15:49:06 -04:00
norahmollo
59ab15aeaa BUG-13604 Day and Month are not translated
Column LAN_LOCATION added in LANGUAGE table.
2013-12-19 15:20:26 -04:00
Marco Antonio Nina
f2a223a6a0 BUG-FILES Upload files templates IMPROVEMENT
- Al subir los templates no se valida el tipo.

- Se agrego la validacion del PRO_UID, ademas de tener el permiso PM_FACTORY y se quita cualquier tipo de codigo que no sea html en los archivos processes_doUpload.php, processes_Ajax.php, processes_UploadFiles.php.
2013-12-19 15:08:07 -04:00
Freddy Daniel Rojas Valda
d102b21543 Se arregla el filtro de nombre de assignees, el rango de start y limit 2013-12-19 14:54:56 -04:00
Marco Antonio Nina
ec860a320d BUG-FILES Upload files templates IMPROVEMENT
- Al subir los templates no se valida el tipo.

- Se agrego la validacion del PRO_UID, ademas de tener el permiso PM_FACTORY y se quita cualquier tipo de codigo que no sea html en los archivos processes_doUpload.php, processes_Ajax.php, processes_UploadFiles.php.
2013-12-19 10:32:26 -04:00
Victor Saisa Lopez
52769fe93f ProcessMaker-MA "Fix in Step Triggers and InputDocuments (table CONTENT)"
- Se ha encontrado un problema en la sgte linea:
    $criteria->addAlias("CT", "CONTENT");
  La misma ah sido reemplazada por:
    $criteria->addAlias("CT", \ContentPeer::TABLE_NAME);
2013-12-18 15:02:23 -04:00
norahmollo
0cfd4c3524 BUG-13604 Day and Month are not translated
Day and Month are not translated when the country is not defined inside the po file header
2013-12-18 10:22:36 -04:00
norahmollo
517aa69716 Merge remote branch 'upstream/master' into BUG-13604-NEW 2013-12-18 10:02:11 -04:00
Marco Antonio Nina
5cf9716f0b BUG-FILES Upload files templates IMPROVEMENT
- Al subir los templates no se valida el tipo.

- Se agrego la validacion del PRO_UID, ademas de tener el permiso PM_FACTORY y se quita cualquier tipo de codigo que no sea html en los archivos processes_doUpload.php, processes_Ajax.php, processes_UploadFiles.php.
2013-12-17 16:52:40 -04:00
Erik Amaru Ortiz
3fd8c4f4f5 Merge branch 'master' of github.com:colosa/processmaker 2013-12-17 11:27:23 -04:00
Erik Amaru Ortiz
b544c24220 Changing status code to return on POST /project request 2013-12-17 11:24:37 -04:00
erik ao
3ad16f0ccc Merged in cochalo/processmaker (pull request #35)
Cambio de retorno de status al realizar un post
2013-12-17 11:22:00 -04:00
erik ao
c2bad23a8e Merged in darojas/processmaker (pull request #38)
Se agregan validaciones a la clase OutputDocuments y se corrige error en el security permissions para los documentos
2013-12-17 11:21:27 -04:00
erik ao
7d103a8515 Merged in victorsl/processmaker (pull request #37)
ProcessMaker-MA "Input Documents Resources (endpoints)"
2013-12-17 11:15:48 -04:00
Erik Amaru Ortiz
2b7b59aaf4 Endpoint: POST /project is ready 2013-12-17 11:14:36 -04:00
norahmollo
ff78fea91b BUG-13604 Day and Month are not translated.
Day and Month are not translated when country is not used inside the .po file header.
2013-12-16 14:50:28 -04:00
Freddy Daniel Rojas Valda
af644b3e29 Se agregan validaciones a la clase OutputDocuments y se corrige error en el security permissions para los documentos 2013-12-16 14:32:38 -04:00
Julio Cesar Laura
8339f3a0ad BUG 13741 Los labels no se muestran. El boton save no guardar las opciones seleccionadas de los checkbox SOLVED
- Missing smarty pieces with the labels in the tracker configuration form
- Adding missing pieces in the tracker configuration form template
2013-12-16 13:40:23 -04:00
norahmollo
552a4265a3 BUG-13604 Day and month are not translated
Day and month are not translated when the country is not used inside the po file header
2013-12-16 12:15:41 -04:00
Victor Saisa Lopez
7252fbdd40 ProcessMaker-MA "Input Documents Resources (endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    * /api/1.0/{workspace}/project/{prj_uid}/input-documents
    GET    * /api/1.0/{workspace}/project/{prj_uid}/input-document/{inp_doc_uid}
    POST   * /api/1.0/{workspace}/project/{prj_uid}/input-document
    PUT    * /api/1.0/{workspace}/project/{prj_uid}/input-document/{inp_doc_uid}
    DELETE   /api/1.0/{workspace}/project/{prj_uid}/input-document/{inp_doc_uid}

    Para los Endpoints con *, se ha corregido los siguientes atributos:
    - "out_doc_form_needed" se a cambiado por "inp_doc_form_needed"
    - "inp_doc_versionning" se a cambiado por "inp_doc_versioning"
2013-12-16 11:59:47 -04:00
Victor Saisa Lopez
6aee3c1767 ProcessMaker-MA "Input Documents Resources (endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    * /api/1.0/{workspace}/project/{prj_uid}/input-documents
    GET    * /api/1.0/{workspace}/project/{prj_uid}/input-document/{inp_doc_uid}
    POST   * /api/1.0/{workspace}/project/{prj_uid}/input-document
    PUT    * /api/1.0/{workspace}/project/{prj_uid}/input-document/{inp_doc_uid}
    DELETE   /api/1.0/{workspace}/project/{prj_uid}/input-document/{inp_doc_uid}

    Para los Endpoints con *, se ha corregido los siguientes atributos:
    - "out_doc_form_needed" se a cambiado por "inp_doc_form_needed"
    - "inp_doc_versionning" se a cambiado por "inp_doc_versioning"
2013-12-16 11:40:15 -04:00
Victor Saisa Lopez
2a56afe09a Merge branch 'master' of bitbucket.org:colosa/processmaker
Conflicts:
	workflow/engine/src/Services/api.ini
2013-12-16 10:07:02 -04:00
Brayan Osmar Pereyra Suxo
6c9687653f Cambio de retorno de status al realizar un post 2013-12-16 09:25:32 -04:00
erik ao
9e3f3712c8 Merged in cochalo/processmaker (pull request #33)
Adicion de documentacio y arreglo seteando array para evitar warning
2013-12-16 09:22:05 -04:00
Freddy Daniel Rojas Valda
ac3381216c Se agrega la clase OutputDocuments, abm. Se agregan validaciones a Assignees 2013-12-13 16:36:03 -04:00