Commit Graph

76 Commits

Author SHA1 Message Date
Chloe Deguzman
f9ca5867e4 HOR-281 storeInTmp does not emit error when trying to save entry from non logged in user. 2016-03-15 13:49:48 +00:00
Chloe Deguzman
cd886bb92c HOR-281 Fixes references to table and field names. 2016-03-10 16:08:00 +00:00
Chloe Deguzman
61fffbaf2d HOR-281 Removed debugging. 2016-03-04 16:37:46 +00:00
Chloe Deguzman
6f57980ef9 HOR-281 Sanitizes output for storeInTmp method in genericAjax. 2016-03-04 10:40:40 +00:00
Luis Fernando Saisa Lopez
34779fe7de PM-2073 "Quitar referencia a Colosa en archivos..." SOLVED
> Code Issue:
  Quitar referencia a Colosa en archivos de error 404.
> Solution:
  Se a eliminado de los templates error404 y error403 las imagenes y enlaces referentes a processmaker.
2015-04-06 16:46:54 -04:00
Paula V. Quispe
055082cec2 I solved Cryptographic Issues 2015-03-26 11:22:37 -04:00
Paula V. Quispe
76af0acd41 I solved the issue PM-1885 2015-03-23 15:13:24 -04:00
marcelo.cuiza
de8553d10a xss 2015-03-16 17:36:45 -04:00
Paula V. Quispe
14c2edaaed I corrected some files 2015-03-11 12:07:16 -04:00
Paula V. Quispe
3440e95d3f Some changes in InputFilter class and check genericAjax 2015-03-10 17:06:49 -04:00
Julio Cesar Laura
81403db8d4 PM-721 Despliega un warning al querer importar / copiar un dynaform de otro proceso SOLVED 2014-10-20 16:24:05 -04:00
Victor Saisa Lopez
7e0d396558 PM-599 "Se pierde sesion al ingresar a history case en el case tracker..." SOLVED
Issue:
    En los listados se pierde sesion al tratar de ordenar las
    columnas (esto en: MY CASE FORMS AND DOCUMENTS, MY CASE HISTORY, MY HISTORY MESSAGES)
Cause:
    El "case tracker" es un modulo que no se inicia con un usuario de ProcessMaker, el script
    "propelTableAjax" es el encargado de generar los listado, a este script se debe acceder "without session started",
    lo cual no ocurre por lo que se redirecciona al login
Solution:
    Se ha agregado en sysGeneric a "propelTableAjax" para que este en el grupo de scripts "without session started"
    Se ha validado la variable $_SESSION["USER_LOGGED"] si esta definida o no.
2014-10-13 17:46:40 -04:00
Luis Fernando Saisa Lopez
2ae6da9f10 BUG 12738 "SQL doesn't work in GRID - Text-Area..." SOLVED
- SQL doesn't work in GRID - Text-Area fields.
- Problema:
  Al crear una dependencia entre un Dropdown y Textarea en un grid, al añrlo a un Dynaform y ejecutar el caso,
  la dependiencia no funcionaba, al seleccionar una opcion del Dropdown en el textarea no se mostraba ningun valor,
  y al adicionar mas filas igual no funcionaba.

  Solucion:
  El problema es el siguiente: en la clase "class XmlForm_Field_Textarea" en su metodo "renderGrid" no estaba definido
  variables de importancia y seteo de las mismas, se completo las variables faltantes.

  Otro de los problemas que ocasionaba esta dificultad estaba en el archivo JavaScript en el metodo "updateDepententFields"
  se agrego una validacion cuando es un campo de tipo "textarea", esto porque no se podia utilizar el metodo "G_TextArea"
  que tambien le faltaba codigo, colocando este codigo faltante tampoco funcionaba.

  Al crear una dependencia entre un Dropdown y Textarea en un grid la añrlo a un Dynaform, y ejecutar el caso,
  dependiencia funciona correctamente.

  Se agrego el siguiente codigo en la clase "class XmlForm_Field_Textarea" en el metodo "renderGrid":
    ...
    $this->executeSQL($owner, $r);
    if (isset($this->sqlOption)) {
        $firstElement = key($this->sqlOption);
    }
    if (isset($firstElement)) {
        $v = $firstElement;
    }
    $arrayOptions[$r] = $v;
    ...
    $this->options = $arrayOptions;
    ...
  Disponible para la version 2.5.2
2013-10-24 17:00:32 -04:00
Luis Fernando Saisa Lopez
4170a6ded0 BUG 13323 "Suggest Requirement" SOLVED
- Nuevo requerimiento de funciones, nueva funcionalidad de filtrado para el campo "Suggest"
- Solucion:
  Se ha implementado un nuevo atributo para el campo "Suggest" en el formulario "Add Suggest"
  que consta de un Dropdown que nos permite seleccionar una opcion, la misma permite el filtrado
  de texto, de la siguiente manera:
      > Results that contain the entered text
      > Results that start with the entered text
      > Results that finish with the entered text
  Esta opciones estan seteadas en el atributo "Search Type" con sus correspondientes opciones.
  Disponible para la version 2.5.2
