Stephan
|
0d83da9327
|
Fix some tests
|
2018-12-07 15:59:57 +01:00 |
|
Shannon
|
11d8d17156
|
Fixes build with ctor change to UmbracoHelper
|
2018-12-05 17:00:51 +11:00 |
|
Shannon
|
f8d203abff
|
Updates latest examine + api updates + fixes tests, gets different validation working (valid, failed, filtered)
|
2018-12-03 22:10:56 +11:00 |
|
Shannon
|
340b8e6cef
|
Latest examine, updates for dashboard, adds UmbracoExamineIndexDiagnostics
|
2018-11-29 13:55:51 +11:00 |
|
Shannon
|
3fd0aef18e
|
decouples data lookup from indexers and rebuilding logic
|
2018-11-28 01:23:02 +11:00 |
|
Shannon
|
b6790261c4
|
Adds test
|
2018-11-26 17:20:15 +11:00 |
|
Shannon
|
c5181607de
|
Merge branch 'temp8' into temp8-231-send-to-publish-with-variants
# Conflicts:
# src/Umbraco.Web/Components/NotificationsComponent.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/NotificationServiceExtensions.cs
# src/Umbraco.Web/Trees/LegacyTreeDataConverter.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/SendPublish.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/webservices/nodeSorter.asmx.cs
|
2018-11-01 14:02:43 +11:00 |
|
Shannon
|
83f1bbf6bd
|
Merge remote-tracking branch 'origin/temp8' into temp8-231-send-to-publish-with-variants
# Conflicts:
# src/Umbraco.Core/Services/Implement/ContentService.cs
|
2018-11-01 13:37:18 +11:00 |
|
Shannon
|
1805d30aaf
|
Merge remote-tracking branch 'origin/temp8' into temp8-remove-legacy-drop-downs
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
|
2018-10-30 02:20:24 +11:00 |
|
Shannon
|
3d29c0381e
|
small refactor of trees for single page apps sections and some cleanup, puts the back button for dictionary back in with the correct route
|
2018-10-26 14:18:42 +11:00 |
|
Shannon
|
ca6fd56f09
|
Gets send to publish emails working for variants
|
2018-10-25 17:21:10 +11:00 |
|
Shannon
|
81c7a1de78
|
Cleans up the notification system, removes coupling on System.Web, simplifies the whole thing, removes old legacy files, adds sort event, moves sort notification to be event based and not part of the controller
|
2018-10-24 23:55:55 +11:00 |
|
Shannon
|
9704c124ed
|
Removes all old deprecated drop down editors, we only have one drop down editor now and it doesn't store IDs either in the db or in the cache, it just stores what is selected
|
2018-10-24 15:20:28 +11:00 |
|
Stephan
|
510666cd7e
|
ContentService.GetPagedChildren is broken?
|
2018-10-18 14:25:35 +02:00 |
|
elitsa
|
9ad65e5fa8
|
Deleting 'Task' related references and implementations
|
2018-10-08 10:08:04 +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 |
|
Shannon
|
729177ffef
|
Fixes issue with not showing validation errors in the dialogs when creating content and saving/publishing when the names haven't been filled out, adds unit tests to support.
|
2018-09-06 20:33:32 +10:00 |
|
Shannon
|
20c0185ddf
|
Adds unit tests for content controller
|
2018-09-06 17:37:47 +10:00 |
|
Stephan
|
4a32eebb0b
|
Cleanup logging
|
2018-08-30 19:08:55 +02:00 |
|
Stephan
|
7ab393f2b2
|
Fix TestHelper for properties comparisons
|
2018-08-30 12:51:55 +02:00 |
|
Stephan
|
069c42ef36
|
Ensure all ILogger impl support message templates
|
2018-08-30 10:48:27 +02:00 |
|
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 |
|