Commit Graph

1375 Commits

Author SHA1 Message Date
Julio Cesar Laura
c93b32a6bc BUG 10259 Cuando se borra un grupo de una tarea pero uno de los usuarios de ese grupo tambien esta asignado se borra todos los usuarios SOLVED
- Unassign the users releated to the group
- Only unassign the group
2013-01-02 17:24:20 -04:00
Hector Cortez
f2d7b61e49 BUG 9944 Process Supervisors should be able to reassign to Ad Hoc Users SOLVED
- Process Supervisors can only reassign cases to Users&User Groups on menu Process Supervisor\Reassign. They can not reassign to Users&User Groups (Ad Hoc)
- Adjustment in the selection on Ad Hoc
2013-01-02 16:00:06 -04:00
Julio Cesar Laura
ace1c94593 Improvement in the processes importation 2013-01-02 15:20:07 -04:00
Julio Cesar Laura
be2698f81f When the resolution of the bug with field APP_CURRENT_USER a new bug appears in the reassign list 2013-01-02 12:02:48 -04:00
Hector Cortez
31b7f341c0 BUG 9944 Process Supervisors should be able to reassign to Ad Hoc Users SOLVED
- Process Supervisors can only reassign cases to Users&User Groups on menu Process Supervisor\Reassign. They can not reassign to Users&User Groups (Ad Hoc)
- Added group ad hoc in to list
2012-12-21 15:59:59 -04:00
Julio Cesar Laura
0d3a7cbacb Merge remote branch 'upstream/master' 2012-12-20 16:57:33 -04:00
Victor Saisa Lopez
9b9fe5dab6 BUG 10152 "PMFSendMessage() should have an option for..." SOLVED
- Fixed, validation for contentTypeIsHtml parameter in method
  create of the spool class
* Available from version ProcessMaker-2.0.46
2012-12-20 15:48:10 -04:00
Marco Antonio Nina
d47cf33554 BUG 7237 The Current User field is not sortable SOLVED
- The option was disabled.
- be returned to enable.
2012-12-20 14:38:58 -04:00
Julio Cesar Laura
c7e8c83128 Improvements in the new dynaforms list dropdown in the dynaforms editor 2012-12-20 12:05:05 -04:00
julceslauhub
73cb9b5f58 Merge pull request #1108 from brayanpereyra/master
Import Permissons Cases notes with groups SOLVED
2012-12-17 11:48:02 -08:00
Brayan Osmar Pereyra Suxo
cf0e2457d6 Import Permissons Cases notes with groups SOLVED
Import Permissons Cases notes with groups
2012-12-17 15:33:09 -04:00
Brayan Osmar Pereyra Suxo
d0293c59f5 Import Permissons Cases notes with groups SOLVED
Import Permissons Cases notes with groups
2012-12-17 15:26:30 -04:00
Brayan Osmar Pereyra Suxo
5e65c27feb Import Permissons Cases notes with groups SOLVED
Import Permissons Cases notes with groups
2012-12-17 14:38:07 -04:00
Marco Antonio Nina
4ce561af8c BUG 10196 ProcessMaker 2.0.46 Error al importar un archivo .po SOLVED
- Restriction for user permissions.
- Was added section for connection closing
2012-12-17 14:37:46 -04:00
Brayan Osmar Pereyra Suxo
ab2f0a9088 Import Permissons Cases notes with groups SOLVED
Import Permissons Cases notes with groups
2012-12-17 12:44:10 -04:00
Victor Saisa Lopez
a73fa693f1 BUG 10190 "Sale un comentario de fallado al realizar..." SOLVED
- To upgrade the system with:
    php -f processmaker upgrade
  No complete the upgrade, can't load all system classes
- Fixed, now be load all classes with Bootstrap class
* Available from version ProcessMaker-2.0.46
2012-12-14 16:42:57 -04:00
julceslauhub
ae4fb31012 Merge pull request #1099 from marcoAntonioNina/BUG-10083
BUG 10083 skins not being remembered after logout IMPROVEMENT
2012-12-14 09:35:41 -08:00
Marco Antonio Nina
a157292688 BUG 10083 skins not being remembered after logout IMPROVEMENT
- According to the specifications.
- Was add cookie for save skin of workspace.
2012-12-14 11:43:43 -04:00
Victor Saisa Lopez
5c1c6fbc66 BUG 10152 "PMFSendMessage() should have an option for..." SOLVED
- PMFSendMessage function can't be set for send mail with format text plain
- Fixed, PMFSendMessage now use the extension of the template for get the
  format of the mail, example:
    > path_to_template/MyTemplate.html
      the extension is html, then use text/html content type for the mail
    > path_to_template/MyTemplate.txt
      the extension is txt, then use text/plain content type for the mail
    > If the extension is different to html/htm, then used text/plain in all cases
