Commit Graph

429 Commits

Author SHA1 Message Date
Victor Saisa Lopez
c887b5549d ProcessMaker-BE "Process ----> Generate BPMN (Endpoint)"
- Se ha implementado el siguiente Endpoint:
    POST /api/1.0/{workspace}/project/generate-bpmn
2014-07-29 16:10:58 -04:00
Victor Saisa Lopez
5b4b571f0f ProcessMaker-BE "Proceso -----> Generar BPMN (Endpoint)"
- Se ha implementado el siguiente Endpoint:
    POST /api/1.0/{workspace}/project/process/{pro_uid}/generate-bpmn
2014-07-24 17:18:48 -04:00
Erik Amaru Ortiz
dabb7f9841 disabling temporarily debug mode on designer main template 2014-07-09 10:43:51 -04:00
Brayan Osmar Pereyra Suxo
3335e99e9d Correccion de errores stdclass 2014-07-03 09:45:15 -04:00
Erik Amaru Ortiz
34e4998cb6 adding pmdynaform version into System Information screen 2014-07-01 16:53:02 -04:00
Erik Amaru Ortiz
b4a160738e Merge branch 'master' of github.com:colosa/processmaker 2014-06-30 17:40:01 -04:00
jennylee
807aecec7b BUG_15194: Error inserting data to PM Table.
The Json has some quotes that was causing troubles, because the stripslashes() function was been applicated before json_decode, so it was been applied twice.

Removing stripslashes() function, this is already added in json_decode().
2014-06-30 11:59:58 -04:00
Julio Cesar Laura
a0a6e37f97 Merge remote branch 'upstream/master' 2014-06-26 16:51:24 -04:00
Marco Antonio Nina
2cdd7c1a02 BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT 2014-06-20 16:08:47 -04:00
Julio Cesar Laura
5b63a6cfc7 Merge code from github.com to bitbucket.org 2014-06-20 12:20 2014-06-20 12:23:47 -04:00
jennylee
fdc1a997e3 BUG-15193 Error in PM Table Data Search option
The search option in PMTables has a validation where the APP_UID field is ignored in the search because this was causing some search troubles when you wanna search a number that was include into the APP_UID (eg. 'APP_UID':405044408538cb9472ade260172, 'text to search':4408 )

Now, we add a checkbox field near the search text field to customize this behavior. With this checkbox 'Search also in the APP_UID field' you can decide if the search will include or not the APP_UID field.
2014-06-18 16:28:44 -04:00
jennylee
af70198315 BUG-15193 Error in PM Table Data Search option
The search option in PMTables has a validation where the APP_UID field is ignored in the search because this was causing some search troubles when you wanna search a number that was include into the APP_UID (eg. 'APP_UID':405044408538cb9472ade260172, 'text to search':4408 )

Now, we add a checkbox field near the search text field to customize this behavior. With this checkbox 'Search also in the APP_UID field' you can decide if the search will include or not the APP_UID field.
2014-06-18 11:31:22 -04:00
Erik Amaru Ortiz
0e18a5c4f9 adding client id and secret params to load FrontEnd data 2014-06-17 14:39:16 -04:00
Julio Cesar Laura
420473f339 Merge code from github to bitbucket 2014-06-17 2014-06-17 12:30:52 -04:00
Erik Amaru Ortiz
03288704bc Load Designer JS data update
In javascript section of main file that load Designer UI
for 'var credentials' now we're sending the access token and refresh token, instead access code, and client credentials.

This is just because currently a lot of access tokens were being created for each process design is open, and while it is being open is sending two request, the first one to exchange an access code by an access token,..

Now, whith this change, while a process design is open we will made just one request to some resource with access token in the header,.. exchange access code by an access token is not needed any more.

NOTE.- the access token passed to the front-end can be expired at first time,.. so we need that the exchange an access token by a refresh token handling is working well.
2014-06-16 18:05:04 -04:00
Luis Fernando Saisa Lopez
e4a362ed69 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-10 16:42:49 -04:00
Erik Amaru Ortiz
92c695772d Installer Fix, wrong setting for workspace name in url_redirect field 2014-06-10 11:48:18 -04:00
Luis Fernando Saisa Lopez
357810fc45 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable	logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-06 14:10:53 -04:00
Erik Amaru Ortiz
059094027f little tweaks to show pmui and mafe versions on system information section 2014-05-29 17:17:15 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Roly Rudy Gutierrez Pinto
45b79c6b3b Implementation of processmap in read-only mode. 2014-05-21 15:58:45 -04:00
jennylee
a1f76e8df9 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-20 10:59:27 -04:00
jennylee
1c133aabb2 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-19 16:26:43 -04:00
Marco Antonio Nina
6bbbbd9ea0 Improvement register client Oauth in Install and upgrade 2014-05-13 17:15:44 -04:00
norahmollo
15ce8e997a BUG-13829 Advanced Search current User column no muestra el Dato correcto
Cuando se tiene una derivación en Paralelo la columna Current User que se muestra en la bandeja Advanced Search no es el correcto.
2014-05-09 16:12:49 -04:00
Marco Antonio Nina
cd2bf9ffdb BUG-14726 Error al conectar ProcessMaker con un... IMPROVEMENT
- even filtered by type "SUPER".
    - add validation in intall also a check for use the current user.
    - add validation in new workspace.
