diff --git a/src/Umbraco.Core/Media/Exif/ExifFileTypeDescriptor.cs b/src/Umbraco.Core/Media/Exif/ExifFileTypeDescriptor.cs index 04c9c0ded7..00fd9a11c0 100644 --- a/src/Umbraco.Core/Media/Exif/ExifFileTypeDescriptor.cs +++ b/src/Umbraco.Core/Media/Exif/ExifFileTypeDescriptor.cs @@ -34,7 +34,7 @@ namespace Umbraco.Core.Media.Exif } /// - /// Expands ExifProperty objects contained in an ExifFile as seperate properties. + /// Expands ExifProperty objects contained in an ExifFile as separate properties. /// internal sealed class ExifFileTypeDescriptor : CustomTypeDescriptor { diff --git a/src/Umbraco.Core/StringExtensions.cs b/src/Umbraco.Core/StringExtensions.cs index eb7c0f4975..0e32991d0d 100644 --- a/src/Umbraco.Core/StringExtensions.cs +++ b/src/Umbraco.Core/StringExtensions.cs @@ -1220,7 +1220,7 @@ namespace Umbraco.Core // other helpers may not. DefaultShortStringHelper produces better, but non-compatible, results. /// - /// Splits a Pascal cased string into a phrase seperated by spaces. + /// Splits a Pascal cased string into a phrase separated by spaces. /// /// The text to split. /// The splitted text. diff --git a/src/Umbraco.Web.UI.Client/docs/src/tutorials/Adding-Configuration-To-Property-Editor.ngdoc b/src/Umbraco.Web.UI.Client/docs/src/tutorials/Adding-Configuration-To-Property-Editor.ngdoc index 75fd88857b..41d97fc0e2 100644 --- a/src/Umbraco.Web.UI.Client/docs/src/tutorials/Adding-Configuration-To-Property-Editor.ngdoc +++ b/src/Umbraco.Web.UI.Client/docs/src/tutorials/Adding-Configuration-To-Property-Editor.ngdoc @@ -32,7 +32,7 @@ So to add configuration options to our markdown editor, open the package.manifes ] } -**Remember to: ** seperate the editor element and prevalue editor definition with a comma, or you will get a json error. +**Remember to: ** separate the editor element and prevalue editor definition with a comma, or you will get a json error. So what did we just add? We added a prevalue editor, with a `fields` collection. This collection contains infomation about the UI we will render on the data type configuration for this editor. diff --git a/src/Umbraco.Web.UI.Client/docs/src/tutorials/Building.ngdoc b/src/Umbraco.Web.UI.Client/docs/src/tutorials/Building.ngdoc index 4b92848436..25dae42579 100644 --- a/src/Umbraco.Web.UI.Client/docs/src/tutorials/Building.ngdoc +++ b/src/Umbraco.Web.UI.Client/docs/src/tutorials/Building.ngdoc @@ -90,7 +90,7 @@ Before running build.bat, then the latest UI files will be included. ##Conclusion -Having Umbraco 7 UI as a seperate project does indeed give us a bit more complexity when building and running from visual studio, since 2 build systems are in play: grunt and msbuild. +Having Umbraco 7 UI as a separate project does indeed give us a bit more complexity when building and running from visual studio, since 2 build systems are in play: grunt and msbuild. However, the alternative would be to shove everything into the msbuil process, making the entire thing inaccesible to a large number of frontend developers and with a clunkier and less uptodate system. diff --git a/src/Umbraco.Web.UI.Client/src/app.dev.js b/src/Umbraco.Web.UI.Client/src/app.dev.js index 774186609f..e4ce285755 100644 --- a/src/Umbraco.Web.UI.Client/src/app.dev.js +++ b/src/Umbraco.Web.UI.Client/src/app.dev.js @@ -12,7 +12,7 @@ var app = angular.module('umbraco', [ 'tmh.dynamicLocale' ]); -/* For Angular 1.2: we need to load in Route, animate and touch seperately +/* For Angular 1.2: we need to load in Route, animate and touch separately 'ngRoute', 'ngAnimate', 'ngTouch' diff --git a/src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js b/src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js index 4de66fa240..d47389589e 100644 --- a/src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js +++ b/src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js @@ -507,7 +507,7 @@ function contentResource($q, $http, umbDataFormatter, umbRequestHelper) { * * @description * Saves changes made to a content item to its current version, if the content item is new, the isNew paramater must be passed to force creation - * if the content item needs to have files attached, they must be provided as the files param and passed seperately + * if the content item needs to have files attached, they must be provided as the files param and passed separately * * * ##usage @@ -540,7 +540,7 @@ function contentResource($q, $http, umbDataFormatter, umbRequestHelper) { * * @description * Saves and publishes changes made to a content item to a new version, if the content item is new, the isNew paramater must be passed to force creation - * if the content item needs to have files attached, they must be provided as the files param and passed seperately + * if the content item needs to have files attached, they must be provided as the files param and passed separately * * * ##usage diff --git a/src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js b/src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js index 12963a1ea7..a8eda14161 100644 --- a/src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js +++ b/src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js @@ -336,7 +336,7 @@ function mediaResource($q, $http, umbDataFormatter, umbRequestHelper) { * * @description * Saves changes made to a media item, if the media item is new, the isNew paramater must be passed to force creation - * if the media item needs to have files attached, they must be provided as the files param and passed seperately + * if the media item needs to have files attached, they must be provided as the files param and passed separately * * * ##usage diff --git a/src/Umbraco.Web.UI.Client/src/common/resources/member.resource.js b/src/Umbraco.Web.UI.Client/src/common/resources/member.resource.js index 381019fb5b..42db4f6366 100644 --- a/src/Umbraco.Web.UI.Client/src/common/resources/member.resource.js +++ b/src/Umbraco.Web.UI.Client/src/common/resources/member.resource.js @@ -203,7 +203,7 @@ function memberResource($q, $http, umbDataFormatter, umbRequestHelper) { * * @description * Saves changes made to a member, if the member is new, the isNew paramater must be passed to force creation - * if the member needs to have files attached, they must be provided as the files param and passed seperately + * if the member needs to have files attached, they must be provided as the files param and passed separately * * * ##usage diff --git a/src/Umbraco.Web.UI.Client/src/common/services/util.service.js b/src/Umbraco.Web.UI.Client/src/common/services/util.service.js index d83a0f3eaa..008d0c2183 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/util.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/util.service.js @@ -348,7 +348,7 @@ function umbModelMapper() { * @param {String} source.name The node name * @param {String} source.icon The models icon as a css class (.icon-doc) * @param {Number} source.parentId The parentID, if no parent, set to -1 - * @param {path} source.path comma-seperated string of ancestor IDs (-1,1234,1782,1234) + * @param {path} source.path comma-separated string of ancestor IDs (-1,1234,1782,1234) */ /** This converts the source model to a basic entity model, it will throw an exception if there isn't enough data to create the model */ diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/slider/slider.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/slider/slider.controller.js index 2f26572fde..6aae47dcaf 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/slider/slider.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/slider/slider.controller.js @@ -38,7 +38,7 @@ /** This creates the slider with the model values - it's called on startup and if the model value changes */ function createSlider() { - //the value that we'll give the slider - if it's a range, we store our value as a comma seperated val but this slider expects an array + //the value that we'll give the slider - if it's a range, we store our value as a comma separated val but this slider expects an array var sliderVal = null; //configure the model value based on if range is enabled or not @@ -121,7 +121,7 @@ }); - //load the seperate css for the editor to avoid it blocking our js loading + //load the separate css for the editor to avoid it blocking our js loading assetsService.loadCss("lib/slider/slider.css"); } diff --git a/src/Umbraco.Web.UI.Client/test/config/app.unit.js b/src/Umbraco.Web.UI.Client/test/config/app.unit.js index fd29fd30b8..b1d192c495 100644 --- a/src/Umbraco.Web.UI.Client/test/config/app.unit.js +++ b/src/Umbraco.Web.UI.Client/test/config/app.unit.js @@ -8,6 +8,6 @@ var app = angular.module('umbraco', [ 'ngCookies' ]); -/* For Angular 1.2: we need to load in Routing seperately +/* For Angular 1.2: we need to load in Routing separately 'ngRoute' */ \ No newline at end of file diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/uQuery.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/uQuery.cs index 0e17c0400f..00d89a1722 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/uQuery.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/uQuery.cs @@ -121,7 +121,7 @@ namespace umbraco /// /// build a string array from a csv /// - /// string of comma seperated values + /// string of comma separated values /// An array of node ids as string. public static string[] GetCsvIds(string csv) { diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/users/NodePermissions.ascx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/users/NodePermissions.ascx.cs index e7b585f975..26a601a9ac 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/users/NodePermissions.ascx.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/users/NodePermissions.ascx.cs @@ -61,7 +61,7 @@ namespace umbraco.cms.presentation.user } /// - /// The JavaScript method to call when a node is checked. The method will receive a comma seperated list of node IDs that are checked. + /// The JavaScript method to call when a node is checked. The method will receive a comma separated list of node IDs that are checked. /// public string OnClientItemChecked { diff --git a/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.Designer.cs b/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.Designer.cs index 645332f848..9f8f68a478 100644 --- a/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.Designer.cs +++ b/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.Designer.cs @@ -118,7 +118,7 @@ namespace umbraco.editorControls.MultiNodeTreePicker } /// - /// Looks up a localized string similar to You can specify to store the data in Umbraco as comma seperated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma seperated makes it easier to work with the data using the API such as Node factory.. + /// Looks up a localized string similar to You can specify to store the data in Umbraco as comma separated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma separated makes it easier to work with the data using the API such as Node factory.. /// public static string Desc_StoreAsComma { get { diff --git a/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.resx b/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.resx index 0224ee5734..c5636104af 100644 --- a/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.resx +++ b/src/umbraco.editorControls/MultiNodeTreePicker/MNTPResources.resx @@ -136,7 +136,7 @@ Define the starting node that should be rendered for the picker. This will ensure that the correct security measures are in place by checking the defined start node ID for the user accessing the picker. In some cases, if the user is not able to view the node, then the picker will render an error message. - You can specify to store the data in Umbraco as comma seperated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma seperated makes it easier to work with the data using the API such as Node factory. + You can specify to store the data in Umbraco as comma separated or as XML. By default it is stored as XML which makes it easier to use the saved value in XSLT, however, storing it as comma separated makes it easier to work with the data using the API such as Node factory. This XPath expression is used to select a starting node and depends on the XPath expression type chosen (global or from current). <u>IMPORTANT</u>: This XPath expression should be written to match <b>ONE</b> node, if the expression matches more than one node, then the first node matched will be used as the start node. diff --git a/src/umbraco.editorControls/MultiNodeTreePicker/MNTP_DataType.cs b/src/umbraco.editorControls/MultiNodeTreePicker/MNTP_DataType.cs index 1933b1dc8d..3fad3c54ea 100644 --- a/src/umbraco.editorControls/MultiNodeTreePicker/MNTP_DataType.cs +++ b/src/umbraco.editorControls/MultiNodeTreePicker/MNTP_DataType.cs @@ -77,7 +77,7 @@ namespace umbraco.editorControls.MultiNodeTreePicker } /// - /// Value indicating whether to store as comma seperated or Xml + /// Value indicating whether to store as comma separated or Xml /// public bool StoreAsCommaDelimited { diff --git a/src/umbraco.editorControls/macrocontainer/PrevalueEditor.cs b/src/umbraco.editorControls/macrocontainer/PrevalueEditor.cs index b8aab80f5f..8b4c264662 100644 --- a/src/umbraco.editorControls/macrocontainer/PrevalueEditor.cs +++ b/src/umbraco.editorControls/macrocontainer/PrevalueEditor.cs @@ -121,7 +121,7 @@ namespace umbraco.editorControls.macrocontainer #region Methods /// - /// Returns the selected Macro's in a comma seperated string + /// Returns the selected Macro's in a comma separated string /// private string GetSelectedMacosFromCheckList() { diff --git a/src/umbraco.editorControls/umbraco.editorControls.csproj b/src/umbraco.editorControls/umbraco.editorControls.csproj index 1266015268..ba28ab485a 100644 --- a/src/umbraco.editorControls/umbraco.editorControls.csproj +++ b/src/umbraco.editorControls/umbraco.editorControls.csproj @@ -437,7 +437,9 @@ ResXFileCodeGenerator MediaChooserScripts.Designer.cs - + + Designer + textFieldDataEditor.cs Designer