Commit Graph

3132 Commits

Author SHA1 Message Date
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
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
julceslauhub
7fe3e82c3a Merge pull request #1098 from victorsl/BUG-10152
BUG 10152 "PMFSendMessage() should have an option for..." SOLVED
2012-12-14 05:43:02 -08: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
Marco Antonio Nina
0d59dccdb6 BUG 10083 skins not being remembered after logout IMPROVEMENT
- According to the specifications.
- Was add cookie for save skin of workspace.
2012-12-13 16:33:02 -04:00
Marco Antonio Nina
12d43b2892 BUG 10083 skins not being remembered after logout SOLVED
- According to the specifications.
- Was add cookie for save skin of workspace.
2012-12-13 15:16:54 -04:00
julceslauhub
2db71ee146 Merge pull request #1094 from Jennydmz/BUG-3860
Bug 3860 New Feature. Add options "Capitalize Phrase" and "Title Case" to "Text transform to".
2012-12-13 10:15:24 -08:00
julceslauhub
5dd25d1ebc Merge pull request #1095 from ralpheav/master
Add fix for skin feature process.
2012-12-13 09:59:04 -08:00
ralph
a27aca481a Add fix for skin feature process. 2012-12-13 13:55:02 -04:00
jennylee
4e20a99193 BUG-3860 New Feature. Add options "Capitalize Phrase" and "Title Case" to "Text transform to".
New Feature. I added new functions to  Capitalize Phrase and Title Case in''Text transform to'.
2012-12-13 12:18:55 -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
Julio Cesar Laura
605fc1cada Updating .po and .sql files for version 2.0.46-testing.1 2012-12-12 18:06:31 -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
norahmollo
63adf1ebf1 CASES PARTICIPATED
CASES PARTICIPATED view filters
2012-12-12 21:18:58 +00: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
norahmollo
5cb485eead DYNAFORM PROPERTIES
DYNAFORM PROPERTIES enlarge form
2012-12-12 14:21:23 +00:00
Hector Cortez
95e1a60f31 Merge remote branch 'upstream/master' into BUG-10054 2012-12-11 18:14:39 -04:00
julceslauhub
9cccff30f0 Merge pull request #1084 from ralpheav/master
Adding more model classes to Cron.
2012-12-11 12:06:56 -08:00
ralph
eae5d655a1 Adding more model classes to Cron 2012-12-11 15:59:20 -04:00
julceslauhub
ce7db1f359 Merge pull request #1083 from ralpheav/master
Adding BaseDelegationPeer to cron
2012-12-11 11:55:58 -08:00
ralph
4577497b93 Adding BaseDelegationPeer 2012-12-11 15:53:14 -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
Marco Antonio Nina
395e025d09 BUG 10110 Añr modulo de logs para envio de correos electronicos IMPROVEMENT
- According to the specifications.
- Was add the the list of emails.
2012-12-11 15:04:30 -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
julceslauhub
7ea5a88fb7 Merge pull request #1077 from ralpheav/master
Changing call for AppNotePeer
2012-12-11 04:57:41 -08:00
ralph
3d5d129c6b Changing call for AppNotePeer 2012-12-10 17:30:08 -04:00
julceslauhub
f07e2b0392 Merge pull request #1075 from ralpheav/master
Adding AppNotesPeer to the Autoloader
2012-12-10 12:55:28 -08:00
ralph
2533c02200 Adding AppNotesPeer 2012-12-10 16:52:18 -04:00
Gustavo Cruz
5c37fed782 Commit of some changes, adding the styles plugin to all editors, with this plugin settings like backgroud color, or other styles settings can be added more easily, color picker included in the background options of this plugin 2012-12-10 13:58:30 -04:00
Brayan Osmar Pereyra Suxo
8f71c54eab BUG 10158 I added the colors in case tracker to stages SOLVED
I added the colors in case tracker to stages
2012-12-10 13:03:08 -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
julceslauhub
5152adaca7 Merge pull request #1068 from krimson-rayne/master
Additional comments, Documentation, and Fixes for the WYSIWYG Feature
2012-12-07 13:00:18 -08:00
julceslauhub
aabe9b98ff Merge pull request #1070 from ralpheav/master
Adding sysGeneric Model Classes to the autoloader into Cron.
2012-12-07 12:58:10 -08:00
ralph
95132e7892 Adding sysGeneric Model Classes to the autoloader. 2012-12-07 16:10:36 -04:00
julceslauhub
f8d7ce24b0 Merge pull request #1069 from ralpheav/master
Adding classes to the Autoloader in Cron
2012-12-07 12:00:56 -08:00
ralph
f058c1b7c5 Merge branch 'master' of github.com:ralpheav/processmaker 2012-12-07 15:56:48 -04:00
ralph
c990eac5eb Adding Groupwf 2012-12-07 15:55:38 -04:00