Commit Graph

70 Commits

Author SHA1 Message Date
Ronald Quenta
917c94784b Merge remote-tracking branch 'origin/feature/HOR-3559' into feature/HOR-3629 2017-08-10 18:33:14 -04:00
Paula Quispe
c2c5d0e4ba HOR-3661 2017-08-10 15:50:36 -04:00
Ronald Quenta
cc5fcb08bc change 2017-08-08 15:40:50 -04:00
Paula Quispe
c4030e08e5 Remove require_once 2017-08-04 16:42:40 -04:00
Chloe Deguzman
5d3a4c073f HOR-2689 Removed instances of LoadSystem, LoadThirdParty 2017-08-03 17:34:55 -04:00
Chloe Deguzman
60efcf7ac7 HOR-2689 Removed references to G::LoadClass, Bootstrap::LoadClass and various references to class loading methods and require_once 2017-08-03 17:19:55 -04:00
Roly Rudy Gutierrez Pinto
1f6cac8a94 HOR-2533 2017-02-08 16:01:52 -04:00
Roly Rudy Gutierrez Pinto
850b612a9e HOR-1810 2016-10-04 14:06:12 -04:00
Victor Saisa Lopez
10fedbc853 HOR-1709 "Documents, I can not move folder to root using the tree panel" SOLVED
Issue:
    Documents, I can not move folder to root using the tree panel
Cause:
    Error en ExtJS
Solution:
    Se soluciona el error en ExtJS
2016-08-31 09:46:09 -04:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
davidcallizaya
31734dfe06 HOR-659 Documents>Move>Uncaught TypeError: Cannot read property 'isLeaf' of null(anonymous function) @ ext-all.js:78h.Event.fire @ ext-all.js:2h.Observable.fireEvent .........
c Fixed move folder functionality
+ Added validation to avoid move folder directly to root folder
2016-03-31 12:31:38 -04:00
dheeyi
9604ab09f6 PM-3624
Completar traduccióe labels faltantes para la versió.0.1.5

PM-3624
Completar traduccióe labels faltantes para la versió.0.1.5
2015-09-18 12:46:56 -04:00
Paula V. Quispe
4bc49c7568 I reviewed the XSS - MEDIUM in 7 files 2015-03-16 15:24:35 -04:00
marcelo.cuiza
c9488bfe99 PM-1310
Al copiar una carpeta que tiene contenido se despliega un warning por cada archivo que contiene y no desaparece el cuadro de dialogo con la direccióe la copia

Se valido que antes de copiar el directorio, este exista, de lo contrario crea el directorio
2015-02-23 10:07:11 -04:00
Julio Cesar Laura
3b2a5ffed4 PM-818 En IE 11, 9 el comportamiento del arrastre de una carpeta no es el mismo, en IE9 y 11 vota un warning. SOLVED 2014-10-29 15:20:47 -04:00
Victor Saisa Lopez
4bf37fddeb PM-735 "En Documents, cuando se copia un arbol de directorios a otra carpeta..." SOLVED
Issue:
    En Documents, cuando se copia un arbol de directorios a otra carpeta, no se copia la ultima carpeta del arbol
Cause:
    Al realizar la copia del directorio origen solo copia 2 niveles del directorio (el directorio seleccionado y sus hijos)
Solution:
    - Se ha reemplazado a linea:
        copyMoveExecuteTree($value['FOLDER_UID'],$newFoldercontent);
        por
        checkTree($value["FOLDER_UID"], $newFoldercontent);
    - Se ha completado codigo para que copie el contenido de cada directorio (los archivos del directorio)
2014-10-27 18:01:05 -04:00
Victor Saisa Lopez
67e15b438e PM-735 "En Documents, cuando se copia un arbol de directorios a otra carpeta..." SOLVED
Issue:
    En Documents, cuando se copia un arbol de directorios a otra carpeta, no se copia la ultima carpeta del arbol
Cause:
    Al realizar la copia del directorio origen solo copia 2 niveles del directorio (el directorio seleccionado y sus hijos)
Solution:
    - Se ha reemplazado a linea:
        copyMoveExecuteTree($value['FOLDER_UID'],$newFoldercontent);
        por
        checkTree($value["FOLDER_UID"], $newFoldercontent);
    - Se ha completado codigo para que copie el contenido de cada directorio (los archivos del directorio)
