Commit Graph

1486 Commits

Author SHA1 Message Date
Luis Fernando Saisa Lopez
ecf26ce24e Merge branch 'master' of git://github.com/colosa/processmaker into BUG-12253 2013-07-09 16:43:56 -04:00
jennylee
140c31d91c BUG 11921 PM vuelve a abrirse en el iframe en el cual se pierde la sesion.
Se corrigio dos lugares donde faltaba aplicar la correccion dada en el BUG 11969.

    Home > New Case > Proceso > Derivar Tarea (cases_Derivate.php).
    Home > New Case > Proceso > 'Next Step' despues de Input o Output (cases_NextStep.php).
2013-07-09 15:27:26 -04:00
Luis Fernando Saisa Lopez
23fe530778 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-12253 2013-07-09 13:36:04 -04:00
julceslauhub
1568bed499 Merge pull request #1871 from marcoAntonioNina/BUG-11555
BUG-11555 PMFDerivateCase: No cambia el estado de DRAFT SOLVED
2013-07-09 09:42:09 -07:00
Luis Fernando Saisa Lopez
c372740a37 BUG 12253 "Cuando se borra un caso por PM, este caso no..." SOLVED
- Cuando se borra un caso por PM, este caso no se borra en los PM Reportes.
- Problema resuelto, cuando se ejecuta un proceso que tenga Report Tables, al borrar el caso tambien se eliminara los
  registros de los Report Tables.
* Available from version ProcessMaker-2.5.2-testing.1
2013-07-08 16:27:14 +00:00
Marco Antonio Nina
3029214043 BUG-12282 attach documents into emails using original name doesn't work SOLVED
- Cuando se esta enviando un email y guardar el mismo los attach documents se guardaban como cadenas solo con el path.
- se cambio la forma de guardado desde ahora se guarda un serializado de los datos donde puede haber un array asociativo donde si el key es numerico envia sin nombre y si tuviera otro valor lo asocia como el nombre del file en el email.
2013-07-08 12:26:54 -04:00
Hector Cortez
f76776bdd4 BUG 12307 Notice cuando se inicia un caso SOLVED
- Comportamiento actual. Cuando se incia un caso con un proceso cualquiera, se muestra un notice:Notice: Undefined index: TRIGGER_DEBUG
- Validation the TRIGGER_DEBUG field when running a case.
2013-07-04 09:24:06 -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
Hector Cortez
cc1d97d2e4 BUG 12284 Pérdida de sesion al ejecutar la funcion PMFInformationUser() SOLVED
- Al ejecutar la función PMFInformationUser() se pierde la sesión al hacer subnit. Se abre una ventana modal para introducir el password, pero esta no desaparece despues de introducir el password. Si es posible ir al siguiente paso con Next step.
- Adjustment in session variables saved, for restoring  variables.
2013-06-27 17:37:09 -04:00
Luis Fernando Saisa Lopez
f03ebf3ab9 BUG 12260 "No se pueden ver los mensajes en message history" SOLVED
- No se pueden ver los mensajes en message history
- Problema resuelto, los mensajes son visibles cuando se selecciona Message History.
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-27 14:21:19 +00:00
Julio Cesar Laura
93f3a607dc BUG 11068 Improvement in events creation when start a case IMPROVEMENT 2013-06-26 16:37:07 -04:00
Marco Antonio Nina
37f90b18bf 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-26 09:06:35 -04:00
Victor Saisa Lopez
d615959042 BUG 12173 "Trigger Execution" SOLVED
- No execute triggers according the configuration in case scheduler
- Solved problem, add code to execute triggers in method newCase() in wsBase class
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 10:24:45 -04:00
Victor Saisa Lopez
480e6b7711 BUG 11461 "User not in alfabetical order in Advance Search" SOLVED
- User not in alfabetical order in Advance Search
- Sorting problem in the dropdown "User", in Advanced Search, this are
  ordering by USERS.USR_LASTNAME field, which is incorrect
- Solved problem the ordering, has taken into account the settings
  made in ADMIN>Settings>Environment>UserNameDisplayFormat
- The ordering is in ascending
- The "All Users" and "Current User" wildcards will always be the first
- We have defined a new method in the "class.configuration.php" class which
  returns the field you should place your order to the users, this according
  to the settings made ..in ADMIN>Settings>Environment>UserNameDisplayFormat

* Available from version ProcessMaker-2.5.1-testing.3
2013-06-18 16:25:05 -04:00
Victor Saisa Lopez
4581af54e6 BUG 11632 "Se puede saltar pasos sin verificar si existen..." SOLVED
- You can skip steps without check for required fields, this in
  option Steps
