Commit Graph

18243 Commits

Author SHA1 Message Date
Julio Cesar Laura
fb292dde32 BUG 10352 Simple report plugin does not show case status, and shows empty rows corresponding to draft cases that have been deleted SOLVED
- Se agrego la nueva columna solicitada APP_STATUS, para report tables ya creados no se mostraráes necesario crearlos de nuevo para que aparezcan

- Sobre el bug de las filas vacias, es el mismo problema que para el bug 10230, la BD del cliente tiene un problema de integridad, cuando uno borra el caso usando el Sistema (listado de casos en draft) borra todos los registros relacionados en todas las tablas asociadas, pero al hacer un borrado manual se olvidaron de elimar los datos de alguna de las tablas (posiblemente APP_CACHE_VIEW), por favor soliciten la BD del cliente y revisen la integridad de los datos.
2013-01-11 14:41:01 -04:00
julceslauhub
34b6272172 Merge pull request #1185 from julceslauhub/master
BUG 10347 Capitalize() no funciona adecuadamente SOLVED
2013-01-11 05:04:10 -08:00
Julio Cesar Laura
79a12d56f7 BUG 10347 Capitalize() no funciona adecuadamente SOLVED
- Incorrect function to capitalize
- Change function to capitalize
2013-01-11 09:00:59 -04:00
julceslauhub
26a0effc87 Merge pull request #1184 from victorsl/BUG-0000
BUG 0000 "Problem in OutputDocuments with report generator TCPDF" SOLVED
2013-01-10 12:42:12 -08:00
Victor Saisa Lopez
2c6d694b2e BUG 0000 "Problem in OutputDocuments with report generator TCPDF" SOLVED
- Problem with fonts in OutputDocuments with report generator TCPDF
- The problem specifically is with the font tag, this tag is obsolete
- Solved problem, added validation when use font tag
* Available from version ProcessMaker-2.0.46
2013-01-10 16:18:38 -04:00
julceslauhub
15b3fd9ddd Merge pull request #1183 from julceslauhub/master
BUG 10344 La barra de herramientas del editor TinyMCE no soporta lenguajes RTL SOLVED
2013-01-10 11:33:55 -08:00
Julio Cesar Laura
079619f0f6 BUG 10344 La barra de herramientas del editor TinyMCE no soporta lenguajes RTL SOLVED
- Faltaba setear el parametro que indica la direccion del editor
- Ahora se setea la opcion de la direccion en los parametros de configuracion del TinyMCE
2013-01-10 15:34:26 -04:00
julceslauhub
e107c06c42 Merge pull request #1182 from julceslauhub/master
BUG 10346 Al ejecutar el Cron en los servidores estos no concluyen y sale un error SOLVED
2013-01-10 11:17:59 -08:00
Julio Cesar Laura
12f5f99d1d BUG 10346 Al ejecutar el Cron en los servidores estos no concluyen y sale un error SOLVED
- En primer lugar si concluyen (vea la palabra Finished en cada una de las imagenes)
- Segundo, de los 3 errores reportados solo el ultimo  es un bug (servidor 153), los otros dos son errores de sintaxis en triggers en el proceso (152 es el trigger 78833007850cbc2e42e54c9046912155 y para el 130 es el trigger 23068400950cbacf5dd2054031426893)
- Para el tercero que si es un error se agrego la inicializacion de la variable RBAC
2013-01-10 15:17:01 -04:00
julceslauhub
885c05bd96 Merge pull request #1181 from julceslauhub/master
BUG 10343: Add a way to identify the ProcessMaker field type in the generated dynaform (class?) SOLVED
2013-01-10 10:26:27 -08:00
Julio Cesar Laura
67a90419fc BUG 10343: Add a way to identify the ProcessMaker field type in the generated dynaform (class?) SOLVED
- Add html attribute "pm:fieldtype" for normal forms and "pm:gridtype" for grid
- Fields types affected: text, currency, percentage, date, suggest, dropdown, yesno, listbox
2013-01-10 14:26:08 -04:00
julceslauhub
95e6c38c71 Merge pull request #1180 from marcoAntonioNina/BUG-10336
BUG 10336 Columna Case Title debe ser agregada en logs de emails SOLVED
2013-01-10 08:48:41 -08:00
Marco Antonio Nina
704db9da6c BUG 10336 Columna Case Title debe ser agregada en logs de emails SOLVED
- No fields had case title and app number.
- Was add the fields.
2013-01-10 12:48:19 -04:00
Marco Antonio Nina
8911ae1f6c BUG 10336 Columna Case Title debe ser agregada en logs de emails SOLVED
- No fields had case title and app number.
- Was add the fields.
2013-01-10 11:54:08 -04:00
julceslauhub
5b462b5e1a Merge pull request #1178 from julceslauhub/master
BUG 10342 Duplicate HTML element identifier generated in subtitle field SOLVED
2013-01-10 07:00:18 -08:00
Julio Cesar Laura
8277af2a90 BUG 10342 Duplicate HTML element identifier generated in subtitle field SOLVED
- Delete duplicated identifier
2013-01-10 11:01:45 -04:00
julceslauhub
d279b05dd0 Merge pull request #1177 from victorsl/BUG-10323
BUG 10323 "Contador de unassigned no cuenta bien" SOLVED
2013-01-09 11:44:18 -08:00
Victor Saisa Lopez
d1c28c99de BUG 10323 "Contador de unassigned no cuenta bien" SOLVED
- Not properly count cases in unassigned cases, using parallel fork in process
- Solved problem in count, in unassigned cases
* Available from version ProcessMaker-2.0.46
2013-01-09 15:43:08 -04:00
julceslauhub
7fd5064ab2 Merge pull request #1176 from julceslauhub/master
Updating .po and .sql files for version 2.0.46-testing-5
2013-01-09 10:53:50 -08:00
Julio Cesar Laura
2066836999 Updating .po and .sql files for version 2.0.46-testing-5 2013-01-09 14:54:56 -04:00
julceslauhub
bce2670f05 Merge pull request #1174 from victorsl/BUG-0000
BUG 0000 "PM Table, keep the records of the table to the edit" SOLVED
2013-01-09 10:17:47 -08:00
Julio Cesar Laura
995aa551a9 BUG 10322 No es posible combinar Select con Self service SOLVED
- The validation was incorrect with this combination
- Fix validation for this combination
2013-01-09 13:52:06 -04:00
julceslauhub
9cd2c324d0 Merge pull request #1175 from julceslauhub/master
BUG 10322 No es posible combinar Select con Self service SOLVED
2013-01-09 09:51:54 -08:00
Victor Saisa Lopez
fbb10c8ed1 BUG 0000 "PM Table, keep the records of the table to the edit" SOLVED
- PM Table, keep the records of the table to the edit
- Added checkbox for keep the records of the table
* Available from version ProcessMaker-2.0.46
2013-01-09 13:23:16 -04:00
julceslauhub
08cd5ae5ff Merge pull request #1173 from krimson-rayne/master
Fix the preview issue with the image preview inside TinyMCE Editor
2013-01-09 06:20:25 -08:00
Gustavo Cruz
34a9480c0c Merge remote-tracking branch 'origin/master' into pm_wysiwyg 2013-01-09 09:50:15 -04:00
Gustavo Cruz
e20f4a91b5 Fix to the image preview bug in tinyMCE advimage plugin 2013-01-09 09:49:03 -04:00
julceslauhub
6849ae04b4 Merge pull request #1172 from marcoAntonioNina/BUG-10275
BUG 10275 Problemas en campos currency con las mascaras SOLVED
2013-01-08 09:48:42 -08:00
Marco Antonio Nina
b328ea14b7 BUG 10275 Problemas en campos currency con las mascaras SOLVED
- not validated the mask.
- was add validated for fields currency and percentage.
2013-01-08 13:24:02 -04:00
julceslauhub
12836b5082 Merge pull request #1171 from julceslauhub/master
BUG 10272 Redireccionamiento en Triggers no funciona despues de hacer login nuevamente SOLVED
2013-01-08 09:21:38 -08:00
Julio Cesar Laura
d2cc200031 BUG 10272 Redireccionamiento en Triggers no funciona despues de hacer login nuevamente SOLVED
- Siempre se estaba usando el valor de la vriable URL cuando q se encuentra en la pantalla de login
- El uso de la variable URL en la pantalla de login ahora esta condicionado de acuerdo al REFERER
2013-01-08 13:21:40 -04:00
julceslauhub
1b1ed1abdb Merge pull request #1170 from krimson-rayne/master
Fixes to the Font-family and Font size dropdowns issues
2013-01-08 07:25:33 -08:00
Gustavo Cruz
36a6236b28 Merge branch 'pm_wysiwyg' 2013-01-08 10:43:18 -04:00
Gustavo Cruz
2c6735f947 Fixing the issue regarding the dropdown fonts-family and size 2013-01-08 10:41:01 -04:00
julceslauhub
2d83943470 Merge pull request #1169 from victorsl/BUG-10273
BUG 10273 "No es posible navegar por todas las pestanias de..." SOLVED
2013-01-08 06:17:15 -08:00
Victor Saisa Lopez
61328ced98 BUG 10273 "No es posible navegar por todas las pestanias de..." SOLVED
- Missing translation in "Assignment rules" (DESIGNER>Task>Properties)
- Added validation to prevent errors
* Available from version ProcessMaker-2.0.46
2013-01-08 10:13:26 -04:00
julceslauhub
781e061942 Merge pull request #1168 from krimson-rayne/master
Fixing TinyMCE wysiwyg editor and IE9 compatibility
2013-01-08 05:34:50 -08:00
Gustavo Cruz
7d11826d8a Updating the class wysiwyg 2013-01-07 17:42:42 -04:00
Gustavo Cruz
8d51fc2d80 Merging the pm_wysiwyg branch 2013-01-07 17:34:54 -04:00
Gustavo Cruz
32fd17e9ae removing some test files 2013-01-07 17:13:03 -04:00
Gustavo Cruz
2d93201803 Fixes to the IE9 bugs in the Wysiwyg editor 2013-01-07 17:11:55 -04:00
julceslauhub
6b3239ecab Merge pull request #1167 from marcoAntonioNina/master
Create a dynaform through of pmtable IMPROVEMENT
2013-01-07 10:34:50 -08:00
Marco Antonio Nina
ba8f1b4083 Create a dynaform through of pmtable IMPROVEMENT
- not was create the fields of dynaform.
- Was class AdditionalTablesPeer and option "Action".
2013-01-07 14:33:01 -04:00
julceslauhub
7a3900bf5b Merge pull request #1166 from julceslauhub/master
BUG 10162 Can not use poedit-1.5.4 to translate IMPROVEMENT
2013-01-07 08:42:45 -08:00
Julio Cesar Laura
d045d2520b BUG 10162 Can not use poedit-1.5.4 to translate IMPROVEMENT 2013-01-07 12:44:13 -04:00
julceslauhub
e2534d7175 Merge pull request #1165 from victorsl/BUG-10036
BUG 10036 "No esta rezalizando un buen conteo de la..." SOLVED
2013-01-07 08:26:06 -08:00
Victor Saisa Lopez
751c895178 BUG 10036 "No esta rezalizando un buen conteo de la..." SOLVED
- To delete an OutputDocument in DESIGNER, not removed APP_DOCUMENT (this
  is correct, then you may have already created cases, which already have records)
- When a user has permissions PM_ALLCASES can not see all documents
- An register in APP_DOCUMENT of type OUTPUT without their registration in OUTPUT_DOCUMENT, now
  is completed
- A user with PM_ALLCASES can now see documents
* Available from version ProcessMaker-2.0.46
2013-01-07 11:54:48 -04:00
julceslauhub
f6d36866c9 Merge pull request #1164 from julceslauhub/master
BUG 9588 Missing validation on IE when the session expires. IMPROVEMENT
2013-01-07 06:27:10 -08:00
Julio Cesar Laura
9f3a762226 BUG 9588 Missing validation on IE when the session expires. IMPROVEMENT
- Change width in the login panel
2013-01-07 10:28:10 -04:00
julceslauhub
eabde495cb Merge pull request #1162 from julceslauhub/master
Improvement in the process permissions list
2013-01-04 13:08:09 -08:00