Commit Graph

69 Commits

Author SHA1 Message Date
Victor Saisa Lopez
5883652bd1 BUG 12213 "Adicionar soporte para hotfixes" SOLVED
- Nuevo feature
- Funcionalidad para la instalacion de parches
- Nuevo feature implementado, se ha adicionado una nueva opcion al comando ./processmaker
  Esta nueva opcion trabaja de la siguiente manera:
      Caso 1 - ./processmaker patch-install MyPatch.tar
      Caso 2 - ./processmaker patch-install path_to_patch/MyPatch.tar
  Para el caso 1, el archivo tar debe estar fisicamente en la ruta:
      path_to_processmaker/shared/patchs (si no existe el directorio "patchs", crearlo y darle todos los permisos)
  Para el caso 2, el archivo debe existir en la ruta que se especifica
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-26 13:15:43 -04:00
Marco Antonio Nina
37f90b18bf BUG-8665 32K Issue - Maximum of folder in shared/sites/files IMPROVEMENT
- No se modificaba la estructura porque no se tenia seteado la variable ENVIRONMENT_SETTINGS.
- Se modifico la funcion upgradeCasesDirectoryStructure para que cree la variable si no existe.
- Se movio la funcion upgradeCasesDirectoryStructure para que sea independiente al realizar el upgrade.
- se creo la funcion update-structure-directories para ejecutar por consola teniendo como parametro el workspace.
2013-06-26 09:06:35 -04:00
Marco Antonio Nina
e10a1ec383 BUG-8665 32K Issue - Maximum of folder in shared/sites/files IMPROVEMENT
- No se modificaba la estructura porque no se tenia seteado la variable ENVIRONMENT_SETTINGS.
- Se modifico la funcion upgradeCasesDirectoryStructure para que cree la variable si no existe.
- Se movio la funcion upgradeCasesDirectoryStructure para que sea independiente al realizar el upgrade.
- se creo la funcion update-structure-directories para ejecutar por consola teniendo como parametro el workspace.
2013-06-25 13:50:38 -04:00
Marco Antonio Nina
e599b5c668 BUG-9981 En el servidor de Telefonica, no se visualizan... SOVED
- No se realizaba la verificacion en la tabla PERMISSIONS de la base de datos RBAC al realizar upgrade.
- Se agrega la funcion verifyPermissions en la clase rbac.php la cual verifica los permisos, realizando los insert de los permisos que faltaran de acuerdo a la funcion loadPermissionAdmin, al realizar el upgrade.
2013-06-19 14:57:00 -04:00
Marco Antonio Nina
f0700eb36f BUG-9981: En el servidor de Telefonica, no se visualizan todos los... SOLVED
- No se realizaba la verificacion en la tabla PERMISSIONS de la base de datos RBAC al realizar upgrade.
- Se agrega la funcion verifyPermissions en la clase rbac.php la cual verifica los permisos, realizando los insert de los permisos que faltaran de acuerdo a la funcion loadPermissionAdmin, al realizar el upgrade.
2013-06-19 10:38:48 -04:00
ralpheav
68b0fff2c6 Adding base abstract class to set future patch classes. 2013-06-05 16:23:39 -04:00
ralpheav
cdb43f480c BUG 11835 : Assignment rules after upgrade to 2.0.46
Sol: Adding patch for next versions usign SELF_SERVICE.
2013-06-05 10:08:40 -04:00
Marco Antonio Nina
5f8d834a39 BUG-11707 Al realizar workspace-restore de un backup creado... SOLVED
- Not update the schema.
- Add validation to restore.
2013-05-20 10:02:16 -04:00
Marco Antonio Nina
4375be498d BUG-11707 Al realizar workspace-restore de un backup creado... SOLVED
- Not update the schema.
- add validation to restore.
2013-05-17 10:39:48 -04:00
Julio Cesar Laura
9661b3a9ee Validating bug in HD supply server with preg_replace function 2013-05-13 09:45:56 -04:00
ralpheav
c7ef775bdd BUG 8665 Extra: Changing log messages. 2013-05-08 10:57:35 -04:00
ralpheav
2bae6d540b Merge remote-tracking branch 'upstream/master' 2013-05-06 10:17:14 -04:00
jennylee
b842063f40 BUG 11423 Errors when restoring a ws with the Enterprise plugin enabled. SOLVED
Was added some validations to make the backup and the restore functions work fine when it is enabled the Enterprise plugin.
2013-04-30 16:28:12 -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
Marco Antonio Nina
e632eacf27 BUG-11505 Al realizar el upgrade se ven errores... SOLVED
- The order of the compilation wrong in the upgrade.
- add validation.
2013-04-29 13:55:47 -04:00
Marco Antonio Nina
c40924244e Improvemente upgrade - meta inf 2013-04-24 15:57:01 -04:00
Marco Antonio Nina
cc19021065 Improvement import languages
- file .po is loaded in folder content/translations.
2013-04-17 14:45:58 -04:00
Hector Cortez
3a3c09dabd BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 15:51:16 -04:00
Marco Antonio Nina
effadbde76 BUG 10917 No se terminan de crear campos en la BD al hacer upgrade SOLVED
- Variable not defined.
- was add validation.
2013-03-04 12:39:03 -04:00
Brayan Osmar Pereyra Suxo
477cf0bbd5 PM SQL tunning
We added the PM SQL tunning
2013-01-28 16:49:00 -04:00
Victor Saisa Lopez
a73fa693f1 BUG 10190 "Sale un comentario de fallado al realizar..." SOLVED
- To upgrade the system with:
    php -f processmaker upgrade
  No complete the upgrade, can't load all system classes
