Commit Graph

7171 Commits

Author SHA1 Message Date
Hector Cortez
07ff670015 BUG 0000 Various Settings for PDF generation on TCPDF IMPROVEMENT
- Added new types of fonts, Arial and Times New Roman,  changed folder of  temporary files to a shared cache.
2013-01-24 13:52:05 -04:00
julceslauhub
8bbab35191 Merge pull request #1222 from victorsl/BUG-10229
BUG 10229 "Al hacer correr una caso con campo dependientes..." SOLVED
2013-01-24 09:19:39 -08:00
julceslauhub
e843576f79 Merge pull request #1223 from julceslauhub/master
BUG 10405 Problemas en la derivacion de subprocesos SOLVED
2013-01-24 08:56:28 -08:00
Julio Cesar Laura
c7f505b496 BUG 10405: Problemas en la derivacion de subprocesos SOLVED
- Todo esta funcionando correctamente, solo que el mensaje estaba apareciendo innecesariamente debido a una mala validacion
- Los finales de procesos son necesarios en los subprocesos para que el flujo continue
- Se quito el mensaje innecesario
2013-01-24 12:54:12 -04:00
Victor Saisa Lopez
daf067c6cd BUG 10229 "Al hacer correr una caso con campo dependientes..." SOLVED
- Subdependent fields not work correctly
- Solved problem, added validation for subdependent fields
* Available from version ProcessMaker-2.0.46
2013-01-24 12:44:30 -04:00
julceslauhub
06407d2b8e Merge pull request #1221 from marcoAntonioNina/master
Improvement the case summary
2013-01-24 08:44:01 -08:00
Marco Antonio Nina
861042df68 Improvement the case summary 2013-01-24 12:27:43 -04:00
julceslauhub
8631dd3d98 Merge pull request #1220 from victorsl/BUG-10158
BUG 10158 "No esta realizando el pintado del proceso con..." SOLVED
2013-01-23 12:26:55 -08:00
Victor Saisa Lopez
745bd76100 BUG 10158 "No esta realizando el pintado del proceso con..." SOLVED
- The task in progress does not take the corresponding color
- Solved problem, added validation when task is in progress
* Available from version ProcessMaker-2.0.46
2013-01-23 16:04:42 -04:00
julceslauhub
2dcd54213c Merge pull request #1219 from marcoAntonioNina/BUG-9980
BUG 9980 Wrong language on case listings, column Task SOLVED
2013-01-23 09:03:52 -08:00
Marco Antonio Nina
0031de9160 BUG 9980 Wrong language on case listings, column Task SOLVED
- Trigger undefined in language established.
- Was add for several languages, but you must first Rebuild cache.
2013-01-23 13:02:13 -04:00
julceslauhub
62b0bfdb11 Merge pull request #1218 from julceslauhub/master
BUG 10162 Can not use poedit-1.5.4 to translate IMPROVEMENT
2013-01-23 08:43:59 -08:00
Julio Cesar Laura
f804e685fd BUG 10162 Can not use poedit-1.5.4 to translate IMPROVEMENT 2013-01-23 12:34:42 -04:00
julceslauhub
305b6a5d9b Merge pull request #1217 from marcoAntonioNina/BUG-10437
BUG 10437 El Trigger Wizard no permite si el usuario ha introducido... SOLVED
2013-01-23 06:33:30 -08:00
Marco Antonio Nina
40ac2b082c - The fields required can be filled with empty spaces.
- Was add validation.ces/ldapAdvancedEdit.xml
2013-01-23 10:32:34 -04:00
Marco Antonio Nina
7ca223fe8c Merge remote branch 'upstream/master' 2013-01-23 09:54:46 -04:00
julceslauhub
65fd1c4f1a Merge pull request #1216 from Jennydmz/BUG-9873
BUG 9873 Error creating Dynaform from a PM Table.
2013-01-23 05:39:10 -08:00
jennylee
184149a1bc BUG 9873 Error creating Dynaform from a PM Table.
When adding a field, the 'Field Name' must be an string without spaces in the middle, because this makes the name of some funtions were generated wrong, like getColosa Email() when it must be like getColosaEmail() or getColosa_Email(). So, this field in the creating PM Table form, was validated to transform any string into a string without spaces.
2013-01-23 09:36:51 -04:00
julceslauhub
96b992664a Merge pull request #1214 from marcoAntonioNina/ba0eab3eaeece3177fc9fd1b39fdb6931901ef93
BUG 10423 No se peude ejecutar un caso cuando el nombre del... SOLVED
2013-01-23 05:26:54 -08:00
julceslauhub
54d74457b4 Merge pull request #1215 from julceslauhub/master
BUG 10430 Link roto en pagina Page not Found SOLVED
2013-01-23 05:23:39 -08:00
Julio Cesar Laura
d2d15bdd85 BUG 10430 Link roto en pagina Page not Found SOLVED
- Change to the correct link address
2013-01-23 09:22:35 -04:00
Marco Antonio Nina
4085fe1d42 Merge remote branch 'upstream/master' 2013-01-23 09:04:50 -04:00
julceslauhub
477c4ea38a Merge pull request #1211 from victorsl/BUG-0000
BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
2013-01-22 18:14:03 -08:00
Marco Antonio Nina
ba0eab3eae BUG 10423 No se peude ejecutar un caso cuando el nombre del... SOLVED
- Problem caused by rare characters.
- was add validation.
2013-01-21 16:05:21 -04:00
jennylee
09a1854d8a BUG 9873 Error creating Dynaform from a PM Table.
When adding a field, the 'Field Name' must be an string without spaces in the middle, because this makes the name of some funtions were generated wrong, like getColosa Email() when it must be like getColosaEmail() or getColosa_Email(). So, this field in the creating PM Table form, was validated to transform any string into a string without spaces.
2013-01-21 16:00:38 -04:00
Victor Saisa Lopez
f871d9fded BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
- Problem in dependent fields with suggest field in grids
- Solved problem in dependent fields with suggest field in grids
- The QA team should test with (in grids):
    suggest  -> suggest  -> suggest
    suggest  -> dropdown -> suggest
    dropdown -> suggest  -> suggest
    dropdown -> suggest  -> dropdown
    text     -> suggest  -> suggest
    text     -> suggest  -> text
    * Browsers IE7, IE8, IE9, Firefox and Chrome
