Bjarke Berg
9b5513ae4f
AB11317 - Fix tests by adding the namespace
2021-04-12 18:19:04 +02:00
Elitsa Marinovska
201bac8c37
Setting the default value for the namespace of the generated models by MB
2021-04-12 16:21:08 +02:00
Mole
6f29eb7dc2
Change ContentEventsTests to support the new notification pattern.
2021-04-12 16:13:22 +02:00
Shannon Deminick
de4a7eff85
Fixes some property editors ensuring ngModelController( #10013 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2021-04-12 15:19:32 +02:00
Mole
3ecf8eb9ea
Migrate TreeChanged to notification in ContentService
2021-04-12 15:03:40 +02:00
Niels Lyngsø
18fa631f1c
use paste-resolvers ( #10121 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2021-04-12 14:38:52 +02:00
Mole
8206defcf2
Add ContentTreeChangeNotification
2021-04-12 14:27:00 +02:00
Mole
b117f006c0
Only process each CacheInstruction once.
2021-04-12 13:27:25 +02:00
Niels Lyngsø
8d8fb2d15c
Dont show block catalogue if only one block is available. Enable ente… ( #9575 )
...
* Dont show block catalogue if only one block is available. Enable entering clipboard directly.
* corrected button states
* jump clipboard icon when adding items to the clipboard.
* fix merge issue
* add missing eventsService
* correcting missing parts from Merge
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
Co-authored-by: Mads Rasmussen <madsr@hey.com >
2021-04-12 12:27:12 +02:00
Shannon
5d9cf8254e
removes tests that were just testing the framework
2021-04-12 18:23:53 +10:00
Shannon
237e26da1e
fix tests
2021-04-12 18:02:43 +10:00
Bjarke Berg
028396a0f5
Merge remote-tracking branch 'origin/netcore/dev' into netcore/dev
2021-04-12 09:54:51 +02:00
Bjarke Berg
a91b44e299
Moved extensions for website from Umbraco.Web to Umbraco.Web.Website
2021-04-12 09:54:16 +02:00
Shannon
88aebb44ad
Fixes up tests and adds tests for updating member
2021-04-12 17:50:05 +10:00
Shannon
5ed5f0cacb
Fixes test
2021-04-12 16:42:25 +10:00
Dennis Öhman
4f49e57573
Removed top-margin from switcher icon
2021-04-12 02:29:05 +02:00
Carole Rennie Logan
3b6de9cb9e
Updating typo
2021-04-10 02:47:49 +02:00
Rachel Breeze
e21cc6f97e
Accessibility: Adding label fors and control ids for the macro picker ( #10101 )
...
* Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull.
Added labels for the controls
Preview reload only triggered if the values for height and width change
* Added support for label fors for the macro picker and also gave the ,acro search box a title
* Now displays a count of the matching macros returned. Please note the language file amends shared with #10100
* Removed src-only class for the display of the count of messages
2021-04-10 02:34:18 +02:00
Bjarke Berg
ba6eea4f6f
Move notifications to core instead of infrastructure
2021-04-09 13:43:39 +02:00
Bjarke Berg
578c1d1c0f
Merge pull request #9959 from umbraco/netcore/bugfix/typeloader-deadlock
...
Fix dead lock with TypeLoader
2021-04-09 12:27:10 +02:00
Bjarke Berg
4405b219c9
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/media-tree-changed-notification
...
# Conflicts:
# src/Umbraco.Infrastructure/Cache/DistributedCacheBinder_Handlers.cs
# src/Umbraco.Infrastructure/Compose/NotificationsComposer.cs
2021-04-09 11:42:15 +02:00
Mole
b4f9dc7b66
Make CreateTemplateForContentType non nullable and default to false.
2021-04-09 09:59:53 +02:00
Mole
7405191e03
Store dictionary keys as constants
2021-04-09 09:43:50 +02:00
Mole
13a6e11783
Re add check for CreateTemplateForContentType in ModelsBuilderNotificationHandler
2021-04-09 09:39:49 +02:00
Mole
a04320aaa1
Clean up the old stuff in FileService
2021-04-09 09:27:17 +02:00
Mole
2eaf73d0e6
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/fileservice-events
2021-04-09 09:12:53 +02:00
Mole
1ea9a0196e
Store additional data for TemplateSaving/ed in state
2021-04-09 09:10:59 +02:00
Shannon
5ce7127beb
Fixes remapping the key, allows for including/excluding custom properties on profile editing too.
2021-04-09 16:49:17 +10:00
Shannon
a745ef54a7
fix model binding and more stuff in views
2021-04-09 16:31:03 +10:00
Shannon
8ea88a980a
Fixes anti-forgery, fixes tempdata, adds front-end security/identity, gets member macro snippets and controllers all working, removes old code, adds more props to the member identity
2021-04-09 15:24:12 +10:00
Bjarke Berg
4eb7f255d8
Fixed missing registration after merge of members
2021-04-08 12:05:07 +02:00
Sebastiaan Janssen
b0592f1126
Merge branch 'v8/dev' into v8/contrib
2021-04-07 16:27:34 +02:00
Sebastiaan Janssen
8c20e252dc
Merge branch 'v8/8.13' into v8/dev
2021-04-07 16:26:48 +02:00
Sebastiaan Janssen
ecf67669ce
Attributes could be multiple items, test specifically if Directory is an attribute
2021-04-07 16:25:46 +02:00
Sebastiaan Janssen
9fdbbb54fb
Update cypress test to make macros in the grid work again
2021-04-07 15:44:28 +02:00
Mole
f6eb8c9dbb
Merge pull request #9995 from umbraco/v8/feature/10615-mappers-with-explicit-scope
...
Create explicit scope for mappers in UmbracoMapper
2021-04-07 14:58:39 +02:00
Bjarke Berg
1106728693
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/fileservice-events
...
# Conflicts:
# src/Umbraco.Infrastructure/Cache/DistributedCacheBinder_Handlers.cs
# src/Umbraco.Infrastructure/Compose/NotificationsComposer.cs
# src/Umbraco.Tests.Integration/Cache/DistributedCacheBinderTests.cs
2021-04-07 14:34:34 +02:00
Mole
8b6fc762b5
Reintroduce old constructor to make non-breaking
2021-04-07 13:54:42 +02:00
Sebastiaan Janssen
9d5a5d886e
Merge branch 'v8/dev' into v8/contrib
2021-04-07 13:45:38 +02:00
Sebastiaan Janssen
2d2a89f216
Revert "Add copy logic to Media Picker ( #9957 )"
...
This reverts commit f7c032af65 .
2021-04-07 13:42:46 +02:00
Bjarke Berg
d4dd6427ba
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/relationservice-events
...
# Conflicts:
# src/Umbraco.Infrastructure/Cache/DistributedCacheBinder_Handlers.cs
# src/Umbraco.Infrastructure/Compose/NotificationsComposer.cs
2021-04-07 13:33:46 +02:00
Bjarke Berg
ac7754c911
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/domainservice-events
...
# Conflicts:
# src/Umbraco.Infrastructure/Cache/DistributedCacheBinder_Handlers.cs
# src/Umbraco.Infrastructure/Compose/NotificationsComposer.cs
2021-04-07 12:45:18 +02:00
Bjarke Berg
89fe65d45c
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/domainservice-events
2021-04-07 12:43:43 +02:00
Bjarke Berg
c8884acbfa
Merge pull request #10075 from umbraco/netcore/feature/macroservice-notifications
...
Netcore: Migrate macroservice events
2021-04-07 12:36:28 +02:00
Shannon
461be27bb1
Merge remote-tracking branch 'origin/netcore/dev' into netcore/task/member-macros-10577
2021-04-07 18:24:57 +10:00
Shannon
23aadbd335
Merge remote-tracking branch 'umbraco/netcore/dev' into netcore/members-signin-manager
2021-04-07 15:53:11 +10:00
Bjarke Berg
18be347333
Fix todo by checking explicitly for Umbraco Core assembly names instead of "Umbraco.", to avoid special case forms, deploy etc.
2021-04-06 18:46:38 +02:00
Sebastiaan Janssen
d85d0d75f3
Revert "Updated LightInject to v6.4.0"
...
This reverts commit fc77252ec7 .
2021-04-06 16:13:40 +02:00
ric
26d11a8314
Fixed copy preserving sort order ( #10091 )
2021-04-06 13:44:49 +01:00
Sebastiaan Janssen
89b881e98e
Bump version to 8.13 RC
2021-04-06 10:11:46 +02:00