-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from microsoft/users/ryanb58/kudos-update-for-…
…installer-bugs Installer bugs fixed. Had to remove connection references because lac…
- Loading branch information
Showing
162 changed files
with
137,602 additions
and
137,515 deletions.
There are no files selected for viewing
60 changes: 30 additions & 30 deletions
60
Solutions/mpa_Kudos/src/AppModuleSiteMaps/mpa_KudosAdminApp/AppModuleSiteMap.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SiteMapUniqueName>mpa_KudosAdminApp</SiteMapUniqueName> | ||
<EnableCollapsibleGroups>False</EnableCollapsibleGroups> | ||
<ShowHome>True</ShowHome> | ||
<ShowPinned>True</ShowPinned> | ||
<ShowRecents>True</ShowRecents> | ||
<SiteMap IntroducedVersion="7.0.0.0"> | ||
<Area Id="area_228f613b" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> | ||
<Titles> | ||
<Title LCID="1033" Title="Area1" /> | ||
</Titles> | ||
<Group Id="group_kudos" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Kudos" /> | ||
</Titles> | ||
<SubArea Id="subarea_325f9eea" VectorIcon="/WebResources/mpa_kudosthumbsupicon" Icon="/WebResources/mpa_kudosthumbsupicon" Entity="mpa_kudo" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
<Group Id="group_dfc6d490" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Administration" /> | ||
</Titles> | ||
<SubArea Id="subarea_4819d17d" VectorIcon="/WebResources/mpa_badgelogo" Icon="/WebResources/mpa_badgelogo" Entity="mpa_badge" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
<SubArea Id="subarea_61616fe5" VectorIcon="/WebResources/mpa_kudosoptouticon" Icon="/WebResources/mpa_kudosoptouticon" Entity="mpa_optoutuser" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
</Area> | ||
</SiteMap> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Application" languagecode="1033" /> | ||
</LocalizedNames> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SiteMapUniqueName>mpa_KudosAdminApp</SiteMapUniqueName> | ||
<EnableCollapsibleGroups>False</EnableCollapsibleGroups> | ||
<ShowHome>True</ShowHome> | ||
<ShowPinned>True</ShowPinned> | ||
<ShowRecents>True</ShowRecents> | ||
<SiteMap IntroducedVersion="7.0.0.0"> | ||
<Area Id="area_228f613b" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> | ||
<Titles> | ||
<Title LCID="1033" Title="Area1" /> | ||
</Titles> | ||
<Group Id="group_kudos" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Kudos" /> | ||
</Titles> | ||
<SubArea Id="subarea_325f9eea" VectorIcon="/WebResources/mpa_kudosthumbsupicon" Icon="/WebResources/mpa_kudosthumbsupicon" Entity="mpa_kudo" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
<Group Id="group_dfc6d490" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Administration" /> | ||
</Titles> | ||
<SubArea Id="subarea_4819d17d" VectorIcon="/WebResources/mpa_badgelogo" Icon="/WebResources/mpa_badgelogo" Entity="mpa_badge" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
<SubArea Id="subarea_61616fe5" VectorIcon="/WebResources/mpa_kudosoptouticon" Icon="/WebResources/mpa_kudosoptouticon" Entity="mpa_optoutuser" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
</Area> | ||
</SiteMap> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Application" languagecode="1033" /> | ||
</LocalizedNames> | ||
</AppModuleSiteMap> |
60 changes: 30 additions & 30 deletions
60
Solutions/mpa_Kudos/src/AppModuleSiteMaps/mpa_KudosAdminApp/AppModuleSiteMap_managed.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SiteMapUniqueName>mpa_KudosAdminApp</SiteMapUniqueName> | ||
<EnableCollapsibleGroups>False</EnableCollapsibleGroups> | ||
<ShowHome>True</ShowHome> | ||
<ShowPinned>True</ShowPinned> | ||
<ShowRecents>True</ShowRecents> | ||
<SiteMap IntroducedVersion="7.0.0.0"> | ||
<Area Id="area_228f613b" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> | ||
<Titles> | ||
<Title LCID="1033" Title="Area1" /> | ||
</Titles> | ||
<Group Id="group_kudos" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Kudos" /> | ||
</Titles> | ||
<SubArea Id="subarea_325f9eea" VectorIcon="/WebResources/mpa_kudosthumbsupicon" Icon="/WebResources/mpa_kudosthumbsupicon" Entity="mpa_kudo" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
<Group Id="group_dfc6d490" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Administration" /> | ||
</Titles> | ||
<SubArea Id="subarea_4819d17d" VectorIcon="/WebResources/mpa_badgelogo" Icon="/WebResources/mpa_badgelogo" Entity="mpa_badge" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
<SubArea Id="subarea_61616fe5" VectorIcon="/WebResources/mpa_kudosoptouticon" Icon="/WebResources/mpa_kudosoptouticon" Entity="mpa_optoutuser" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
</Area> | ||
</SiteMap> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Application" languagecode="1033" /> | ||
</LocalizedNames> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModuleSiteMap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SiteMapUniqueName>mpa_KudosAdminApp</SiteMapUniqueName> | ||
<EnableCollapsibleGroups>False</EnableCollapsibleGroups> | ||
<ShowHome>True</ShowHome> | ||
<ShowPinned>True</ShowPinned> | ||
<ShowRecents>True</ShowRecents> | ||
<SiteMap IntroducedVersion="7.0.0.0"> | ||
<Area Id="area_228f613b" ResourceId="SitemapDesigner.NewTitle" DescriptionResourceId="SitemapDesigner.NewTitle" ShowGroups="true" IntroducedVersion="7.0.0.0"> | ||
<Titles> | ||
<Title LCID="1033" Title="Area1" /> | ||
</Titles> | ||
<Group Id="group_kudos" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Kudos" /> | ||
</Titles> | ||
<SubArea Id="subarea_325f9eea" VectorIcon="/WebResources/mpa_kudosthumbsupicon" Icon="/WebResources/mpa_kudosthumbsupicon" Entity="mpa_kudo" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
<Group Id="group_dfc6d490" ResourceId="SitemapDesigner.NewGroup" DescriptionResourceId="SitemapDesigner.NewGroup" IntroducedVersion="7.0.0.0" IsProfile="false" ToolTipResourseId="SitemapDesigner.Unknown"> | ||
<Titles> | ||
<Title LCID="1033" Title="Administration" /> | ||
</Titles> | ||
<SubArea Id="subarea_4819d17d" VectorIcon="/WebResources/mpa_badgelogo" Icon="/WebResources/mpa_badgelogo" Entity="mpa_badge" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
<SubArea Id="subarea_61616fe5" VectorIcon="/WebResources/mpa_kudosoptouticon" Icon="/WebResources/mpa_kudosoptouticon" Entity="mpa_optoutuser" Client="All,Outlook,OutlookLaptopClient,OutlookWorkstationClient,Web" AvailableOffline="true" PassParams="false" Sku="All,OnPremise,Live,SPLA" /> | ||
</Group> | ||
</Area> | ||
</SiteMap> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Application" languagecode="1033" /> | ||
</LocalizedNames> | ||
</AppModuleSiteMap> |
70 changes: 35 additions & 35 deletions
70
Solutions/mpa_Kudos/src/AppModules/mpa_KudosAdminApp/AppModule.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModule> | ||
<UniqueName>mpa_KudosAdminApp</UniqueName> | ||
<IntroducedVersion>1.0.0.0</IntroducedVersion> | ||
<WebResourceId>6a8a9494-ccf6-ed11-8848-00224827b13b</WebResourceId> | ||
<OptimizedFor></OptimizedFor> | ||
<statecode>0</statecode> | ||
<statuscode>1</statuscode> | ||
<FormFactor>1</FormFactor> | ||
<ClientType>4</ClientType> | ||
<NavigationType>0</NavigationType> | ||
<AppModuleComponents> | ||
<AppModuleComponent type="1" schemaName="mpa_badge" /> | ||
<AppModuleComponent type="1" schemaName="mpa_kudo" /> | ||
<AppModuleComponent type="1" schemaName="mpa_optoutuser" /> | ||
<AppModuleComponent type="1" schemaName="systemuser" /> | ||
<AppModuleComponent type="62" schemaName="mpa_KudosAdminApp" /> | ||
</AppModuleComponents> | ||
<AppModuleRoleMaps> | ||
<Role id="{f2406414-ffc3-ed11-83ff-00224803a83a}" /> | ||
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> | ||
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> | ||
</AppModuleRoleMaps> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Administration App" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="Kudos Administration App for the Kudos Solution Template" languagecode="1033" /> | ||
</Descriptions> | ||
<appsettings> | ||
<appsetting settingdefinitionid.uniquename="ServerMode"> | ||
<iscustomizable>1</iscustomizable> | ||
<value>false</value> | ||
</appsetting> | ||
</appsettings> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModule> | ||
<UniqueName>mpa_KudosAdminApp</UniqueName> | ||
<IntroducedVersion>1.0.0.0</IntroducedVersion> | ||
<WebResourceId>6a8a9494-ccf6-ed11-8848-00224827b13b</WebResourceId> | ||
<OptimizedFor></OptimizedFor> | ||
<statecode>0</statecode> | ||
<statuscode>1</statuscode> | ||
<FormFactor>1</FormFactor> | ||
<ClientType>4</ClientType> | ||
<NavigationType>0</NavigationType> | ||
<AppModuleComponents> | ||
<AppModuleComponent type="1" schemaName="mpa_badge" /> | ||
<AppModuleComponent type="1" schemaName="mpa_kudo" /> | ||
<AppModuleComponent type="1" schemaName="mpa_optoutuser" /> | ||
<AppModuleComponent type="1" schemaName="systemuser" /> | ||
<AppModuleComponent type="62" schemaName="mpa_KudosAdminApp" /> | ||
</AppModuleComponents> | ||
<AppModuleRoleMaps> | ||
<Role id="{f2406414-ffc3-ed11-83ff-00224803a83a}" /> | ||
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> | ||
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> | ||
</AppModuleRoleMaps> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Administration App" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="Kudos Administration App for the Kudos Solution Template" languagecode="1033" /> | ||
</Descriptions> | ||
<appsettings> | ||
<appsetting settingdefinitionid.uniquename="ServerMode"> | ||
<iscustomizable>1</iscustomizable> | ||
<value>false</value> | ||
</appsetting> | ||
</appsettings> | ||
</AppModule> |
70 changes: 35 additions & 35 deletions
70
Solutions/mpa_Kudos/src/AppModules/mpa_KudosAdminApp/AppModule_managed.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModule> | ||
<UniqueName>mpa_KudosAdminApp</UniqueName> | ||
<IntroducedVersion>1.0.0.0</IntroducedVersion> | ||
<WebResourceId>6a8a9494-ccf6-ed11-8848-00224827b13b</WebResourceId> | ||
<OptimizedFor></OptimizedFor> | ||
<statecode>0</statecode> | ||
<statuscode>1</statuscode> | ||
<FormFactor>1</FormFactor> | ||
<ClientType>4</ClientType> | ||
<NavigationType>0</NavigationType> | ||
<AppModuleComponents> | ||
<AppModuleComponent type="1" schemaName="mpa_badge" /> | ||
<AppModuleComponent type="1" schemaName="mpa_kudo" /> | ||
<AppModuleComponent type="1" schemaName="mpa_optoutuser" /> | ||
<AppModuleComponent type="1" schemaName="systemuser" /> | ||
<AppModuleComponent type="62" schemaName="mpa_KudosAdminApp" /> | ||
</AppModuleComponents> | ||
<AppModuleRoleMaps> | ||
<Role id="{f2406414-ffc3-ed11-83ff-00224803a83a}" /> | ||
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> | ||
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> | ||
</AppModuleRoleMaps> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Administration App" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="Kudos Administration App for the Kudos Solution Template" languagecode="1033" /> | ||
</Descriptions> | ||
<appsettings> | ||
<appsetting settingdefinitionid.uniquename="ServerMode"> | ||
<iscustomizable>1</iscustomizable> | ||
<value>false</value> | ||
</appsetting> | ||
</appsettings> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<AppModule> | ||
<UniqueName>mpa_KudosAdminApp</UniqueName> | ||
<IntroducedVersion>1.0.0.0</IntroducedVersion> | ||
<WebResourceId>6a8a9494-ccf6-ed11-8848-00224827b13b</WebResourceId> | ||
<OptimizedFor></OptimizedFor> | ||
<statecode>0</statecode> | ||
<statuscode>1</statuscode> | ||
<FormFactor>1</FormFactor> | ||
<ClientType>4</ClientType> | ||
<NavigationType>0</NavigationType> | ||
<AppModuleComponents> | ||
<AppModuleComponent type="1" schemaName="mpa_badge" /> | ||
<AppModuleComponent type="1" schemaName="mpa_kudo" /> | ||
<AppModuleComponent type="1" schemaName="mpa_optoutuser" /> | ||
<AppModuleComponent type="1" schemaName="systemuser" /> | ||
<AppModuleComponent type="62" schemaName="mpa_KudosAdminApp" /> | ||
</AppModuleComponents> | ||
<AppModuleRoleMaps> | ||
<Role id="{f2406414-ffc3-ed11-83ff-00224803a83a}" /> | ||
<Role id="{627090ff-40a3-4053-8790-584edc5be201}" /> | ||
<Role id="{119f245c-3cc8-4b62-b31c-d1a046ced15d}" /> | ||
</AppModuleRoleMaps> | ||
<LocalizedNames> | ||
<LocalizedName description="Kudos Administration App" languagecode="1033" /> | ||
</LocalizedNames> | ||
<Descriptions> | ||
<Description description="Kudos Administration App for the Kudos Solution Template" languagecode="1033" /> | ||
</Descriptions> | ||
<appsettings> | ||
<appsetting settingdefinitionid.uniquename="ServerMode"> | ||
<iscustomizable>1</iscustomizable> | ||
<value>false</value> | ||
</appsetting> | ||
</appsettings> | ||
</AppModule> |
Oops, something went wrong.