Commit Graph

995 Commits

Author SHA1 Message Date
ferOnti
747b752015 Merge pull request #837 from norahmollo/master
CODE STYLE Format
2012-10-19 11:13:02 -07:00
norahmollo
b17a5eff62 CODE STYLE Format
Change format
2012-10-19 18:07:17 +00:00
jennylee
87c3641314 Merge remote branch 'upstream/master' 2012-10-19 14:05:04 -04:00
jennylee
2b63d8616b CODE STYLE, checking in detail (PART 2)
FILES:
workflow/engine/classes/model/InputDocument.php
workflow/engine/classes/model/StepTrigger.php
workflow/engine/classes/model/Users.php
workflow/engine/methods/setup/webServicesAjax.php
2012-10-19 11:45:05 -04:00
ferOnti
4351ce5253 Merge pull request #832 from Jennydmz/master
CODE STYLE, checking in detail...
2012-10-19 07:33:42 -07:00
jennylee
3e18b38e74 CODE STYLE, checking in detail...
FILES:
workflow/engine/classes/model/AppDelegation.php
workflow/engine/classes/model/Dynaform.php
workflow/engine/classes/model/Groupwf.php
workflow/engine/classes/model/Language.php
workflow/engine/classes/model/UsersProperties.php
workflow/engine/classes/triggers/class.pmTrSharepoint.php
2012-10-19 10:24:29 -04:00
ferOnti
356a678d8c Merge pull request #829 from norahmollo/master
CODE STYLE Format worflow/engine/classes/model/
2012-10-19 06:31:50 -07:00
norahmollo
2906790fe3 CODE STYLE Formating worflow/engine/classes/model/AppFolder.php
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
2012-10-19 13:13:05 +00:00
jennylee
b490c88210 CODE STYLE, workflow/engine/classes/model/
FILES:
Department.php
AppDocument.php
2012-10-19 08:51:41 -04:00
ferOnti
9cee487489 Merge pull request #827 from norahmollo/master
CODE STYLE Formating worflow/engine/classes/model/CaseScheduler.php
2012-10-18 12:43:40 -07:00
norahmollo
a09707f72f CODE STYLE Formating worflow/engine/classes/model/CaseScheduler.php
Change format files in worflow/engine/classes/model/CaseScheduler.php
2012-10-18 19:27:28 +00:00
julceslauhub
d71e6ed6cd Merge pull request #823 from brayanpereyra/master
Refersh the file class.processMap.php
2012-10-18 12:26:27 -07:00
jennylee
c4ff0f8b45 CODE STYLE, workflow/engine/classes/model/
FILES:
Event.php
Process.php
2012-10-18 15:11:53 -04:00
Brayan Osmar Pereyra Suxo
aeccc50b85 Refersh the file class.processMap.php
Refersh the file class.processMap.php
2012-10-18 15:10:36 -04:00
Brayan Osmar Pereyra Suxo
b36ef3c6e2 Refersh the file class.processMap.php
Refersh the file class.processMap.php
2012-10-18 15:02:44 -04:00
Brayan Osmar Pereyra Suxo
ea8ad120b3 Merge remote branch 'upstream/master' 2012-10-18 15:02:22 -04:00
Brayan Osmar Pereyra Suxo
746791fbf2 Refersh the file class.processMap.php 2012-10-18 14:46:16 -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
cd66f32c53 BUG 9923 Error en Ejecucion de php -f /opt/processmaker/workflow/engine/bin/cron.php SOLVED
- 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
2012-10-17 17:37:33 -04:00
Fernando Ontiveros
d0806cfe65 CODE STYLE removing the xpdl class and related files 2012-10-17 13:43:05 -04:00
Fernando Ontiveros
20cf857b28 CODE STYLE removing files AppSpool because they are no longer used in PM
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
2012-10-17 13:25:11 -04:00
Marco Antonio Nina
e404161a00 BUG 9917 No se actualiza el paginado en el file manager despué.. SOLVED
- no was validated files deleted.
- was add validation for files deleted.
2012-10-17 10:57:57 -04:00
julceslauhub
f5fd2bd544 Merge pull request #748 from victorsl/BUG-9887
BUG 9887 "No se muestra del color correspondiente la tarea..." SOLVED
2012-10-16 11:24:50 -07:00
Julio Cesar Laura
2b557edac2 Add validation for the new fields on Process table 2012-10-16 12:52:20 -04:00
Victor Saisa Lopez
eeb1d13549 BUG 9887 "No se muestra del color correspondiente la tarea..." SOLVED
- 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
2012-10-16 12:24:55 -04:00
Julio Cesar Laura
e10ca93ad7 BUG 5765 I add the triggers t process SOLVED
- Added triggers to cancel, pause, reassing and delete case
2012-10-16 00:29:52 -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
Hector Cortez
d9d3eed6ff BUG 9321 executeQuery() does not return the number of records affected..SLOVED
- 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.
2012-10-12 16:57:47 -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
3455186be6 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:44:13 -04:00
Ralph Asendeteufrer
f298211998 Merge remote branch 'upstream/master' 2012-10-12 14:40:34 -04:00
Julio Cesar Laura
ca88226069 BUG 9562 If it is the top level of department/manager then "Report To" assignment raises an error SOLVED
- When user don't have the "Reports to" value throws a error message
- Now when the "Reports to" value is empty use the User UID
2012-10-12 14:20:39 -04:00
Ralph Asendeteufrer
e2984be72d Merge remote branch 'upstream/master' 2012-10-12 13:35:22 -04:00
julceslauhub
2e4636ef6b Merge pull request #728 from brayanpereyra/BUG-5285
BUG 5285 I add variable to listProcess
2012-10-12 10:24:15 -07:00
Ralph Asendeteufrer
b4e3c54302 RESTORING to set a fresh Pull request. 2012-10-12 12:52:50 -04:00
Brayan Osmar Pereyra Suxo
b30416cb46 BUG 5285 I add variable to listProcess
I add variable	to listProcess
2012-10-12 12:46:35 -04:00
Julio Cesar Laura
85e1756a11 BUG 9842 Incorporar en webservice, taskList y caseList, el id del proceso al que pertenece SOLVED
- Added the field processId on these webs services
2012-10-12 12:16:19 -04:00
Ralph Asendeteufrer
1c7b1d658d 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 11:55:22 -04:00
Ralph Asendeteufrer
5ca38c18eb Merge remote branch 'upstream/master' 2012-10-12 11:54:43 -04:00
julceslauhub
8a53a1c889 Merge pull request #725 from brayanpereyra/BUG-5285
Bug 5285 I changed varibale $pro_subprocess
2012-10-12 06:32:12 -07:00
Brayan Osmar Pereyra Suxo
fc51b4049f BUG 5285 I changed varibale $pro_subprocess
I changed varibale $pro_subprocess
2012-10-12 09:25:37 -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
Brayan Osmar Pereyra Suxo
21b2f2b218 BUG 5285 I add field PRO_SUBPROCESS
I add field PRO_SUBPROCESS to start only in sub process
2012-10-11 14:26:03 -04:00
julceslauhub
986e139865 Merge pull request #716 from marcoAntonioNina/BUG-9902
BUG 9902 Error uploading a new language in Zend Server SOLVED
2012-10-11 08:28:06 -07:00
Hector Cortez
fe2589b1af BUG 7338 User profile "Replaced by" doesn't work when PM derivate a case. SLOVED
- Add a limit, to prevent a infinite bucle (100 or 200)
- Counter added if infinite loop
2012-10-11 10:53:38 -04:00
Hector Cortez
3372c8e2e6 Merge remote branch 'upstream/master' into BUG-7338 2012-10-11 10:53:13 -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
Julio Cesar Laura
976c12fae4 BUG 8030 Elemento Grid no se despliega en plantillas de mail SOLVED
- The grid are not replaced correctly
- Use the function "replaceDataGridField" to replace the values in the html template
2012-10-10 17:28:09 -04:00
Hector Cortez
5ff3c0002e BUG 7338 User profile "Replaced by" doesn't work when PM derivate a case. SLOVED
- 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.
2012-10-10 17:13:18 -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