Kenn Jacobsen
764014fd63
Rename UmbracoVersion.Current to UmbracoVersion.Version
2021-02-19 14:26:55 +01:00
Mole
bf41c2eeaa
Netcore: Align namespaces ( #9801 )
...
* Rename Umbraco.Core namespace to Umbraco.Cms.Core
* Move extension methods in core project to Umbraco.Extensions
* Move extension methods in core project to Umbraco.Extensions
* Rename Umbraco.Examine namespace to Umbraco.Cms.Examine
* Move examine extensions to Umbraco.Extensions namespace
* Reflect changed namespaces in Builder and fix unit tests
* Adjust namespace in Umbraco.ModelsBuilder.Embedded
* Adjust namespace in Umbraco.Persistence.SqlCe
* Adjust namespace in Umbraco.PublishedCache.NuCache
* Align namespaces in Umbraco.Web.BackOffice
* Align namespaces in Umbraco.Web.Common
* Ensure that SqlCeSupport is still enabled after changing the namespace
* Align namespaces in Umbraco.Web.Website
* Align namespaces in Umbraco.Web.UI.NetCore
* Align namespaces in Umbraco.Tests.Common
* Align namespaces in Umbraco.Tests.UnitTests
* Align namespaces in Umbraco.Tests.Integration
* Fix errors caused by changed namespaces
* Fix integration tests
* Undo the Umbraco.Examine.Lucene namespace change
This breaks integration tests on linux, since the namespace wont exists there because it's only used on windows.
* Fix merge
* Fix Merge
2021-02-18 11:06:02 +01:00
Andy Butland
b87630250b
Removed unused private field and constructor variable for configuration global settings from UmbracoVersion.
...
Updated singleton created instances in CreateCompositionRoot to accept IOptions based parameters for configuration.
2020-09-03 11:36:57 +02:00
Andy Butland
510bd92e78
Amended injection of further settings to use IOptionsSnapshot.
2020-08-21 14:52:47 +01:00
Bjarke Berg
64dfa009f5
#6233 - version in config removed
2020-04-28 12:31:15 +02:00
Shannon
9ed925941f
Gets DB installation test working with runtime level checking
2020-03-30 17:25:29 +11:00
Bjarke Berg
90c2381c86
Renamed Umbraco.Abstractions to Umbraco.Core
2020-02-24 08:21:53 +01:00
Bjarke Berg
c6ca955d5a
Move some of the config to Umbraco.Configuration
2019-11-07 13:02:29 +01:00
Warren Buckley
69f7a1b7b9
Finish up remaining AppSetting keys as Constants
2019-01-31 12:05:56 +00:00
Chris Houston
193e24afd2
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
Bjarke Berg
49b2a9a080
Fixes for search of members + Removed fixme in member that apparently are not necessary after tags refactoring
2019-01-24 12:17:30 +01:00
Chris Houston
78319bae9e
Temp8 fix typos 2 ( #4130 )
2019-01-23 00:03:39 +01:00
Stephan
4a0b969777
Deal with fixme in Umbraco.Core
2019-01-21 16:01:37 +01:00
Stephan
42857ebc2a
Simplify version management, SolutionInfo is only the source now
2018-11-15 08:47:47 +01:00
Stephan
00017a0624
Version 8.0.0-alpha.52 for ModelsBuilder
2018-10-08 16:46:23 +02:00
Stephan
a1a06609b9
Version 8.0.0-alpha.50 with 3 NuGet packages
2018-09-04 09:36:58 +02:00
Stephan
f791198817
Version 8.0.0-alpha.49 for ModelsBuilder
2018-08-28 18:45:37 +02:00
Stephan
7a615133ff
Renormalize
2018-06-29 19:52:40 +02:00
Shannon
9d49ddba7c
Fixes installer including some c# bits, fixes the hash bang to be back to normal
2018-06-15 15:51:37 +10:00
Stephan
062a47f2aa
Use ModelsBuilder from NuGet, -alpha.44
2018-06-04 11:37:19 +02:00
Stephan
f92a03b996
Use ModelsBuilder from NuGet, -alpha.43
2018-06-04 11:32:53 +02:00
Stephan
baba390c7b
Version 8.0.0-alpha.41
2018-05-21 23:04:18 +02:00
Stephan
bd07a1ba5c
Version 8.0.0-alpha.40
2018-05-21 11:49:20 +02:00
Stephan
c13e3ec220
Version 8.0.0-alpha.37
2018-05-18 09:39:02 +02:00
Stephan
6e7bb41190
Version 8.0.0-alpha.36
2018-05-17 15:33:38 +02:00
Stephan
f44c5ad757
Cleanup nuget, bindings, build
2018-05-17 12:17:42 +02:00
Stephan
d56af5872d
Implement basic fallback plumbing (in progress)
2018-05-02 13:38:45 +02:00
Stephan
dc589f9b96
Fix csproj, nuspec
2018-04-16 16:08:26 +02:00
Shannon
881fbb7f76
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
...
# Conflicts:
# build/Modules/Umbraco.Build/Umbraco.Build.psm1
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/DatabaseContext.cs
# src/Umbraco.Core/IO/FileSystemProviderManager.cs
# src/Umbraco.Core/ObjectExtensions.cs
# src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSevenSevenZero/AddUserGroupTables.cs
# src/Umbraco.Core/PropertyEditors/ValueConverters/IntegerValueConverter.cs
# src/Umbraco.Core/Services/IdkMap.cs
# src/Umbraco.Core/Services/UserService.cs
# src/Umbraco.Core/packages.config
# src/Umbraco.Tests.Benchmarks/app.config
# src/Umbraco.Tests/UI/LegacyDialogTests.cs
# src/Umbraco.Web/Cache/MediaCacheRefresher.cs
# src/Umbraco.Web/Cache/UnpublishedPageCacheRefresher.cs
# src/Umbraco.Web/Features/DisabledFeatures.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/Mvc/UmbracoAuthorizeAttribute.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/ContextualPublishedMediaCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
# src/Umbraco.Web/PublishedContentQuery.cs
# src/Umbraco.Web/WebApi/Filters/FeatureAuthorizeAttribute.cs
# src/Umbraco.Web/packages.config
# src/Umbraco.Web/umbraco.presentation/umbraco/create/MemberGroupTasks.cs
2018-03-29 20:01:14 +11:00
Stephan
0a4878d2a3
Port v7@2aa0dfb2c5 - WIP
2018-03-27 10:04:07 +02:00
Sebastiaan Janssen
8c0ec489c2
Bump version to 7.11
2018-03-23 09:54:11 +01:00
Stephan
32e6aa4f6b
Version alpha.32 for ModelsBuilder
2018-03-20 16:21:26 +01:00
Shannon
830f460b7e
bumps version
2018-03-14 13:58:48 +11:00
Sebastiaan Jansssen
213ea6470f
Bump version to 7.9.2
2018-03-01 15:09:04 +01:00
Sebastiaan Jansssen
86bc50c61d
Bump version to 7.9.1
2018-02-28 13:27:53 +01:00
Sebastiaan Jansssen
e433daf5ff
Bump version to 7.9.0
2018-02-21 16:06:59 +01:00
Sebastiaan Jansssen
28eb4ff03a
Bump version to 7.8.1
2018-02-08 14:08:38 +01:00
Stephan
2f7f22961b
Version alpha.31 with ModelsBuilder alpha.14
2018-01-20 10:21:01 +01:00
Shannon
2fdd1c0bd2
bump version
2017-10-31 11:52:43 +11:00
Stephan
2305426dda
Version -alpha.30 with ModelsBuilder -alpha.13
2017-10-26 11:25:01 +02:00
Stephan
edc5b398bd
Version 8.0.0-alpha.29
2017-10-25 14:25:52 +02:00
Stephan
cf46a51866
Getting NestedContent and ModelsBuilder happy
2017-10-25 13:23:14 +02:00
Sebastiaan Janssen
7e7f9902f6
Bumps version to 7.7.4
2017-10-23 14:18:00 +02:00
Stephan
0fe96a58c1
Migrate to Umbraco.Build
2017-10-20 17:53:41 +02:00
Sebastiaan Janssen
80f172e3fb
Bump version to 7.7.3
2017-10-16 14:56:43 +02:00
Stephan
d32f18f9e7
Relax versionning, version 8.0.0-alpha.26
2017-09-29 18:33:33 +02:00
Shannon
efd1ea5b86
bumps version
2017-09-29 13:18:58 +10:00
Stephan
477acb4de3
Fix build, version 8.0.0-alpha024
2017-09-27 11:35:51 +02:00
Sebastiaan Janssen
0070d8b913
Bump version
2017-09-19 14:23:58 +02:00
Sebastiaan Janssen
0dfbe4d4eb
Bump version
2017-09-18 23:08:32 +02:00