EN · DE · RU · FR · ES

#261: SkillMatrixPlugin.kt

plugins/org.projectforge.plugins.skillmatrix/src/main/kotlin/org/projectforge/plugins/skillmatrix/SkillMatrixPlugin.kt · Plugin Entry Point · 68 lines · 30 code · 29 comments · 9 blank

Part of the Skill Matrix plugin. Plugin Entry Point.

Structure

SkillMatrixPluginclass : AbstractPlugin(.

Key dependencies: org.projectforge.Constants, org.projectforge.menu.builder.MenuCreator, org.projectforge.menu.builder.MenuItemDef, org.projectforge.menu.builder.MenuItemDefId, org.projectforge.plugins.core.AbstractPlugin, org.projectforge.plugins.core.PluginAdminService, org.projectforge.web.WicketSupport

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
acb790ad2Fix various typos (minor edit)
3785f8347Migration stuff in progress... (substantial changes, updated imports)
4efcbd0fbMigration stuff in progress... (minor edit)
b6092df09Copyright 2023 -> 2024
ab45d51faCopyright 2001-2022 -> 2001-2023.
ca27394efConstants (Const) refactored.
5f7ef41b8Copyright 2021 -> 2022
fc7c33152ProjectForge setup improved: no restart needed anymore (plugins will be available after start-up). Bug fix of MenuCreator (refresh dropped plugin menu entries!).