Commit Graph

883 Commits

Author SHA1 Message Date
julceslauhub
90a25c7447 Merge pull request #546 from victorsl/BUG-7385
BUG 7385 "PMF functions required for handling cases..." SOLVED
2012-09-11 14:07:18 -07:00
Victor Saisa Lopez
128b193768 BUG 7385 "PMF functions required for handling cases..." SOLVED
- New feature
- Web Services for delete and cancel case
- Added functions "PMFDeleteCase, PMFCancelCase, WSDeleteCase, WSCancelCase" in "class.pmFunctions.php"
- Added function "deleteCase, cancelCase" in "class.wsBase.php"
- Added functionality for applications using Web Services
* Available from version 2.0.44
2012-09-11 16:41:05 -04:00
Julio Cesar Laura
c10bb157b9 BUG 9742 Untranslatable items in user properties forms SOLVED
- Status labels hardcoded
- Change the hardcoded labels, now use the G::LoadTranslation method
2012-09-11 16:39:02 -04:00
Marco Antonio Nina
846bf611ea BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 14:01:20 -04:00
Julio Cesar Laura
3671451838 BUG 9721 Reassign cases not working properly on Parallel tasks SOLVED
- The TAS_UID was not sent and used when get the users list
- TAS_UID is send and some other validations was added
2012-09-11 13:47:14 -04:00
Julio Cesar Laura
34b60d3dd7 BUG 9713 User administration: Add a way to disable/enable users from users list SOLVED
- Add the functionallity to enable/disable users in the users list
2012-09-07 11:44:08 -04:00
Julio Cesar Laura
514eb6b037 BUG 5003 Request for horizontal scroll bars when process map is wider than browser window SOLVED
- The horizontal scrollbar was on the bottom then is not visible
- Before to load the process map get the maximun x position of the task to calculate the correct width
2012-09-05 17:17:40 -04:00
Julio Cesar Laura
7d5144c3c6 BUG 5120 Change text to clarify the purpose of user for the Case Scheduler SOLVED
- Fix some issues in the logic of the validation
- Change some validations
2012-09-05 13:01:19 -04:00
Victor Saisa Lopez
68509275f3 BUG 9649 "Uso de palabras reservadas en la creacion de PM Tables." SOLVED
- In the creation/editing of PMTables/ReportTables, not validated the
  use of reserved words
- It has validated the use of keywords in the creation/editing of
  PMTables/ReportTables
- It has been validated using reserved words to importing a process with
  ReportTables (old version)
* Available from version 2.0.44
2012-09-04 12:40:47 -04:00
Julio Cesar Laura
642839431b BUG 4094 More case information needed from getCaseInfo SOLVED
- Added the variable updateDate to the response
2012-08-29 17:08:06 -04:00
Marco Antonio Nina
d686763418 BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-22 17:52:25 -04:00
Marco Antonio Nina
acfe9f8208 BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-22 09:56:46 -04:00
julceslauhub
14705928a8 Merge pull request #491 from marcoAntonioNina/BUG-9553
BUG 9553 Event setup duration unit of measure is not displayed SOLVED
2012-08-21 08:44:06 -07:00
Marco Antonio Nina
3635ca0076 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 09:56:15 -04:00
Julio Cesar Laura
9c72fbddeb BUG 9609 Change log y View en Dynaforms no muestra valores ingresados en formularios ... SOLVED
- Al momento de recuperar los permisos de los dynaforms, se estaba filtrando 2 veces por el UID de la tarea, esto e sinnecesario porque la funcion que recupera los permisos ya valida por la tarea
- Habian otros issues menores (como el titulo del formulario en los tabs de preview)
- Se quito la dobre validacion por tarea y se corrigieron los issues menores
2012-08-21 09:53:15 -04:00
julceslauhub
16ff818d68 Merge pull request #486 from marcoAntonioNina/BUG-9555
BUG 9555 Event log inside Process Designer SOLVED
2012-08-20 08:13:41 -07:00
Marco Antonio Nina
24d1879db0 BUG 9555 Event log inside Process Designer SOLVED
- According to the specifications.
- Was removed the option completed y Pending of Processmap - Events
- Was add the Tab Logs en Admin.
- Was add the the list of events.
- Was changed the list Case Scheduler a logs.
2012-08-17 18:55:03 -04:00
Victor Saisa Lopez
a68d49cc2c BUG 9605 "Change default advanced search options" SOLVED
- Change default advanced search options, for get cases information
  of the current user
- Solved, added new option "Current user" in DropDown Users set to
  default in Advanced Search
