-
Notifications
You must be signed in to change notification settings - Fork 2.9k
v11: Umbraco Marketplace replaces packages repo #13371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5afbfd2
add lang keys for marketplace
iOvergaard a26fe51
remove old 'repo' page and deprecate related services
iOvergaard 899f455
add new view for Umbraco Marketplace
iOvergaard 7eb2084
optimise margin/padding for other tabs
iOvergaard da9d6c4
mark Our Repository constants as obsolete
iOvergaard 143d3a5
Merge remote-tracking branch 'origin/v11/dev' into v11/feature/market…
iOvergaard f6534c4
improve css path to iframe slightly with more aliases and classnames
iOvergaard 56669c7
remove style qs
iOvergaard 31b1e3e
update URL of Marketplace
iOvergaard d8e9c28
add ng-controller with utitlities for future PostMessage API
iOvergaard b07472e
rename marketplace loaded function
iOvergaard e68612d
remove iframe postmessage logic for time being
iOvergaard 1c74485
add handling of dynamic querystring params
iOvergaard cf941fc
assume url does not change
iOvergaard 6fa4e8b
Added support for additional parameters for marketplace
bergmania faab8bb
Merge remote-tracking branch 'origin/v11/dev' into v11/feature/market…
iOvergaard 29885fd
Update src/JsonSchema/AppSettings.cs
iOvergaard 4d5f242
Update src/Umbraco.Core/Configuration/Models/MarketplaceSettings.cs
iOvergaard a78e945
Update src/Umbraco.Core/Configuration/Models/MarketplaceSettings.cs
iOvergaard e92af75
Update src/Umbraco.Core/Constants-Marketplace.cs
iOvergaard ad37f1c
Merge branch 'v11/feature/marketplace' of https://github.com/umbraco/…
iOvergaard 530168b
Merge remote-tracking branch 'origin/v11/dev' into v11/feature/market…
iOvergaard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
16 changes: 16 additions & 0 deletions
16
src/Umbraco.Core/Configuration/Models/MarketplaceSettings.cs
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // Copyright (c) Umbraco. | ||
| // See LICENSE for more details. | ||
|
|
||
| namespace Umbraco.Cms.Core.Configuration.Models; | ||
|
|
||
| /// <summary> | ||
| /// Configuration options for the Marketplace. | ||
| /// </summary> | ||
| [UmbracoOptions(Constants.Configuration.ConfigMarketplace)] | ||
| public class MarketplaceSettings | ||
| { | ||
| /// <summary> | ||
| /// Gets or sets the additional parameters that are sent to the Marketplace. | ||
| /// </summary> | ||
| public Dictionary<string, string> AdditionalParameters { get; set; } = new (); | ||
| } |
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| namespace Umbraco.Cms.Core; | ||
|
|
||
| public static partial class Constants | ||
| { | ||
| /// <summary> | ||
| /// Defines the constants used for the Umbraco Marketplace. | ||
| /// </summary> | ||
| public static class Marketplace | ||
| { | ||
| public const string Url = "https://dev.marketplace.umbraco.com"; | ||
| } | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
38 changes: 38 additions & 0 deletions
38
src/Umbraco.Web.UI.Client/src/less/components/umb-packages.less
This file contains hidden or 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
This file contains hidden or 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
25 changes: 10 additions & 15 deletions
25
src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-sub-views.html
This file contains hidden or 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,17 +1,12 @@ | ||
| <div class="umb-editor-sub-views"> | ||
|
|
||
| <div | ||
| id="sub-view-{{$index}}" | ||
| class="umb-editor-sub-view" | ||
| ng-repeat="subView in subViews track by subView.alias" | ||
| ng-class="'sub-view-' + subView.name" | ||
| val-sub-view="subView"> | ||
|
|
||
| <div class="umb-editor-sub-view__content" | ||
| ng-show="subView.active === true" | ||
| ng-include="subView.view"> | ||
| </div> | ||
|
|
||
| </div> | ||
|
|
||
| <div | ||
| id="sub-view-{{$index}}" | ||
| class="umb-editor-sub-view" | ||
| ng-repeat="subView in subViews track by subView.alias" | ||
| ng-class="'sub-view-' + subView.name" | ||
| val-sub-view="subView" | ||
| ng-if="subView.active" | ||
| > | ||
| <div class="umb-editor-sub-view__content" ng-include="subView.view"></div> | ||
| </div> | ||
| </div> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.