Commit Graph

113 Commits

Author SHA1 Message Date
Luis Fernando Saisa Lopez
1c257dd01c BUG 12749 "Incrementar el valor del memory_limit..." SOLVED
- Incrementar el valor del memory_limit que viene por defecto en el env.ini y en el php.ini
- Problema resuelto, se ha incrementado de valor del "memory_limit" de 128M a 256M.
* Available from version ProcessMaker-2.5.2-testing.1
2013-08-27 16:58:13 -04:00
Marco Antonio Nina
9779b436a8 BUG-12465 Se necesita una forma mas sencilla de rehabilitar el cron SOLVED
- No se tenia una opcion para borrar el archivo que se crea con el cron.
    - se agrega un parametro "+force", este parametro borra el archivo del cron y se puede continuar directamente con la ejecuci
    - php cron.php [+d"YYYY-MM-DD HH:MM:SS"] [+wWORKSPACE] [ACTIVITIES] [+force]
2013-07-30 11:45:16 -04:00
Marco Antonio Nina
b481d5ba3e BUG-12465 Se necesita una forma mas sencilla de rehabilitar el cron SOLVED
- No se tenia una opcion para borrar el archivo que se crea con el cron.
- se agrega un parametro "+reset", este parametro borra el archivo del cron y se puede continuar directamente con la ejecucion del cron.
- php cron.php [+d"YYYY-MM-DD HH:MM:SS"] [+wWORKSPACE] [ACTIVITIES] [+reset]
2013-07-30 10:39:35 -04:00
Victor Saisa Lopez
8e188a61f4 BUG NNNNN "Cuando da error en el cron asegurarse de que borre..." SOLVED
- Cuando se ejecuta el "cron.php" y al producirse algun error no se actualiza
  el archivo "cron" que esta en shared
- Problema resuelto, se ha utilizado la estructura "try and catch" para capturar
  cualquier error que se produsca al ejecutar el "cron.php". Cuando esto ocurra
  se actualiza el archivo "cron" indicando el fin de la ejecucion

