You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-cms/extending/embedded-media-providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ If your third-party media provider lacks OEmbed support or requires custom HTML
131
131
132
132
### Custom Embed Provider Example
133
133
134
-
Azure Media Services [(https://azure.microsoft.com/en-gb/services/media-services/)](https://azure.microsoft.com/en-gb/services/media-services/) provide 'broadcast-quality' video streaming services. You can embed the Azure Media Player into your site to play a video [using an IFrame](https://ampdemo.azureedge.net/azuremediaplayer.html).
134
+
Azure Media Services [(https://azure.microsoft.com/en-gb/services/media-services/)](https://azure.microsoft.com/en-gb/services/media-services/) provide 'broadcast-quality' video streaming services. You can embed the Azure Media Player into your site to play a video using an IFrame.
135
135
136
136
You can create a custom `EmbedProvider` to embed an IFrame video player in your content. This can be done by taking the Media asset URL and writing out the required markup.
Copy file name to clipboardExpand all lines: 13/umbraco-cms/fundamentals/backoffice/variants.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ To read about how you render variant content in Templates, check out the [render
78
78
Culture and hostnames must be added to your language sites before the content can be tested for variants:
79
79
80
80
1. Right-click the Home node and select **Culture and hostnames...**.
81
-
2. Add a specific URL per language and save. For eg: An English language variant with English (United States) as the language can be given a specific URL [_https://yourwebsite.com/en-us_](https://yourwebsite.com/en-us) and a Danish language variant can be given a specific URL [_https://yourwebsite.com/dk_](https://yourwebsite.com/dk).
81
+
2. Add a specific URL per language and save. For eg: An English language variant with English (United States) as the language can be given a specific URL `https://yourwebsite.com/en-us` and a Danish language variant can be given a specific URL `https://yourwebsite.com/dk`.
82
82
83
83
The Info content app should now show specific URLs for your language variants.
Copy file name to clipboardExpand all lines: 13/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ They have been called a few names in the past, many people still know Azure Web
8
8
9
9
> App Service is a fully Managed Platform for professional developers that brings a rich set of capabilities to web, mobile and integration scenarios. Quickly create and deploy mission critical web Apps that scale with your business by using Azure App Service.
10
10
11
-
[You can read more about them here](https://azure.microsoft.com/en-us/documentation/articles/app-service-web-overview/)
11
+
[You can read more about them here](https://learn.microsoft.com/en-us/azure/app-service/)
12
12
13
13
Umbraco will run on Azure Web Apps but there are some configuration options and specific Azure Web Apps environment limitations to be aware of.
Copy file name to clipboardExpand all lines: 13/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -972,8 +972,6 @@ Version 7.7.0 introduces User Groups, better user management, and security facil
972
972
973
973
We are now by default using the e-mail address and not the username for the credentials. When trying to login to the backoffice you need to use the e-mail address as opposed to the username. If you do an upgrade from an older version and would like to keep using the username, change the `<usernameIsEmail>true</usernameIsEmail>` setting to **false**.
974
974
975
-
For a full list of breaking changes see: [the list on the issue tracker](https://issues.umbraco.org/issues/?q=\&project=U4\&tagValue=\&release=7.7.0\&issueType=\&search=search)
976
-
977
975
Version 7.7.2 no longer ships with the `CookComputing.XmlRpcV2` assembly. If you reference this assembly or have a package that requires this assembly, you need to copy it back into your website.
978
976
979
977
This version also ships with far fewer client files that were only relevant for older versions of Umbraco (i.e. < 7.0.0). There might be some packages that were referencing these old client files. If you see missing image references you may need to contact the vendor of the package in question to update their references.
@@ -1051,8 +1049,6 @@ Follow the [**upgrade guide for Umbraco 7**](minor-upgrades-for-umbraco-7.md) to
Json.Nethasbeenupdatedtoversion10.0.0tobenefitfromimprovementsinfeatures, fixes, andperformances (see [releasenotes](https://github.com/JamesNK/Newtonsoft.Json/releases)). This might be a breaking change for people relying on one of the changed functionality.
IntroducingscopesmeansthatsomepublicAPIssignaturesarechanging. Mostofthesechangestargetinternaland/ornon-breakingAPIs (asperour [guidelines](https://our.umbraco.com/Documentation/Development-Guidelines/breaking-changes)). This should therefore have no impact on sites but may break unit tests.
Foralongtime, wehada `rel` attributeonan `<img>` tag when inserted into the RTE. This is invalid HTML markup. We worked around this by stripping this attribute using a Property Editor Value converter. Some developers relied on this attribute so we didn't change it to a "data-id" attribute which would have been valid. In 7.6 we are not storing integer IDs in these attributes. Instead of storing UDI values so with this change we no longer use `rel` or `data-id` and instead there will be a "data-udi" attribute. This change should affect only a small amount of people that were previously relying on the values from the "rel" attribute.
* Donotforgettomerge `~/Config/trees.config` and `~/Config/Dashboard.config` - theycontainnewandupdatedentriesthatarerequiredtobethere
1199
1195
* Ifyouforget `trees.config` youwilleithernotbeabletobrowsetheDevelopersectionoryouwillbeloggedoutimmediately when trying to go to the developer section
Copy file name to clipboardExpand all lines: 13/umbraco-cms/fundamentals/setup/upgrading/version-specific/upgrade-to-umbraco-7.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ You should re-generate the XML cache. This can be done by following the prompts
42
42
It is recommended that you use a Diff tool to compare the configuration file changes with your own current configuration files.
43
43
44
44
*`/web.config` updates
45
-
* Details are listed here: [https://issues.umbraco.org/issue/U4-2900](https://issues.umbraco.org/issue/U4-2900)
46
45
* You will need to compare the new Umbraco 7 `web.config` with your current `web.config`. Here is a quick reference of what needs to change:
47
46
* Remove the `section name="BaseRestExtensions"` section
48
47
* Remove the `section name="FileSystemProviders"` section
@@ -65,11 +64,10 @@ It is recommended that you use a Diff tool to compare the configuration file cha
65
64
* New `macroscripts/web.config`
66
65
*`config/umbracoSettings.config`
67
66
* Umbraco is now shipped with minimal settings but the [full settings](https://our.umbraco.com/documentation/Using-Umbraco/Config-files/umbracoSettings/) are still available
68
-
*`umbracoSettings` is now a true ASP.NET configuration section[https://issues.umbraco.org/issue/U4-58](https://issues.umbraco.org/issue/U4-58)
67
+
*`umbracoSettings` is now a true ASP.NET configuration section
*`/config/applications.config` and `/config/trees.config` have some icon paths and names updated. You need to merge the new changes into your existing config files.
74
72
*`/config/tinyMceConfig.config`
75
73
* The `inlinepopups` is compatible and supported in Umbraco 7. You need to remove these elements: `plugin loadOnFrontend="true"`, `inlinepopups/plugin`;
@@ -136,11 +134,6 @@ Custom legacy parameters can be mapped to new Umbraco 7 parameter editor aliases
136
134
137
135
All database changes will be taken care of during the upgrade installation process.
138
136
139
-
For database change details see (including all child tasks):
Copy file name to clipboardExpand all lines: 13/umbraco-cms/reference/angular/directives/umbloadindicator.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Many web sites and web applications use a form of load indicator to indicate a b
7
7
Umbraco internally does this via the `<umb-load-indicator />` directive, which you can also use in your own views for the backoffice.
8
8
9
9
*[`<umbLoadIndicator />` in the **API documentation**](https://apidocs.umbraco.com/v12/ui/#/api/umbraco.directives.directive:umbLoadIndicator)
10
-
*[`<umbLoadIndicator />` source code on **GitHub**](https://github.com/umbraco/Umbraco-CMS/blob/v8/contrib/src/Umbraco.Web.UI.Client/src/common/directives/components/umbloadindicator.directive.js)
11
10
12
11
The directive doesn't have any parameters on it's own. Since you most likely only wish to show the load indicator during certain states of your code, you can control this either through `ng-if` or `ng-show`.
0 commit comments