* Available from version ProcessMaker-2.0.46
2012-12-13 17:07:18 -04:00
Victor Saisa Lopez
e7b7292e11 BUG 0000 "Displayed fatal error when PMmemcached use fileCache" SOLVED
- Displayed fatal error when PMmemcached use class.fileCache.php
- Fix problem, added missing methods in class.fileCache.php
* Available from version ProcessMaker-2.0.46
2012-12-13 11:58:34 -04:00
Gustavo Cruz
dd4e044296 Merge branch 'pm_wysiwyg' 2012-12-12 17:32:13 -04:00
Gustavo Cruz
a7136b70d4 Adding the Field Picker in the dynaform editor 2012-12-12 17:30:36 -04:00
julceslauhub
fd8d6b0af7 Merge pull request #1089 from marcoAntonioNina/BUG-10156
BUG 10156 Cron execution stop if an error is found in any event SOLVED
2012-12-12 10:48:37 -08:00
Marco Antonio Nina
7ffbecdb60 BUG 10156 Cron execution stop if an error is found in any event SOLVED
- To run cron was stopped in one case in the function PMFGetUserEmailAddress for a nonexistent user id.
- was add validation to nonexistent user
2012-12-12 14:45:16 -04:00
Julio Cesar Laura
4301ea76a2 Add missing class when filter cases by process category 2012-12-12 13:39:22 -04:00
julceslauhub
9f550dfbd6 Merge pull request #1082 from ralpheav/master
Adding fix for wrong method decode named, and not included CaseSchedulePeer
2012-12-11 11:50:47 -08:00
ralph
6fcca24d60 Adding fix for wrong method decode named, and not included CaseSchedulerPeer class not added into the autolader. 2012-12-11 15:46:50 -04:00
julceslauhub
eb7077a291 Merge pull request #1081 from ralpheav/master
Adding fix for session loose at time to load inexistent png file.
2012-12-11 11:14:58 -08:00
ralph
274add8cbf Adding fix for session loose at time to load inexistent png file. 2012-12-11 15:10:02 -04:00
julceslauhub
b5ff0b6712 Merge pull request #1078 from victorsl/BUG-10131
BUG 10131 "Don't showing the summary and cases notes columns" SOLVED
2012-12-11 07:41:56 -08:00
Marco Antonio Nina
1a3d8a9c98 BUG 10133 ProcessMaker Zimbra Triggers doesn't work on Zimbra 8 SOLVED
- Triggers doesn't work on Zimbra 8.
- was add the parameter "protocol" for changed protocol http or https.
2012-12-11 11:00:02 -04:00
Victor Saisa Lopez
bef44bcfbd BUG 10131 "Don't showing the summary and cases notes columns" SOLVED
- Don't showing the summary and cases notes columns when the Enterprise
  plugin is enabled (Bug 10131)
- The column labels inbox, draft, etc do not change when you change the
  language, this when the Enterprise plugin is enabled (Bug 10101)
- In ADMIN>Settings>CasesList when is load PMTable dropdown always goes
  to the inbox tab
- The labels of the columns that are of the system, are now translated
  with the set language
- In ADMIN>Settings>CasesList, options have been added to complete/upgrade
  the fields of the Cases List
- Before you install/upgrade the Enterprise plugin, you should delete these files:
    path_to_processmaker/workflow/engine/templates/cases/casesListSetup.html
    path_to_processmaker/workflow/engine/templates/cases/casesListSetup.js
- The Enterprise plugin will work correctly if you have a version of
  ProcessMaker 2.0.46 or higher
* Available from version 2.0.46
2012-12-11 10:26:10 -04:00
ralph
2533c02200 Adding AppNotesPeer 2012-12-10 16:52:18 -04:00
Julio Cesar Laura
cf24c78f5d BUG 10162 Can not use poedit-1.5.4 to translate SOLVED
- Only "X-Poedit-Language" header was accepted
- Now accepts the header "X-Poedit-Language" and "Language"
2012-12-07 17:01:37 -04:00
Gustavo Cruz
85e028d03f Merge branch 'pm_wysiwyg' 2012-12-07 15:39:37 -04:00
norahmollo
5b7eea1154 WYSIWYG EDITOR functions or methods comments
WYSIWYG EDITOR functions or methods comments
2012-12-07 18:53:26 +00:00
julceslauhub
f716aa7a53 Merge pull request #1063 from ralpheav/master
Adding CaseTrackerObjectPeer  to the autoloader
2012-12-06 12:54:12 -08:00
ralph
15e7df5912 Adding CaseTrackerObjectPeer 2012-12-06 16:47:05 -04:00
julceslauhub
f0b7d9c1d9 Merge pull request #1060 from ralpheav/master
Adding GroupUserPeer and GroupwfPeer
2012-12-06 12:00:16 -08:00
ralph
3a52bc3a27 Adding GroupUserPeer GroupwfPeer 2012-12-06 15:57:34 -04:00
julceslauhub
4ba71a398c Merge pull request #1058 from ralpheav/master
Adding ReportVarPeer  to the autoloader
2012-12-06 11:08:41 -08:00
ralph
46d3d4a81c adding ReportVarPeer 2012-12-06 14:27:11 -04:00
Gustavo Cruz
d45c6bbd73 Another update to the grids wizard feature 2012-12-05 18:07:10 -04:00
julceslauhub
c957de4ee8 Merge pull request #1051 from ralpheav/master
Adding CaseTrackerPeer  to the autoloader
2012-12-05 08:12:29 -08:00
ralph
1946094c1b Adding CaseTrackerPeer 2012-12-05 11:59:09 -04:00
norahmollo
18eed7907f WYSIWYG_EDITOR get Variables Grid
WYSIWYG_EDITOR get Variables Grid
2012-12-04 21:30:12 +00:00
Julio Cesar Laura
5aa3050203 BUG 7900 DynaForm title not changed in designer, on save SOLVED
- The dynaform title was not refreshed after the save action
- Refresh the dynaform title after the save action
2012-12-04 12:09:14 -04:00
ralph
313f668cc0 Merge branch 'master' of github.com:ralpheav/processmaker 2012-12-04 10:16:18 -04:00
ralph
b4efcb414e Adding forgotten include classes 2012-12-04 10:11:38 -04:00
norahmollo
cc6005a4f7 Merge remote branch 'pm_wysiwyg/pm_wysiwyg' into pm_wysiwyg 2012-12-04 13:29:38 +00:00