2013-10-18 09:06:21 -04:00
Hector Cortez
0116e2ac55 BUG 0000 Several problems in fields suggest in grids. SOLVED
- Al momento de crear o modificar un campo suggest en grids no mostraba la opción de campos dependientes.
  Cuando un campo suggest tenia campos dependientes agregaba un espacio en blanco al final de cada atributo dependentfields lo cual desplegaba un mensaje de error.
- Adjustments several in the Suggest on grids.
2013-08-12 15:19:18 -04:00
Hector Cortez
fb4f74f917 BUG 11712 Campo Suggest con dependets fields dentro de una grilla no funciona SOLVED
- Se tiene un proceso con una grilla, dentro de la grilla hay un campo suggest que tiene campos dependientes. El suggest funciona pero no esta respetando la dependencia.
- Validation processmaker variables in sql queries in dependent fields of the suggest.
2013-08-08 11:20:59 -04:00
Luis Fernando Saisa Lopez
d1124ea6dc BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-18 22:14:40 +00:00
Julio Cesar Laura
8a8420f678 BUG 12030 Grammar mistakes on new sinks SOLVED
- Using old logo and incorrect text
- Chango to use the new logo and changing the text of the content
2013-06-03 16:50:16 -04:00
Brayan Osmar Pereyra Suxo
432b4e5b50 DOCSYSTEM Usar un template para error 404
Usar un template para	error 404
2013-05-06 16:32:11 -04:00
Victor Saisa Lopez
0a0ac3303d BUG 11216 "sql stripped from suggest field" SOLVED
- Execution of query with clause DISTINCT, get duplicate data
- Solved problem, added options for the clause SELECT
* Available from version ProcessMaker-2.5
2013-04-22 15:15:50 -04:00
Julio Cesar Laura
3009e7b74b Change json_encode by Bootstrap::json_encode 2013-03-11 09:00:19 -04:00
Hector Cortez
2c861f5efc BUG 10963 Double quotes in suggest field SOLVED
- When I type double quotes in suggest field, there is an error with JSON concatenation
- Validation of double quotes in suggest fields.
2013-03-08 17:02:08 -04:00
julceslauhub
8bbab35191 Merge pull request #1222 from victorsl/BUG-10229
BUG 10229 "Al hacer correr una caso con campo dependientes..." SOLVED
2013-01-24 09:19:39 -08:00
Julio Cesar Laura
c7f505b496 BUG 10405: Problemas en la derivacion de subprocesos SOLVED
- Todo esta funcionando correctamente, solo que el mensaje estaba apareciendo innecesariamente debido a una mala validacion
- Los finales de procesos son necesarios en los subprocesos para que el flujo continue
- Se quito el mensaje innecesario
2013-01-24 12:54:12 -04:00
Victor Saisa Lopez
daf067c6cd BUG 10229 "Al hacer correr una caso con campo dependientes..." SOLVED
- Subdependent fields not work correctly
- Solved problem, added validation for subdependent fields
* Available from version ProcessMaker-2.0.46
2013-01-24 12:44:30 -04:00
Julio Cesar Laura
d2d15bdd85 BUG 10430 Link roto en pagina Page not Found SOLVED
- Change to the correct link address
2013-01-23 09:22:35 -04:00
Victor Saisa Lopez
f871d9fded BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
- Problem in dependent fields with suggest field in grids
- Solved problem in dependent fields with suggest field in grids
- The QA team should test with (in grids):
    suggest  -> suggest  -> suggest
    suggest  -> dropdown -> suggest
    dropdown -> suggest  -> suggest
    dropdown -> suggest  -> dropdown
    text     -> suggest  -> suggest
    text     -> suggest  -> text
    * Browsers IE7, IE8, IE9, Firefox and Chrome
