Shannon Deminick
|
a151829b26
|
Merge pull request #2845 from umbraco/temp8-serilog
Bye bye Log4Net, Hello Serilog
|
2018-08-28 20:31:12 +10:00 |
|
Shannon
|
8d6e297c37
|
Adds additional Fatal methods to match Error and move Fatal code above error so all logger code goes from Fatal -> Verbose
|
2018-08-28 15:24:45 +10:00 |
|
Warren
|
24f91f1917
|
Adds in Error without ex for just a message and a message template with params
|
2018-08-23 14:43:38 +01:00 |
|
Warren
|
66e4e1f0f4
|
Adds new method to ILogger for taking only the exception - NOTE will add an empty string for the message
|
2018-08-23 12:14:07 +01: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
|
a020d60f3e
|
Adds in new log level from Serilog to our Umbraco ILogger - Fatal (Worse than Error)
|
2018-08-17 11:26:22 +01:00 |
|
Warren
|
b0d697af6c
|
Forgot the ConsoleLogger needs to have Verbose added
|
2018-08-15 16:47:15 +01:00 |
|
Shannon
|
9e131aa633
|
oooooh our first ContentController test :)
|
2018-08-15 17:44:06 +10:00 |
|
Warren
|
f62f3300c2
|
Implements updates from recent ILogger changes for these other classes that use it
|
2018-08-14 13:29:38 +01:00 |
|
Shannon Deminick
|
7132ccdd99
|
Merge pull request #2760 from umbraco/temp8-variants
Variants Refactoring [v8]
|
2018-07-10 13:05:13 +10: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
|
52be2d7864
|
Merge branch 'v8hackathon-library-media-remove' of https://github.com/AnthonyCogworks/Umbraco-CMS into temp-2748
|
2018-07-09 16:34:44 +02:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Anthony
|
b3a8161b25
|
Removed library.cs and it cache settings
|
2018-06-29 13:56:00 +01: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 |
|
Shannon
|
1cd4862803
|
Fixes user Id is 0 everywhere
|
2018-05-31 16:52:38 +10:00 |
|
Shannon
|
ee9f150483
|
Removes the AdditionalData properties for EntitySlim and moves them to real properties of IDocumentEntitySlim, renames PublishedCultureInfos to not be plural
|
2018-05-08 12:43:07 +10: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
|
b1eeb5b193
|
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11282
|
2018-05-08 00:39:12 +10:00 |
|
Shannon
|
97cb752cda
|
Ensures the whole doc gets unpublished if a mandatory culture is unpublished, updates content service Unpublish to have it's own status result enum since that is needed.
|
2018-05-08 00:37:41 +10: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 |
|
Shannon
|
f407c3b2b3
|
Updates test to test for variant doc type with invariant property types
|
2018-05-01 13:43:27 +10:00 |
|
Shannon
|
39f9449dc7
|
Adds overloads for content ctors to pass in culture so we can more easily set the name in the API nicely, adds a unit test for paging queries with variant data.
|
2018-05-01 13:30:25 +10:00 |
|
Shannon
|
1bdf064437
|
Removes the DistributedCall section along with CacheRefresher and the ConfigServerRegistrar, changes IServerMessenger to not have any servers parameters since we don't use that.
|
2018-05-01 10:39:04 +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 |
|
Shannon
|
310a31b03e
|
More xslt removal and other file cleanup
|
2018-05-01 01:01:24 +10:00 |
|
Shannon
|
0a18306d40
|
More xslt removal
|
2018-05-01 00:45:05 +10:00 |
|
Shannon
|
890b5f30a1
|
Merge remote-tracking branch 'origin/dev-v7' into temp8
# Conflicts:
# src/Umbraco.Core/Configuration/UmbracoSettings/IRepositoriesSection.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/IRepository.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoriesCollection.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoriesElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryConfigExtensions.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/RepositoryElement.cs
# src/Umbraco.Core/Configuration/UmbracoSettings/UmbracoSettingsSection.cs
# src/Umbraco.Core/Services/PackagingService.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/PackageRepositoriesElementDefaultTests.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/PackageRepositoriesElementTests.cs
# src/Umbraco.Tests/Plugins/PluginManagerTests.cs
# src/Umbraco.Web.UI.Client/lib/umbraco/Extensions.js
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web.UI/umbraco/developer/Packages/installer.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadPackager.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadPackages.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/installer.aspx.cs
# src/umbraco.cms/umbraco.cms.csproj
|
2018-04-30 23:25:07 +10:00 |
|
Stephan
|
038fc87a40
|
Cleanup, fix tests
|
2018-04-30 15:11:01 +02:00 |
|
Stephan
|
bcd0c95ec1
|
Refactor getting urls
|
2018-04-30 09:14:14 +02:00 |
|
Stephan
|
6959e595f5
|
IPublishedContent.UrlSegment
|
2018-04-30 09:14:14 +02:00 |
|
Stephan
|
ce8775b3e7
|
Cleanup IPublishedContent
|
2018-04-30 09:14:13 +02:00 |
|
Stephan
|
923fdf9199
|
ISystemDefaultCultureAccessor
|
2018-04-30 09:13:21 +02:00 |
|
Stephan
|
908589277a
|
U4-11227 - default variations and fallback (wip)
|
2018-04-30 09:13:21 +02:00 |
|
Stephan
|
8f13fa3ae5
|
ISystemDefaultCultureProvider
|
2018-04-27 18:21:06 +02:00 |
|
Shannon
|
c19dbeda23
|
Adds a couple of tests which yielded some other issues with getting urls by culture, those are now fixed
|
2018-04-27 13:27:15 +10:00 |
|
Shannon
|
73567ffdce
|
Fixes IPublishedShapshot and friends
|
2018-04-27 11:38:50 +10:00 |
|
Shannon
|
ad6a745681
|
Changes CultureInfo to string where required, fixes tests
|
2018-04-27 11:08:20 +10:00 |
|
Shannon
|
e99c519032
|
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11220
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/DataSource/BTree.cs
|
2018-04-26 19:18:14 +10:00 |
|
Shannon
|
9044c9328d
|
Gets inbound routing working, reduces the amount of non injected dependencies, reduces the amount of DomainHelper instances
|
2018-04-24 13:07:18 +10:00 |
|
Shannon
|
48641166b9
|
WIP - gets 'inbound' routing working to generate culture specific URLs
|
2018-04-24 01:31:01 +10:00 |
|
Stephan
|
a69019aea0
|
From int languageId to string culture
|
2018-04-21 09:57:28 +02:00 |
|
Sebastiaan Janssen
|
bfca8c555e
|
Removes Package repository config setting and related unnecessary code
|
2018-04-19 19:12:42 +02:00 |
|
Shannon
|
c90d6be8ab
|
U4-8861 Extract GlobalSettings to an interface and expose on the standard UmbracoConfig.For settings singleton including a bunch of cleanup, getting the installer and steps to be DI
|
2018-04-06 13:51:54 +10:00 |
|
Shannon
|
262c4afb16
|
Removes FormsAuthentication cookie format and replaces with standard aspnet identity format, removes a bunch of old obsolete and unused code, fixes the culture setting issue, simplifies the UmbracoBackOfficeIdentity since it no longer needs to be a FormsIdentity and just a straight forward ClaimsIdentity
|
2018-04-05 23:10:51 +10:00 |
|