comparison NEWS @ 1282:7bccdd221e2b

Plugins can do REST calls to other plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 11:52:21 +0100
parents 8dac11c78d71
children 21ea32170764
comparison
equal deleted inserted replaced
1281:8dac11c78d71 1282:7bccdd221e2b
13 * More flexible "/modify" and "/anonymize" for single instance 13 * More flexible "/modify" and "/anonymize" for single instance
14 14
15 Plugins 15 Plugins
16 ------- 16 -------
17 17
18 * Introspection of plugins 18 * Introspection of plugins (cf. the "/plugins" URI)
19 * Plugins can access the command-line arguments used to launch Orthanc 19 * Plugins can access the command-line arguments used to launch Orthanc
20 * Plugins can extend Orthanc Explorer with custom JavaScript 20 * Plugins can extend Orthanc Explorer with custom JavaScript
21 * Plugins can get/set global properties to save their configuration 21 * Plugins can get/set global properties to save their configuration
22 * Plugins can do REST calls to other plugins (cf. "xxxAfterPlugins()")
22 * Scan of folders for plugins 23 * Scan of folders for plugins
23 24
24 25
25 Version 0.8.5 (2014/11/04) 26 Version 0.8.5 (2014/11/04)
26 ========================== 27 ==========================