Stephan
|
725fe61f91
|
Merge branch temp8 into temp8-di2690
|
2018-09-06 16:22:13 +02:00 |
|
Mads Rasmussen
|
33df7647d2
|
Merge pull request #2900 from umbraco/temp8-validation-quirks
v8 validation quirks
|
2018-09-06 15:00:05 +02:00 |
|
Stephan
|
d9d51584ea
|
Fix merge
|
2018-09-06 14:10:26 +02:00 |
|
Shannon
|
20c0185ddf
|
Adds unit tests for content controller
|
2018-09-06 17:37:47 +10:00 |
|
Stephan
|
31a356d98e
|
Merge branch temp8 into temp8-di2690
|
2018-08-29 12:15:39 +02:00 |
|
Stephan
|
e8dfca5635
|
Merge branch temp8 into temp8-di2690
|
2018-08-27 10:19:41 +02:00 |
|
Warren
|
9e996c68bb
|
Refactored the error params, so that exception is before the message/template so its more in sync with Serilog signature & was an easy way to find some more logs I missed too
|
2018-08-17 15:41:58 +01:00 |
|
Warren
|
23ed9773bc
|
FIRST PASS - Updates Umbraco.Web project to not use the func overload & to use new message template instead
|
2018-08-14 22:36:47 +01:00 |
|
Stephan
|
f049d1b479
|
Ensure PublishedRequest always has a culture
|
2018-08-01 10:42:50 +02:00 |
|
Stephan
|
2c66cdc102
|
Merge branch temp8 into temp8-di2690
|
2018-07-31 14:50:01 +02:00 |
|
Stephan
|
c209bdde5b
|
Fix routing, AliasUrlProvider
|
2018-07-31 14:48:30 +02:00 |
|
Shannon
|
d073e727cb
|
minor merge fixes
|
2018-07-31 15:11:31 +10:00 |
|
Stephan
|
97da0829a2
|
Refactor collection builders for IContainer
|
2018-07-20 16:36:46 +02:00 |
|
Stephan
|
9e9a0d301f
|
Cleanup and Refactor
|
2018-07-20 09:49:05 +02:00 |
|
Stephan
|
fded7db542
|
Merge branch temp8 into temp8-di
|
2018-07-18 10:46:42 +02:00 |
|
Shannon
|
ec1d013004
|
Manually merges the IgnorePublishedContentCollisions change, removes more service locator pattern, removes ContextMapper with UmbracoContext and instead uses IUmbracoContextAccessor and adjusts some DI.
|
2018-07-18 14:34:32 +10:00 |
|
Stephan
|
68d9b19f65
|
Merge branch temp8 into temp8-di
|
2018-07-12 19:24:24 +02:00 |
|
Shannon
|
7250b3d491
|
Fixes null checks on all parts of VariationContextAccessor.VariationContext.Culture and fixes translations with tokens for url collisions
|
2018-07-10 12:43:07 +10:00 |
|
Stephan
|
57d7888740
|
Merge branch temp8 into temp8-di
|
2018-07-06 17:49:02 +02:00 |
|
Stephan
|
fdfdd541e3
|
Content Url and Audit (in progress)
|
2018-07-06 12:20:10 +02:00 |
|
Stephan
|
ecf9a928d7
|
Refactor variations
|
2018-07-03 13:05:21 +02:00 |
|
Stephan
|
a697608529
|
Fix un/publishing with variants + urls
|
2018-07-03 13:05:20 +02:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Dawid Koruba
|
51ab9e32de
|
Change calls to logger.Debug method to use Func<string> parameter
|
2018-06-29 12:35:31 +02:00 |
|
Lars-Erik Aabech
|
91a5605341
|
MembershipHelper presumably working without property injection.
(But OMG! there's nearly no test coverage of Umbraco.Web :O )
|
2018-06-28 23:28:22 +02:00 |
|
Lars-Erik Aabech
|
4c201bcaaa
|
HttpModules able to get injection. UmbracoModule + rest (if implemented) gets dependencies injected through ContainerUmbracoModule.
|
2018-06-12 23:12:44 +02:00 |
|
Stephan
|
d4f884df74
|
Fix tests
|
2018-06-05 12:26:13 +02:00 |
|
Stephan
|
01927e1e53
|
Fix variation context accessor
|
2018-06-04 11:44:54 +02:00 |
|
Claus
|
2de0d5e09f
|
Merge pull request #2656 from umbraco/temp8-U4-11378
U4-11378 - ContentFinderByUrlAlias
|
2018-06-01 08:30:46 +02:00 |
|
Shannon
|
e6a354876d
|
disables ContentFinderByUrlAndTemplate
|
2018-06-01 01:00:51 +10:00 |
|
Stephan
|
5e39dd3ed0
|
U4-11378 - ContentFinderByUrlAlias
|
2018-05-31 12:54:10 +02:00 |
|
Stephan
|
6ce24bf1a1
|
Various fixes
|
2018-05-17 17:24:30 +02:00 |
|
Shannon
|
50659787ee
|
fixes published content Url for invariant
|
2018-05-17 15:26:06 +02:00 |
|
Shannon
|
b565b8be77
|
disables redirect tracking for now until we fix it to work with variants
|
2018-05-16 11:25:57 +02:00 |
|
Shannon
|
9c1451ecd3
|
Fixes LanguageRepository for deleting a lang, updates UrlProvider to have consistent method parameter order, updates UmbracoHelper to have culture params for getting URLs
|
2018-05-09 12:50:34 +10:00 |
|
Stephan
|
6051891280
|
Fixes
|
2018-05-08 11:06:07 +02:00 |
|
Shannon
|
85c739aed4
|
Merge branch 'temp8-U4-11227' into temp8-U4-11282
# Conflicts:
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/EntityRepository.cs
# src/Umbraco.Tests/Services/EntityServiceTests.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentCache.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
|
2018-05-08 12:31:03 +10:00 |
|
Shannon
|
0e19ec7495
|
Fixes logic for determining if a domain is published and fixes logic for getting a url name for a variant taking into account it's published status
|
2018-05-08 11:21:14 +10:00 |
|
Stephan
|
5247a9d143
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-07 18:27:30 +02:00 |
|
Stephan
|
912d89cdb3
|
Fix DomainHelper
|
2018-05-07 18:24:56 +02:00 |
|
Stephan
|
b35d28c568
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-03 15:12:42 +02:00 |
|
Stephan
|
3495331005
|
Cleanup, get rid of warnings
|
2018-05-03 15:11:57 +02:00 |
|
Stephan
|
aaa1ac0700
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-02 17:50:58 +02:00 |
|
Stephan
|
a5f1ad6da1
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-02 13:43:12 +02:00 |
|
Stephan
|
211267d500
|
Deal with FIXMEs
|
2018-05-02 09:31:30 +02:00 |
|
Stephan
|
a695b8aed5
|
Test host-less domains
|
2018-05-02 08:55:21 +02:00 |
|
Shannon
|
9843f3a5fd
|
Ensures that domains assigned to non-published nodes are filtered when routing, ensures caches are cleared when content is deleted or langauges are changed, updates logic for dealing with null invariant content names, adds more validation for saving cultre variants.
|
2018-05-02 14:52:00 +10:00 |
|
Shannon
|
171a82e233
|
Adds more description to CustomRouteUrlProvider
|
2018-05-01 12:23:09 +10:00 |
|
Stephan
|
ff7c74ec8a
|
Rename accessors
|
2018-04-30 21:29:49 +02:00 |
|
Stephan
|
dbf310caf1
|
Now use empty string for invariant in published
|
2018-04-30 21:03:43 +02:00 |
|