* Available from version ProcessMaker-2.0.46
2013-01-18 19:12:32 -04:00
Marco Antonio Nina
379971a93d Merge remote branch 'upstream/master' 2013-01-18 16:51:25 -04:00
julceslauhub
e96e5cb77c Merge pull request #1210 from julceslauhub/master
WYSIWYG editor RTL IMPROVEMENT for outputs editor and email templates editor
2013-01-18 12:22:50 -08:00
Julio Cesar Laura
bf10becea4 WYSIWYG editor RTL IMPROVEMENT for outputs editor and email templates editor 2013-01-18 16:24:11 -04:00
julceslauhub
3ef2197487 Merge pull request #1209 from marcoAntonioNina/master
Process upgraed no delete file
2013-01-18 12:12:56 -08:00
Marco Antonio Nina
42285883a3 Merge remote branch 'upstream/master' 2013-01-18 16:12:06 -04:00
Marco Antonio Nina
57faa048f7 Process upgraed no delete file.
- No delete file "updating" when there a error.
- was add validation.
2013-01-18 16:10:12 -04:00
julceslauhub
da31b54f9c Merge pull request #1208 from marcoAntonioNina/BUG-10363
BUG 10363: Date fields prevent grids from working with mode="view" SOLVED
2013-01-18 10:32:37 -08:00
julceslauhub
8c0f6a68a6 Merge pull request #1207 from Jennydmz/BUG-10415
BUG 10415 No horizontal scrollbar on PM Table.
2013-01-18 10:24:26 -08:00
Marco Antonio Nina
1db4bf5603 BUG 10363: Date fields prevent grids from working with mode="view" SOLVED
- Field required in form in modw view.
- was validation in field date in mode view.
2013-01-18 14:21:00 -04:00
jennylee
423cfc84c6 BUG 10415 No horizontal scrollbar on PM Table.
Added horizontal scrollbar on 'PM Table' and now the column title is centered.
2013-01-18 12:12:02 -04:00
julceslauhub
5af4aad1f7 Merge pull request #1206 from julceslauhub/master
BUG 10395 La hora en la opcion Every de Case scheduler ejecuta como 0 desde 0.2 SOLVED
2013-01-17 13:29:41 -08:00
Julio Cesar Laura
f096fb79cb BUG 10395 La hora en la opcion Every de Case scheduler ejecuta como 0 desde 0.2 SOLVED
- No estaba correctamente validado el guardado de la siguiente fecha a ejecutarse
- Se guarda correctamente la siguiente fecha en la que se debe ejecutar el case scheduler
2013-01-17 17:31:08 -04:00
julceslauhub
36c610a3ec Merge pull request #1205 from marcoAntonioNina/BUG-10407
BUG 10407: Al ingresar al Case Tracker se evidencia que en el... SOLVED
2013-01-17 12:52:53 -08:00
Marco Antonio Nina
3cd7a5e440 BUG 10407: Al ingresar al Case Tracker se evidencia que en el... SOLVED
- The format date incorrect.
- was add validation for value '-'.
2013-01-17 16:52:50 -04:00
julceslauhub
ac4c59faf6 Merge pull request #1204 from hector-cortez/BUG-10397
BUG 10397 Función PMFTaskCase devuelve index y no el guid SOLVED
2013-01-17 12:05:43 -08:00
Hector Cortez
eb65717def BUG 10397 Función PMFTaskCase devuelve index y no el guid SOLVED
- La función PMFTaskCase devuelve el delegate index de la tarea y no el Guid.
- Adjustment function PMFTaskCase for Web Services.
2013-01-17 14:39:35 -04:00
Hector Cortez
be58a6faf0 Merge remote branch 'upstream/master' into BUG-10397 2013-01-17 14:39:31 -04:00
julceslauhub
64f6449ea6 Merge pull request #1203 from julceslauhub/master
BUG 10408 No se visualizan los botones de la opcion properties en el disenador del dynaform SOLVED
2013-01-17 08:55:20 -08:00
Julio Cesar Laura
9277ba8a0c BUG 10408 No se visualizan los botones de la opcion properties en el disenador del dynaform SOLVED
- Uno de los estilos existentes no se visualiza bien en chrome
- Se cambio el estilo y se probo en los 3 browsers
2013-01-17 12:56:08 -04:00
julceslauhub
eebca14a6e Merge pull request #1202 from marcoAntonioNina/BUG-10410
BUG 10410: Error al exportar un proceso que tiene grupos asignados... SOLVED
2013-01-17 08:48:06 -08:00
Marco Antonio Nina
13fdae14fe BUG 10410: Error al exportar un proceso que tiene grupos asignados... SOLVED
- No has changes the uid of user in permissions..
- Was add valitadation.
2013-01-17 12:18:45 -04:00
Hector Cortez
0b0061523f BUG 10397 Función PMFTaskCase devuelve index y no el guid SOLVED
- La función PMFTaskCase devuelve el delegate index de la tarea y no el Guid.
- Added TAS_UID field as guid index  to the PMFTaskCase function.
2013-01-17 10:25:16 -04:00
Marco Antonio Nina
0b5d84a807 Merge remote branch 'upstream/master' 2013-01-17 10:10:27 -04:00
Marco Antonio Nina
76537d8847 Merge remote branch 'upstream/master' 2013-01-17 09:03:46 -04:00