stable

Clone or download

Read-only

chore(forge-config): Rename GetWhitelistedKeys event

This event was originally there to capture config keys that were modifiable (whitelisted) but it's going to be a more general "get all keys" event. Hence the rename. Do not forget to clean caches before test. Part of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: Ic961965d5d522b9688c28d2b0b780599f618c78a

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.php +3 −3 Go to diff View file
M plugins/docman/include/docmanPlugin.php +3 −3 Go to diff View file
M plugins/document_generation/include/document_generationPlugin.php +3 −3 Go to diff View file
M plugins/gitlfs/include/gitlfsPlugin.php +3 −3 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.php +4 −4 Go to diff View file
M plugins/roadmap/include/roadmapPlugin.php +0 −7 Go to diff View file
M plugins/svn/include/svnPlugin.php +4 −4 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +3 −3 Go to diff View file
M src/common/CLI/Command/ConfigListCommand.php +3 −3 Go to diff View file
M src/common/CLI/Command/ConfigSetCommand.php +1 −1 Go to diff View file
M src/common/Config/ConfigSet.php +3 −4 Go to diff View file
R src/common/CLI/Events/GetWhitelistedKeys.php Go to diff View file
M src/common/Config/InvalidConfigKeyException.php +3 −11 Go to diff View file
R tests/unit/common/CLI/Events/GetWhitelistedKeysTest.php Go to diff View file