Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit e05da36

Browse files
author
Jamie Snape
committed
Tidy remaining configuration files
1 parent db0c179 commit e05da36

File tree

21 files changed

+163
-188
lines changed

21 files changed

+163
-188
lines changed

core/configs/application.ini

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,37 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; development or production
3-
environment = production
4+
; environment ("development" or "production")
5+
environment = "production"
46
; name of the application
5-
application.name = Midas Platform - Digital Archiving System
7+
application.name = "Midas Platform - Digital Archiving System"
68
; description of the application
79
application.description =
8-
; language of the application (en or fr)
9-
application.lang = en
10-
; session lifetime (minute)
11-
session.lifetime = 20
12-
; default assetstore
10+
; language of the application ("en" or "fr")
11+
application.lang = "en"
12+
; session lifetime (minutes)
13+
session.lifetime = "20"
14+
; default asset store
1315
defaultassetstore.id =
14-
; default timezone
15-
default.timezone = America/New_York
16+
; default time zone
17+
default.timezone = "America/New_York"
1618
; default license
17-
defaultlicense = 1
19+
defaultlicense = "1"
1820
; enable dynamic help
19-
dynamichelp = 1
21+
dynamichelp = "1"
2022
; enable logging of every request
21-
logtrace = 0
23+
logtrace = "0"
2224
; entry for password prefix (dynamically generated at install time)
2325
password.prefix =
2426
; outbound HTTP proxy to be used by PHP (empty for none)
2527
httpproxy =
2628
; show debug toolbar
27-
debug_toolbar = 0
29+
debug_toolbar = "0"
2830

2931
[module]
3032

3133
[production]
32-
; Activate error reporting using Zend
33-
mode.debug = 0
34-
mode.test = 0
35-
; Show native errors
36-
error.php = 0
3734

3835
[development]
39-
; Activate error reporting using Zend
40-
mode.debug = 1
41-
mode.test = 0
42-
; Show native errors
43-
error.php = 1
4436

4537
[testing]
46-
; Activate error reporting using Zend
47-
mode.debug = 1
48-
mode.test = 1
49-
; Show native errors
50-
error.php = 1

core/configs/core.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
24
bootstrap.path = "./core/Bootstrap.php"
35
bootstrap.class = "Bootstrap"
@@ -12,5 +14,6 @@ rest.formats[] = "xml"
1214
rest.formats[] = "json"
1315
rest.formats[] = "html"
1416
rest.formats[] = "php"
17+
uuid = "67a81613-074d-4c9a-afb7-4613f3144a3d"
1518

1619
[testing]

modules/batchmake/configs/module.ini

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; version of the module
3-
version = 1.0.0
4-
; full name
5-
fullname = Batchmake
6-
; description
7-
description = Will run a Batchmake pipeline, either locally or via Condor
8-
; category
9-
category = SSP
4+
fullname = "BatchMake"
5+
description = "Run a BatchMake pipeline either locally or via Condor"
6+
category = "Processing"
107
dependencies = api
8+
uuid = "290da3c9-2e57-4866-b727-645a47419dc5"
9+
version = "1.0.0"
1110

1211
batchmake.tmp_dir =
1312
batchmake.bin_dir =
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; version of the module
3-
version = 1.0.0
4-
; full name
5-
fullname = Comments
6-
; description
7-
description = Allows users to add comments to an item
8-
; category
9-
category = Core
4+
fullname = "Comments"
5+
description = "Allow users to add comments to an item"
6+
category = "Community"
7+
uuid = "250258e5-115b-42c0-933b-0a994bd5c1fb"
8+
version = "1.0.0"
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; version of the module
3-
version = 1.0.1
4-
; full name
5-
fullname = Community Agreement
6-
; description
7-
description = "Enables community agreement"
8-
; category
9-
category = Core
4+
fullname = "Community Agreement"
5+
description = "Display a community agreement"
6+
category = "Community"
7+
uuid = "a975aba2-d8c0-4503-bd35-444078ebf206"
8+
version = "1.0.1"
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; version of the module
3-
version = 1.0.0
4-
; full name
54
fullname = "DICOM Anonymizer"
6-
; description
7-
description = "Anonymize DICOM files on the client side before upload"
8-
; category
9-
category = DICOM
10-
; dependencies
5+
description = "Anonymize DICOM files on the client before upload"
6+
category = "DICOM"
117
dependencies = dicomextractor,javauploaddownload
8+
uuid = "01d22cee-d0f7-4f20-9bc7-0f97ef2d4a7f"
9+
version = "1.0.0"

modules/dicomserver/configs/module.ini

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; version of the module
3-
version = 1.0.1
4-
; full name
5-
fullname = DICOM Server
6-
; description
7-
description = Receive and upload DICOM files, also provide DICOM Query/Retrieve services
8-
; category
9-
category = DICOM
10-
; dependencies
4+
fullname = "DICOM Server"
5+
description = "Receive and upload DICOM files and provide DICOM query/retrieve services"
6+
category = "DICOM"
117
dependencies = api,dicomextractor
8+
uuid = "f850b92d-3f22-4560-bca6-dfbade51a181"
9+
version = "1.0.1"
1210

1311
; uploader DCMTK command
1412
dcm2xml = "dcm2xml"

modules/example/configs/module.ini

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
; version of the module
3-
version = 1.0.0
4-
; full name
5-
fullname = Example
6-
; description
7-
description = Example Module
8-
; category
9-
category = Examples
10-
; dependencies
4+
fullname = "Example"
5+
description = "Example module"
6+
category = "Examples"
117
dependencies =
8+
uuid = "ce38cd19-25d6-44fe-b683-6ea340872c41"
9+
version = "1.0.0"
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
version = 1.0.0
3-
fullname = "Java Upload and Download Applet"
4-
description = "Enables a Java applet for uploading and downloading large files and folders"
5-
category = Core
4+
fullname = "Upload and Download Applet"
5+
description = "Enable a Java applet for uploading and downloading large files and folders"
6+
category = "Core"
67
dependencies = api
8+
uuid = "fa8287a4-552f-4e54-b990-e6f516c0f7ea"
9+
version = "1.0.0"
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2+
13
[global]
2-
version = 1.0.0
3-
fullname = Checksum Key Files
4-
description = Allows users to easily download checksum key files
5-
category = Core
6-
dependencies =
4+
fullname = "Checksum Key Files"
5+
description = "Allow users to download checksum key files"
6+
category = "Core"
7+
uuid = "943ee72a-4a6b-4773-a397-f9148ddf723c"
8+
version = "1.0.0"

0 commit comments

Comments
 (0)