@@ -71,27 +71,29 @@ class ModuleUpdateServiceConfiguration
7171
7272
7373 //Categories for custom modules
74- public const CATEGORY = 'category ' ;
75- public const CATEGORY_ADMIN = 'admin ' ;
76- public const CATEGORY_CHARTS = 'charts ' ;
77- public const CATEGORY_CLIPPINGS_CART = 'clippings_cart ' ;
78- public const CATEGORY_DATA_VALIDATION = 'data_validation ' ;
79- public const CATEGORY_FACT = 'fact ' ;
80- public const CATEGORY_FOOTER = 'footer ' ;
81- public const CATEGORY_FRONTEND = 'frontend ' ;
82- public const CATEGORY_GEDCOM = 'gedcom ' ;
83- public const CATEGORY_LANGUAGE = 'language ' ;
84- public const CATEGORY_MAP = 'maps ' ;
85- public const CATEGORY_MEDIA = 'media ' ;
86- public const CATEGORY_MENU = 'menu ' ;
87- public const CATEGORY_MESSAGES = 'messages ' ;
88- public const CATEGORY_NONE = 'none ' ;
89- public const CATEGORY_PLACES = 'places ' ;
90- public const CATEGORY_REPORTS = 'reports ' ;
91- public const CATEGORY_SIGNIN = 'signin ' ;
92- public const CATEGORY_SOURCES = 'sources ' ;
93- public const CATEGORY_TAGS = 'tags ' ;
94- public const CATEGORY_THEME = 'theme ' ;
74+ public const CATEGORY = 'category ' ;
75+ public const CATEGORY_ADMIN = 'admin ' ;
76+ public const CATEGORY_CHARTS = 'charts ' ;
77+ public const CATEGORY_CLIPPINGS_CART = 'clippings_cart ' ;
78+ public const CATEGORY_DATA_VALIDATION = 'data_validation ' ;
79+ public const CATEGORY_FACT = 'fact ' ;
80+ public const CATEGORY_FOOTER = 'footer ' ;
81+ public const CATEGORY_FRONTEND = 'frontend ' ;
82+ public const CATEGORY_FRONTEND_TAB = 'frontend_tab ' ;
83+ public const CATEGORY_FRONTEND_SIDEBAR = 'frontend_sidebar ' ;
84+ public const CATEGORY_GEDCOM = 'gedcom ' ;
85+ public const CATEGORY_LANGUAGE = 'language ' ;
86+ public const CATEGORY_MAP = 'maps ' ;
87+ public const CATEGORY_MEDIA = 'media ' ;
88+ public const CATEGORY_MENU = 'menu ' ;
89+ public const CATEGORY_MESSAGES = 'messages ' ;
90+ public const CATEGORY_NONE = 'none ' ;
91+ public const CATEGORY_PLACES = 'places ' ;
92+ public const CATEGORY_REPORTS = 'reports ' ;
93+ public const CATEGORY_SIGNIN = 'signin ' ;
94+ public const CATEGORY_SOURCES = 'sources ' ;
95+ public const CATEGORY_TAGS = 'tags ' ;
96+ public const CATEGORY_THEME = 'theme ' ;
9597
9698
9799 //The configuration for the module update services
@@ -108,7 +110,7 @@ class ModuleUpdateServiceConfiguration
108110 '_webtrees-api_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'Jefferson49/webtrees-API ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_ADMIN ]],
109111
110112 '_jc-fancy-imagebar_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'JustCarmen/webtrees-fancy-imagebar ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
111- '_jc-fancy-research-links_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'JustCarmen/webtrees-fancy-research-links ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
113+ '_jc-fancy-research-links_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'JustCarmen/webtrees-fancy-research-links ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_SIDEBAR ]],
112114 '_jc-fancy-treeview_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'JustCarmen/webtrees-fancy-treeview ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
113115 '_jc-theme-justlight_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'JustCarmen/webtrees-theme-justlight ' , 'is_theme ' => true , self ::CATEGORY => self ::CATEGORY_THEME ]],
114116 '_jc-simple-footer_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'JustCarmen/webtrees-simple-footer ' , self ::CATEGORY => self ::CATEGORY_FOOTER ]],
@@ -139,18 +141,18 @@ class ModuleUpdateServiceConfiguration
139141 '_vesta_clippings_cart_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_clippings_cart ' , self ::CATEGORY => self ::CATEGORY_CLIPPINGS_CART ]],
140142 '_vesta_common_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_common ' , self ::CATEGORY => self ::CATEGORY_NONE ]],
141143 '_vesta_extended_relationships_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_extended_relationships ' , self ::CATEGORY => self ::CATEGORY_CHARTS ]],
142- '_vesta_personal_facts_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_personal_facts ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
143- '_vesta_relatives_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_relatives ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
144+ '_vesta_personal_facts_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_personal_facts ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_TAB ]],
145+ '_vesta_relatives_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_relatives ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_TAB ]],
144146 '_vesta_gov4webtrees_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_gov4webtrees ' , self ::CATEGORY => self ::CATEGORY_PLACES ]],
145147 '_vesta_places_and_pedigree_map_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_places_and_pedigree_map ' , self ::CATEGORY => self ::CATEGORY_PLACES ]],
146148 '_vesta_research_suggestions_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_research_suggestions ' , self ::CATEGORY => self ::CATEGORY_SOURCES ]],
147149 '_vesta_shared_places_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_shared_places ' , self ::CATEGORY => self ::CATEGORY_PLACES ]],
148150 '_vesta_location_data_ ' => ['update_service ' => 'VestaModuleUpdate ' , 'params ' => ['github_repo ' => 'vesta-webtrees-2-custom-modules/vesta_location_data ' , self ::CATEGORY => self ::CATEGORY_PLACES ]],
149151
150- '_sosa20_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'gustine/sosa20 ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
152+ '_sosa20_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'gustine/sosa20 ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_SIDEBAR ]],
151153 '_gustine-history22_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'gustine/gustine-history22 ' , 'no_release ' => true , 'default_branch ' => 'master ' , self ::CATEGORY => self ::CATEGORY_FACT ]],
152154
153- '_hh_extended_family_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'hartenthaler/hh_extended_family ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
155+ '_hh_extended_family_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'hartenthaler/hh_extended_family ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_TAB ]],
154156 '_hh_legal_notice_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'hartenthaler/hh_legal_notice ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FOOTER ]],
155157 '_german-chancellors-presidents_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'hartenthaler/german-chancellors-presidents ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FACT ]],
156158 '_german-wars-battles-worldwide_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'hartenthaler/german-wars-battles-worldwide ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FACT ]],
@@ -165,7 +167,7 @@ class ModuleUpdateServiceConfiguration
165167
166168 '_topola_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'PeWu/topola-webtrees ' , self ::CATEGORY => self ::CATEGORY_CHARTS ]],
167169
168- '_mitalteli-show-xref_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'elysch/webtrees-mitalteli-show-xref ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
170+ '_mitalteli-show-xref_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'elysch/webtrees-mitalteli-show-xref ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_SIDEBAR ]],
169171 '_mitalteli-chart-family-book_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'elysch/webtrees-mitalteli-chart-family-book ' , self ::CATEGORY => self ::CATEGORY_CHARTS ]],
170172 '_mitalteli-report-researchtasks_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'elysch/webtrees-mitalteli-report-researchtasks ' , self ::CATEGORY => self ::CATEGORY_REPORTS ]],
171173
@@ -186,15 +188,15 @@ class ModuleUpdateServiceConfiguration
186188
187189 '_finnish-historical-facts_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'ardhtu/finnish-historical-facts ' , 'no_release ' => true , 'default_branch ' => 'master ' , self ::CATEGORY => self ::CATEGORY_FACT ]],
188190
189- '_fam-nav-parents-last_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'tronsmit/fam-nav-parents-last ' , 'no_release ' => true , 'default_branch ' => 'main ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
191+ '_fam-nav-parents-last_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'tronsmit/fam-nav-parents-last ' , 'no_release ' => true , 'default_branch ' => 'main ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_SIDEBAR ]],
190192
191193 '_linkenhancer_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'bschwede/linkenhancer ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
192194
193195 '_polish-historic-events_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'p-ja/polish-historic-events ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_FACT ]],
194196
195197 '_WeEt-main_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => '08ah15/WeEt ' , 'no_release ' => true , 'default_branch ' => 'main ' , self ::CATEGORY => self ::CATEGORY_SOURCES ]],
196198
197- '_vytux_cousins_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'vytux-com/vytux_cousins ' , self ::CATEGORY => self ::CATEGORY_FRONTEND ]],
199+ '_vytux_cousins_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'vytux-com/vytux_cousins ' , self ::CATEGORY => self ::CATEGORY_FRONTEND_TAB ]],
198200
199201 '_svajana-master_ ' => ['update_service ' => 'GithubModuleUpdate ' , 'params ' => ['github_repo ' => 'baskar-yahoo/webtrees-svajana ' , 'no_release ' => true , 'default_branch ' => 'master ' , 'tag_prefix ' => 'v ' , self ::CATEGORY => self ::CATEGORY_THEME ]],
200202
0 commit comments