128 Commits

Author SHA1 Message Date
Rohit
023df23ead Merge pull request #1 from rohit-ambre-uno/bugfix/FileUpload-78
File Upload error Resolved
2019-01-29 15:13:16 +05:30
Rohit Ambre
25a72a30a0 Resolved issue #81 2019-01-29 15:05:44 +05:30
tomolimo
2df3bdf319 Added cs_cz to processmaker.xml thanks to @p-bo 2019-01-15 08:11:47 +01:00
tomolimo
9bb58f57e9 Revert "Update processmaker.xml"
This reverts commit 13628be583.
2019-01-14 16:45:39 +01:00
tomolimo
13628be583 Update processmaker.xml 2019-01-14 16:42:38 +01:00
tomolimo
f8dde22c50 Version 3.4.5
Compatibility with GLPI 9.2
2019-01-14 16:19:24 +01:00
tomolimo
77d2871388 Added missing code to upload documents into PM processes
fixes #78
2018-08-10 14:59:35 +02:00
tomolimo
71d4be5eb2 Changed array_merge into + as array_merge will loose numeric keys. 2018-08-07 16:41:01 +02:00
tomolimo
adb589648a Added a missing . in SQL query 2018-08-07 14:19:45 +02:00
tomolimo
b6bbb23ae6 version 3.3.1 2018-08-06 16:55:13 +02:00
tomolimo
60beb4cca0 Finalized Change and Problem management for proceses
Added parent-case info and sub-case info in Case main tab
Added DB structure to caselink to be able to re-assign, impersonate task user, and to force synchronous calls
Set Version to 3.3.1
2018-08-06 16:12:16 +02:00
tomolimo
08689c1c29 Improved maintenance mode 2018-08-03 11:12:11 +02:00
tomolimo
35b9a7e754 Added cs_CZ locales 2018-08-03 09:44:11 +02:00
tomolimo
053da4fdd7 Redesigned localization management
Added under maintenance message
2018-08-02 16:57:00 +02:00
tomolimo
53d6535d2c Added case information on the main tab on the case form
Added cancel feature (like former plugin version) on the main tab
Moved sorting of tasks into case.class.php
2018-07-27 16:13:15 +02:00
tomolimo
02be646379 Added $DB->escape to the followup content
Fixes #74
2018-07-26 11:18:47 +02:00
tomolimo
361e8f6264 Added a call to cases_Open page before map, history, change log and dynaforms to be sure to isolate two different cases in same browser 2018-07-25 14:09:52 +02:00
tomolimo
b7cc64c546 Started sub-tasks management 2018-07-13 15:58:47 +02:00
tomolimo
0a4d284f98 Merge branch 'master' of https://github.com/tomolimo/processmaker 2018-07-04 11:29:25 +02:00
tomolimo
51a71c4289 Beta version of sub-process (sub-case) management
Partially re-coding to be more compliant to GLPI framework
2018-07-04 11:24:29 +02:00
tomolimo
62957d7268 Merge pull request #55 from p-bo/master
Added Czech localization
2018-05-29 08:58:32 +02:00
tomolimo
71c1e00e8a Harmonization of tables
Added install and update for DB
2018-05-21 09:46:43 +02:00
tomolimo
1a5871de44 Added possibility to solve a ticket from a case.
Added GLPI_ITEM_SET_SOLUTION_TEMPLATE_ID, GLPI_ITEM_SET_SOLUTION_TYPE_ID and GLPI_ITEM_APPEND_TO_SOLUTION_DESCRIPTION
2018-05-17 16:25:14 +02:00
tomolimo
17918ce322 Merge branch 'master' of https://github.com/tomolimo/processmaker 2018-05-14 17:02:08 +02:00
tomolimo
d88925a61a Fixed several bugs:
- Changed setup to be able to have the setting of the plugin even when cron is running.
- Changed body to html to get the height of the iframe content to be able to adjust the height of the iframe
- Added some filter to be sure that only text will receive the click event
- Inverted place of comment and txtTaskContent
2018-05-04 16:06:49 +02:00
tomolimo
3b6349fd6b Start harmonization with GLPI framework
changed version to 3.3.0
2018-05-03 09:39:10 +02:00
p-bo
9a7d11a44a Added Czech localization 2018-04-05 09:56:24 +02:00
tomolimo
128b704403 Added more info in config format
Added possibility to rename PM DB (default to wf_workflow)
Fixes #53
Fixes #50
+ other fixes
Changed version to 3.2.8
2018-03-19 16:56:18 +01:00
tomolimo
c5589795df Added double encoding for already existing HTMl entities
Added encoding into HTML-ENTITIES
Added revert back into UTF-8
Changed version to 3.2.5
2018-02-01 16:01:09 +01:00
tomolimo
f6fb74ff4e Added $save_rich_text to save rich text setting to prevent use of it when in a case in simplified interface 2018-01-31 16:52:51 +01:00
tomolimo
b59d157cfa Changed way to rewrite helpdeskform form
Added a try/catch statement to prevent javascript error messages when document.domain can't be written
Changed version to 3.2.4
Fixes #45
2018-01-31 15:25:51 +01:00
tomolimo
51494d7175 Added glpi_domain to URL in the iframe of showFormHelpdesk
Fixes #46
2018-01-30 11:19:56 +01:00
tomolimo
60fba067b8 Added glpiparententities as an empty array to $_SESSION
Fixes #44
2018-01-29 16:40:58 +01:00
tomolimo
6232296cdf Added to cronPMTaskActions to create a session with the processmaker task writer when in cron,
Fixes #8
2018-01-29 15:05:49 +01:00
tomolimo
1234c76e84 Merge branch 'master' of https://github.com/tomolimo/processmaker 2018-01-26 14:28:14 +01:00
tomolimo
bbfe145043 Fixed document.domain javascript issue, fixes #39
Changed version to 3.2.3
2018-01-26 14:26:30 +01:00
tomolimo
ca3ad7ec72 Added IRC info 2018-01-26 13:29:34 +01:00
tomolimo
f1bc3bc7d7 Deleted a filter that prevents users to be re-assigned when was missing one of the following:
realname, firstname or emails
Fixes #43
2018-01-26 09:28:36 +01:00
tomolimo
93d7e5dca1 Merge branch 'master' of https://github.com/tomolimo/processmaker 2018-01-24 14:53:04 +01:00
tomolimo
195db71630 Changed way of preventing notifications, use_mailing replaced by use_notifications due to 9.2 compatibility
Fixes #41
Added initialization for $tasks array
Fixes #42
Set version to 3.2.2
2018-01-24 14:52:02 +01:00
tomolimo
2f2d78193b Added rights checking for deleting/purging Process_Profile 2018-01-18 13:12:24 +01:00
tomolimo
e202121f56 Merge branch 'master' of https://github.com/tomolimo/processmaker 2017-12-29 16:52:06 +01:00
tomolimo
3dd1c31621 Improved rights management
Improved cases.js
Merged 3.2.0 and 3.1.7 versions
Changed release version 3.2.1
2017-12-29 16:32:39 +01:00
tomolimo
e38788dfd1 Added a flag on tasks to be able to view active tasks
Added task deletion when they are not yet used and are deleted from PM
Fixed also issue on quote for process main taskcategory
Fixed issue GATEWAYTOGATEWAY: no longer import these as if they were tasks
2017-10-24 16:33:57 +02:00
tomolimo
33a0fc0fc6 Added $PM_DB->escape() to title and description of tasks 2017-10-24 11:05:51 +02:00
tomolimo
5a528158ea typo 2017-10-12 15:25:03 +02:00
tomolimo
9492d6beec added version info 2017-10-12 15:24:38 +02:00
tomolimo
6144090f49 Typo 2017-10-12 13:46:10 +02:00
tomolimo
d2b6a839ac changed version to 3.2.0 2017-10-11 16:24:05 +02:00
tomolimo
6e2ace396b Compliance to 9.2
Moved 'map', 'history', 'logs' and 'dynaforms' buttons into tabs
2017-10-11 16:07:19 +02:00