CODE STYLE Formating worflow/engine/classes/model/Step.php
Change format files in worflow/engine/classes/model/AppFolder.php
Change format files in worflow/engine/classes/model/Step.php
- En versiones antiguas no se validaba el borrado de tareas con casos, esto provoco q hayan registros invalidos en la BD
- Se agrego una validacion para evitar problemas en el cron con tareas que ya no existen
this is the proof that these files were not used anymore:
grep "AppSpool" * -R -l
workflow/engine/classes/model/map/AppSpoolMapBuilder.php
workflow/engine/classes/model/AppSpool.php
workflow/engine/classes/model/om/BaseAppSpoolPeer.php
workflow/engine/classes/model/om/BaseAppSpool.php
workflow/engine/classes/model/AppSpoolPeer.php
- In the processMap not validate the route type of task (ie for colors)
- For the color of the task now takes into account the type of route
* Available from version 2.0.45
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.
- ExecuteQuery() is supposed to return the number of records affected by DELETE, UPDATE and INSERT commands.
- Adjustment in the number of records for different Engines.
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.
- The user A will be on vacation, then I update A's profile and set "Replaced by" to user B, set "Status" as Inactive or On vacation.
- Adjustment to the user to derivate.
- When importing a plugin, the version does not register (when the
plugin already exists)
- Problem solved, established the plugin version at register, if the
plugin exists
* Available from version 2.0.45