2012-08-17 18:23:58 -04:00
Marco Antonio Nina
5dc4e6bb28 Merge remote branch 'upstream/master' into BUG-8038 2012-08-16 17:56:32 -04:00
Marco Antonio Nina
66a3f4a446 BUG 8038 Case Scheduler add a way to schedule tasks more often than... SOLVED
- According to the specifications.
- Was added the option "Every" that run the task each X hours.
2012-08-16 17:55:46 -04:00
Julio Cesar Laura
3947d5418e BUG 7338 User profile Replaced by doesn't work when PM derivate a case
- In the class "derivation" doesn't exist the validation for the "Replaced By" field
- Added the business logic to set the replaced by user when a case is derivated
2012-08-16 11:44:17 -04:00
Julio Cesar Laura
cb086e06c3 BUG 9624 When you go to the UNASSIGN option, screen is blank SOLVED
- When format a date with null value thows a javascript error
- Add validation for null values
- Fix some issues with the format of names (current user, previous user)
2012-08-15 19:04:55 -04:00
Julio Cesar Laura
5be45bfc7a BUG 9554 Event setup has a different way to pick Variables ... SOLVED
- The Events->Action call other control "picker" because don't need the key cast description and the System variables
- Changed the appereance and behaviour of the control "picker" in the Event->Action panel
2012-08-14 10:58:44 -04:00
Victor Saisa Lopez
b3214a618f BUG 9560 "List of Departments correct except for items with..." SOLVED
- There problems with the names of departments and groups that have
  the characters "<" and ">"
- Solved the problem with the characters "<" and ">" in
  departments and groups (in the list and modification)
2012-08-10 17:53:17 -04:00
Julio Cesar Laura
ba7d24a3a5 BUG 9422 Fix many issues related to Case Scheduler/Events
- Problem updating the info for the case schedulers
- Add all the validations needed
2012-08-10 16:44:36 -04:00
julceslauhub
bcfd38df9b Merge pull request #459 from marcoAntonioNina/BUG-9557
BUG 9557 There is no Break Point for After Derivation triggers SOLVED
2012-08-10 07:40:44 -07:00
Marco Antonio Nina
c9db86dc41 BUG 9557 There is no Break Point for After Derivation triggers SOLVED
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-10 10:34:09 -04:00
Julio Cesar Laura
046cd41318 BUG 9585 In the Process Designer/Process Supervisor there is an option that reads...SOLVED
- The steps for supervisor was not working, and the outputs option was no configuration in the ProcessMap

- Fix the steps for the supervisors and the option outputs was deleted until the option was added in the ProcessMap designer (new feature)
2012-08-10 09:18:46 -04:00
Victor Saisa Lopez
95f8019f9d BUG 9495 "La edicion del User modifica el Rol" SOLVED
- Reverted the changes made in "Users.php"
- Solved wrong display of information "Country, State or Region, Location"
  in "View_Edit_Profile" this in IE, all this in "usersAjax.php"
2012-08-09 17:09:47 -04:00
Julio Cesar Laura
17667e8831 BUG 9528 Cookies in ProcessMaker are not HttpOnly
- The PHPSESSID cookie are not HttpOnly
- Add the attribute HttpOnly for the PHPSESSID cookie
2012-08-09 16:32:52 -04:00
julceslauhub
c817c5ab7e Merge pull request #446 from marcoAntonioNina/BUG-9557
BUG 9557 There is no Break Point for After Derivation triggers SOLVED
2012-08-08 13:05:08 -07:00
Marco Antonio Nina
bbbb1d0b84 BUG 9557 There is no Break Point for After Derivation triggers SOLVED
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-08 15:26:53 -04:00
Victor Saisa Lopez
80963a2fcf BUG 9495 "La edicion del User modifica el Rol" SOLVED
- When modifying a user's data "ADMIN>Users" or "View/Edit Profile"
  shows the incorrect data in the dropdowns
- Problem solved, display incorrect information in Dropdowns is because
  the response time of AJAX requests, this was solved by improving the
  order of AJAX requests
- Changed the label "Saving process" (ID_SAVING_PROCESS) for
  "Saving ..." (ID_SAVING)
- Solved wrong display of information "Country, State or Region, Location"
  in "View_Edit_Profile" this in IE
2012-08-08 12:26:59 -04:00
Julio Cesar Laura
f9a66149be Fix the message when try to open a case that is of other user 2012-08-07 19:17:26 -04:00
Marco Antonio Nina
1917d8cfe7 BUG 9572 Print Dynaform is not working when a case is open... SOLVED
- Undefined variable used.
- Was validated using using the variable.
2012-08-07 17:48:28 -04:00
julceslauhub
3b78081f18 Merge pull request #429 from marcoAntonioNina/BUG-9530
BUG 9530 HeartBeat SOLVED
2012-08-02 13:40:10 -07:00
Marco Antonio Nina
e55b260b98 BUG 9530 HeartBeat SOLVED
- HeartBeat not checked.
- HeartBeat works in skin classic and uxmodern.
2012-08-02 16:22:45 -04:00
Brayan Osmar Pereyra Suxo
f147ba79a9 BUG 9523 Edit Process Doesn't have validate in title SOLVED
- I add validate for porcess's title
2012-08-02 11:01:42 -04: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
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
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
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