- Fixed, now be load all classes with Bootstrap class
* Available from version ProcessMaker-2.0.46
2012-12-14 16:42:57 -04:00
Marco Antonio Nina
3cc3043dc1 BUG 9926 Add a new RTL Skin to support Arabic Language SOLVED
- No was regenerate table translation from translation-repair.
- was add call.
2012-11-14 16:04:36 -04:00
Julio Cesar Laura
9c6a4f1839 BUG 10050 Integridad Referencial SOLVED
- Added instruction suggested
2012-11-12 14:28:25 -04:00
jennylee
20a1eee6bf CODE STYLE, workflow/engine/classes/
FILES:
class.applications.php
class.archive.php
class.wsTools.php
2012-10-18 13:05:23 -04:00
Julio Cesar Laura
e4722622a5 Bug 8626 Backup issues SOLVED
PROBLEM the backup is too bigger to be handle in some os configurations systema files
SOLUTION A new class will help to compress into several files instead one.
to use the new feature the admin would use and extra option as follow:
processmaker workspace-backup -s {}
to restore may use :
processmaker workspace-restore -m
In both case there are to new arguments -s and -m, these are for use the new feature only, if they are not added the old way is still available.
2012-10-15 14:36:26 -04:00
Ralph Asendeteufrer
04de7b363f BUG 9881 PM 2.0.44 testing 3. Al enviar una combinacion invalidad de parametros a PMFNewCase() se vence la sesion del usuario.
PROBLEM  The session vars were replaced with invalid values.
SOLUTION Restore the session vars with healty values.
2012-10-12 14:57:51 -04:00
Ralph Asendeteufrer
463743d3bf BUG 8626 Backup issues
PROBLEM  the backup is too bigger to be handle in some os configurations systema files
SOLUTION A new class will help to compress into several files instead one.
         to use the new feature the admin would use and extra option as follow:
         processmaker workspace-backup -s <megabyte max files size> {<workspace>} <destinationFile.tar>
         to restore may use :
         processmaker workspace-restore -m <workspace> <destinationFile.tar> <workspacedestination>
         In both case there are to new arguments -s and -m, these are for use the new feature only, if they are not added the old way is still available.
