Bjarke Berg
c8669b18c2
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-09-04 14:30:48 +02:00
Claus
46b4b22dcd
Merge pull request #8767 from umbraco/v8/bugfix/return-IHtmlString-from-GetBlockListHtml
...
V8/bugfix/return IHtmlString from GetBlockListHtml
2020-09-04 13:55:45 +02:00
Sebastiaan Janssen
fa4809a288
Merge pull request #8783 from umbraco/v8/bugfix/8723-do-not-always-hide-menu
...
Should not call hideDialog
2020-09-04 13:49:13 +02:00
Sebastiaan Janssen
f19c3728fa
Merge pull request #8744 from umbraco/v8/bugfix/block-list-custom-view-validation-error-indication
...
V8.7RC: Moved validation indication one element up.
2020-09-04 13:46:10 +02:00
Sebastiaan Janssen
e7ac6a614a
Switch from the Chrome runner to JSDom ( #8800 )
...
(cherry picked from commit 4313463a94 )
2020-09-04 13:39:50 +02:00
Niels Lyngsø
b56b15437d
Only request getCount if user has access to settings
2020-09-04 13:30:14 +02:00
Niels Lyngsø
330c113da2
append property editor api methods to the block object for better developer experience.
2020-09-04 13:24:36 +02:00
Niels Lyngsø
028b9ec59b
change to use evalAsync()
2020-09-04 13:21:04 +02:00
Kenn Jacobsen
455344105d
Hide the Nested Content "add content" header when there are items in the clipboard
2020-09-04 11:31:06 +02:00
Kenn Jacobsen
0720e3bb30
Fix broken Nested Content "add content" dialog
2020-09-04 11:24:17 +02:00
Bjarke Berg
1218f3564c
Merge pull request #8798 from umbraco/netcore/bugfix/integration-tests-examine-indexes
...
Fixes integration tests bootstrapping
2020-09-04 10:54:43 +02:00
Bjarke Berg
7b465de164
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/bugfix/reset_password
2020-09-04 10:40:32 +02:00
Mole
1000e19a20
Try and use AssemblyLoadContext to load and unload assemblies
...
This still doesn't work, since the old assembly never gets freed allowing it to be unloaded, my best guess is that there's some references to the types within in the old assembly somewhere which doesn't get cleared.
2020-09-04 10:38:37 +02:00
Sebastiaan Janssen
a0fbffa2c2
Ignoring package-lock.json from now on, seems not needed.
...
Motivation: the only "benefit" I keep seeing is: you will know when dependencies has changed version.
But since we lock our dependencies down quite well in package.json already and we have never even had a problem with a package updating "on it's own" so I don't think it's really needed.
The only thing that updates on it's own is whatever dependencies our dependencies drag along with them, but the main js packages that we ship with are always pinned down to a version we know we want to ship with so that won't be a problem.
2020-09-04 10:38:16 +02:00
Kenn Jacobsen
e7ad346d93
Fix JS error when creating macros and relation types
...
(cherry picked from commit a5e4633377 )
2020-09-04 10:11:28 +02:00
Kenn Jacobsen
a5e4633377
Fix JS error when creating macros and relation types
2020-09-04 10:08:03 +02:00
M. Ali Iftikhar
db9d15e1b5
added escape character to server textbox placeholder on installer DB config page
2020-09-04 09:50:08 +02:00
Bjarke Berg
a58859ade6
updated version to 0.5.0-alpha002
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-09-04 09:39:46 +02:00
Ronald Barendse
02fba85f73
Update config comments and fix transforms ( #8808 )
2020-09-04 09:36:28 +02:00
Bjarke Berg
d69c93e4ee
https://github.com/umbraco/Umbraco-CMS/issues/8814 - Decoreated endpoints with DetermineAmbiguousActionByPassingParametersAttribute
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-09-04 09:32:35 +02:00
Ronald Barendse
d5933a154c
Use correct woff and woff2 MIME types
2020-09-04 09:32:33 +02:00
Bjarke Berg
ed2fa27b18
Fix issue with login url
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-09-04 09:26:24 +02:00
Shannon
1ab77adc8a
Ensure event handlers are unsubscribed in Core Components
2020-09-04 13:25:56 +10:00
Shannon
123e3cb22b
fix build
2020-09-04 10:12:55 +10:00
Niels Lyngsø
208edfc3a2
rename pasteTypeResolvers to clipboardTypeResolvers. as its not specific to paste, but clipboard.
2020-09-03 21:36:30 +02:00
Shannon
855a58a3cc
fix tests
2020-09-04 01:40:46 +10:00
Shannon
1c83c68862
Fixes integration tests localization text
2020-09-04 01:30:47 +10:00
Shannon
e6b6dd6d92
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/bugfix/integration-tests-examine-indexes
2020-09-04 00:30:46 +10:00
Shannon
734b222e1b
cleanup
2020-09-04 00:30:06 +10:00
Shannon
16e4ffb725
Fixes unsubscribing from static events on Terminate
2020-09-04 00:28:38 +10:00
Shannon
7c78b5b34f
Updates CoreRuntime with better dependencies so we can disable caches, fixes integration test to run multiple callbacks registered for TearDown, ensure we TearDown the runtime.
2020-09-04 00:27:43 +10:00
Nikolaj
63c25b8695
Start out with AssemblyLoadContext
2020-09-03 15:24:57 +02:00
Nikolaj
ba3ed003f1
Remove the last stuff I can find
2020-09-03 15:03:02 +02:00
Nikolaj
870bd825d4
Remove more stuff that seemingly does nothing anymore
2020-09-03 14:58:21 +02:00
Nikolaj
ef02a32a2c
Try and do something which might sometimes delete some old assemblies
2020-09-03 14:53:36 +02:00
Niels Lyngsø
906f3eac2f
putting the attributes right
2020-09-03 14:41:23 +02:00
Bjarke Berg
02648eb5a6
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten
2020-09-03 14:37:56 +02:00
Niels Lyngsø
46488836f4
Changed clipboardService property resolvers to be specific for clipboard-entry-types
2020-09-03 14:37:51 +02:00
Bjarke Berg
6f6d9cb938
Fixed issue with wrong link to GetSetup method on InstallApiController
2020-09-03 14:37:29 +02:00
Nikolaj
508a2b9077
Remove some build manager stuff
2020-09-03 14:18:09 +02:00
Nikolaj
ee424ad160
Remove unused ReferencedAssemblies
2020-09-03 13:50:54 +02:00
Nikolaj
1bbb6844ac
Don't try to save a file that already exists
2020-09-03 13:30:34 +02:00
Andy Butland
88e3c58647
Fixed issue after merge.
2020-09-03 13:02:29 +02:00
Nikolaj
7b27a56ee9
Use determenistic hash
2020-09-03 13:01:50 +02:00
Andy Butland
885c8d2371
Merge branch 'feature/8651-config-options-patten' of https://github.com/AndyButland/Umbraco-CMS into feature/8651-config-options-patten
2020-09-03 12:57:35 +02:00
Andy Butland
14404f2720
Changed singleton created dependencies in composition root to use IOptionsMonitor.
2020-09-03 12:52:47 +02:00
Andy Butland
b87630250b
Removed unused private field and constructor variable for configuration global settings from UmbracoVersion.
...
Updated singleton created instances in CreateCompositionRoot to accept IOptions based parameters for configuration.
2020-09-03 11:36:57 +02:00
Sebastiaan Janssen
2681c76d90
Fix the test result output to go to a file, not a weird directory (because the default user agent contained slashes causing windows to make directories for them)
2020-09-03 11:34:12 +02:00
Mole
e412653a10
Merge pull request #8736 from umbraco/v8/bugfix/block-list-recreate-udis-on-paste
...
V8.7RC: Recreate UDIs for pasted Block Editor entries
2020-09-03 11:33:44 +02:00
Niels Lyngsø
1a35017d8f
AC7976 dont place runtime vars in model ( #8807 )
2020-09-03 11:09:17 +02:00