Commit Graph

30594 Commits

Author SHA1 Message Date
Kenn Jacobsen
23ee9eae42 Grant the default admin group access to the Translation section 2019-09-19 09:23:48 +02:00
Benjamin Carleski
f4e61ddf23 Add missing FROM clause 2019-09-19 09:10:56 +02:00
Bjarne Fyrstenborg
6a143796c3 v8: Checkbox radio onchange fix (#6348) 2019-09-18 17:30:12 +02:00
Shannon Deminick
251d12b1fd Merge pull request #6341 from umbraco/v8/feature/2558AB-NonEditable-OEmbed
Wraps all OEmbed items in a div with the magic CSS class of mceNonEdi…
2019-09-18 22:32:06 +10:00
Shannon
5cfdfd6e9c Moves temp file cleanup to a background task 2019-09-18 22:03:31 +10:00
Warren Buckley
c6af9dc6f9 Ad back the magic mceNonEditable CSS class as when its moved & cut around the non-editable attribute does not seem to get re-aspplied 2019-09-18 13:00:52 +01:00
Shannon
87d0937389 Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev 2019-09-18 20:44:40 +10:00
Shannon
a384c0866b Ensures the tinymce baseURL is set before it's initialized so that when we minify it's assets it knows where to load more assets from. 2019-09-18 20:44:11 +10:00
Warren Buckley
8b7418164d Merge pull request #6347 from umbraco/v8/bugfix/AB2684-purelive-model-regen
Lazily recompile PureLive models and lazily create models for nucache
2019-09-18 10:47:04 +01:00
Niels Lyngsø
bf9eeb4e37 make OEmbeds non-editable + ability to edit OEmbeds on a later state 2019-09-18 11:24:42 +02:00
Warren Buckley
5fb5388fb5 WIP: Re-open the embed dialog & pass the data attribues found on the containert DIV back to the dialog to re-edit URL, width/height etc 2019-09-17 16:07:43 +01:00
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
Niels Lyngsø
b81bd66456 Remove limit of dashboard tabs and fix when expand menu is shown (#6336)
Remove limit of dashboard tabs and fix when expand menu is shown
2019-09-17 15:34:43 +02:00
Shannon
ab79cd74b8 Fixes lazy iteration issue on package install 2019-09-17 23:31:32 +10:00
Elitsa Marinovska
a6ee500735 Merge pull request #5967 from stevemegson/v8/content-migration
Content migration - typed labels based on alias rather than ID
2019-09-17 15:06:31 +02: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
elitsa
f8924df711 Merge branch 'v8/dev' into v8/content-migration 2019-09-17 14:34:54 +02:00
Warren Buckley
39d833c716 Adss new deciated CSS/Less file that loads only in the TinyMCE RTE for us to style macros & emebed stuff 2019-09-17 12:49:34 +01:00
Warren Buckley
00936b8732 Merge branch 'v8/dev' into v8/feature/2558AB-NonEditable-OEmbed 2019-09-17 10:23:44 +01: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