3
0
Commit Graph

49 Commits

Author SHA1 Message Date
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
tomolimo
8168c7a8ed Added GLPI_TICKET_ID to case after ticket creation via simplified interface
Added GLPI_ITEM_TYPE to case at ticket creation via simplified interface
Fixed problem of ticket text in simplified interface
Fixed problem of viewing pm task when task is too high in simplified interface
Created scripts folder and moved importUsersGLPI2PM.php into it
Set version to 3.1.6
2017-09-01 10:47:29 +02:00
tomolimo
1a29ccc1c6 Changed way of getting height of the body of the iframe, when used in simplified interface 2017-05-12 15:39:43 +02:00
tomolimo
b2502515a7 Added define('GLPI_KEEP_CSRF_TOKEN', true) ; to prevent includes.php to delete the current csrf token from session
Changed version to 3.1.5
2017-05-12 11:12:12 +02:00
tomolimo
4bebac4dc3 Checked all PM URL to be sure of the uppercase/lowercase for php files
Changed version to 3.1.4
2017-05-10 12:31:44 +02:00
tomolimo
4ae8d9bce7 Merge pull request #19 from tomolimo/3.0.0
Added empty files selfservicedraft
2017-05-09 14:01:53 +02:00
tomolimo
f2b8eb7971 Added empty files selfservicedraft 2017-05-09 14:00:57 +02:00
tomolimo
f273662c61 Merge pull request #18 from tomolimo/3.0.0
Improve query for PM groups, deleting lang criterion
2017-05-09 13:59:07 +02:00
tomolimo
468338ba90 Improve query for PM groups, deleting lang criterion
Added samples folder
2017-05-09 13:58:44 +02:00
tomolimo
81597e4af0 Merge pull request #16 from tomolimo/3.0.0
Changed all PM table names to uppercase in queries (to be compliant with table names in PM DB)
2017-05-06 18:39:30 +02:00
tomolimo
a499665e77 Simplified tracking.injector.php file
Changed all PM table names to uppercase in queries (to be compliant with table names in PM DB)
Fixed a lot of CS issues
Deleted obsolete comments
Deleted config folder
Changed version to 3.1.3

Fixes #8
Fixes #13
Fixes #14
2017-05-06 18:38:24 +02:00
tomolimo
9aa212a367 Merge pull request #12 from tomolimo/3.0.0
Fixed an issue on \r\n in textarea of a dynaform sent to PM via GLPI
2017-05-04 15:37:17 +02:00
tomolimo
72d9aefdcf Fixed an issue on \r\n in textarea of a dynaform sent to PM via GLPI
Simplified file at POST when in simplified interface
2017-05-04 15:35:32 +02:00
tomolimo
08cf5dd261 Merge pull request #10 from tomolimo/3.0.0
Fixed an issue with document.domain when PM (or GLPI) URL was using a…
2017-05-03 09:41:01 +02:00
tomolimo
74e7b4300b Fixed an issue with document.domain when PM (or GLPI) URL was using a port 2017-05-03 09:40:19 +02:00
tomolimo
77d22c0956 Merge pull request #7 from tomolimo/3.0.0
3.1.1
2017-04-28 14:59:21 +02:00
tomolimo
cf5f638030 3.1.1 2017-04-28 14:57:49 +02:00
tomolimo
59c5abecf6 RC1 2017-02-28 13:56:37 +01:00
root
3aab24296a Added GLPI_ITEM_SET_STATUS
Changed 0 and 1 into false and true
Added onTaskFrameActivation
2016-10-28 15:29:14 +02:00
tomolimo
094b281fb4 Version 3.0.0 first version compatible with GLPi 9.1.1 2016-10-25 11:37:01 +02:00
tomolimo
82317dce44 Update README.md 2015-10-13 10:44:38 +02:00
tomolimo
65b880c777 Create README.md 2015-10-13 10:40:34 +02:00
tomolimo
0ad550553c gitignores
gitignores
2015-10-09 15:46:23 +02:00
tomolimo
dd1c84bce0 wiki pics
wiki pics
2015-10-09 15:42:28 +02:00
tomolimo
5d4191e6b7 new file after deletion
new file after deletion
2015-10-09 15:23:33 +02:00
tomolimo
a0fa822752 Delete processmaker.xml 2015-10-09 15:22:35 +02:00
tomolimo
1f326053e5 update internal name
update internal name
2015-10-09 15:15:45 +02:00
tomolimo
4074352614 Publication preparation
Publication preparation
2015-10-09 15:12:10 +02:00
tomolimo
1cf75ef869 2.4.1 initial commit
Previous releases can be found here:
https://forge.glpi-project.org/projects/processmaker
2015-10-09 14:13:52 +02:00