Mole
8c9a55b0bc
Migrate ContentTypeServiceExtensionsTests
2020-10-05 12:44:42 +02:00
Mole
ff2528bb06
Migrate MacroServiceTests
2020-10-05 11:51:07 +02:00
Mole
d7f0af7d4d
Remove empty PackagingServiceTests
2020-10-05 11:38:05 +02:00
Mole
6a9228af11
Migrate PropertyValidationServiceTest
2020-10-05 11:32:03 +02:00
Claus
28f1e9a732
Merge remote-tracking branch 'origin/v8/bugfix/8.9rc-reactive-fallback-value-for-umb-button-type' into v8/8.9
2020-10-05 11:24:13 +02:00
Mole
4293337b81
Migrate LocalizedTextServiceTests
2020-10-05 11:15:45 +02:00
Niels Lyngsø
3a06195e3d
ensure fallback value is defined on value updates
2020-10-05 11:02:07 +02:00
Bjarke Berg
1107e5d0fd
Updated tour skip-step condition to the new format after introduction of umb-icon
2020-10-05 10:45:02 +02:00
Bjarke Berg
74f7a2784c
Handle null user in GetPermissionsForPath
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-10-05 10:44:28 +02:00
Marc Goodson
034e9e2628
Update 'working with the code' to remove reference to VS2017
...
I'm not sure you need to restate the version here, having got it specified in the list above, but if you do, then a vanilla 2017 won't build the source because of the c#8 stuff introduced recently.
2020-10-05 10:43:32 +02:00
Bjarke Berg
375a85903f
Changed the UmbracoIntegrationTest setup to be sync, to avoid issue with AsyncLocal
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-10-05 10:02:11 +02:00
Mole
b181fa0e01
Migrate EntityServiceTests
2020-10-05 09:38:30 +02:00
Bjarke Berg
7700c9f5c7
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB8519-umbraco-tests-services-migration
2020-10-05 08:52:02 +02:00
Bjarke Berg
e4264dbb6f
Merge pull request #9008 from umbraco/netcore/bugfix/tours
...
NetCore: Fix for Back-Office tours
2020-10-05 08:40:27 +02:00
Mole
8404ae63c0
Change HasSchema to CanAttachSchema in LocalDbTestDatabase
...
It's more indicative of what it's actually checking for.
2020-10-05 08:13:52 +02:00
Bjarke Berg
586c61f282
moved getting-started.json from old to new project
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-10-05 07:50:55 +02:00
Bjarke Berg
9524aefb90
Delete getting-started.json from new project
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-10-05 07:49:51 +02:00
Bjarke Berg
5ff9fc64ca
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/bugfix/tours
2020-10-05 07:48:32 +02:00
Bjarke Berg
4dc26a9f04
Fix double nuget reference
...
Signed-off-by: Bjarke Berg <mail@bergmania.dk >
2020-10-05 07:45:28 +02:00
Elitsa Marinovska
e1170b8f12
Migrates more service tests and other required implementation changes
2020-10-04 21:19:40 +02:00
Elitsa Marinovska
236f93b5ff
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB8519-umbraco-tests-services-migration
2020-10-03 21:27:16 +02:00
Niels Lyngsø
f20e322ff5
apply functionality to modal.
2020-10-02 20:46:54 +02:00
Bjarke Berg
b729c44505
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
...
# Conflicts:
# src/Umbraco.Web.BackOffice/Controllers/IconController.cs
# src/Umbraco.Web.UI.NetCore/umbraco/UmbracoBackOffice/Default.cshtml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
# src/Umbraco.Web/Editors/BackOfficeModel.cs
# src/Umbraco.Web/Editors/BackOfficePreviewModel.cs
2020-10-02 16:43:23 +02:00
Bjarke Berg
2b7980fcb9
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Core/Services/IIconService.cs
# src/Umbraco.Web/Editors/BackOfficeModel.cs
# src/Umbraco.Web/Editors/BackOfficePreviewModel.cs
# src/Umbraco.Web/Editors/IconController.cs
# src/Umbraco.Web/Services/IconService.cs
2020-10-02 16:38:12 +02:00
Niels Lyngsø
a7db158894
ask user wether they like to stay in preview mode
2020-10-02 16:12:24 +02:00
Mole
7ad3cfc403
Migrate KeyValueServiceTests
2020-10-02 14:52:48 +02:00
Søren Kottal
c608d95087
Adds polling function to the Logviewer ( #9023 )
...
* Add polling function to logviewer
* float the sub buttons right
2020-10-02 14:48:47 +02:00
Mole
07d943e37a
Migrate FileServiceTests
2020-10-02 14:46:14 +02:00
Mole
ca2ec63dd6
Re-configure current factory in NewSchemaPerFixture like in NewSchemaPerTest
2020-10-02 14:35:24 +02:00
Mole
e4dd5abd3e
Fix NewSchemaPerFixture
...
I don't know if this is a hacky fix, someone might have to take a look at it
2020-10-02 14:16:36 +02:00
Mole
8c5e348437
Move CachedDataTypeServiceTests
2020-10-02 14:15:46 +02:00
Sebastiaan Janssen
67f42c02b9
Fix problem with ngdoc, the param requires a description
2020-10-02 13:08:09 +02:00
Mole
89d2668b8f
Move ConsentServiceTests & CreatedPackagesRepositoryTests
...
I need to figure out why hostBuilder.StartAsync(); hangs
2020-10-02 12:00:13 +02:00
Mole
602e7d01e1
Migrate PackageExtractionTests
2020-10-02 10:53:28 +02:00
BatJan
2de04b3196
Convert link to button
2020-10-02 09:49:49 +10:00
Mole
6dc52b9461
Migrate DataTypeServiceTests
2020-10-01 15:10:42 +02:00
Lotte Pitcher
9e48e8aa3a
use 'contact links' config feature to replace issue templates that link elsewhere
2020-10-01 15:01:44 +02:00
Elitsa Marinovska
e8e965c46a
Makes required services private and available to all test methods
2020-10-01 14:47:34 +02:00
Kenn Jacobsen
03ff867e3a
Sort the languages in the global language selector ( #9007 )
2020-10-01 13:39:02 +01:00
Kenn Jacobsen
8231e8e72e
Sort the entries in the variant picker by display name ( #9006 )
2020-10-01 13:35:04 +01:00
Elitsa Marinovska
8dfa73be4c
Migrating TagServiceTests
2020-10-01 14:23:17 +02:00
Warren Buckley
182184d1db
Merge pull request #8843 from umbraco/v8/bugfix/8839-use-icon-for-plus-sign
...
Review 8839 use icon for plus sign
2020-10-01 12:11:44 +01:00
Claus
978d245f00
Merge remote-tracking branch 'origin/v8/8.8' into v8/8.9
2020-10-01 12:37:56 +02:00
Warren Buckley
c1b0f6977e
Merge pull request #8974 from umbraco/v8/feature/use-block-edit-for-labelblock
...
use block.edit()
2020-10-01 11:11:54 +01:00
Bjarke Berg
2e28061fd4
Merge pull request #8992 from umbraco/netcore/feature/migrate-signalr
...
Netcore: Migrate SignalR to .net core
2020-10-01 12:01:00 +02:00
Warren Buckley
ad3ff4d4d4
Merge pull request #8994 from umbraco/v8/bugfix/8924-clear-both-without-description
...
fixes 8924, Always clear both
2020-10-01 10:59:15 +01:00
Elitsa Marinovska
88b707db36
Adds missing value that is passed on
2020-10-01 11:36:00 +02:00
Jan Skovgaard
128e7b59e6
Convert old app header icons to umb-icon directive ( #8998 )
2020-10-01 10:31:13 +01:00
Jan Skovgaard
52927c299c
Convert a's with href="#" to button ( #9001 )
2020-10-01 10:27:17 +01:00
Dave Woestenborghs
df2c90e488
For published content index items by getting children recursively
2020-10-01 10:16:08 +02:00