-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
99 lines (92 loc) · 3.8 KB
/
config.json
File metadata and controls
99 lines (92 loc) · 3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "Admin Dashboard",
"description": "Provides a sortable table view of various reports on REDCap metadata (users, projects, etc). Includes a number of built-in reports as well as support for custom SQL queries.",
"documentation": "README.md",
"namespace": "UIOWA\\AdminDash",
"framework-version": 15,
"versions": {
"4.1.0": "Fixed several Psalm vulnerabilities. Refactored how queries are executed for Psalm compliance. Fixed filter labels not generating/working correctly. Fixed executive user being able to see and use export buttons without permission. Fixed multi column research purpose. Extra columns in a report now deleted properly when entering a new query with fewer columns than the previous query. Fixed Bootstrap 5 styling. Fixed report loading animation. Fixed row hover color. Added csrf token to post requests. Updated to EM framework version 9. Set minimum REDCap version to 12.0.4.",
"4.1.1": "Updated external module version to 10 and redcap minimum version to 12.4.6",
"4.1.2": "Added compatibility for new redcap_data(#) tables. When enabling the module on a project, the config pid can now only be set as a project that has a field named link_source_column.",
"4.1.3": "Fixed Executive View. Fixed REDCap 14.x issue preventing reports from loading. Fixed issue with some symbols being removed by htmlentities() causing malformed queries. Updated to EM Framework version 13 and minimum REDCap version 13.7.3.",
"4.1.4": "Change: Update to EM version 15. Fix/Enhancement: Reports now use user delimiter character. Fix: Reports no longer fail when column names have period character. Change/Fix: Reports now use Formatting Reference instrument properly. Improvement: Dropdown filter can now parse column values with commas and offer a filter for each individual value/data part.",
"4.1.6": "Fixed incorrect formatting reference for project purpose and project research purpose in both xml template and on EM upgrade."
},
"authors": [
{
"name": "Joe Spring",
"email": "redcap@icts.uiowa.edu",
"institution": "University of Iowa Institute for Clinical and Translational Science"
}
],
"links": {
"project": [
{
"name": "report_0",
"icon": "table",
"url": "index.php"
},
{
"name": "report_1",
"icon": "table",
"url": "index.php"
},
{
"name": "report_2",
"icon": "table",
"url": "index.php"
},
{
"name": "report_3",
"icon": "table",
"url": "index.php"
},
{
"name": "report_4",
"icon": "table",
"url": "index.php"
}
],
"control-center": [
{
"name": "Admin Dashboard",
"icon": "table",
"url": "index2.php"
}
]
},
"no-auth-pages": ["post"],
"no-csrf-pages": ["post"],
"system-settings": [
{
"key": "config-pid",
"name": "Project ID of report configuration project. This should be automatically set when enabling the module for the first time. DO NOT edit this manually.",
"type": "project-id",
"required": true
},
{
"key": "use-api-urls",
"name": "Use versionless URLs for easier bookmarking (disable to fix issues with Shibboleth authentication)",
"type": "checkbox",
"default": true
},
{
"key": "test-query-timeout",
"name": "Timeout (in milliseconds) for running queries (set to 0 for no timeout)",
"type": "text",
"default": "3000"
},
{
"key": "null-value-handling",
"name": "Display null values returned in reports as",
"type": "text",
"default": "null"
}
],
"compatibility": {
"php-version-min": "",
"php-version-max": "",
"redcap-version-min": "",
"redcap-version-max": ""
}
}