* Available from version ProcessMaker-2.5.2-testing.1
2013-07-10 09:59:29 -04:00
Marco Antonio Nina
1d5e74094b BUG-11555 PMFDerivateCase: No cambia el estado de DRAFT SOLVED
- El estado no era actualizado correctamente ya que al ejecutar el trigger se tenia datos antiguos con el cual se reescribia el estado del caso.
- al ejecutar un trigger se realiza el unset de las variables APP_STATUS, APP_PROC_STATUS, APP_PROC_CODE, APP_PIN  para que no sean modificadas.
2013-07-03 09:48:46 -04:00
Victor Saisa Lopez
45f846f4e7 BUG 12213 "Adicionar soporte para hotfixes" SOLVED
- Nuevo feature
- Funcionalidad para la instalacion de hotfixes
- Nuevo feature implementado, se ha adicionado una nueva opcion al comando ./processmaker
  Esta nueva opcion trabaja de la siguiente manera:
      Caso 1 - ./processmaker hotfix-install MyHotfix.tar
      Caso 2 - ./processmaker hotfix-install path_to_hotfix/MyHotfix.tar
  Para el caso 1, el archivo tar debe estar fisicamente en la ruta:
      path_to_processmaker/shared/hotfixes (si no existe el directorio "hotfixes", 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 15:24:18 -04:00
Victor Saisa Lopez
5361bbf615 BUG 12213 "Adicionar soporte para hotfixes" SOLVED
- Nuevo feature
- Funcionalidad para la instalacion de hotfixes
- Nuevo feature implementado, se ha adicionado una nueva opcion al comando ./processmaker
  Esta nueva opcion trabaja de la siguiente manera:
      Caso 1 - ./processmaker hotfix-install MyHotfix.tar
      Caso 2 - ./processmaker hotfix-install path_to_hotfix/MyHotfix.tar
  Para el caso 1, el archivo tar debe estar fisicamente en la ruta:
      path_to_processmaker/shared/hotfixes (si no existe el directorio "hotfixes", 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 14:54:37 -04:00
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
85367b8272 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 14:36:02 -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
Erik Amaru Ortiz
a7f7109468 SOLR IMPLEMENTATION FOR v4.0 UPDATES (First Part) 2013-06-05 12:28:48 -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
Victor Saisa Lopez
837365cf72 BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-12 16:48:23 -04:00
Marco Antonio Nina
0bc5001117 Improvement add options processmaker
- Add plugins-translation-create.
- Add plugins-translation-update
2013-03-13 12:34:23 -04:00
Marco Antonio Nina
109d7a1e21 Improvement options of processmaker
- Add plugins-translation-update
- Add plugins-translation-create
2013-03-12 16:51:08 -04:00
Marco Antonio Nina
e321335790 Improvement options to processmaker
- Add plugins-translation-update
- Add plugins-translation-create
2013-03-12 16:44:17 -04:00
Brayan Osmar Pereyra Suxo
e80c97fb4e BUG 10435 I added option to view history Upgrades SOLVED
I added option to view history Upgrades
2013-02-20 17:33:13 -04:00
Brayan Osmar Pereyra Suxo
02a0c21bed BUG 10435 I added option to view history Upgrades SOLVED
I added option to view history Upgrades
2013-02-20 10:11:03 -04:00
jennylee
890454c02a BUG 9896 Error message when restoring a workspace, that truncates the restore.
When restoring a workspace, there is an error message: 'Could not create the directory....' that truncates the restore. So a validation was added to create the folder that was not finding when doing the restore.
2013-02-18 11:59:36 -04:00
jennylee
2ab284a6a7 BUG 9896 Error message when restoring a workspace, that truncates the restore.
When restoring a workspace, there is an error message: 'Could not create the directory....' that truncates the restore. So a validation was added to create the folder that was not finding when doing the restore.
2013-02-18 11:09:37 -04:00
Marco Antonio Nina
f30d27b526 BUG 10812 La secuencia del contador en el upgrade... SOLVED
- Incorrect sequence.
- Add validation.
2013-02-14 10:43:05 -04:00
Brayan Osmar Pereyra Suxo
4591e4527a PMSQL I added to change to PMFDerivateCase SOLVED
I added to change to PMFDerivateCase
2013-01-29 11:51:34 -04:00
Brayan Osmar Pereyra Suxo
c148800df9 PMSQL I added to change to PMFDerivateCase SOLVED
I added to change to PMFDerivateCase
2013-01-29 11:33:32 -04:00
Victor Saisa Lopez
23a7051496 BUG 0000 "Added changes to solr" SOLVED
- Added changes to solr, according to:
    https://github.com/colosa/processmaker/pull/1045/files
- Solved problem with:
    php -f reindex_solr.php
* Available from version ProcessMaker-2.0.46
2013-01-25 17:13:52 -04:00
Marco Antonio Nina
a55b91c1d6 Improvement the number of workspace in upgrade.:wq 2013-01-24 14:19:25 -04:00
Marco Antonio Nina
57faa048f7 Process upgraed no delete file.
- No delete file "updating" when there a error.
- was add validation.
2013-01-18 16:10:12 -04:00
Julio Cesar Laura
12f5f99d1d BUG 10346 Al ejecutar el Cron en los servidores estos no concluyen y sale un error SOLVED
- En primer lugar si concluyen (vea la palabra Finished en cada una de las imagenes)
- Segundo, de los 3 errores reportados solo el ultimo  es un bug (servidor 153), los otros dos son errores de sintaxis en triggers en el proceso (152 es el trigger 78833007850cbc2e42e54c9046912155 y para el 130 es el trigger 23068400950cbacf5dd2054031426893)
- Para el tercero que si es un error se agrego la inicializacion de la variable RBAC
2013-01-10 15:17:01 -04:00
Marco Antonio Nina
9a812e9a7f BUG 8626 Problema con backup IMPROVEMENT
- The function no exist in boostrap.
- was add the function.
2013-01-03 12:55:15 -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
julceslauhub
9cccff30f0 Merge pull request #1084 from ralpheav/master
Adding more model classes to Cron.
2012-12-11 12:06:56 -08:00
ralph
eae5d655a1 Adding more model classes to Cron 2012-12-11 15:59:20 -04:00
julceslauhub
ce7db1f359 Merge pull request #1083 from ralpheav/master
Adding BaseDelegationPeer to cron
2012-12-11 11:55:58 -08:00
ralph
4577497b93 Adding BaseDelegationPeer 2012-12-11 15:53:14 -04:00
Victor Saisa Lopez
bef44bcfbd BUG 10131 "Don't showing the summary and cases notes columns" SOLVED
- Don't showing the summary and cases notes columns when the Enterprise
  plugin is enabled (Bug 10131)
- The column labels inbox, draft, etc do not change when you change the
  language, this when the Enterprise plugin is enabled (Bug 10101)
- In ADMIN>Settings>CasesList when is load PMTable dropdown always goes
  to the inbox tab
- The labels of the columns that are of the system, are now translated
  with the set language
- In ADMIN>Settings>CasesList, options have been added to complete/upgrade
  the fields of the Cases List
- Before you install/upgrade the Enterprise plugin, you should delete these files:
    path_to_processmaker/workflow/engine/templates/cases/casesListSetup.html
    path_to_processmaker/workflow/engine/templates/cases/casesListSetup.js
- The Enterprise plugin will work correctly if you have a version of
  ProcessMaker 2.0.46 or higher
* Available from version 2.0.46
2012-12-11 10:26:10 -04:00
ralph
95132e7892 Adding sysGeneric Model Classes to the autoloader. 2012-12-07 16:10:36 -04:00
ralph
f058c1b7c5 Merge branch 'master' of github.com:ralpheav/processmaker 2012-12-07 15:56:48 -04:00
ralph
c990eac5eb Adding Groupwf 2012-12-07 15:55:38 -04:00
Marco Antonio Nina
db287504ee BUG 10143 Error con campos tipo fecha al hacer upgrade de la version... SOLVED
- Not performed properly deleting files.
- Was changed function delete.
2012-12-05 15:17:57 -04:00
Gustavo Cruz
6b0bf98b65 Fixing additional file permissions before final commit 2012-11-30 10:47:17 -04:00
Gustavo Cruz
05d6a3181b Fixed the variable picker in the wysiwyg editor now correctly shows the process variables, and also the maborak.js has been rebuild in order to add the tinymce library 2012-11-29 12:46:24 -04:00
Gustavo Cruz
f55ff5bdae Automatic merge with the upstream master branch 2012-11-29 12:18:58 -04:00
Brayan Osmar Pereyra Suxo
b54dcce906 Performance to cron 2012-11-27 15:46:44 -04:00
ralph
3d12c70be4 Adding js library to set classes instance abbr and adding maborak.loader.js 2012-11-26 17:42:27 -04:00
user
70c3778425 adding the patches to the tinyMCE editor in order to solve the maborak/leinmud conflicts 2012-11-14 09:39:24 -04:00
Fernando Ontiveros
0408a9bf0a SPEEDY removing some unused js files 2012-11-09 14:51:49 -04:00
Fernando Ontiveros
e10f18a077 SPEEDY GONZALES minify maborak.js and maborak.loader.js 2012-11-09 12:23:55 -04:00
Fernando Ontiveros
8fb7d5609c SPEEDY GONZALES minify maborak and maborak.js 2012-11-09 11:55:46 -04:00
Fernando Ontiveros
ec6413a2ce SPEEDY use Rake and closure-compile to generate maborak.js 2012-11-09 09:15:56 -04:00
Victor Saisa Lopez
995be39eb9 BUG 4940 "Add option to set a time limit on 'self serve'..." SOLVED
- New feature
- Add option to set a time limit on "Self service" routing
- Added new feature in properties task
- This new feature is activated by the execution of cron.php:
      cron.php [+wWORKSPACE] unassigned-case
* Available from version 2.0.45
2012-10-22 13:55:35 -04:00