comparison NEWS @ 1286:b4acdb37e43b

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 16:51:19 +0100
parents 5730f374e4e6
children f796207e3df1
comparison
equal deleted inserted replaced
1285:5730f374e4e6 1286:b4acdb37e43b
3 3
4 Major 4 Major
5 ----- 5 -----
6 6
7 * URIs to get all the parents of a given resource in a single REST call 7 * URIs to get all the parents of a given resource in a single REST call
8 * Support of HTTP proxy
9 * Instances without PatientID are now allowed 8 * Instances without PatientID are now allowed
9 * Support of HTTP proxy to access Orthanc peers
10 10
11 Minor 11 Minor
12 ----- 12 -----
13
13 * Support of Tudor DICOM in Query/Retrieve 14 * Support of Tudor DICOM in Query/Retrieve
14 * Fix issue 25 (AET with underscore not allowed)
15 * More flexible "/modify" and "/anonymize" for single instance 15 * More flexible "/modify" and "/anonymize" for single instance
16 * Code refactorings 16 * Access to called AET and remote AET from Lua scripts ("OnStoredInstance")
17 * Option "DicomAssociationCloseDelay" to set delay before closing DICOM association 17 * Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
18 * Access to called AET and remote AET from Lua scripts ("OnStoredInstance")
19 18
20 Plugins 19 Plugins
21 ------- 20 -------
22 21
23 * Introspection of plugins (cf. the "/plugins" URI) 22 * Introspection of plugins (cf. the "/plugins" URI)
24 * Plugins can access the command-line arguments used to launch Orthanc 23 * Plugins can access the command-line arguments used to launch Orthanc
25 * Plugins can extend Orthanc Explorer with custom JavaScript 24 * Plugins can extend Orthanc Explorer with custom JavaScript
26 * Plugins can get/set global properties to save their configuration 25 * Plugins can get/set global properties to save their configuration
27 * Plugins can do REST calls to other plugins (cf. "xxxAfterPlugins()") 26 * Plugins can do REST calls to other plugins (cf. "xxxAfterPlugins()")
28 * Scan of folders for plugins 27 * Scan of folders for plugins
28
29 Fixes
30 -----
31
32 * Code refactorings
33 * Fix issue 25 (AET with underscore not allowed)
29 34
30 35
31 Version 0.8.5 (2014/11/04) 36 Version 0.8.5 (2014/11/04)
32 ========================== 37 ==========================
33 38