Herbert Saal Gutierrez
b40a4d593e
BUG-9482 Solr reindex error
...
Add catch exceptions to continue the index beside errors.
The found errors are logged.
Correct bug in unassigned users and groups.
Add functionality to reindex script:
- Add skip functionality to skip records to index
- Add definition of trunk size used to send docs to index server
- Add optimization utility to optimize index
2012-08-03 18:54:16 -04:00
Herbert Saal Gutierrez
629ea73a15
BUG-9482 Solr reindex error solved
...
Error
-----
running reindex script to reindex Solr don't finish
php reindex_solr.php workflow reindexall
Solution
--------
Add validation of empty dynaform XML files.
Add validation of big integer values.
Add validation of currency values.
Add Solr response information to exceptions in Solr.
write log of not indexed files.
2012-07-19 19:59:26 -04:00
julceslauhub
6df4a049ff
Merge pull request #351 from marcoAntonioNina/BUG-8408
...
CODE STYLE
2012-07-19 15:12:14 -07:00
Marco Antonio Nina
fb83aef89b
CODE STYLE
...
- workflow/engine/menus/cases.php
- workflow/engine/methods/appFolder/appFolderAjax.php
2012-07-19 17:13:59 -04:00
julceslauhub
b0166dea9a
Merge pull request #350 from marcoAntonioNina/BUG-8408
...
BUG 8408 Acceso a Documentos por usuarios sin permiso... SOLVED
2012-07-19 13:13:11 -07:00
julceslauhub
e771064c29
Merge pull request #348 from victorsl/BUG-8823
...
BUG 8823 "No funcionan las conexiones a bases de datos..." SOLVED
2012-07-19 13:10:46 -07:00
Marco Antonio Nina
3e22cd5c25
BUG 8408 Acceso a Documentos por usuarios sin permiso... SOLVED
...
- Not validated the permission PM_FOLDERS_VIEW.
- the user must have this permit and may only view documents in the processes that participate, and for see all with the permission PM_ALLCASES.
2012-07-19 16:07:17 -04:00
Victor Saisa Lopez
c9facfb8dc
BUG 8823 "No funcionan las conexiones a bases de datos..." SOLVED
...
- Function "executeQuery" in triggers is not working properly with external
database, when run through Web Services with the functions "executeTrigger" or "routeCase"
- Problem solved, settled the session variables required by the method Propel::getConnection
2012-07-19 15:32:19 -04:00
Victor Saisa Lopez
79c391805e
BUG 8823 "No funcionan las conexiones a bases de datos..." SOLVED
...
- Function "executeQuery" in triggers is not working properly with external
database, when run through Web Services with the functions "executeTrigger" or "routeCase"
- Problem solved, settled the session variables required by the method Propel::getConnection
2012-07-19 15:09:40 -04:00
Marco Antonio Nina
0823fa907d
BUG 8408 Acceso a Documentos por usuarios sin permiso... SOLVED
...
- Not validated the permission PM_FOLDERS_VIEW.
- the user must have this permit and may only view documents in the processes that participate, and for see all with the permission PM_ALLCASES.
2012-07-19 12:28:56 -04:00
julceslauhub
70cb77ec0f
Merge pull request #344 from julceslauhub/master
...
BUG 8444 Remove permission PM_REPORTS, since it no longer serves any purpose SOLVED
2012-07-19 08:15:02 -07:00
Julio Cesar Laura
6dd48d4b00
BUG 8444 Remove permission PM_REPORTS, since it no longer serves any purpose SOLVED
...
- The permission PM_REPORTS cannot be removed because many projects already used (plugins made by projects), then the permision has changed to status inactive and in new installations will be hidden in the permision administrator module
2012-07-19 11:08:49 -04:00
julceslauhub
668ae7365e
Merge pull request #342 from brayanpereyra/BUG-8451
...
BUG 8451 Don't work autoincrement for BIGINT in pmtables SOLVED
2012-07-19 07:02:53 -07:00
julceslauhub
6a08277bd1
Merge pull request #335 from marcoAntonioNina/BUG-8977
...
CODE STYLE
2012-07-19 06:58:14 -07:00
Brayan Osmar Pereyra Suxo
065754f56e
BUG 8451 Don't work autoincrement for BIGINT in pmtables SOLVED
...
I add autoincrement for TINYINT SMALLINT INTEGER BIGINT in Pmtables
2012-07-19 09:53:18 -04:00
Marco Antonio Nina
f7a4a00a71
CODE STYLE
...
- workflow/engine/methods/cases/cases_StepToRevise.php
- workflow/engine/methods/cases/cases_StepToReviseInputs.php
- workflow/engine/methods/cases/cases_StepToReviseOutputs.php
2012-07-18 19:07:08 -04:00
julceslauhub
42b0ef4a58
Merge pull request #331 from marcoAntonioNina/BUG-8977
...
BUG 8977 Duplicidad de funciones en varios archivos... SOLVED
2012-07-18 15:44:55 -07:00
julceslauhub
938d3433f4
Merge pull request #328 from victorsl/BUG-8489
...
BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
2012-07-18 15:41:23 -07:00
Marco Antonio Nina
04f3f292db
BUG 8977 Duplicidad de funciones en varios archivos... SOLVED
...
- was verified duplicate code.
- was removed codigo DEPRECATED.
2012-07-18 18:38:53 -04:00
julceslauhub
0a86829b08
Merge pull request #327 from brayanpereyra/BUG-9398
...
BUG 9398 Don't exist format of mask 'Bs. ##,##' SOLVED
2012-07-18 15:37:03 -07:00
Victor Saisa Lopez
ca0ade740b
BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
...
- Revert change in function strReplace, strReplace -> stringReplace
2012-07-18 18:06:14 -04:00
Brayan Osmar Pereyra Suxo
a50df08a51
BUG 9398 Don't exist format of mask 'Bs. ##,##' SOLVED
...
I add format of mask 'Bs. ##,##'
2012-07-18 18:03:32 -04:00
julceslauhub
145d9e2139
Merge pull request #325 from brayanpereyra/BUG-8466
...
BUG 8466 Tasks in Progress show with the color of Parallel Tasks SOLVED
2012-07-18 14:38:25 -07:00
julceslauhub
c10c31d98f
Merge pull request #323 from victorsl/BUG-8489
...
BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
2012-07-18 14:34:23 -07:00
Brayan Osmar Pereyra Suxo
78177ed749
BUG 8466 "Tasks in Progress" show with the color of "Parallel Tasks" SOLVED
...
- I set variable TASK in processMap for "Search Cases"
2012-07-18 17:21:28 -04:00
Victor Saisa Lopez
d8d6493581
BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
...
- Style attribute defined in XML Dynaform for a field, not reflected in
the grid this in IE
- Solved the problem, now we consider the attributes defined in the XML
2012-07-18 16:48:23 -04:00
julceslauhub
e1442f3aa2
Merge pull request #322 from julceslauhub/master
...
Improvement, change "green" to "classic
2012-07-18 13:05:39 -07:00
Julio Cesar Laura
8f749c7e09
Improvement, change "green" to "classic
2012-07-18 15:59:13 -04:00
julceslauhub
7390750b38
Merge pull request #318 from brayanpereyra/BUG-8577
...
BUG 9072 It should not be the option "SendFiles" SOLVED
2012-07-18 09:05:32 -07:00
Brayan Osmar Pereyra Suxo
7ddeafc766
CODE STYLE workflow/engine/templates/setup/webServicesTree.php
2012-07-18 11:56:30 -04:00
Brayan Osmar Pereyra Suxo
00d6c87aa4
BUG 9072 It should not be the option "SendFiles" SOLVED
...
- I removed the option "SendFiles"
2012-07-18 10:53:57 -04:00
julceslauhub
5472ea17bb
Merge pull request #315 from marcoAntonioNina/BUG-8831
...
BUG 8831 Backslash ( \ ) appears before single quotes in Case... SOLVED
2012-07-18 07:24:55 -07:00
Marco Antonio Nina
6418f703ee
BUG 8831 Backslash ( \ ) appears before single quotes in Case NotesSOLVED
...
- Characters are not validated.
- Was added stripslashes () to validate notes.
2012-07-18 10:21:16 -04:00
julceslauhub
fc19a365bc
Merge pull request #310 from brayanpereyra/BUG-9072
...
BUG 9072 Don't show the button in test webservices SOLVED
2012-07-18 07:13:40 -07:00
julceslauhub
5977dc0545
Merge pull request #311 from julceslauhub/master
...
BUG - Notices found in the heartbeat call
2012-07-18 07:05:50 -07:00
Julio Cesar Laura
2be5a0837d
BUG - Notices found in the heartbeat call
...
- The attribute "workspaces" not defined in the class "serverConfiguration"
- Define the missing attribute in the class
2012-07-18 09:53:39 -04:00
Brayan Osmar Pereyra Suxo
791c6ead37
BUG 9072 Don't show the button in test webservices SOLVED
...
- I add more heigth to form
2012-07-18 09:43:26 -04:00
julceslauhub
ea32fd1d40
Merge pull request #308 from julceslauhub/master
...
BUG 9447 PM 2.0.43 testing 3 ajustar el copyright del skin uxmodern... SOLVED
2012-07-17 09:39:13 -07:00
Julio Cesar Laura
d0dd87fc43
BUG 9447 PM 2.0.43 testing 3 ajustar el copyright del skin uxmodern... SOLVED
...
- The current year in the skin was hardcoded
- The current year now is dynamic
2012-07-17 12:36:44 -04:00
julceslauhub
96f2a586bc
Merge pull request #304 from marcoAntonioNina/BUG-9454
...
BUG 9454 Problemas con el reassign el boton no esta funcionando SOLVED
2012-07-17 09:08:43 -07:00
julceslauhub
332797cad7
Merge pull request #305 from julceslauhub/master
...
BUG 9451 PM 2.0.43 testing 3 Notices en Triggers Wizard
2012-07-17 09:01:58 -07:00
Julio Cesar Laura
f33759296c
BUG 9451 PM 2.0.43 testing 3 Notices en Triggers Wizard
...
- Missing validation in the comments for the "return" section
- Add missing validation
2012-07-17 11:59:06 -04:00
Marco Antonio Nina
6bee6e31c2
BUG 9454 Problemas con el reassign el boton no esta funcionando SOLVED
...
- not valid for a register.
- was first added the validation.
2012-07-17 11:56:27 -04:00
julceslauhub
f3da133e6b
Merge pull request #302 from julceslauhub/master
...
BUG 9453 ProcessMaker version 2.0.43 testing 3 Incomplete Labels on the .po English File
2012-07-17 08:47:08 -07:00
Julio Cesar Laura
45e48338ff
BUG 9453 ProcessMaker version 2.0.43 testing 3 Incomplete Labels on the .po English File
...
- The word "category" was truncated
- Change "gory" to "category"
2012-07-17 11:42:39 -04:00
julceslauhub
99a1c2063d
Merge pull request #300 from julceslauhub/master
...
BUG 9455 On ProcessMaker 2.0.42 print icon on a Dynaform doesn't work when the form is submited
2012-07-17 08:28:23 -07:00
Julio Cesar Laura
5a5d836803
BUG 9455 On ProcessMaker 2.0.42 print icon on a Dynaform doesn't work when the form is submited
...
- The function "popUp" was missing
- Add the missing function "popUp"
2012-07-17 11:25:45 -04:00
julceslauhub
dc04d88662
Merge pull request #298 from julceslauhub/master
...
BUG 9457 Translation to translate timming control expressions
2012-07-17 08:03:18 -07:00
Julio Cesar Laura
be06888e8e
BUG 9457 Translation to translate timming control expressions
...
- These labels was hardcoded
- Change hardcoded labels by translations
2012-07-17 11:01:21 -04:00
ferOnti
236aaa1543
Merge pull request #297 from ferOnti/master
...
formating complete of class.case.php using standard PSR2
2012-07-16 16:03:23 -07:00