Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit ca92377

Browse files
committed
Unable to assign a webdashboard plugin package to a group (Bug #306)
patch by Mickaël Nivet also updated the standard packages
1 parent 002aee0 commit ca92377

File tree

45 files changed

+45
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-1
lines changed

project/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//------------------------------------------------------------------------------
44
// <auto-generated>
55
// This code was generated by a tool.
6-
// Runtime Version:4.0.30319.225
6+
// Runtime Version:4.0.30319.237
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if
99
// the code is regenerated.

project/WebDashboard/Plugins/Administration/PackageManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ private void UpdatePackagesList(PackageManifest manifest, XmlDocument packageLis
310310
packageElement.SetAttribute("name", manifest.Name);
311311
packageElement.SetAttribute("description", manifest.Description);
312312
packageElement.SetAttribute("type", manifest.Type.ToString());
313+
packageElement.SetAttribute("group", manifest.Group);
313314
packageElement.SetAttribute("file", manifest.FileName);
314315
packageList.DocumentElement.AppendChild(packageElement);
315316
}

project/WebDashboard/Themes/Obsess/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Obsess Theme</name>
33
<description>The Obsess theme.</description>
44
<type>Plugin</type>
5+
<group>Dashboard</group>
56
<folders>
67
<folder>
78
<location>Themes\Obsess</location>

project/WebDashboard/Themes/liquidBlue/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Liquid Blue Theme</name>
33
<description>The liquid blue theme.</description>
44
<type>Plugin</type>
5+
<group>Dashboard</group>
56
<folders>
67
<folder>
78
<location>Themes\liquidBlue</location>

project/WebDashboard/Themes/noteWorthy/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Note worthy Theme</name>
33
<description>The note worthy theme.</description>
44
<type>Plugin</type>
5+
<group>Dashboard</group>
56
<folders>
67
<folder>
78
<location>Themes\noteWorthy</location>

project/WebDashboard/packages/AuditHistory/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Audit History</name>
33
<description>Displays the audit log of server and project</description>
44
<type>Plugin</type>
5+
<group>Dashboard</group>
56
<configuration>
67
<setting>
78
<path>/dashboard/plugins/projectPlugins</path>

project/WebDashboard/packages/CCTrayDownload/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>CCTray Download</name>
33
<description>Download the CCTray client</description>
44
<type>Plugin</type>
5+
<group>Dashboard</group>
56
<configuration>
67
<setting>
78
<path>/dashboard/plugins/farmPlugins</path>

project/WebDashboard/packages/CodeItRight/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>CodeIt.Right Analysis</name>
33
<description>Display the results of a CodeIt.Right Analysis.</description>
44
<type>Plugin</type>
5+
<group>Build</group>
56
<folders>
67
<folder>
78
<location>Xsl</location>

project/WebDashboard/packages/ConsoleOut/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Console Output</name>
33
<description>Displays the output of a build like the console (no-xml)</description>
44
<type>Plugin</type>
5+
<group>Build</group>
56
<folders>
67
<folder>
78
<location>Xsl</location>

project/WebDashboard/packages/DashboardAdmin/Manifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<name>Web Dashboard Administration</name>
33
<description>An administration console for the web dashboard.</description>
44
<type>Plugin</type>
5+
<group>Dashboard</group>
56
<folders>
67
<folder>
78
<location>Templates</location>

0 commit comments

Comments
 (0)