2014-10-27 17:51:38 -04:00
Victor Saisa Lopez
b368858622 PM-735 "En Documents, cuando se copia un arbol de directorios a otra carpeta..." SOLVED
Issue:
    En Documents, cuando se copia un arbol de directorios a otra carpeta, no se copia la ultima carpeta del arbol
Cause:
    Al realizar la copia del directorio origen solo copia 2 niveles del directorio (el directorio seleccionado y sus hijos)
Solution:
    - Se ha reemplazado a linea:
        copyMoveExecuteTree($value['FOLDER_UID'],$newFoldercontent);
        por
        checkTree($value["FOLDER_UID"], $newFoldercontent);
    - Se ha completado codigo para que copie el contenido de cada directorio (los archivos del directorio)
2014-10-27 17:40:21 -04:00
Marco Antonio Nina
4143147bd6 BUG-15029 Improvement called function Rename Folder broked the security 2014-06-12 13:46:14 -04:00
Marco Antonio Nina
83de02017b BUG-15172 The folders in the tree are not sorted alphabetically SOLVED
- The parameter sort was not set.
- the parameter setting in file appFolderAjax.php
2014-06-10 16:50:46 -04:00
Julio Cesar Laura
8999f7baa4 Improvements in listbox field and in the security issue RW-152-1 2014-06-10 16:40:33 -04:00
Marco Antonio Nina
8fc840d829 BUG-15029 We can`t rename a folder in Documents SOLVED
- Error in position validate "function_exists".
- Change of position of validation in file appFolderAjax.php.
2014-05-26 09:25:58 -04:00
Marco Antonio Nina
bc3a75c852 BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
- The search was done locally.
- the criteria was added in order to make the search by filename and user.
2014-05-23 10:53:38 -04:00
Marco Antonio Nina
3b594a573d BUG-14053 El ordenamiento de archivos no se realiza... SOLVED
- El ordenamiento de las columnas no tenian una busqueda asignada.
- Se habilitaron solo dos columnas para el ordenamiento "Name, Modified".
- Se cambio el criteria para que acepte esos parametros en el archivo AppFolder.php
2014-05-21 16:11:32 -04:00
Julio Cesar Laura
50282bab93 BUG 13436 ProcessMaker 2.x Authenticated PHP Code Execution SOLVED
- The function sent in the variable $_REQUEST['action'] was always executed
- A new method was implemented to validate if is a user custom function or a system function (G::isUserFunction)
2013-10-30 20:01:43 -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
ralpheav
e73614a5b5 BUG 11982 - "Issue in the order by modified date in the Documents Section."
Sol : Set Sorting enabled and adding code to retrieve sorted DB data.
2013-05-31 11:53:02 -04:00
ralpheav
06466df921 Bug 8665 3K issue:
Description: ./files directory cannot be up 32000 directories max at ext3 configuration.
Solution : split the uid case directory at 3 level to create a tree structure. Apply this new structure to all PM. Set a upgrade procedure at time to use processmaker upgrade <workspace> commnand as su.
2013-04-29 16:48:29 -04:00
Hector Cortez
ac4b24746c BUG 0000 Problems Moving a folder in the Document option SOLVED
- Problems Moving a folder in the Document option
- Adjustment and Validation to Moving a folder in the Document option.
2013-04-25 11:33:55 -04:00
marcelo
a476ae8248 BUG 7536 "Problem with moving a file from one folder to another folder
in the ProcessMaker DMS" SOLVED

-In version 2.031 and 2.0.32rc5, there is a function to allow you to
move or copy a document from one folder to another, but it does not
work. On move function you can add text to the combobox that shows where
you would like to move a document.
-Solved, The final user cant add any kind of text to the combo box that
shows where you would like to move a document.
2013-04-17 13:07:27 -04:00
Victor Saisa Lopez
8d748e650c BUG 0000 "Problem with negative character in masks" SOLVED
- Problem with negative character in masks
- Solved problem with negative character in masks, if the negative
  character is not in the same mask is accepted data input by keyboard
* Available from version ProcessMaker-2.0.46
2013-03-14 19:01:24 -04:00
Julio Cesar Laura
64e518fb49 Doc System, change hardcoded labels 2013-03-14 15:15:04 -04:00
Hector Cortez
cee1427848 BUG 10829 Paginacion en documents no muetsra documentos en la pagina siguiente SOLVED
- En Home/Documents vamos a la paginacion y al darle click para ir a la pagina 2 no vemos los docuemetos faltantes, viendo que tenemos mas de 100 documentos.
- Changed file extension of pdf to doc.
2013-03-12 14:27:04 -04:00
Hector Cortez
521e1d4481 BUG 10829 Paginacion en documents no muetsra documentos en la pagina siguiente SOLVED
- En Home/Documents vamos a la paginacion y al darle click para ir a la pagina 2 no vemos los docuemntos faltantes, viendo que tenemos mas de 100 documentos.
- Adjustment in the list of the documents.
2013-02-26 17:49:59 -04:00
Julio Cesar Laura
30630069bb BUG 10412 Error en home/documents, cuando se pierde sesion en PM SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-01-29 13:30:32 -04:00
Victor Saisa Lopez
751c895178 BUG 10036 "No esta rezalizando un buen conteo de la..." SOLVED
- To delete an OutputDocument in DESIGNER, not removed APP_DOCUMENT (this
  is correct, then you may have already created cases, which already have records)
- When a user has permissions PM_ALLCASES can not see all documents
- An register in APP_DOCUMENT of type OUTPUT without their registration in OUTPUT_DOCUMENT, now
  is completed
- A user with PM_ALLCASES can now see documents
* Available from version ProcessMaker-2.0.46
2013-01-07 11:54:48 -04:00
Julio Cesar Laura
d9604aa87d BUG 5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS IMPROVEMENT 2012-11-30 10:41:20 -04:00
jennylee
6e5e6859d0 BUG-5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS.
I add a new function: UPDATE in 'engine/classes/model/AppFolder.php', and in 'engine/methods/appFolder/appFolderAjax.php' to save the new name of the file.
2012-11-29 17:19:31 -04:00
jennylee
fc54701386 BUG-5437 New Feature 'Edit the file Name' in HOME -> DOCUMENTS.
I add a new function: UPDATE in 'engine/classes/model/AppFolder.php', and in 'engine/methods/appFolder/appFolderAjax.php' to save the new name of the file.
2012-11-29 16:35:20 -04:00
Victor Saisa Lopez
55ee745105 BUG 0000 "In HOME>Documents pager does not work" SOLVED
- In HOME>Documents pager does not work
- Fixed, Added total records variable, The pager now work correctly
* Available from version 2.0.46
2012-11-16 13:32:07 -04:00
Julio Cesar Laura
ecc82882fc BUG 10036 No esta rezalizando un buen conteo de la paginacion en Documents SOLVED
- Incorrect calculation of the items in the folder
- Fix the formula to calculate the items in the folder
2012-11-09 17:14:52 -04:00
Marco Antonio Nina
e404161a00 BUG 9917 No se actualiza el paginado en el file manager despué.. SOLVED
- no was validated files deleted.
- was add validation for files deleted.
2012-10-17 10:57:57 -04:00
Marco Antonio Nina
2a2f053126 BUG 7536 Problem with moving a file from one folder to another foldER... SOLVED
- No exist the methods corresponding.
- Was added the methods for copy and move directories.
2012-10-05 15:02:46 -04:00
Marco Antonio Nina
4f3003cbf8 BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-12 09:33:18 -04:00
Marco Antonio Nina
90d465811a BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 17:12:45 -04:00
Marco Antonio Nina
846bf611ea BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 14:01:20 -04:00
Hector Cortez
f353ae77c2 BUG 8529 Change "exists" to "exist" in many phrases SOLVED
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -04:00
Marco Antonio Nina
fb83aef89b CODE STYLE
- workflow/engine/menus/cases.php
- workflow/engine/methods/appFolder/appFolderAjax.php
2012-07-19 17:13:59 -04:00
Marco Antonio Nina
3e22cd5c25 BUG 8408 Acceso a Documentos por usuarios sin permiso... SOLVED
- Not validated the permission PM_FOLDERS_VIEW.
- the user must have this permit and may only view documents in the processes that participate, and for see all with the permission PM_ALLCASES.
2012-07-19 16:07:17 -04:00