- Solved problem, add validation in option Steps, we have used
  the same criteria of the event that launches when you click on
  the link "Next Step"
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-17 15:52:22 -04:00
julceslauhub
a23f55359d Merge pull request #1808 from luisfernandosl/BUG-11435
BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
2013-06-13 11:37:30 -07:00
Luis Fernando Saisa Lopez
461c4a7c1b BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
- El campo formula permite un limite reducido para introducir caracteres
- Problema resuelto, en los DynaForm en su campo "Formula", se aumento su maxlength a 500
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-13 17:21:41 +00:00
Victor Saisa Lopez
34ec53f91c BUG 0000 "Safe upgrade for JavaScript files of the plugins" SOLVED
- Safe upgrade for JavaScript files of the plugins's translations
- Improved programming logic for this issue
- Problem solved, has been added the code necessary for the plugins's translations
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-12 16:58:48 -04:00
Luis Fernando Saisa Lopez
6045f54a1d BUG 11150 "Add a PM variable to the cases step" SOLVED
- Add a PM variable to the cases step
- Problema resuelto, se validara la variable $_SESSION["PM_RUN_OUTSIDE_MAIN_APP"],
  si se ha definido la variable no se ejecutara el fragmento de codigo, si variable no esta definido se ejecutara el
  fragmento de codigo.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-12 17:10:30 +00:00
Luis Fernando Saisa Lopez
11ad7eb615 BUG 11150 "Add a PM variable to the cases step" SOLVED
- Add a PM variable to the cases step
- Problema resuelto, se validara la variable $_SESSION["PROCESSMAKER_RUN_OUTSIDE_MAIN_APPLICATION"],
  si se ha definido la variable no se ejecutara el fragmento de codigo, si variable no esta definido se ejecutara el
  fragmento de codigo.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-12 16:14:25 +00:00
Julio Cesar Laura
986cee7ce4 BUG 12116 Muestra un error al darle click en Reassing SOLVED
- Missing validation when variable APP_UIDS not sent
- Add validation when variable APP_UIDS not sent
2013-06-11 13:01:21 -04:00
Luis Fernando Saisa Lopez
ff17b51ebf BUG 12059 "When 1 trigger is created in a process trigger..." SOLVED
- When 1 trigger is created in a process trigger list of Events is empty
- Problem solved, to create an event of type Conditional Intermediate or Intermediate Timer, the label
  "Execute Trigger" shows everyone Triggers created.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-10 15:50:00 +00:00
