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
- 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.
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
* Grids in mode edit/view
* INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
* KnowledgeTree plugin
* And other cases
* Available from version 2.0.45
- The words are cut when they reach the limit of the bottom margin
- Problem solved, If in an tag <td> there is a large string, exceeds
above the bottom margin, this row passes to the next page
* Available from version 2.0.44
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
several times
- Variable time added to control execution of cron
* Available from version 2.0.44
- The ["city"] key is not correct in the function userInfo()
- Problem solved, has improved informarion returned by the
userInfo() function
- They are more data being retormados by the userInfo() function,
which are (example):
Array
( [username] => "admin"
[firstname] => "admin"
[lastname] => "admin"
[mail] => "admin@processmaker.com"
[address] => ""
[zipcode] => ""
[country] => ""
[state] => ""
[location] => ""
[phone] => ""
[fax] => ""
[cellular] => ""
[birthday] => "2012-06-14"
[position] => ""
[replacedby] => "2806627024ff5c5e6de3343023039250"
[duedate] => "2015-04-04"
[calendar] => "426489683503e8e7541dd80068593828"
[status] => "ACTIVE"
[department] => "1624625814fdb4a23a20805048462289"
[reportsto] => "4413935114fd9ea33a65206046642414"
[userexperience] => "SWITCHABLE"
[photo] => "PATH_TO_PHOTO/9552681404fd9e9ecd508b7074823254.gif"
)
* Available from version 2.0.44
- Al momento de recuperar los permisos de los dynaforms, se estaba filtrando 2 veces por el UID de la tarea, esto e sinnecesario porque la funcion que recupera los permisos ya valida por la tarea
- Habian otros issues menores (como el titulo del formulario en los tabs de preview)
- Se quito la dobre validacion por tarea y se corrigieron los issues menores
- According to the specifications.
- Was removed the option completed y Pending of Processmap - Events
- Was add the Tab Logs en Admin.
- Was add the the list of events.
- Was changed the list Case Scheduler a logs.