Commit Graph

30575 Commits

Author SHA1 Message Date
Shannon
cc1e46ae05 Simplifies ContentStore for all the instances it's trying to find a linked node by a gen 2019-09-18 00:36:12 +10:00
Shannon
e6805b23e3 Oops! didn't complete the scope, ok now package install works within a trans, fixes nucache changes to not pass around _liveGen since sometimes we want the latest that is not _liveGen 2019-09-18 00:10:02 +10:00
Shannon
ab79cd74b8 Fixes lazy iteration issue on package install 2019-09-17 23:31:32 +10:00
Shannon
3cf1e18dff Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB2684-purelive-model-regen 2019-09-17 23:01:15 +10:00
Shannon
ef007382b5 only enable the ModelBindingExceptionFilter when running PureLive, there should be no other reason to have this filter 2019-09-17 22:58:06 +10:00
Shannon
1eb1c9dc4d allows for disabling the modelbinderexceptionfilter from config for testing, adds notes 2019-09-17 22:50:57 +10:00
Shannon
7fdbb84c04 Fixes bug with nucache - it wasn't using gen/snapshots the way it was supposed to 2019-09-17 22:38:43 +10:00
Bjarke Berg
49bca0fa43 Merge pull request #6325 from umbraco/v8/feature/2438AB-RTE-Image-Config-MediaFolder
V8: AB 2438 - RTE Pasted/Dragged Images Media Folder Config
2019-09-17 11:16:26 +02:00
Kenn Jacobsen
f065c455ab Hide the search results automatically when removing the search term (#5783) 2019-09-17 10:51:59 +02:00
Warren Buckley
519fcab087 Use the recrusive feature bool of Directory.Delete to delete the file at the same time :) 2019-09-17 09:25:26 +01:00
Warren Buckley
11194314fb Be less verbose and assign in one line 2019-09-17 09:22:09 +01:00
Shannon
54110573bc dont hide model binding exceptions if in debug mode 2019-09-17 17:00:21 +10:00
Shannon
7c3351e89f Merge remote-tracking branch 'origin/v8/8.1' into v8/dev 2019-09-17 13:23:37 +10:00
Shannon
e1433ddac9 Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB2684-purelive-model-regen 2019-09-17 13:09:54 +10:00
Shannon Deminick
aca648d84f Merge pull request #6354 from zpqrtbnk/v8/bugfix/nucache-content-store
Bugfix NuCache ContentStore
2019-09-17 13:08:59 +10:00
Stephan
b51fb2da9d Fix NuCache ContentStore 2019-09-16 17:27:03 +02:00
Stephan
c1d3bfaa5d Add breaking NuCache test 2019-09-16 17:25:53 +02:00
Kenn Jacobsen
11e82f2600 V8: Make validation work properly with multiple invalid properties (#6290) 2019-09-16 16:42:46 +02:00
Kenn Jacobsen
6467aae206 Support "allow items of type" for all types in MNTP (#6177) 2019-09-16 16:32:29 +02:00
Bjarne Fyrstenborg
2faa760628 v8: Fix onChange callback in umbCheckbox and umbRadiobutton (#6345)
(cherry picked from commit be0d38f2af)
2019-09-16 12:57:22 +02:00
Bjarne Fyrstenborg
be0d38f2af v8: Fix onChange callback in umbCheckbox and umbRadiobutton (#6345) 2019-09-16 12:56:37 +02:00
Jan Skovgaard
976465be4b Fix some accessibility misunderstandings (#6342) 2019-09-16 12:38:16 +02:00
Warren Buckley
0d49288875 Update src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
2019-09-16 09:34:49 +01:00
Warren Buckley
14e33e0cb5 Update src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
2019-09-16 09:33:42 +01:00
Shannon
6d886e3810 removes uneeded IsDocumentRequest method 2019-09-16 17:55:04 +10:00
Shannon
de8d253a7c obsoletes WithSafeLiveFactory 2019-09-16 17:44:50 +10:00
Shannon
c27e876c75 Removes BackgroundPublishedSnapshotNotifier 2019-09-16 17:40:48 +10:00
Shannon
2b9ab0a38a Merge branch 'v8/bugfix/background-pure-live-rebuild-AB1833' into v8/bugfix/AB2684-purelive-model-regen
# Conflicts:
#	src/Umbraco.Web/Cache/ContentTypeCacheRefresher.cs
#	src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
2019-09-16 17:38:10 +10:00
Shannon
00c720413a Uses reflection to call ResetModels to flag MB to recompile. 2019-09-16 17:23:00 +10:00
Shannon
47d3af9bb3 removes the test suspendable model factory code 2019-09-16 16:59:57 +10:00
Shannon
bc40216eca Ensure package installation for data is executed within a single scope/trans 2019-09-16 16:31:16 +10:00
Shannon
4c775822c0 fixes null ref issues since the field values were not copied on clone 2019-09-16 16:22:05 +10:00
Shannon
ebada94a48 temp - removing the SuspendSafeLiveFactory for now 2019-09-16 14:59:12 +10:00
Shannon
fc821000f3 Adds ext methods for creating a flag to indicate model recompilation should occur 2019-09-16 14:50:05 +10:00
Shannon
bc42adb2ce removes notifying all content/media of content type changes since nucache model creation is lazy now 2019-09-16 14:31:27 +10:00
Shannon
a85d8f3e21 ensure that we don't CreateModel during cache notification 2019-09-16 14:25:02 +10:00
Shannon
5898b64174 disable force rebuilding pure live models on schema changes 2019-09-16 14:24:25 +10:00
Shannon Deminick
84fcd309d6 Merge pull request #6346 from zpqrtbnk/v8/bugfix/lazy-nucache
Lazily create content and models in NuCache
2019-09-16 11:48:07 +10:00
Shannon
ba74b7543c wraps package uninstall in a scope, creates temp SuspendSafeLiveFactory method for testing 2019-09-16 11:47:05 +10:00
Kenn Jacobsen
589cbe504a Make Multi URL Picker mandatory validation work clientside
(cherry picked from commit 7507345c93)
2019-09-15 16:27:53 +02:00
Kenn Jacobsen
7507345c93 Make Multi URL Picker mandatory validation work clientside 2019-09-15 16:27:11 +02:00
Kenn Jacobsen
3c71db1a04 Make sure the validation error help is visible for Multi URL Picker
(cherry picked from commit 5b949cef3c)
2019-09-15 16:25:12 +02:00
Kenn Jacobsen
5b949cef3c Make sure the validation error help is visible for Multi URL Picker 2019-09-15 16:24:19 +02:00
Kenn Jacobsen
956b725e3d V8: Localize the default property validation error (#6294) 2019-09-15 16:23:14 +02:00
Jan Skovgaard
dce593d260 Add leave function for "Save and publish" options popup #6298 (#6300) 2019-09-15 15:40:22 +02:00
Jan Skovgaard
a4ac2328f9 "Actions" is identified as a button, but behaves like a drop do… (#6303) 2019-09-15 15:29:43 +02:00
Jan Skovgaard
41c4f12d1b Links components (e.g. 'Footer links'), 'Add' is identfied as "Add link" but doesn't identify the label (#6304) 2019-09-15 15:08:23 +02:00
Jan Skovgaard
de656acec6 Links components (e.g. 'Footer links') can not be tabbed to (#6305) 2019-09-15 15:01:53 +02:00
Bjarne Fyrstenborg
234a0c45c0 v8: umbCheckbox and umbRadiobutton fixes (#6302) 2019-09-15 12:42:34 +02:00
Kenn Jacobsen
24691b4ce0 Make decimal properties work with mandatory validation clientside
(cherry picked from commit 0582e4f72e)
2019-09-15 12:32:39 +02:00