* Available from version ProcessMaker-2.0.46
2013-01-18 19:12:32 -04:00
Hector Cortez
2b3be87abe BUG 10253 Error al usar Dependent fields con Suggest field SOLVED
- El proceso adjunto muestra el error.
- Several adjustments in suggest fields.
2013-01-15 11:42:56 -04:00
Hector Cortez
1af67e4a1c BUG 10256 Suggest fields no funcionan correctamente SOLVED
- Al buscar alguna palabra dentro de un suggest field, cuando se escribe la primera letra aparece una lista de la mayoria de las palabras que empiezan con esa letra, pero al ingresar la segunda letra, si esta combinacion no esta en la lista que aparecio al principio no muestra mas sugerencias hasta el momento que se escribe la segunda letra.
- Adjustment in the limit on selected elements.
2013-01-03 16:13:46 -04:00
Julio Cesar Laura
d30ff7c8bc BUG 10229 Al hacer correr una caso con campo dependientes, el mismo ya jala los datos del primer registro SOLVED
- The dependence DROPDOWN -> TEXT1 -> TEXT2 don't work correctly
- Fix wrong validation with this fields sequence
2012-12-20 17:03:13 -04:00
Hector Cortez
8e1afcd171 BUG 10054 Feature request: grid to support a suggest field SOLVED
- Add the possibility to insert Suggest fields in a grid.
- Adjustment  element Suggest for dependent fields in grids.
2012-12-11 18:45:52 -04:00
julceslauhub
295ca5216c Merge pull request #996 from Jennydmz/BUG-6855
BUG-6855 Error message in 'Database Conections' clicking in Edit or Delete title.
2012-11-27 07:07:27 -08:00
jennylee
11c7fe3b42 BUG-6855 Error message in 'Database Conections' clicking in Edit or Delete title.
I put an 'IF' validation in file 'workflow/engine/classes/class.propelTable.php.php', to prevent that this columns were sortable.
2012-11-27 10:21:32 -04:00
ralph
c0ec55ee2b Fix for Json message makes Trigger dropdown list fail. 2012-11-26 18:03:59 -04:00
jennylee
1079ae5eee BUG-6855 Error message in 'Database Conections' clicking in Edit or Delete title.
I put an 'IF' validation in file 'gulliver/methods/propelTableAjax.php', to prevent that this columns were sortable.
2012-11-23 17:43:05 -04:00
user
f38c4d368c Removing requiere_once call to gain loading time. 2012-11-20 16:45:09 -04:00
Julio Cesar Laura
a794f4e110 BUG 9998 New relic reported errors ProcessMaker 2.0.43 + parche SOLVED
- Only the "Error 4" was fixed, missing validation when the data is not an array
- Added validation when the data is not an array
2012-11-05 13:00:28 -04:00
Ralph Asendeteufrer
1bdc641ab5 BUG 9814 Proposal pivot skin: UNDER CONSTRUCTION
PROBLEM  There is not a page to show up if PM is under updating.
SOLUTION Add a page to be displayed only if PM is updating.
2012-10-15 19:03:23 -04:00
jennylee
eb559dc087 BUG-9812 New skin for 403 FORBIDDEN ERROR! page.
I replaced file 'gulliver/methods/errors/error403.php', with the new code of the FORBIDDEN ERROR! page proposed by eliz.artinf
2012-10-10 19:44:58 -04:00
jennylee
37eaa61059 BUG-9811 New skin for 404 NOT FOUND ERROR page.
I replaced file 'gulliver/methods/errors/error404.php', with the new code of the NOT FOUND ERROR page proposed by eliz.artinf.
2012-10-10 19:35:24 -04:00
Marco Antonio Nina
13be93d3c1 BUG 9621 Persistent XSS and AJAX Vulnerabilities, Multiple SOLVED
- It was noticed that no was validated these entry.
- Was validated with htmlentities for both cases.
2012-08-29 15:34:57 -04:00
Victor Saisa Lopez
40e2dbbcb8 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-27 18:57:17 -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
Marco Antonio Nina
dc272e4432 BUG 9525 ProcessMaker 404 not found page is vulnerable to exploits SOLVED
- It is printed directly a variable GET.
- Used htmlentities().
2012-08-01 18:37:43 -04:00
Marco Antonio Nina
5bb42dfbe8 CODE STYLE
- gulliver/methods/errors/error404.php.
2012-08-01 17:57:22 -04:00
Marco Antonio Nina
f12dd0d493 BUG 9525 ProcessMaker 404 not found page is vulnerable to exploits SOLVED
- It is printed directly a variable GET.
- Used htmlentities().
2012-08-01 17:45:20 -04:00
Hector Cortez
9bbf93da0c BUG-8753 Short Tags are Still Present as of Version 2.0.38 SOLVED
- Short tags are still present in the code in the form of the short print tag: <?=
- Changing of the short tags for deprecated functions and code.
2012-07-23 10:33:10 -04:00
Marco Antonio Nina
e8c892f818 BUG 7657 Dependent Fields don't work SOLVED
- I was found a constant c.
- The constant was changed for the correct variable.

rk SOLVED

- I was found a constant c.
- The constant was changed for the correct variable.
2012-05-29 10:31:00 -04:00
Alvaro Campos
c670ac7550 BUG 7657 Dependent Fields no funcionan SOLVED
- se encontro este problema,pero como nota es valido resaltar que no es permitido tener las mismas variables en el formulario que en la grilla
- se soluciono este problema haciendo los arreglos correspondientes.
2012-05-15 09:19:00 -04:00
Alvaro Campos
8e2f3935e9 BUG 8549 Missing data in grid when delete the first row SOLVED
- just as in a second dynaform you delete the first row of the grid and without submit re open the case from the Inbox or does a Previous Step, the information which had the grid is lost and this deconfigured
- This problem was solved by rearranging the keys of the grids in gulliver
2012-03-09 16:44:53 -04:00