Commit Graph

717 Commits

Author SHA1 Message Date
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
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
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
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
julceslauhub
5dc82ee607 Merge pull request #355 from herbertsg/BUG-9482
BUG-9482 Solr reindex error solved
2012-07-20 07:50:16 -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
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
8f749c7e09 Improvement, change "green" to "classic 2012-07-18 15:59:13 -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
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
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
Herbert Saal Gutierrez
38930f207f BUG-9449 Error in reassign and review of supervisor
Error
-----
Error in reassign and review of supervisor. This is caused because Solr
don't support those views.

Solution
---------
The filter to use Solr or  DB was corrected to use DB in the case of Supervisor views.

Also a new exception was created to inform that APP_DATA could not be unserialized,
and the logic is not going to stop when an error of unserialization is run in the reindex process.
2012-07-13 11:56:46 -04:00
Fernando Ontiveros
3189ba4158 fixing style for class.case.php 2012-07-13 09:08:17 -04:00
Fernando
8700af7df4 fixing testunits for gulliver classes 2012-07-13 06:27:36 -04:00
Fernando Ontiveros
4f8ca480b9 fixing class definition, the constructor was defined as private function 2012-07-12 20:36:41 -04:00
Victor Saisa Lopez
31f8bcdfd4 BUG 9291 "Formatting files to PSR2" SOLVED
- Formatting files to PSR2
2012-07-11 15:24:11 -04:00
Victor Saisa Lopez
5e6f4ad09b BUG 9291 "Creating user via web services - no option to set..." SOLVED
- Creating user via web services, no option to set expiry date
- Create user via web services, can now be set parameters:
  expiry date and status (in the functions: createUser, WSCreateUser and PMFCreateUser)
- These changes in functions must be documented in the wiki.processmaker.com
2012-07-11 12:52:43 -04:00
Victor Saisa Lopez
76f5bb2973 BUG 9370 "NewCaseImpersonate function not working when start..." SOLVED
- PMFNewCaseImpersonate function not working when start task of process to
  instance is assigned to group and not to user
- Delete validation "user assigned to task"
2012-07-10 17:48:42 -04:00
Victor Saisa Lopez
f68bd1ccb9 BUG 9370 "NewCaseImpersonate function not working when start..." SOLVED
- Delete validation "user assigned to task"
2012-07-10 15:49:45 -04:00
Victor Saisa Lopez
235e410726 BUG 9370 "NewCaseImpersonate function not working when start..." SOLVED
- PMFNewCaseImpersonate function not working when start task of process to
  instance is assigned to group and not to user
- Solved problem with PMFNewCaseImpersonate function, in class
  wsBase (newCaseImpersonate) now working with groups
2012-07-10 12:51:02 -04:00
Victor Saisa Lopez
50b7c88f92 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- re-generated propel classes
2012-07-10 09:27:26 -04:00
Victor Saisa Lopez
831d093992 Merge remote branch 'upstream/master' into BUG-9377 2012-07-10 08:56:59 -04:00
Julio Cesar Laura
4ac41f87ad BUG 9287 The variable picker for the trigger editor does not show grid variables in the list
- The grid fields don't display a label
- Added a default label for the grid fields
2012-07-09 22:42:59 -04:00
Victor Saisa Lopez
e030e259e1 BUG 9377 "Formatting files to PSR2" SOLVED
Formatting files to PSR2
2012-07-09 16:26:17 -04:00
Victor Saisa Lopez
df8cfae446 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- APP_FINISH_DATE is set to 1902-01-01 00:00:00 when create new case
  using webservices
- DEL_INIT_DATE is set to NULL when routing case using webservices
- Solved the problem in the fields APPLICATION.APP_FINISH_DATE and
  APP_CACHE_VIEW.APP_FINISH_DATE, when you create a new case now set to NULL
- Solved the problem in the fields APP_DELEGATION.DEL_INIT_DATE and
  APP_CACHE_VIEW.DEL_INIT_DATE when the case is routed set to the date corresponding
2012-07-09 13:21:20 -04:00
Brayan Osmar Pereyra Suxo
f6af663f70 BUG 9309 The group list don't show more 20 rows SOLVED
- I amended ajax group list
2012-07-09 12:23:30 -04:00
julceslauhub
7f49c92f3a Merge pull request #170 from hector-cortez/BUG-8369
BUG 8369 Adjustment for standardization of code SOLVED
2012-07-04 15:48:26 -07:00
julceslauhub
6630a0214a Merge pull request #177 from hector-cortez/BUG-9246
BUG 9246 Adjustment for standardization of code SOLVED
2012-07-04 14:45:58 -07:00