2012-10-11 16:54:52 -04:00
Marco Antonio Nina
d1ea074d0b BUG 9902 Error uploading a new language in Zend ServerSOLVED
- Not loaded correctly.
- scans all languages.
2012-10-11 10:25:40 -04:00
Marco Antonio Nina
8eec1347dd BUG 9902 Error uploading a new language in Zend ServerSOLVED
- Not loaded correctly.
- scans all languages.
2012-10-10 17:07:14 -04:00
Marco Antonio Nina
3899bbfd25 BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-10-08 15:05:01 -04:00
Marco Antonio Nina
52086504f1 BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-10-05 16:58:26 -04:00
Marco Antonio Nina
93f236d55a BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 13:35:42 -04:00
Marco Antonio Nina
a8cc4a00f9 BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 10:15:20 -04:00
Victor Saisa Lopez
1f62ae3dd5 BUG 9705 "upgrade ProcessMaker, creates temporary files" SOLVED
- Files created/uploaded to "PATH_DATA/upgrade" not are deleted, this
  in ProcessMaker (core) and Enterprise (plugin)
- Improved the creation/loaded of the files, once completed, are eliminated
* Available from version 2.0.44
2012-09-07 13:56:34 -04:00
Hector Cortez
4dfa80ce75 BUG 9443 In Centos 5.4 Is not possible to do the restore a backup file SOLVED
- In Centos 5.4 is not possible to restore a backup file of ProcessMaker. we are using the next command.
- Adjustment in the restore backup, in the erased the hidden files.
2012-08-03 18:01:01 -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
7341e7b683 BUG 8943 The Chinese charactors can't be backuped and restored... SOLVED
- The Chinese characters do not display correctly.
- Format was changed UTF-8 to Backup and restore.
2012-07-23 17:35:54 -04:00
Victor Saisa Lopez
c4af5f8d23 BUG 9040 "The Task column doesn't update whith the last changes on..." SOLVED
- The APP_CACHE_VIEW table does not contain the changes made in the CONTENT table when you rename processes/tasks
- The name change in processes/tasks is now reflected in the APP_CACHE_VIEW table
- Note.- The APP_CACHE_VIEW table contains values ..for only one language
2012-05-10 11:06:44 -04:00
Victor Saisa Lopez
1fc85e1591 BUG 8511 "al actualizar la version del servidor Enterprise Trial..." SOLVED
- When you upgrade to a version processmaker, lost the fields defined in "Cases Lists"
- It solved the problem by adding a condition more in the query
2012-03-13 10:04:14 -04:00
Julio Cesar Laura
ab359e773e BUG 000 Fix bug in the upgrade of the dashboards 2011-12-05 16:58:28 -04:00
Julio Cesar Laura
3dd2cef24e BUG 000 New dashlet instances will be updated 2011-12-02 17:25:08 -04:00
Julio Cesar Laura
dde7c0cd64 Now a default dashlet instance is set for the user Administrator 2011-11-10 12:35:19 -04:00
Julio Cesar Laura
152ab8be7b Now is possible upgrade the data in the tables, DASHLET is the first 2011-11-08 17:37:47 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Alexandre Rosenfeld
03f3eefa9c BUG 6962 Upgrade fails with more then one workspace
Change require to require_once to avoid problems reimporting
the Language class when upgrading.
2011-05-25 09:07:20 -04:00
Alexandre Rosenfeld
d3dfd0c0d2 BUG 6854 Workspace restore now rebuilds the APP_CACHE_VIEW triggers 2011-05-10 18:57:29 -04:00
Alexandre Rosenfeld
7a7b2e3cc2 BUG 6476 Fixing upgrade after language import moved 2011-05-09 17:40:31 -04:00
Alexandre Rosenfeld
cbc69e7cc5 BUG 5978 Allow plugins to set tasks for the CLI
Plugins with a bin/tasks directory will be included
in the list of tasks of processmaker CLI.
2011-04-04 09:28:22 -04:00
Alexandre Rosenfeld
2c806e1186 Include hidden files when changing permissions in restore 2011-03-11 20:32:38 +00:00
Alexandre Rosenfeld
51c03b10eb Handle permissions and multiple workspaces correctly in restore 2011-03-10 17:14:07 +00:00