Commit Graph

167 Commits

Author SHA1 Message Date
norahmollo
de5553a21b BUG-15479 CORRECCION
Comando Upgrade
2014-09-05 10:03:53 -04:00
norahmollo
81318f4c67 BUG-15479 ProcessMaker en una sola Base de Datos
Comandos unify-database y upgrade
2014-09-04 16:28:17 -04:00
Erik Amaru Ortiz
0f4b04e145 Little fix when $output has not defined such as a normal terminal env like jenkins job execution. 2014-05-08 09:47:39 -04:00
Erik Amaru Ortiz
cbae382d0f Adding flush cache command 2014-04-25 13:35:59 -04:00
Daniel Rojas
0099b9c699 Se modifica Upgrade para Files Manager (utilizando la funcion glob) 2014-04-09 11:26:22 -04:00
Marco Antonio Nina
07ee040c00 Add mafe-translation 2014-04-02 13:26:15 -04:00
Marco Antonio Nina
eefe693852 Add mafe-translation 2014-04-02 13:18:33 -04:00
Marco Antonio Nina
47d20cbaa5 Add mafe-translation 2014-04-02 13:16:26 -04:00
Daniel Rojas
e2250cc6b0 Se agrega funcion para upgrade de Files Manager 2014-04-01 11:46:06 -04:00
Erik Amaru Ortiz
4a12be66c8 Updating for main processmaker script 2014-03-17 11:54:09 -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
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
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
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
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
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
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
Ralph Asendeteufrer
011b9f7445 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-16 10:17:25 -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
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
2494915e24 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 14:37:43 -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
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