Commit Graph

4343 Commits

Author SHA1 Message Date
Shannon
942c6c75c5 fixes tests 2019-09-11 23:01:11 +10:00
Shannon
19716e3c96 fixing tests 2019-09-11 21:47:43 +10:00
Shannon
127c429959 fix tests 2019-09-10 17:27:17 +10:00
Shannon
81d9ecc111 fixing tests 2019-09-10 16:58:19 +10:00
Shannon
296afb18a4 Renames and puts in temp fix to try to find out why we are binding to old models 2019-09-10 11:50:09 +10:00
Shannon
fdad387414 renames objects/methods and adds a lock to the routing mechanism 2019-09-09 23:32:02 +10:00
Bjarke Berg
d05e79ca15 Merge branch 'v8/dev' into v8/bugfix/5925-nucache-startup 2019-09-09 13:54:27 +02:00
Stephan
280f4e7cbe Fix member properties [#6227] 2019-09-05 16:34:17 +02:00
Steve Megson
11f2855442 Move CreateRoutes from WebFinalComponent to WebInitialComponent 2019-08-23 09:11:41 +02:00
Sebastiaan Janssen
82e11d7e0a Fix unit tests 2019-08-21 12:45:06 +02:00
Shannon
6f4b8dc381 fixes tests 2019-08-20 10:26:01 +10:00
Shannon
7956ddb15a fixes tests 2019-08-20 10:24:07 +10:00
Shannon
f4acb86ac7 fixes tests 2019-08-19 23:32:52 +10:00
Shannon
f2a22e9843 Ensure we throw an exception when a fatal Exception is caught instead of swallowing 2019-08-19 22:07:22 +10:00
Shannon
890309bc11 Fixes SetAllFastSorted and sort orders 2019-08-19 17:18:45 +10:00
Shannon
e9d4b607bb Adds POC for fast building of in-memory nucache from persisted files 2019-08-15 19:05:43 +10:00
Kenn Jacobsen
87845ee907 V8: Allow localization of the backoffice using parent cultures… (#6090)
(cherry picked from commit 405538544f)
2019-08-13 20:28:48 +02:00
Benjamin Carleski
289d50d170 Fix FIPS compliance, add FIPS tests (#5978)
(cherry picked from commit e495faf83c)
2019-08-07 19:34:13 +02:00
Bjarke Berg
2cdb6d86ad Merge pull request #6019 from umbraco/v8/bugfix/pending-changes-issue
v8 Changing a property type from invariant to variant and back again causes issues with reporting that a document is edited or not
2019-08-06 09:09:12 +02:00
Shannon
be30bb0ad0 adds test 2019-08-01 21:41:43 +10:00
Shannon
600a29514f more asserts 2019-08-01 21:27:31 +10:00
Shannon
2e83ac9282 Cleans up some tests 2019-08-01 18:54:19 +10:00
Shannon
9538981730 Adds more assertions and tests and validates variations 2019-08-01 18:49:05 +10:00
Shannon
1095815878 removes notes 2019-08-01 16:09:52 +10:00
Shannon
a8bdab8f5c Merge remote-tracking branch 'origin/v8/8.1' into v8/bugfix/pending-changes-issue 2019-08-01 15:56:24 +10:00
Shannon
ff952a6df1 Passes test! Now to add more tests/assertions and then the logic to renormalize based on name changes. 2019-08-01 15:54:44 +10:00
Shannon
87e7cec02e WIP - commiting what i have. Solved part of the problem but there are others. 2019-07-31 18:30:34 +10:00
Shannon
5c8cd60275 Writes up a test to show the issue with edited culture flags, this shows that the current fix works but there's still an issue 2019-07-31 00:13:40 +10:00
Shannon
6482d849e3 Moves test to different fixture 2019-07-30 22:59:33 +10:00
Shannon
34f137c8cf Merge branch 'v8/bugfix/panic-exception' into v8/bugfix/5554-unpublish-state 2019-07-30 22:50:06 +10:00
Shannon
16d8f8846e Adds PanicException with details instead of throwing "panic" strings 2019-07-30 22:40:15 +10:00
Shannon
108416638c removes commented out code 2019-07-30 22:28:06 +10:00
Shannon
b5b4ee79b4 Adds notes, fixes logic with a double save 2019-07-30 22:20:28 +10:00
Shannon
45227357fd adds notes on why this is failing 2019-07-30 22:20:28 +10:00
Shannon
a2ba0f6a4c more tests - failing that need fixing 2019-07-30 22:20:27 +10:00
Shannon
415916c527 Fixes an issue with the content service + test 2019-07-30 22:20:27 +10:00
Shannon
40a55cb9df Fixes issue/tests 2019-07-30 22:20:27 +10:00
Shannon
5a9ca8d09f wip added more tests and notes 2019-07-30 22:20:27 +10:00
Shannon
1bfcc9053e Fixes issues: we never properly used SuccessUnpublishMandatoryCulture, fixed issue of unpublishing last culture with a new status 2019-07-30 22:20:27 +10:00
Shannon
3930ae244c Created unit test to show the problem. 2019-07-30 22:20:27 +10:00
Rasmus John Pedersen
ca56655d07 Fix exception when stored media url is already absolute
(cherry picked from commit 49b3351c72)
2019-07-29 14:31:04 +02:00
Shannon
4612c03657 Fixes #5789 - PublishedContentQuery Search always searches on culture 2019-07-29 15:43:03 +10:00
Warren Buckley
bb8356d7db Merge pull request #5924 from umbraco/v/bugfix/5035-slot-swap2
Fixes race condition in PublishedSnapshotService and more...
2019-07-23 09:18:44 +01:00
Shannon
487e45b45b updates note 2019-07-19 15:26:31 +10:00
Shannon
929c84822a Fixes the Children ext method and adds unit tests 2019-07-19 15:18:00 +10:00
Shannon
3603090421 Fixes race condition in PublishedSnapshotService and more... 2019-07-17 22:51:14 +10:00
Shannon
6ad28f1103 Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
# Conflicts:
#	build/NuSpecs/tools/Web.config.install.xdt
#	src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
#	src/Umbraco.Core/Services/EntityService.cs
#	src/Umbraco.Core/Services/IEntityService.cs
#	src/Umbraco.Tests/Web/Mvc/HtmlHelperExtensionMethodsTests.cs
#	src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
#	src/Umbraco.Web/Controllers/UmbLoginController.cs
#	src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
#	src/Umbraco.Web/Controllers/UmbProfileController.cs
#	src/Umbraco.Web/Controllers/UmbRegisterController.cs
#	src/Umbraco.Web/HtmlHelperRenderExtensions.cs
#	src/Umbraco.Web/Mvc/HttpUmbracoFormRouteStringException.cs
#	src/Umbraco.Web/Mvc/ValidateUmbracoFormRouteStringAttribute.cs
#	src/Umbraco.Web/UmbracoHelper.cs
#	src/Umbraco.Web/WebBootManager.cs
2019-07-17 21:58:33 +10:00
Shannon
bfb69a34ef re-adds back in the serialization overloads for the custom exception, re-adds detailed error messages, adds more documentation. Adds unit tests. 2019-07-17 21:15:18 +10:00
Shannon
b675f6252c removes files (should have been part of cherry pick?), fixes logic 2019-07-16 23:07:31 +10:00
Shannon
d52420183e Cherry picks ValidateUmbracoFormRouteStringAttribute implementation and fixes up some logic 2019-07-16 23:03:26 +10:00