julceslauhub
7bcb8d27b4
Merge pull request #400 from brayanpereyra/BUG-9069
...
BUG 9069 Add variable to path in alfresco SOLVED
2012-07-26 14:28:19 -07:00
julceslauhub
267161a554
Merge pull request #401 from marcoAntonioNina/BUG-9185
...
BUG 9185 Cuando se deshabilita o habilita un plugin... SOLVED
2012-07-26 13:57:37 -07:00
Marco Antonio Nina
a682c26e62
BUG 9185 Cuando se deshabilita o habilita un plugin... SOLVED
...
- No found validation to the skin uxmodern.
- were added validation for the skin.
2012-07-26 16:46:48 -04:00
Brayan Osmar Pereyra Suxo
f75561c331
BUG 9069 Add variable to path in alfresco SOLVED
...
- I add param in method uploadDoc, the param has the path in alfresco
2012-07-26 16:07:49 -04:00
Brayan Osmar Pereyra Suxo
c7f0c85842
BUG 9069 Add variable to path in alfresco SOLVED
...
- I add param in method uploadDoc, the param has the path in alfresco
2012-07-26 15:31:49 -04:00
Hector Cortez
667c84731b
BUG 9499 Create Report table with reserve words ... SOLVED
...
- Could not create report tables with fields that have reserve words.
- Validation reserved words in the fields definitión in the report tables creation.
2012-07-26 10:50:07 -04:00
julceslauhub
5bfe9b2fda
Merge pull request #396 from julceslauhub/master
...
BUG 9477 Problem notifying the next user
2012-07-25 15:56:21 -07:00
Julio Cesar Laura
f6d90d7ac6
BUG 9477 Problem notifying the next user
...
We've detected 2 problems:
1.- The new algorithm to detect if the password is encrypted don't support passwords with a ":" character
2.- When recover the email configuration the system don't decrypt correctly the password of a previous version (without encryption, backwards compatibility)
2012-07-25 18:47:13 -04:00
julceslauhub
a006a05a47
Merge pull request #395 from victorsl/BUG-4119
...
BUG 4119 "Need web service for updating user accounts" SOLVED
2012-07-25 15:46:26 -07:00
julceslauhub
16ce328397
Merge pull request #394 from brayanpereyra/BUG-4763
...
BUG 4763 Add notes when pause or cancel case SOLVED
2012-07-25 15:39:51 -07:00
Victor Saisa Lopez
3ffa50d602
BUG 4119 "Need web service for updating user accounts" SOLVED
...
- New feature
- Web Services for updating user accounts
- Added functions "PMFCreateUser, PMFUpdateUser, WSCreateUser, WSUpdateUser" in "class.pmFunctions.php"
- Added function "updateUser" in "class.wsBase.php"
- Added functionality for applications using Web Services
2012-07-25 18:27:48 -04:00
Brayan Osmar Pereyra Suxo
c921867292
BUG 4763 Add notes when pause or cancel case SOLVED
...
- I add field textarea for comment the pause or cancel
- I add field checkbox for notify to case users the pause or cancel
2012-07-25 16:54:54 -04:00
Hector Cortez
f353ae77c2
BUG 8529 Change "exists" to "exist" in many phrases SOLVED
...
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -04:00
Marco Antonio Nina
7262e2966f
BUG 8853 Adding the cases from "unassigned Folder" to simplified... SOLVED
...
- No had this option.
- Was added the functionality Unassigned Inbox
2012-07-25 11:54:14 -04:00
Marco Antonio Nina
b687993617
BUG 8853 Adding the cases from "unassigned Folder" to simplified... SOLVED
...
- No had this option.
- Was added the functionality Unassigned Inbox.
2012-07-25 10:52:35 -04:00
Marco Antonio Nina
0564efebbe
BUG 8853 Adding the cases from "unassigned Folder" to simplified... SOLVED
...
- No had this option.
- Was added the functionality Unassigned Inbox.
2012-07-25 10:44:00 -04:00
Julio Cesar Laura
b176da38d9
Update .po and .sql files for version 2.0.43 of ProcessMaker
2012-07-23 23:28:38 -04:00
Julio Cesar Laura
b4390b0c1a
BUG 9414 PMFSendVariables doesn't work
...
- The function don't use the context execution values
- Merge the case variables with the execution context values if exists
2012-07-23 20:50:41 -04:00
julceslauhub
18c07ec4e5
Merge pull request #382 from brayanpereyra/BUG-9103
...
BUG 9103 Don't work event range of tasks SOLVED
2012-07-23 16:10:57 -07:00
Brayan Osmar Pereyra Suxo
57fce0738f
BUG 9103 Don't work event range of tasks SOLVED
...
- I add functionality to the event range of tasks
2012-07-23 19:00:05 -04:00
Brayan Osmar Pereyra Suxo
e5951d1fdf
BUG 9103 Don't work event range of tasks SOLVED
...
- I add functionality to the event range of tasks
2012-07-23 18:55:23 -04:00
julceslauhub
67b8a5450c
Merge pull request #377 from victorsl/BUG-9200
...
BUG 9200 "La variable @@APPLICATION vacia" SOLVED
2012-07-23 15:48:42 -07:00
julceslauhub
544899b2c2
Merge pull request #379 from marcoAntonioNina/BUG-8943
...
BUG 8943 The Chinese charactors can't be backuped and restored... SOLVED
2012-07-23 14:52:56 -07:00
Marco Antonio Nina
7341e7b683
BUG 8943 The Chinese charactors can't be backuped and restored... SOLVED
...
- The Chinese characters do not display correctly.
- Format was changed UTF-8 to Backup and restore.
2012-07-23 17:35:54 -04:00
Victor Saisa Lopez
731b017965
BUG 9200 "La variable @@APPLICATION vacia" SOLVED
...
- PMFDerivateCase not set variables of the case to derivate
- In the "derivateCase" method of the class "class.wsBase.php", no set
variables of the case to derivate
- Problem solved, now set appropriate variables to derivate
2012-07-23 17:09:07 -04:00
Hector Cortez
d634c89f20
BUG 8403 executeQuery() needs to support SHOW, DESCRIBE ... queries SOLVED
...
- If this is updated in a future version, please add WITH. Thanks!
- Addition and validation tests of the WITH clause query for Oracle.
2012-07-23 13:16:20 -04:00
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