You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# TemplateDependenceChecker
2
-
_Version 2.1_
2
+
_Version 2.2_
3
3
4
4
"TemplateDependenceChecker" is a SmartTree enhancement for the Opentext Website Management Server allowing to check the assignment of every template of a content class within all connected projects.
5
5
@@ -26,17 +26,19 @@ This file contains the dialog box the plugin will start with. Translate the germ
26
26
27
27
#### TemplateDependenceChecker_do.asp
28
28
29
-
This file contains the plugin script itself. Translate the german variables (lines 21-32) if necessary.
29
+
This file contains the plugin script itself. Translate the german variables (lines 21-33) if necessary.
30
30
31
31
The plugin must be run under an administrator account. Please enter the corresponding login data in lines 18+19.
32
32
This user must have the role "Administrator" and "Template Editor" in all projects, and the number of allowed sessions should be set to at least 2.
33
33
The user also must have access to all language variants in every project. If a language variant is denied for him, it will not occur in the report, and there will be no error message regarding this.
34
34
35
35
## How to use
36
36
37
-
In every project, the plugin will appear in the action menu of every content class. After clicking OK, the plugin reads the project variant assignment of the selected content
37
+
In every project the plugin was assigned, it will appear in the action menu of content classes. After clicking OK, the plugin reads the project variant assignment of the selected content
38
38
class in every project that is connected to the corresponding content class folder.
39
39
40
+
Optionally it also counts the number of active instances of the content class within the master project.
41
+
40
42
This process can take some minutes.
41
43
42
44
Finally it will show a report that lists:
@@ -74,6 +76,10 @@ The following error messages can occur:
74
76
75
77
## Changelog
76
78
79
+
**Version 2.2**
80
+
August 25, 2017
81
+
Also take instances of the master project into account (optionally)
0 commit comments