Commit Graph

1354 Commits

Author SHA1 Message Date
Omar Suca
0bb2aaef01 BUG-11184 Cambios en el skin, la fecha en el mensaje de bienvenida en la esquina superior derecha, de la pantalla...
Description: No se pasaba los parametros correctos al metodo getSystemDate de la clase Configurations. Se le paso ademas de los parametros Y-m-d los parametros H:i:s.
Se encontro un punto y coma demas ";" en el archivo environmentSettingAjax.php
2013-08-02 12:03:36 -04:00
Erik Amaru Ortiz
9141526062 FEATURE, was added a feature to enable load three level nodes on cases tree menu on HOME tab
Now we can set from any menu file (core or plugin) a three level nodes on cases menu:
Example:

$G_TMP_MENU->AddIdRawOption('TEST1', '#', 'Enterprise Search', '', '', 'blockHeader');
$G_TMP_MENU->AddIdRawOption('TEST2', '#', 'New Seach', '', '');
$G_TMP_MENU->AddIdRawOption('TEST3', '#', 'Saved Searches (9)', '', '');
$G_TMP_MENU->AddIdRawOption('TEST4', '#', 'Favorites', '', '', 'rootNode');
$G_TMP_MENU->AddIdRawOption('TEST5', '#', 'test child 2.1', '', '', 'childNode');
$G_TMP_MENU->AddIdRawOption('TEST6', '#', 'test child 2.2', '', '', 'childNode');
$G_TMP_MENU->AddIdRawOption('TEST7', '#', 'test child 2.3', '', '', 'childNode');
$G_TMP_MENU->AddIdRawOption('TEST8', '#', 'test child 3', '', '', '');
$G_TMP_MENU->AddIdRawOption('TEST9', '#', 'test child 4', '', '', '');

On the last parameter was added two new menu types "rootNode" and "childNode"

On the example the first node will be set by "blockHeader" menu type
all menu options below that will be added such as its child nodes
Now, if a menu option has a type "rootNode" (...'Favorites', '', '', 'rootNode'...)
all menu options below this with type "childNode" (...'test child 2.2', '', '', 'childNode'...)
will be consireded as its child nodes of menu with type "rootNode",
inmediatly a menu option without any menu type is found (..'test child 3', '', '', ''..),
this menu and all menu options like it will be added as child nodes of the last menu option
with "blockHeader".

The result of the example will be something like this:

+ Enterprise Search
	- New search
	- Saved Searches (9)
	+ Favorites
		- test child 2.1
		- test child 2.2
		- test child 2.3
	- test child 3
	- test child 4
...
2013-08-01 19:06:05 -04:00
Hector Cortez
c85e387e1e Merge remote branch 'upstream/master' into BUG-12374 2013-07-31 15:10:02 -04:00
@sinedrik
6ec83f872e FEATURE, adding the posibility to reaload a specif node to cases treePanel, and the xml document built section was refactores using SimpleXMl 2013-07-26 13:28:41 -04:00
Hector Cortez
7dad6b0d13 BUG 12374 Un usuario NO Administrador pero con permisos de PM_USERS ... SOLVED
- Un usuario NO Administrador pero con permisos de PM_USERS puede auto-configurarse como Administrador.
- Adjustment in validation of the user logged.
2013-07-25 14:55:11 -04:00
norahmollo
9e5319570a UnassignedMessage translation added
UnassignedMessage translation added
2013-07-25 12:42:56 -04:00
Hector Cortez
aa57293f45 BUG 12374 Un usuario NO Administrador pero con permisos de PM_USERS ... SOLVED
- Un usuario NO Administrador pero con permisos de PM_USERS puede
  auto-configurarse como Administrador
- Adjustment in the validation of user from administrator roles can not
  change if not an administrator.
2013-07-22 16:36:16 -04:00
jennylee
73222e7269 BUG-11921 PM vuelve a abrirse en el iframe en el cual se pierde la sesion.
Cuando se hace click en el boton 'submit' de un dynaform en modo vista, despues de haberse perdido la sesion, PM permitia abrir el caso como un sub iFrame.

Se agrego la validacion correspondiente para q esto no ocurra, y en caso de perdida de sesion, al re logearse, PM te envie al listado 'New Cases'.
2013-07-18 10:13:53 -04:00
julceslauhub
4f45379d6d Merge pull request #1895 from brayanpereyra/master
BUG 0000 Adicicion de filtro para levantar formulario extjs para ldap
2013-07-17 11:07:06 -07:00
Luis Fernando Saisa Lopez
18f2ddab3a BUG 12228 "Untranslatable strings in processmaker..." SOLVED
- Untranslatable strings in processmaker/workflow/engine/methods/setup/languages_Import.php
- Problem solved, missing translations are added to the file languages_Import.php
* Available from version ProcessMaker-2.5.2-testing.1
2013-07-17 12:05:37 -04:00
Brayan Osmar Pereyra Suxo
2d33e2039c BUG 0000 Adicicion de filtro para levantar formulario extjs para ldap
Adicicion de filtro para levantar formulario extjs para ldap
2013-07-17 11:39:23 -04:00
julceslauhub
2dc27711f4 Merge pull request #1887 from Jennydmz/BUG-11846
BUG 11846 Al importar un proceso PM siempre debe tomar al usuario actual como Process Owner.
2013-07-12 10:30:15 -07:00
Julio Cesar Laura
09b123a234 Improvement in RTL direction on module ADMIN 2013-07-12 13:00:21 -04:00
jennylee
af1030236d BUG 11846 Al importar un proceso PM siempre debe tomar al usuario actual como Process Owner.
Cuando se importaba un proceso que fue creado en el mismo servidor, pero eliminado y del cual el usuario que lo creo fue tambien eliminado, PM aun importaba el proceso con el nombre del usuario q lo creo como Process Owner, aunq este ya no existiera, ya que al ser la eliminacion de usuarios solo un borrado logico, aun este usuario estaba registrado en la BD y podia ser asignado.

Ahora PM asigna por defecto a todos los procesos que se importan el usuario actual como Process Owner.
2013-07-12 12:10:14 -04:00
Luis Fernando Saisa Lopez
3678fb6011 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-10 10:02:21 -04:00
Luis Fernando Saisa Lopez
d6380df70b 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-09 17:13:27 -04:00
Luis Fernando Saisa Lopez
7b165dd505 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-12253 2013-07-09 16:52:36 -04:00
julceslauhub
6f81b598ce Merge pull request #1870 from marcoAntonioNina/BUG-12282
BUG-12282 attach documents into emails using original name doesn't work SOLVED
2013-07-09 13:50:30 -07:00
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