ralpheav
803e4fd2cc BUG 11919: Not able to use the product, immediate logout after: error ColumnMap for undefined column: CASE_SUMMARY
SOLUTION: setting CASE_SUMMARY attribute sortable to false and checking if the $_POST['sort'] does not contains that index.
2013-06-07 10:34:50 -04:00
julceslauhub
8323624e83 Merge pull request #1785 from ralpheav/master
BUG 11835 : Assignment rules after upgrade to 2.0.46
2013-06-05 09:30:43 -07:00
Erik Amaru Ortiz
a7f7109468 SOLR IMPLEMENTATION FOR v4.0 UPDATES (First Part) 2013-06-05 12:28:48 -04:00
ddd
6787c47ba6 Merge branch 'master' of github.com:ralpheav/processmaker 2013-06-05 11:48:18 -04:00
jennylee
cfd709e04b BUG 11980. Change the Administrator User Role to Operator Role. SOLVED
On Admin > Users > Roles > choose Operator or Manager Role > Users > Assign Users, click on Administrator from the Available Users List and then assign this to the Assigned Users List, PM allowed you assign the Administrator user to the Operator/Manager Role. Now PM shows a notification popup saying this is not allowed.
2013-06-04 15:39:47 -04:00
jennylee
5a727de203 BUG 11980. Change the Administrator User Role to Operator Rol.
On Admin > Users > Roles > choose Operator or Manager Role > Users > Assign Users, click on Administrator from the Available Users List and then assign this to the Assigned Users List, PM allowed you assign the Administrator user to the Operator/Manager Role. Now PM shows a notification popup saying this is not allowed.
2013-06-04 13:26:06 -04:00
julceslauhub
9bba933e46 Merge pull request #1778 from Jennydmz/BUG-11969
BUG 11969 Web session TimeOut at HOME
2013-06-04 08:47:15 -07:00
ralpheav
793667712d Merge remote-tracking branch 'upstream/master' 2013-06-04 09:54:34 -04:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
ralpheav
f43952006e BUG 11835 : ./workflow/engine/config/schema.xml
SOl: Set the default TAS_GROUP_VARIABLE to "" and set TAS_GROUP_VARIABLE to @@SYS_GROUP_TO_BE_ASSIGNED in php code
2013-06-03 17:47:58 -04:00
ralpheav
1cf8146baf BUG 11835: assignment rules after upgrade to 2.0.46
Sol: changing SELF_SERVICE to SELF_SERVICE_EVALUATE in case the new option has been selected. schema.xml got a new validation value.
2013-06-03 16:43:48 -04:00
Hector Cortez
58acf784b8 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Error javascript in the variable dynaformSVal when the session is losing.
- Reduction and encoded of the dynaformSVal variable.
2013-06-03 16:25:57 -04:00
julceslauhub
fd62aa1e0d Merge pull request #1773 from ralpheav/master
Uncommenting code, just in case.
2013-05-31 11:26:32 -07:00
Julio Cesar Laura
6e0a170fa0 BUG 10396 Mensaje de Invalid Response al crear Dynaform. IMPROVEMENT
- Al restaurar la sesion no estaba seteandose los valores correctos en el archivo del formulario en c"ommpiled"
- Al restaurar la sesion se crea un nuevo file en compiled con los datos actualizados
2013-05-31 12:19:28 -04:00
ralpheav
e73614a5b5 BUG 11982 - "Issue in the order by modified date in the Documents Section."
Sol : Set Sorting enabled and adding code to retrieve sorted DB data.
2013-05-31 11:53:02 -04:00
julceslauhub
c72c7b611b Merge pull request #1766 from marcoAntonioNina/BUG-11275
BUG-11275 Error en la creacion de Case Scheduler SOLVED
2013-05-29 09:06:38 -07:00
Marco Antonio Nina
da804037c6 BUG-11275 Error en la creacion de Case Scheduler SOLVED
- No validation.
- Was add validation for name case scheduler.
2013-05-29 11:54:59 -04:00
Erik Amaru Ortiz
dafb490336 CHANGES FOR PARTNERS, Adding default skins filter 2013-05-28 22:04:49 -04:00
Marco Antonio Nina
d750e635b1 BUG-11275 Error en la creacion de Case Scheduler SOLVED
- no validation.
- was add validation for name case scheduler.
2013-05-28 16:27:46 -04:00
Luis Fernando Saisa Lopez
251c3a7c29 BUG 11219 "Cuando se abre el botón action del nuevo evento..." SOLVED
- Cuando se abre el boton action del nuevo evento, se da un fatal error.
- Problema resuelto, al crear un evento de tipo Intermediate Message al hacer click en el boton Action
  ya no muestra el error.
2013-05-28 19:42:44 +00:00
Marco Antonio Nina
c34f00d961 BUG-11275 Error en la creacion de Case Scheduler SOLVED
- no validation.
- was add validation for name case scheduler.
2013-05-28 12:54:50 -04:00
Victor Saisa Lopez
242d712a37 BUG 9549 "Posibilidad de copiar dynaforms" SOLVED
- The condition editor not is copy/import
- Solved problem in copy/import the condition editor
* Available from version ProcessMaker-2.5.1
2013-05-16 16:28:09 -04:00
Hector Cortez
93fd99b602 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Use another variable name, like __dynaformSVal__, __usernameLogged__ to prevent that someone overwrite the value.
- Rename variables to avoid duplicates.
2013-05-16 10:40:08 -04:00
Hector Cortez
d44e0f10a6 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Added Login modal to continue the session for dynaforms in cases.
2013-05-14 13:53:22 -04:00
Luis Fernando Saisa Lopez
3ec2363c00 BUG 11726 "Contador de triggers para asignacion no se..." SOLVED
- Contador de triggers para asignacion no se restablece a su valor original cuando se eliminan triggers.
- Problema resuelto, Assign Task, el contador de triggers muestra el valor actual, cuando se adicionan o eliminan triggers.
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-05-14 14:47:32 +00:00
Hector Cortez
7edd07f8d0 BUG 11519 Error de autenticación al probar envio de correos via hotmail SOLVED
- Comportamiento actual. Cuando se realiza la prueba de envio de correos via hotmail, el email llega al destinatario, pero al ejecutar la prueba se produce un error de autenticación no aceptada.
- Updated SMTP class to new version and adjustement to send test mail to TLS option.
2013-05-10 11:50:16 -04:00
julceslauhub
c5a0a3057e Merge pull request #1712 from marcoAntonioNina/SKIN-NEOCLASSIC
Add new skin neoclassic
2013-05-10 07:01:13 -07:00
Marco Antonio Nina
8d67974ce5 Add new skin neoclassic
-add files.
- Add option for new skin.
2013-05-09 13:46:23 -04:00