Commit Graph

695 Commits

Author SHA1 Message Date
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
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
Hector Cortez
260458b977 Merge remote branch 'upstream/master' into BUG-5359 2012-07-04 17:19:01 -04:00
Hector Cortez
353621b320 BUG 9246 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/class.pmTable.php, workflow/engine/classes/model/DbSource.php files.
2012-07-04 15:12:35 -04:00
julceslauhub
2f8cac0a29 Merge pull request #173 from hector-cortez/BUG-9087
BUG 9087 Adjustment for standardization of code SOLVED
2012-07-04 09:08:49 -07:00
Julio Cesar Laura
29036c842e BUG Adjustment for standardization of code SOLVED 2012-07-04 11:33:29 -04:00
Victor Saisa Lopez
167bab6b6e BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table
- Improvement in file, compliance with the standard PSR2

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-07-03 18:20:20 -04:00
Victor Saisa Lopez
dff24f4996 Merge remote branch 'upstream/master' into BUG-9319 2012-07-03 18:06:36 -04:00
Hector Cortez
c1fab8b2cb BUG 9087 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/class.pmScript.php file.
2012-07-03 17:56:11 -04:00
Julio Cesar Laura
3f6da015e6 BUGS 9407 and 9411 fixed for release 2.0.42
- Added required validations
2012-07-03 17:35:19 -04:00
Hector Cortez
018eb18498 BUG 8369 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/model/AdditionalTables.php, workflow/engine/controllers/pmTablesProxy.php files
2012-07-03 15:36:04 -04:00
Victor Saisa Lopez
78a86de1e9 Merge remote branch 'upstream/master' into BUG-9319 2012-07-03 09:58:58 -04:00
Julio Cesar Laura
2f218c4cc2 BUG 9399 Edito de Dynaforms cuando se tiene javascripts en el dyanform... SOLVED
Was added a new parameter without default value
Added default value
2012-07-03 09:50:34 -04:00
Hector Cortez
9b1f2ced57 BUG Adjustment for standardization of code SOLVED 2012-07-02 18:35:54 -04:00
Victor Saisa Lopez
5d42e0d329 BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-06-29 17:54:45 -04:00
Herbert Saal Gutierrez
587f732b62 BUG 9180 can't search string without fieldname
Error
-----
can't search string without fieldname only fields are searched

Solution
--------
correct identification of field name to allow the search using plain string
in processname, status fields.
2012-06-28 12:38:41 -04:00
Herbert Saal Gutierrez
c53e164534 BUG 9180 Error in date interval search
Error
-----
Error in date interval search, the second date in the interval was not used.

Solution
--------
The second date was changed to the correct variable to use it in the interval.
2012-06-26 12:03:28 -04:00
julceslauhub
03b85f1d85 Merge pull request #117 from herbertsg/BUG-9180
BUG 9180 Error unserializing APP_DATA with null value
2012-06-26 08:48:24 -07:00
julceslauhub
dd471e184c Merge pull request #107 from marcoAntonioNina/BUG-8550
BUG 8550 testing 11 asignacion de usuarios en las tareas por mediO... SO...
2012-06-26 08:40:18 -07:00
Herbert Saal Gutierrez
dac87f1d8c BUG 9180 Error unserializing APP_DATA with null value
Error
-----
Error unserializing APP_DATA with null value

Solution
--------
Verify if the APP_DATA contains serialized NULL before trying to unserialize
The APP_DATA with NULL serialized = "N;" is generated with the function PMFNewCaseImpersonate
2012-06-26 10:49:07 -04:00
julceslauhub
43ee190ae2 Merge pull request #110 from brayanpereyra/786d298130df150aba6f9ca3909d7cbfaa30b05e
BUG 5737 Add logs to new case with CaseScheduler SOLVED
2012-06-25 15:45:05 -07:00
Hector Cortez
bee524e789 BUG 8369 Problem when using the new editor for PM Tables ... SOLVED
- There is a major problem when using the new editor for PM Tables with Database Connections, if you choose a database connection (anything you have created as a Database Connection in process designer).
- Fix-bug and Addition of session variable in the different connections PMTables(Victor).
2012-06-25 15:26:52 -04:00
Brayan Osmar Pereyra Suxo
786d298130 BUG 5737 Add logs to new case with CaseScheduler SOLVED
I add logs to CaseScheduler
I add logs to executeEvents
2012-06-25 12:37:06 -04:00
Marco Antonio Nina
3624ccbe69 BUG 8550 testing 11 asignacion de usuarios en las tareas por mediO... SOLVED
- We verified that in searches reappears previous value.
- Was modified the class.propelTable for not to show the parameter in the following search, besides a validation for triggers was written.
2012-06-25 12:18:22 -04:00