2014-05-07 14:53:05 -04:00
Marco Antonio Nina
d9fe0e834f BUG-14726 Error al conectar ProcessMaker con un... SOLVED
- even filtered by type "SUPER".
    - add validation in intall also a check for use the current user
2014-05-07 11:35:28 -04:00
Marco Antonio Nina
6b015ed3b3 BUG-14726 Error al conectar ProcessMaker con un... SOLVED
- even filtered by type "SUPER".
- add validation in intall also a check for use the current user
2014-05-07 11:18:09 -04:00
Julio Cesar Laura
82b3a78a0c Improvements in email configuration with sendmail, gmail server and client server 2014-05-02 16:38:21 -04:00
Julio Cesar Laura
c4a0ab336a Improvement in email configuration with sendmail engine, part 2 2014-05-02 16:37:09 -04:00
Julio Cesar Laura
11d48e8073 Improvement in email configuration with sendmail engine 2014-05-02 16:37:09 -04:00
Luis Fernando Saisa Lopez
070beaadc6 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracion correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. Con este campo el usuario podra agregar su cuenta de correo y al hacer click en el
  boton "Test", el tests se realizara correctamente y no mostrara el error.
2014-05-02 16:37:09 -04:00
Luis Fernando Saisa Lopez
ce65afdc33 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracióe un correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. para el presente bug es necesario llenar este campo cuando se haga el test se realizara
  correctamente.
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
dfc1fcb5f4 Improvements in email configuration with sendmail, gmail server and client server 2014-04-30 02:59:55 -04:00
Julio Cesar Laura
7ead83d6b7 Improvement in email configuration with sendmail engine, part 2 2014-04-29 16:51:17 -04:00
Julio Cesar Laura
f62d81395a Improvement in email configuration with sendmail engine 2014-04-29 16:09:54 -04:00
Luis Fernando Saisa Lopez
21660dd573 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracion correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. Con este campo el usuario podra agregar su cuenta de correo y al hacer click en el
  boton "Test", el tests se realizara correctamente y no mostrara el error.
2014-04-29 14:48:13 -04:00
Erik Amaru Ortiz
e7360a767f little fix, when default record does not exist of pm oauth client 2014-04-28 17:14:34 -04:00
Luis Fernando Saisa Lopez
3cf5e5caa9 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracióe un correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. para el presente bug es necesario llenar este campo cuando se haga el test se realizara
  correctamente.
2014-04-28 17:02:38 -04:00
Erik Amaru Ortiz
109a909628 Updating oauth local auth. 2014-04-21 10:21:03 -04:00
Marco Antonio Nina
0fe72747fc Improvement Translation mafe 2014-04-14 12:35:47 -04:00
Erik Amaru Ortiz
4d59bc2d5a Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 16:51:28 -04:00
Erik Amaru Ortiz
7a47472ea1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workflow/engine/classes/class.processMap.php
	workflow/engine/classes/model/AdditionalTables.php
2014-04-02 09:34:54 -04:00
Luis Fernando Saisa Lopez
1e0ab50e4c BUG 14414 "No se puede realizar la import,..." SOLVED
- No se puede realizar la import, export, delete, data, edit de un Report Table.
- Problema Resuelto, el problema que se tenia era por la version de php que era php 5.4. Esta version de php
  exige mejor control cuando se utiliza los metodos de una clase, no se puede utilizar los metodos directamente sin antes
  de ser creados.

  Se puede realizar las acciones de: edit, delete, data, import y export en un Report Table. y NO muestra error.

  Disponible para la versió.5.3 de ProcessMaker.
2014-03-19 14:29:23 -04:00
Brayan Osmar Pereyra Suxo
1960b020d2 Correccion de warning en REPORT TABLES 2014-03-14 16:25:01 -04:00
Fernando Ontiveros
970f17c63c production mode, now is using a hash based in vendor commits 2014-03-12 13:08:01 -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
5d374eb220 Updating Controller Exception View Rendering 2014-02-28 09:37:29 -04:00
norahmollo
f1f0c10591 BUG-14066 Admin users are able to switch interface to use experience skin
Column ROLE_ID added in the query and uxUserUpdate function
2014-02-21 16:50:48 -04:00
Erik Amaru Ortiz
763e0d520b FIX to load properly css and js files for mafe project on designer template 2014-02-18 18:04:00 -04:00