Skip to content
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

add create language test #11307

Closed
wants to merge 161 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
161 commits
Select commit Hold shift + click to select a range
b6268e3
Bump version to 8.17.0-rc2
BatJan Sep 14, 2021
649d7fd
Added UmbracoBuilderExtensions.AddNotificationsFromAssembly to help a…
mclausen Sep 27, 2021
61de77f
Implemented debug dashboard with hardcoded data
Sep 27, 2021
74a232d
Execute CopyUmbracoAssets @ BeforeBuild to prevent Rebuild failures
OzoneNZ Sep 29, 2021
bceebea
V9 Move sln files to root (#11212)
Sep 29, 2021
9c0de19
Merge pull request #11216 from OzoneNZ/v9/bugfix/static-assets-copy
Sep 30, 2021
5c0e42e
Allows replacing MainDom with alternate DB
Shazwazza Sep 10, 2021
97ecb07
Fixes #11206 (#11225)
nul800sebastiaan Sep 30, 2021
11ad3fc
Bump version to 8.17.0
nul800sebastiaan Sep 30, 2021
4ea1f46
Implemented variable data instead of hardcoded
Sep 30, 2021
95568b2
Updated to display framework
Sep 30, 2021
c4e14d1
Updated to display default language
Sep 30, 2021
22ca290
Added Unit Tests
Sep 30, 2021
a3e6870
fix js projects in sln
bergmania Oct 1, 2021
8295981
Bump to 9.1.0
bergmania Oct 1, 2021
d42b51d
Created Cypress test and renamed folder
Zeegaan Oct 1, 2021
ef8a705
Update help.controller.js
Zeegaan Oct 1, 2021
213d8c0
Remove inherited property group id/key when local properties are adde…
ronaldbarendse Oct 4, 2021
5a3efa7
Remove inherited property group id/key when local properties are adde…
ronaldbarendse Oct 4, 2021
5300d74
Bump version to 9.0.1
bergmania Oct 4, 2021
779f3b7
Merge remote-tracking branch 'origin/v8/8.17' into v9/dev
bergmania Oct 4, 2021
17e53e4
Fixed Folder structure
Oct 4, 2021
45badbd
Apply suggestions from code review
Zeegaan Oct 4, 2021
e4e1d7f
Fixed folders
Oct 4, 2021
fed6eaa
Avoid breaking changes from merge.
bergmania Oct 4, 2021
9c39cc4
Updated based on review
Oct 4, 2021
9214db8
fixed cypress test
Oct 4, 2021
2922871
https://github.com/umbraco/Umbraco-CMS/issues/11227
bergmania Oct 4, 2021
9242994
Don't search in array
Oct 4, 2021
9a04150
Try and make input block more specific
Oct 4, 2021
8330dec
Make system information run locally on linux
nikolajlauridsen Oct 4, 2021
eaa0f46
Ensured order of Deploy artifact dependencies irrespective of ICU or …
AndyButland Oct 4, 2021
f3f6744
Ensured order of Deploy artifact dependencies irrespective of ICU or …
AndyButland Oct 4, 2021
02d89ce
https://github.com/umbraco/Umbraco-CMS/issues/11263
bergmania Oct 4, 2021
c5ddc3d
Change template helper to use async partials (#11243)
louisjrdev Oct 4, 2021
4d4fa4d
https://github.com/umbraco/Umbraco-CMS/issues/11188
bergmania Oct 4, 2021
1deab9a
Fixed flaky test
Oct 5, 2021
8a6d028
Fixed flaky test v2
Oct 5, 2021
44f14c9
Added more stability to test
Zeegaan Oct 5, 2021
287022c
Merge pull request #11262 from umbraco/v9/bugfix/11227_GetDictionaryV…
nikolajlauridsen Oct 5, 2021
53df7c6
Merge pull request #11266 from umbraco/v9/bugfix/11263_use_email_from…
Zeegaan Oct 5, 2021
e3ff40b
Tried to fix stability
Oct 5, 2021
fa6f96d
stability wait
Oct 5, 2021
931e917
Force ICU usage on windows.
bergmania Oct 5, 2021
c05d6b7
Move timeout
Oct 5, 2021
62f2bdb
Removed obsolete method
Oct 5, 2021
80c7496
Updated UmbracoPocoDataBuilder.cs
Oct 5, 2021
0d90a78
Try and fix acceptance tests
Oct 5, 2021
846b1c4
Merge pull request #11268 from umbraco/v9/bugfix/11188_Missing_JSON_S…
Zeegaan Oct 5, 2021
a013cfb
Merge pull request #11277 from umbraco/v9/bugfix/11081_userRepo_doesn…
nikolajlauridsen Oct 5, 2021
223e866
Fixed bug where the wrong schema was signed in.
bergmania Oct 5, 2021
9b64219
Fixed to not use remember me type
bergmania Oct 5, 2021
a649287
Remove all ImageSharp.Web Processors and the re-add in the correct order
Jeavon Oct 1, 2021
ca80ecf
Merge remote-tracking branch 'origin/v9/9.0' into v9/9.0
bergmania Oct 6, 2021
d311cc3
Merge pull request #11288 from umbraco/v9/bugfix_for_2fa_user_auth
nikolajlauridsen Oct 6, 2021
114ab93
Moved endpoint to new controller to avoid issue with too hard access …
bergmania Oct 6, 2021
1bd827c
Execute CopyUmbracoAssets @ BeforeBuild to prevent Rebuild failures
OzoneNZ Sep 29, 2021
83e79f9
Merge pull request #11276 from umbraco/v9/bugfix/force_icu_on_windows…
nikolajlauridsen Oct 6, 2021
2a29cdc
Allow opt out of import embedded schema file (#11296)
bergmania Oct 6, 2021
1921fd8
Verify that root node has domains when multilingual content is published
Oct 6, 2021
740dfcc
Verify that published culture has domain
Oct 6, 2021
a605944
Localize speech bubble text
Oct 6, 2021
9e05bf1
Add translations
Oct 6, 2021
be66e2e
Updated cypress test to use newly created helper method
Oct 6, 2021
0be6121
Updated test to actually cleanup
Oct 6, 2021
7b6bf78
Add GetAncestorIds extension method
Oct 6, 2021
a8bd71b
Check ancestors for any configured domains
Oct 6, 2021
e786491
Added CopyRazorGenerateFilesToPublishDirectory to the template (#11301)
bergmania Oct 6, 2021
9e5520f
Only warn about cultures actually being published
Oct 6, 2021
bef1cce
Exposes the entity containers (folders) created during a package inst…
AndyButland Oct 6, 2021
48c304a
add create language test
jmayntzhusen Oct 6, 2021
56c97e1
Add ModelsBuilder unit tests to cover Inheritance and Composition (#1…
JasonElkin Oct 6, 2021
b74bed3
Add test to update user
jmayntzhusen Oct 4, 2021
9d4a057
Merge remote-tracking branch 'origin/v9/9.0' into v9/dev
bergmania Oct 7, 2021
4446de9
Merge branch 'v9/dev' into v9/feature/debug-dashboard
Oct 7, 2021
861be72
Updated systeminformation to use more helper methods
Oct 7, 2021
1a25f72
Updated test for the last time i swear
Oct 7, 2021
09a35ef
Fixed breaking change
Oct 7, 2021
70831bb
Update src/Umbraco.Web.BackOffice/Controllers/CurrentUserController.cs
Zeegaan Oct 7, 2021
ae39256
Specify constructor for DI
Oct 7, 2021
0f803ec
Add ContentCultureInfosCollectionBuilder test builder
Oct 7, 2021
df1d456
Add ContentCultureInfosBuilder
Oct 7, 2021
11bfef4
Add unit test
Oct 7, 2021
d6b4fd5
Merge pull request #11230 from umbraco/v9/feature/debug-dashboard
Zeegaan Oct 7, 2021
501ba24
Add more unit tests
Oct 7, 2021
54eeaed
v9: bugfix 11228 Blocklist stylesheet path includes wwwroot (#11298)
Zeegaan Oct 7, 2021
f0f8874
Add integration test
Oct 7, 2021
79fdb9a
Merge branch 'v9/dev' into v9/contrib
nul800sebastiaan Oct 8, 2021
8e7fb89
Use proper notifications instead of event messages
Oct 8, 2021
5a82d8e
Also display warning when publishing with descendants
Oct 8, 2021
8112e1a
Add intergration test
Oct 8, 2021
597b6f4
Add final integration test
Oct 8, 2021
161fc7d
Use hashset instead of list for assigned domains
Oct 8, 2021
e7da855
Added support for Smtp PickupDirectory (#11253)
louisjrdev Oct 9, 2021
bea143f
Allow local API when using AspNetCore identity
Oct 1, 2021
9f72b7b
Change references of Web.config to be appsettings.json (#11244)
louisjrdev Oct 10, 2021
9a5960b
Fixes (hides) customize button when connection string is already conf…
Oct 10, 2021
a2f0585
add cypress test for deleting a user (#11282)
jemayn Oct 10, 2021
10d1d3c
Update ImageSharp to version 1.0.4
brianpopow Oct 6, 2021
15aa713
Added missing GetCropUrl overload for MediaWithCrops (#11201)
lauraneto Oct 10, 2021
8989c4a
Add positioning context
greystate Oct 9, 2021
3dcfb6a
added vm. in front of the enterSubmitFolder method call on ng-keydown
prjseal Oct 7, 2021
49132e2
8258: Added create dictionary item button
patrickdemooij9 Oct 5, 2021
de12605
Remove remaining web.config references in translation files (#11344)
nul800sebastiaan Oct 11, 2021
7524b78
Added missing documentation to Image Cropper Extensions
lauraneto Oct 9, 2021
243d0bb
Implement IUserSessionStore<BackOfficeIdentityUser> to fix timeout bu…
Oct 11, 2021
d222972
Localization add tab text dutch (#11346)
erikjanwestendorp Oct 12, 2021
5fe30c7
Fixed breaking change!
bergmania Oct 12, 2021
90aebde
Cherry picked fix from v8 and updated test for v9
Oct 12, 2021
303976b
Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/…
Zeegaan Oct 12, 2021
eb7e01f
Merge pull request #11358 from umbraco/v9/bugfix/11290_fix_incorrect_…
Zeegaan Oct 12, 2021
7c2f5c9
Add EN translations
Oct 12, 2021
04f53b7
Ability to remove trees in the backoffice
patrickdemooij9 Oct 2, 2021
3f5d9df
Merge branch 'v9/dev' into v9/contrib
nul800sebastiaan Oct 12, 2021
6fcef7b
Ensure current thread culture
Zeegaan Oct 12, 2021
ab0ac0f
Ensure current thread culture
Zeegaan Oct 12, 2021
ee22d26
Merge remote-tracking branch 'origin/v9/feature/add-notifcation-for-u…
Zeegaan Oct 12, 2021
1605dc1
11048: Bugfix for groups and properties that get replaced (#11257)
patrickdemooij9 Oct 12, 2021
5c25567
Return tempFiles
matthewcare Oct 5, 2021
e64d1ff
Removed check for message
Zeegaan Oct 14, 2021
4c616dc
Merge branch 'v9/dev' into v9/feature/add-notifcation-for-url-collision
Zeegaan Oct 14, 2021
7379387
Added logging
Zeegaan Oct 14, 2021
76a8d4c
Added logging in test
Zeegaan Oct 14, 2021
6e540de
Added additional logging
Zeegaan Oct 14, 2021
885281f
Added Assembly attributes
Zeegaan Oct 14, 2021
d992a6e
Changed default language for Unit & Integration tests to en-US
Zeegaan Oct 14, 2021
d184f82
Added removed language array back
Zeegaan Oct 14, 2021
563babd
Removed logging from tests
Zeegaan Oct 14, 2021
e0cac5e
Apply suggestions from code review
nikolajlauridsen Oct 15, 2021
28c9b9b
Add constants for ISO codes in ContentControllerTests
Oct 15, 2021
ebd0d95
Merge branch 'v9/feature/add-notifcation-for-url-collision' of https:…
Oct 15, 2021
cc74e3f
Remove unused using
Oct 15, 2021
48003e0
Check ancestors for published culture
Oct 15, 2021
ee6abde
Merge pull request #11328 from umbraco/v9/feature/add-notifcation-for…
Zeegaan Oct 15, 2021
14fe7d9
Added more detailed message when deleting items in the list view (#11…
prjseal Oct 16, 2021
8703d7c
Rename importdocumenttype to importDocumentType and emptyrecyclebin t…
Oct 7, 2021
0d7c6e4
Update src/Umbraco.Core/Extensions/UmbracoBuilderExtensions.cs
mclausen Oct 17, 2021
58d980c
Update src/Umbraco.Core/Extensions/UmbracoBuilderExtensions.cs
mclausen Oct 17, 2021
e04efe6
Minor edits to the XPath query help sheet (#11385)
greystate Oct 17, 2021
c9d71ec
Merge remote-tracking branch 'origin/v9/9.0' into v9/dev
bergmania Oct 18, 2021
616b577
Merge remote-tracking branch 'origin/v9/dev' into v9/dev
bergmania Oct 18, 2021
05f5c8d
Also detect localdb 15
bergmania Oct 18, 2021
434ce0f
Merge pull request #11199 from umbraco/register-notification-extension
Zeegaan Oct 18, 2021
1d2272f
Content app for dictionary items
patrickdemooij9 Oct 7, 2021
c005673
Merge pull request #11394 from umbraco/v9/bugfix/support_localdb_15
Zeegaan Oct 18, 2021
00133e8
Move test projects from src/ to tests/ (#11357)
Oct 18, 2021
8be613c
Merge branch 'v9/dev' into v9/contrib
Oct 18, 2021
ad66d61
Move new test
Oct 18, 2021
69f8e54
Restore BelleBuild target (for back-office assets) and use npm ci (#1…
Oct 19, 2021
e7f8e69
Link insertion with no selected text
matthewcare Oct 6, 2021
215ef3d
Update background size
matthewcare Oct 11, 2021
02481f8
requireExactSource needs to be disabled in order to properly attach t…
callumbwhyte Oct 19, 2021
e8a6a92
Further clarification around where configuration goes
nul800sebastiaan Oct 20, 2021
e5549b7
Fix logger message placeholders being parsed literally instead of sub…
OzoneNZ Oct 20, 2021
2d34624
adding . applying filter
Oct 19, 2021
27f50e7
Revert "Content app for dictionary items"
nul800sebastiaan Oct 24, 2021
742b8eb
Update Examine
matthewcare Oct 21, 2021
ba73a39
add delete language test (#11380)
jemayn Oct 26, 2021
2eba1a8
add create language test
jmayntzhusen Oct 6, 2021
ccc570c
Merge branch 'cy-create-language' of https://github.com/jemayn/Umbrac…
jmayntzhusen Oct 26, 2021
6e92eca
fix bug, move test to new folder and add type definitions
Oct 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
462 changes: 436 additions & 26 deletions .editorconfig

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ There are two big areas that you should know about:
You may need to run the following commands to set up gulp properly:
```
npm cache clean --force
npm install
npm ci
npm run build
```
The caching for the back office has been described as 'aggressive' so we often find it's best when making back office changes to disable caching in the browser to help you to see the changes you're making.
Expand Down
144 changes: 45 additions & 99 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
.DS_Store
._.DS_Store
.vs/
/local/
.idea/

# Build directories
[Bb]in/
[Db]ebug*/
[Rr]elease*/
obj/
[Oo]bj/
[Db]ebug/
[Rr]elease/

# Tools
_ReSharper*/
Expand All @@ -35,122 +35,68 @@ _NCrunch_*/
*.ncrunchproject
*.crunchsolution.cache
tools/NDepend/

[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
[sS]ource
[sS]andbox
umbraco.config
App_Data/TEMP/*
[Uu]mbraco/[Pp]resentation/[Uu]mbraco/[Pp]lugins/*
[Uu]mbraco/[Pp]resentation/[Uu]ser[Cc]ontrols/*
[Uu]mbraco/[Pp]resentation/[Ss]cripts/*
[Uu]mbraco/[Pp]resentation/[Ff]onts/*
[Uu]mbraco/[Pp]resentation/[Cc]ss/*

src/Umbraco.Tests/App_Data/*

umbraco/presentation/umbraco/plugins/uComponents/uComponentsInstaller.ascx
umbraco/presentation/packages/uComponents/MultiNodePicker/CustomTreeService.asmx

src/Umbraco.Tests/config/applications.config
src/Umbraco.Tests/config/trees.config
src/Umbraco.Tests/config/404handlers.config
src/Umbraco.Tests/[Cc]onfig/umbracoSettings.config
src/packages/
src/packages/repositories.config

*.transformed

node_modules
lib-bower

src/Umbraco.Web.UI.Client/[Bb]uild/*
src/Umbraco.Web.UI.Client/[Bb]uild/[Bb]elle/

src/Umbraco.Web.UI.Client/src/[Ll]ess/*.css
src/Umbraco.Web.UI.Client/vwd.webinfo

src/*.psess
src/*.vspx

*.psess
*.vspx
NDependOut/*
QueryResult.htm

build/ApiDocs/*
build/ApiDocs/Output/*
src/Umbraco.Web.UI.Client/bower_components/*
tools/docfx/*

# Ignore rule for clearing out Belle (avoid rebuilding all the time)
preserve.belle

# Ignore rule for output of generated documentation files from grunt docserve
src/Umbraco.Web.UI.Docs/api
src/Umbraco.Web.UI.Docs/package-lock.json
src/*.boltdata/
src/umbraco.sln.ide/*
src/.vs/

src/Umbraco.Tests/[Mm]edia
tools/docfx/*
apidocs/_site/*
src/*/project.lock.json
src/.idea/*

apidocs/api/*
build/docs.zip
build/ui-docs.zip
build/csharp-docs.zip
src/packages/
src/PrecompiledWeb/*

# Build
build.out/
build.tmp/
build/hooks/
build/temp/

# Acceptance tests
cypress.env.json
/src/Umbraco.Tests.AcceptanceTest/cypress/support/chainable.ts
/src/Umbraco.Tests.AcceptanceTest/package-lock.json
/src/Umbraco.Tests.AcceptanceTest/cypress/videos/
/src/Umbraco.Tests.AcceptanceTest/cypress/screenshots/

/src/Umbraco.Web.UI.Client/TESTS-*.xml
/src/ApiDocs/api/*
/src/Umbraco.Web.UI.Client/package-lock.json
/src/Umbraco.Web.UI/wwwroot/Media/*
/src/Umbraco.Tests.Integration/App_Data/*
/src/Umbraco.Tests.Integration/TEMP/*
/src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/assets/*
/src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/js/*
/src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/lib/*
/src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/views/*
/src/Umbraco.Web.UI/wwwroot/App_Data/TEMP/*
/src/Umbraco.Web.UI/App_Data/Logs/*
/src/Umbraco.Web.UI/App_Data/TEMP/TypesCache/*
/src/Umbraco.Web.UI/App_Data/TEMP/*
/src/Umbraco.Web.UI/App_Data/Smidge/Cache/*
/src/Umbraco.Web.UI/[Uu]mbraco/[Ll]ogs
/src/Umbraco.Web.UI/[Uu]mbraco/[Dd]ata/*
/src/Umbraco.Web.UI/[Uu]mbraco/[Mm]odels/*
/src/Umbraco.Web.UI/[Vv]iews/*.vbhtml
/src/Umbraco.Web.UI/appsettings.json
/src/Umbraco.Web.UI/appsettings.Development.json
/src/Umbraco.Web.UI/appsettings.Local.json


src/Umbraco.Tests.Integration/umbraco/Data/
src/Umbraco.Tests.Integration/umbraco/logs/

src/Umbraco.Tests.Integration/Views/

src/Umbraco.Tests/TEMP/

src/Umbraco.Tests.UnitTests/umbraco/Data/TEMP/
src/Umbraco.Tests.Integration.SqlCe/umbraco/Data/TEMP/
src/Umbraco.Tests.Integration.SqlCe/DatabaseContextTests.sdf
# Build output
build/docs.zip
build/ui-docs.zip
build/csharp-docs.zip
build/ApiDocs/*
build/ApiDocs/Output/*
src/ApiDocs/api/*

# Environment specific data
src/Umbraco.Web.UI.Client/[Bb]uild/*
src/Umbraco.Web.UI.Client/[Bb]uild/[Bb]elle/
src/Umbraco.Web.UI.Client/src/[Ll]ess/*.css
src/Umbraco.Web.UI.Client/TESTS-*.xml
src/Umbraco.Web.UI/[Uu]mbraco/[Dd]ata/*
src/Umbraco.Web.UI/[Uu]mbraco/[Ll]ogs
src/Umbraco.Web.UI/[Uu]mbraco/[Mm]odels/*
src/Umbraco.Web.UI/appsettings.Development.json
src/Umbraco.Web.UI/appsettings.json
src/Umbraco.Web.UI/appsettings.Local.json
src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/assets/*
src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/js/*
src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/lib/*
src/Umbraco.Web.UI/wwwroot/[Uu]mbraco/views/*
src/Umbraco.Web.UI/wwwroot/Media/*

# Tests
cypress.env.json
tests/Umbraco.Tests.AcceptanceTest/cypress/screenshots/
tests/Umbraco.Tests.AcceptanceTest/cypress/support/chainable.ts
tests/Umbraco.Tests.AcceptanceTest/cypress/videos/
tests/Umbraco.Tests.Integration.SqlCe/DatabaseContextTests.sdf
tests/Umbraco.Tests.Integration.SqlCe/umbraco/Data/TEMP/
tests/Umbraco.Tests.Integration/TEMP/*
tests/Umbraco.Tests.Integration/umbraco/Data/
tests/Umbraco.Tests.Integration/umbraco/logs/
tests/Umbraco.Tests.Integration/Views/
tests/Umbraco.Tests.UnitTests/umbraco/Data/TEMP/

# Ignore auto-generated schema
src/Umbraco.Web.UI/umbraco/config/appsettings-schema.json
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"args": [],
"cwd": "${workspaceFolder}/src/Umbraco.Web.UI",
"stopAtEntry": false,
"requireExactSource": false,
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
"action": "openExternally",
Expand Down
22 changes: 6 additions & 16 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>

<!-- Package references and additional files which are consumed by all projects -->
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" IsImplicitlyDefined="true" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)linting\stylecop.json" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" IsImplicitlyDefined="true" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>

<Choose>
<When Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectFile), 'Tests'))">
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)linting\codeanalysis.tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)linting\codeanalysis.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</Otherwise>
</Choose>

<!-- Specify rule set for all projects -->
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)codeanalysis.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</Project>
26 changes: 0 additions & 26 deletions Directory.Build.targets

This file was deleted.

18 changes: 5 additions & 13 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
this is Umbraco's NuGet configuration,
content of this file is merged with the system-wide configuration,
at %APPDATA%\NuGet\NuGet.config
-->
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="UmbracoCoreMyGet" value="https://www.myget.org/F/umbracocore/api/v3/index.json" />
<add key="SmidgeAppVeyor" value="https://ci.appveyor.com/nuget/smidge" />
<add key="Umbraco Nightly" value="https://www.myget.org/F/umbraconightly/api/v3/index.json" />
</packageSources>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Umbraco Nightly" value="https://www.myget.org/F/umbraconightly/api/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
59 changes: 0 additions & 59 deletions build/Azure/azuregalleryrelease.ps1

This file was deleted.

6 changes: 1 addition & 5 deletions build/NuSpecs/UmbracoCms.StaticAssets.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
<file src="$BuildTmp$\WebApp\wwwroot\umbraco\**\*.*" target="content\wwwroot\umbraco" />
<file src="$BuildTmp$\WebApp\umbraco\**\*.*" target="content\umbraco" />

<!-- Readme -->
<file src="tools\Readme.txt" target="Readme.txt" />
<file src="tools\ReadmeUpgrade.txt" target="ReadmeUpgrade.txt" />

<!-- UmbracoCms props and targets used to copy the content into the solution -->
<file src="build\**" target="buildTransitive\" />
<file src="buildTransitive\**" target="buildTransitive\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<UmbracoWwwrootName Condition="'$(UmbracoWwwrootName)' == ''">umbraco</UmbracoWwwrootName>
</PropertyGroup>

<Target Name="CopyUmbracoAssets" BeforeTargets="Build">
<Target Name="CopyUmbracoAssets" BeforeTargets="BeforeBuild">
<ItemGroup>

<ContentFiles Include="$(ContentFilesPath)" />
<ContentWwwrootFiles Include="$(ContentWwwrootFilesPath)" />
</ItemGroup>
Expand Down
8 changes: 0 additions & 8 deletions build/NuSpecs/tools/ClientDependency.config.install.xdt

This file was deleted.

27 changes: 0 additions & 27 deletions build/NuSpecs/tools/Readme.txt

This file was deleted.

Loading