Files
gerrit/plugins
Edwin Kempin 70e1112c0d Allow plugins to add custom settings screens
Plugins can now add custom screens which are integrated into the
Gerrit user settings menu. A new entry in the user settings menu loads
and displays the settings screen from the plugin. The user settings
menu on the left side is automatically included into the custom
settings screens.

Plugins must register settings screen early at plugin module load. The
way how settings screens are registered is similar to how plugins can
add normal custom screens.

An example settings screen was implemented in the cookbook plugin.

Change-Id: I4a88e4975ff436a5cdb125ebbde276dfab280ce2
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2015-07-23 16:52:10 +02:00
..

If you are adding a directory here:

- Search all pom.xml files for "CORE PLUGIN LIST".
- Add the new plugin to that location.
- (optional) Thank the Maven developers for making this easy.

- Ensure the plugin's pom.xml <version> is the same as Gerrit's
  own pom.xml(s). Gerrit will only embed a plugin that has the
  same version as itself.

- Register the plugin as a submodule with git submodule.