Bjarke Berg
c76fff9d04
Merge pull request #7618 from AndyButland/netcore/7617-published-content-element-property-extension-methods
...
Netcore: Migrate various extension methods on IPublishedContent, IPublishedElement and IPublishedProperty to Umbraco.Abstractions
2020-02-11 10:20:10 +01:00
Bjarke Berg
ef7af69731
https://github.com/umbraco/Umbraco-CMS/issues/7138 - Injected IIOHelper ( #7581 )
...
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com >
2020-02-10 11:23:23 +01:00
Bjarke Berg
b850b3c8fe
AB4950 - Created new Umbraco.Web.BackOffice project. Moved dashboards into this new project ( #7615 )
2020-02-10 09:06:29 +01:00
Bjarke Berg
99e011dc01
Moved search files to abstractions and infrastructure
2020-02-09 18:09:01 +01:00
Bjarke Berg
1d25caaf14
Removed unused nuget from Umbraco.Web
2020-02-09 10:27:32 +01:00
Andy Butland
0c0b94b10f
Migrate various extension methods on IPublishedContent, IPublishedElement and IPublishedProperty to Umbraco.Abstractions
2020-02-08 10:02:33 +01:00
Bjarke Berg
35a736e6cd
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Core/IO/SystemDirectories.cs
# src/Umbraco.Core/Udi.cs
# src/Umbraco.Core/Umbraco.Core.csproj
2020-02-07 10:04:28 +01:00
Sebastiaan Janssen
d285d40578
That safeguard unfortunately broke all the tests
2020-02-06 17:52:36 +01:00
Sebastiaan Janssen
fbd95f1c8e
Fixes problem with #7530 where UmbracoContext is empty when HtmlImageSourceParser gets initialized
2020-02-06 15:10:05 +01:00
Bjarke Berg
0bc843b06d
Merge remote-tracking branch 'origin/netcore/dev' into feature/netcore-publish-cache
2020-02-06 14:09:23 +01:00
Bjarke Berg
a018315404
Removed references from web and Models builder.. Moved some classes to do so
2020-02-06 14:09:16 +01:00
Bjarke Berg
c0a59cbad7
Renamed SqlCe Project
2020-02-06 08:49:02 +01:00
Bjarke Berg
ebe7445a58
Merge pull request #7580 from umbraco/netcore/feature/examine-lucene-as-new-csproj-style
...
NetCore: Replaced the Umbraco.Examine.Lucene.csproj with the new format
2020-02-06 05:53:57 +01:00
Bjarke Berg
4e3980dd71
Merge pull request #7491 from benjaminc/netcore/feature/7368-CleanupObsoletes
...
Remove obsolete Stylesheet constant and references
2020-02-05 11:36:08 +01:00
Bjarke Berg
e13c17b02d
Updated and aligned nuget package versions
2020-02-05 08:43:23 +01:00
Andy Butland
b0c752bc5c
Removed concrete type checks for back-office published cache details, so now working from interface. Renamed controller and FE assets to more generic name.
2020-02-04 19:18:35 +01:00
Andy Butland
28267087ef
Merge branch 'feature/netcore-publish-cache' of https://github.com/AndyButland/Umbraco-CMS into feature/netcore-publish-cache
...
# Conflicts:
# src/Umbraco.Web/PublishedContentExtensions.cs
2020-02-04 18:55:52 +01:00
Bjarke Berg
420d8d2ba8
Merge remote-tracking branch 'origin/netcore/dev' into feature/netcore-publish-cache
2020-02-04 07:14:41 +01:00
Bjarke Berg
47ca4a0207
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/3679-examine-netstandard
2020-02-03 14:18:27 +01:00
Robert Foster
a3bf9d2a51
Renamed "DermineIsChildOfListView" to "DetermineIsChildOfListView"
2020-02-02 13:00:40 +01:00
Andy Butland
b8bfdf1441
Restored type check for NuCache status controller.
...
Added service located extension method for retrieving creator and writer name.
2020-02-01 18:19:50 +01:00
Andy Butland
50c309e613
Removed type check for dashboard status URL from published status controller and moved to interface.
2020-01-31 15:52:08 +01:00
Andy Butland
9e89e18492
Migrated various IPublishedContent extension methods from web to core, removin use of service location.
...
Kept the original methods passing through to the core ones, providing the service located dependencies.
Used one of these migrated methods in the Umbraco.Infrastructure.PublishedCache project.
2020-01-31 15:33:31 +01:00
Andy Butland
d1373862e5
Removed Url property from IPublishedContent and amended usages to use the existing Url() extension method.
2020-01-31 13:09:33 +01:00
Andy Butland
f13abca1ac
Removed WriterName and CreatorName from IPublished content and replaced functionality with an extension methods requiring an instance of IUserService.
2020-01-31 11:28:52 +01:00
Andy Butland
171fce2ecb
Moved PublishedCache from Umbraco.Web into .Net standard project.
...
Returned to compiling state with a number of things to check and some temporarily commented out functionality.
2020-01-30 20:08:03 +01:00
Kenn Jacobsen
0a89fcc248
V8: Ensure consistent template file casing no matter how templa… ( #4889 )
...
Thanks Kenn! Wonderful, as ever
2020-01-30 16:06:15 +00:00
emma burstow
c7cceedbd6
Merge branch 'v8/contrib' into pr/5917
2020-01-30 10:50:47 +00:00
Bjarke Berg
bdade02164
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB4687-move-healthchecks-from-web
2020-01-29 11:52:28 +01:00
Bjarke Berg
03f1faf20d
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Web/Editors/UsersController.cs
# src/Umbraco.Web/Models/ChangingPasswordModel.cs
# src/Umbraco.Web/Templates/HtmlImageSourceParser.cs
2020-01-29 09:22:45 +01:00
Aleksandr Šmailov
537674a0b3
Improve RTE performance when using base64 images ( #7530 )
2020-01-29 08:53:08 +01:00
Shannon
c4b9a62e3b
Fixes netstandard references
2020-01-29 15:29:28 +11:00
Shannon
5b5aa4c499
All Lucene based logic is part of Umbraco.Examine.Lucene, no other part of Umbraco now knows about Lucene at all.
2020-01-29 12:24:57 +11:00
Lars-Erik Aabech
af7f03e1f7
Don't downcast IPublishedSnapshot unnecessarily in PublishedContent
2020-01-28 22:28:54 +01:00
elitsa
bd8ba35ff3
Fixing a boot error in FilePermissionHelper
2020-01-28 15:22:14 +01:00
elitsa
5ce8e29aa6
Moving Scheduling classes dependent on the recently moved HealthCheck classes - changing class accessibility level, installing needed nuget into Infrastructure proj
2020-01-28 14:38:18 +01:00
elitsa
550568dda6
Creating an interface for FilePermissionHelper, making the implementation (in Umbraco.Web) singleton and adding the interface to Umbraco.Abstractions. Changing static methods in FilePermissionHelper to instance ones and fixing old way of referencing those methods. Removing the usage of Current in FolderAndFilePermissionsCheck. Fixing tests - mocking the newly created IFilePermissionHelper
2020-01-28 13:48:44 +01:00
elitsa
6707ac4d5f
Getting the IISVersion through HostingEnvironment, rather than directly calling HttpRuntime, fixing base ctor signature
2020-01-28 13:41:54 +01:00
elitsa
aab8b58067
csprojs with moved files and added package
2020-01-28 13:34:19 +01:00
elitsa
ca863fce8d
Fixing modified method signature, using a magic string rather than using CustomErrorsMode (System.Web.Configuration)
2020-01-28 13:32:32 +01:00
elitsa
394377f20a
Moving classes from Web to Infrastructure without modifications - a unused usings are removed and HealthCheckNotificationMethodCollectionBuilder is made public
2020-01-28 13:25:38 +01:00
elitsa
1d79ab4877
Moving classes from Web to Abstractions without modifications - a few unused usings are removed
2020-01-28 13:22:33 +01:00
elitsa
559b6641a1
Moving last classes in Security folder - removing the usage of Current, refactoring var name, fixing modified method signature
2020-01-28 13:14:50 +01:00
Shannon
4183514b52
Renames Examine2 to Examine as the netstandard part
2020-01-28 17:11:43 +11:00
Shannon
69f4ea5484
Renames Umbraco.Examine project to Umbraco.Examine.Lucene for the Lucene implementation part
2020-01-28 17:09:45 +11:00
Shannon
0695d308c2
Moves remaining non-lucene stuff
2020-01-28 17:07:06 +11:00
Shannon
0343b302f3
Moving stuff to Examine2 (temp name) as a netstandard project, updates to latest Examine netstandard, moves constants to separate class.
2020-01-28 16:37:55 +11:00
Shannon
4cf4952a7e
Umbraco.Web still needs refs to Examine.Lucene for now. Going to try to split Umbraco.Examine into 2x projects
2020-01-28 15:38:23 +11:00
Shannon
58537ce11a
Updates to newer 2.0 version of Examine which has Examine.Core as netstandard
2020-01-28 15:21:58 +11:00
elitsa
c624919710
Moving Security HealthChecks to Abstractions proj
2020-01-27 16:38:02 +01:00