Commit Graph

2075 Commits

Author SHA1 Message Date
julceslauhub
d2e823f028 Merge pull request #374 from hector-cortez/BUG-8753
BUG 8753 Short Tags are Still Present as of Version 2.0.38 SOLVED
2012-07-23 08:40:54 -07:00
Hector Cortez
9bbf93da0c BUG-8753 Short Tags are Still Present as of Version 2.0.38 SOLVED
- Short tags are still present in the code in the form of the short print tag: <?=
- Changing of the short tags for deprecated functions and code.
2012-07-23 10:33:10 -04:00
Victor Saisa Lopez
3c4a11326c CODE STYLE OutputDocument.php
Formatting files to PSR2
2012-07-23 08:51:45 -04:00
Victor Saisa Lopez
61b9af15cd CODE STYLE OutputDocument.php
Formatting files to PSR2
2012-07-20 18:08:20 -04:00
Victor Saisa Lopez
a86d765371 Merge remote branch 'upstream/master' into BUG-8731 2012-07-20 17:36:37 -04:00
Brayan Osmar Pereyra Suxo
b914af52e7 BUG 8376 Don't validation for POST variable SOLVED
- I add validation for POST variable
2012-07-20 16:45:45 -04:00
julceslauhub
ec8c30377b Merge pull request #363 from brayanpereyra/BUG-9498
BUG 9498 Don't exits validation for self service SOLVED
2012-07-20 13:33:10 -07:00
Victor Saisa Lopez
29785a6235 BUG 8731 "Al intentar desplegar un Grid varias veces en un..." SOLVED
- Can not display two grids in an same Output Documents
- Problem solved, improved the visualization's algorithm
  of the grids in Output Documents
2012-07-20 16:27:10 -04:00
Brayan Osmar Pereyra Suxo
5bf0dbb524 BUG 9498 Don't exits validation for self service SOLVED
- I add validation for 'PARALLEL-BY-EVALUATION' and self service
2012-07-20 16:24:09 -04:00
Marco Antonio Nina
7f055e30db BUG 9463 Cuando se cambia el skin por medio de Admin-Settings-Skin... SOLVED
- there was a validation incorrecta.
- By change of url additional validation is needed.
2012-07-20 16:03:39 -04:00
Julio Cesar Laura
b1c730bef5 BUG 9368 Cron script not reading timezone configuration
- The system configuration was not loaded in the cron
- Load the system configuration to the begin of the cron
2012-07-20 13:33:28 -04:00
julceslauhub
5dc82ee607 Merge pull request #355 from herbertsg/BUG-9482
BUG-9482 Solr reindex error solved
2012-07-20 07:50:16 -07:00
julceslauhub
67de5a5d2d Merge pull request #353 from brayanpereyra/BUG-8376
BUG 8376 The Key Autoincrement in PMT Dynaform is requeried SOLVED
2012-07-20 06:34:06 -07: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
Brayan Osmar Pereyra Suxo
f1484ca998 BUG 8376 The Key Autoincrement in PMT Dynaform is requeried SOLVED
- I add the field Key Autoincrement no requeried in PMT dynaform
2012-07-19 18:53:48 -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
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
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
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
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
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
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
Julio Cesar Laura
8f749c7e09 Improvement, change "green" to "classic 2012-07-18 15:59:13 -04: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
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
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
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
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
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
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
Fernando
bbc24a8069 formating complete of class.case.php using standard PSR2 2012-07-16 19:00:47 -04:00
Fernando
49a50e0f16 formating class case, lines 2320-5584 are cleaned 2012-07-16 14:19:52 -04:00
Fernando
9258b7e3dd formating class case, lines 5000-5799 are cleaned 2012-07-16 08:37:58 -04:00
Julio Cesar Laura
f4fb74d70b Fixed bug with the function PMFNewCase
- The session variables are overwrited
- The session variables are restored to end of the function
2012-07-15 22:27:06 -04:00
ferOnti
ff23d78a6e Merge pull request #255 from ferOnti/master
formating case class
2012-07-13 09:37:15 -07:00
Fernando Ontiveros
a4f863de40 formating the class class.case.php 2012-07-13 12:36:27 -04:00