Commit Graph

26894 Commits

Author SHA1 Message Date
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
Kenn Jacobsen
0582e4f72e Make decimal properties work with mandatory validation clientside 2019-09-15 12:32:22 +02:00
Kenn Jacobsen
9ed50613ed Make integer properties work with mandatory validation clientside
(cherry picked from commit 26b40ebfd2)
2019-09-15 12:31:29 +02:00
Kenn Jacobsen
26b40ebfd2 Make integer properties work with mandatory validation clientside 2019-09-15 12:31:01 +02:00
Michael Pontin
ba63470833 Added double check for the decimal label
(cherry picked from commit 1c9ed847a1)
2019-09-15 12:29:28 +02:00
Michael Pontin
1c9ed847a1 Added double check for the decimal label 2019-09-15 12:29:12 +02:00
Kenn Jacobsen
0934a83aec Fix textbox aria-required
(cherry picked from commit e83760c6bd)
2019-09-15 12:25:30 +02:00
Kenn Jacobsen
e83760c6bd Fix textbox aria-required 2019-09-15 12:25:13 +02:00
Kenn Jacobsen
b0e788fdaa Don't show NC delete confirmation if an item can't be deleted
(cherry picked from commit 3f4bff9ac3)
2019-09-15 12:22:21 +02:00
leekelleher
f98df48c25 Help Drawer - Hide Tours if there are none
`vm.tours` is declared as an empty array (in the controller),
it isn't null, so we need to check the array length.
Otherwise if there are none, the "Tours" title is displayed.

(cherry picked from commit a51f7b29de)
2019-09-15 12:22:10 +02:00
Kenn Jacobsen
3f4bff9ac3 Don't show NC delete confirmation if an item can't be deleted 2019-09-15 12:20:48 +02:00
leekelleher
a51f7b29de Help Drawer - Hide Tours if there are none
`vm.tours` is declared as an empty array (in the controller),
it isn't null, so we need to check the array length.
Otherwise if there are none, the "Tours" title is displayed.
2019-09-15 11:55:17 +02:00
Warren Buckley
3c0b1797b7 Wraps all OEmbed items in a div with the magic CSS class of mceNonEditable which means users can highlight the entire item in one go, to copy/cut/move about as needed 2019-09-13 15:32:26 +01:00
Niels Lyngsø
fa3f5287c1 making our own paste plugin to be able to handle images in pasted content from MS Word 2019-09-13 13:44:54 +02:00
Niels Lyngsø
f59cf544a5 make gulp able to watch libs 2019-09-13 13:43:48 +02:00
Warren Buckley
63914aec4f Couple of fixes 2019-09-13 11:10:47 +01:00
Warren Buckley
df6da16161 Merge branch 'v8/dev' into v8/feature/2438AB-RTE-Image-Config-MediaFolder
# Conflicts:
#	src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
#	src/Umbraco.Web/PropertyEditors/RichTextPropertyEditor.cs
#	src/Umbraco.Web/Templates/TemplateUtilities.cs
2019-09-13 09:51:53 +01:00
Rasmus John Pedersen
e2ba9e1eb4 Remove limit of dashboard tabs and fix when expand menu is shown 2019-09-13 10:31:44 +02:00
Stephan
e5634d13f1 Lazily create content and models in NuCache 2019-09-13 09:55:53 +02:00
Shannon Deminick
3be464726b Merge pull request #6332 from umbraco/v8/feature/2349AB-RTE-Image-Upload
AB 2439 - Create API controller for uploading images for RTE (Final Fixes)
2019-09-12 23:55:59 +10:00
Warren Buckley
c4026fb92f Inject all the things - aka make sure Shan doesn't poke with a sharp pointy stick for using Current 2019-09-12 14:54:21 +01:00