Bjarke Berg
2b8be2cf00
Netcore: Move files from Web/Routing to Abstractions/Routing ( #7642 )
...
* AB4951 - Move routing files to abstractions
* Changed UriUtility from static to instance
* Moved more files from Routing in web to Abstractions
* Moved UrlProvider to Abstractions
* Moved PublishedRequest to Abstractions
2020-02-17 12:07:51 +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
Robert Foster
a3bf9d2a51
Renamed "DermineIsChildOfListView" to "DetermineIsChildOfListView"
2020-02-02 13:00:40 +01:00
Benjamin Carleski
a379e01578
Replace Current.Services references with DI where possible
2020-01-22 21:43:25 -08:00
Bjarke Berg
d5527f0485
AB3677 - Removed lot of stuff from Current (Core) and uses Current (Web) instead
2019-12-19 10:43:34 +01:00
Shannon
3dbebfb153
Refactors the usage of ICultureDictionary so its injectable, removes more uses of Current, removes unused methods relying on System.Web
2019-11-22 13:13:19 +11:00
Bjarke Berg
e5c3b1f8aa
AB3649 - More refactor of Property to IProperty...
2019-11-08 15:10:05 +01:00
Andy Butland
9fffdb407a
Provided alternative messages for users that do and do not have access to document/media types for when trying to create content or media and no types can be created.
...
Where they do, provided a link to go to the page where child nodes can be edited.
2019-06-23 13:02:15 +02:00
Stephan
6c8ded6275
Better mapping of enumerable
2019-04-08 16:41:33 +02:00
Stephan
9eb1415796
Fix mapping of enumerable
2019-04-08 10:05:21 +02:00
Stephan
6aeea47f6f
Minor fix
2019-04-07 11:27:34 +02:00
Stephan
8049c40f90
Stop exposing mapper in MapperContext
2019-04-07 11:26:47 +02:00
Stephan
1af431a27d
Merge pull request #5181 from kjac/v8-fix-variant-listview
...
V8: Fix YSOD on variant content listview
2019-04-07 10:34:01 +02:00
Kenn Jacobsen
9326aac6d3
Pass the mapping context when mapping properties, to ensure that variant properties are mapped according to the current language context
2019-04-06 21:53:40 +02:00
Kenn Jacobsen
cb921b1fe2
Pass the mapping context when mapping properties, otherwise variant properties can't be mapped due to missing culture in mapping context
2019-04-06 21:39:16 +02:00
Stephan
7a6884d208
Rename mapper stuff
2019-04-03 10:39:49 +02:00