Bjarke Berg
1436441f78
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/mb-embed
2019-10-29 16:09:43 +01:00
Bjarke Berg
1e34a649bf
Merge pull request #6935 from umbraco/v8/feature/AB3289-MB-allow-legacy
...
Allow legacy Models Builder to continue to work if detected
2019-10-29 15:12:19 +01:00
Bjarke Berg
a00824484d
Revert "AB3289 - Do not use the nuget package as default"
...
This reverts commit 7d08040f
2019-10-29 14:43:43 +01:00
Bjarke Berg
7d08040f34
AB3289 - Do not use the nuget package as default
2019-10-29 14:29:58 +01:00
Bjarke Berg
fd9d2038ed
Merge pull request #6917 from umbraco/v8/feature/AB3348-MB-lite-cleanup
...
Code cleanup for MB embed
2019-10-29 11:40:04 +01:00
Bjarke Berg
4862ae03ae
AB3289 - Fixed broken tests
2019-10-29 11:19:32 +01:00
Bjarke Berg
eb1a43b6a0
Merge remote-tracking branch 'origin/v8/feature/AB3348-MB-lite-cleanup' into v8/feature/AB3289-MB-allow-legacy
...
# Conflicts:
# src/Umbraco.ModelsBuilder.Embedded/BackOffice/DashboardReport.cs
# src/Umbraco.ModelsBuilder.Embedded/Building/Builder.cs
# src/Umbraco.ModelsBuilder.Embedded/Building/ModelsGenerator.cs
# src/Umbraco.ModelsBuilder.Embedded/Building/TextBuilder.cs
# src/Umbraco.ModelsBuilder.Embedded/ModelsGenerationError.cs
# src/Umbraco.ModelsBuilder.Embedded/OutOfDateModelsStatus.cs
# src/Umbraco.ModelsBuilder.Embedded/PureLiveModelFactory.cs
# src/Umbraco.ModelsBuilder.Embedded/UmbracoServices.cs
2019-10-29 11:15:45 +01:00
Bjarke Berg
63cf79a758
AB3348 - Clean up unused usings, removed unused method...
2019-10-29 11:01:44 +01:00
Warren Buckley
bd4e66e0c6
Merge pull request #6664 from umbraco/v8/bug/6663-lang-variant-deletion
...
Language variant deletion
2019-10-29 09:43:29 +00:00
Warren Buckley
38b96beb0d
Merge branch 'v8/dev' into v8/bug/6663-lang-variant-deletion
...
# Conflicts:
# src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
2019-10-29 09:16:52 +00:00
Shannon
df2a65424e
notes
2019-10-29 12:16:56 +11:00
Shannon
33cd7f6a98
oops, added the internal visible to attribute to the wrong file
2019-10-29 11:55:16 +11:00
Shannon
0aa8711988
Ensures that the MB version is added to the models hash to ensure that if the MB version changes, the purelive models are regenerated
2019-10-29 11:38:06 +11:00
Shannon
2c9939e516
restores the MB enable flag
2019-10-29 11:02:18 +11:00
Tom Pipe
1614dc6e34
V8: Health check http header case sensitivity ( #6753 )
2019-10-28 18:04:20 +01:00
Shannon
cd89308711
Ensures embedded MB is enabled on the UI proj, disables embedded MB if the legacy MB is detected
2019-10-29 01:14:10 +11:00
Shannon
3b6abbb936
Renames project: Umbraco.ModelsBuilder.Embedded and namespaces since we need a different assembly, updates nuspec, changes file path of MB app_plugins
2019-10-29 00:25:03 +11:00
Shannon
c10ad86c43
more cleanup
2019-10-28 22:23:06 +11:00
Shannon
35192eefe5
cleanup
2019-10-28 22:12:08 +11:00
Shannon
d7ca1933cd
fixes tests
2019-10-28 21:59:08 +11:00
Shannon
adbd2f0cca
Changes namespaces, removes legacy PureLiveAssemblyAttribute
2019-10-28 21:53:32 +11:00
Niels Lyngsø
0868b2e1b6
Revert "Everything was squished but now it is not."
...
This reverts commit 29de4fd63f .
2019-10-28 10:19:40 +01:00
Shannon
51f89410ce
notes
2019-10-28 19:35:18 +11:00
Shannon
6368a0a8d6
Fixes circular ref, last static gone, slight perf improvement in module
2019-10-28 19:08:42 +11:00
Shannon
43cd1268ca
Moves classes/namespaces, reduces statics, reduces usages of "Current", imports some unit tests from orig MB.
2019-10-28 18:02:52 +11:00
Matthew-Wise
4153cfe78f
WIP/Issue - Improving accessibility of the three dot tree options button ( #6561 )
...
* Improves accessability of the three dot tree options button
* Updated list view headers styling to have the link/hand cursor visible only if the header is sortable (and hence clicking has an effect)
* Allows members to be ordered by additional system fields (#6575 )
* Fix ContentType.Alias matching in PublishedContentExtensions an… (#6577 )
* Fixes an error in #6538 by moving the colon character to the sr-only span
* V8: Move misplaced colon in language selector (#6692 )
* V8: It should be possible to disallow all types at content root (#6580 )
* Pick macro parameters in an infinite editor like content type properties (#6586 )
* Reload node children after publishing with descendants
* Correct URL decoding of macro partial view names (#6592 )
* Fix semantics for list views (#6595 )
* fixes test
* fixing tests
* Improved menu context
2019-10-27 14:07:06 +00:00
Anders Bjerner
a4b4014d6c
Improved a few Danish translations for the Users section
2019-10-25 15:55:20 +02:00
Kenn Jacobsen
2a016a9ad0
Do not allow copying items in the recycle bin
2019-10-25 15:53:29 +02:00
Kenn Jacobsen
c66676517f
Apply trashed state to deleted content items with list view enabled
2019-10-25 15:52:11 +02:00
Kenn Jacobsen
9b00bb824c
Make the listview delete dialog warn about irreversible deletions
2019-10-25 15:50:52 +02:00
Kenn Jacobsen
0f6e8dc9ff
Fix the styling for the publish/unpublish dialogs in listviews ( #6854 )
2019-10-25 15:47:05 +02:00
Kenn Jacobsen
c4acf124b9
Automatically select all languages when selecting a mandatory language in the listview unpublish dialog
2019-10-25 15:44:52 +02:00
Bjarke Berg
9d91402aca
V8: Follow guidelines from .editorconfig ( #6849 )
...
* Removed unused variable
* Align usage of C# type keywords vs Universal type names. Now we use C# keywords all over.
2019-10-25 14:16:50 +01:00
Jan Skovgaard
ee17cb1463
Refactor labels to actually reference the proper input fields ( #6838 )
2019-10-25 14:53:02 +02:00
Søren Kottal
56f33e1006
Adds nametemplates for grid editors ( #6634 )
...
* Adds nametemplates for grid editors
2019-10-25 12:35:15 +02:00
Søren Kottal
131273bb5c
V8 style preview badge ( #6585 )
...
* V8 style preview badge
* updates the preview badges in other places
* Removes umbraco logo
* changes the "click to end" icon
* Set flex-shrink to 0 on the badge end element
* adds width:1em to the svg
2019-10-25 11:37:58 +02:00
Shannon Deminick
5121df5b2e
Merge pull request #6764 from Adolfi/v8/dev-umbracoapicontroller-testable
...
UmbracoApiController Testable
2019-10-25 10:01:16 +11:00
Kenn Jacobsen
8b18233d4e
Don't YSOD when publishing if a property editor has been removed
2019-10-24 22:21:19 +02:00
BatJan
20f886aaec
Extend the umb-radio button directive to handle localizations
2019-10-24 22:19:09 +02:00
Jan Skovgaard
2b22350d56
Media picker: Fix semantics, missing dictionary items and hide… ( #6707 )
2019-10-24 22:12:54 +02:00
Kenn Jacobsen
759bba93b8
Limit the number of tabbable elements in tree nodes ( #6834 )
2019-10-24 22:00:11 +02:00
Kenn Jacobsen
9310638a7f
Set focus on the name field when editing, also for existing items ( #6833 )
2019-10-24 21:58:35 +02:00
Kenn Jacobsen
ce6a217577
Performance boost for Nested Content: Don't load all content types all the time.
2019-10-24 21:56:47 +02:00
Kenn Jacobsen
d3344e2cd4
V8: Make "add property" shortcut work with multiple groups ( #6821 )
2019-10-24 21:54:34 +02:00
Kenn Jacobsen
551a54a9d6
V8: Make it possible to open tabs with the keyboard ( #6778 )
2019-10-24 21:43:26 +02:00
Kenn Jacobsen
0a5594f56a
Remove "double tabbing" for datatype picker
2019-10-24 21:41:58 +02:00
Kenn Jacobsen
057839a402
Do not allow deleting inherited content type groups
2019-10-24 21:40:15 +02:00
Kenn Jacobsen
58275366f2
Submit the datetime picker on enter (when entering time)
2019-10-24 21:39:01 +02:00
BatJan
5c52d6b219
Replace old checkbox markup with umb-checkbox
2019-10-24 21:32:19 +02:00
BatJan
68425fa46e
Fix text alignment
2019-10-24 21:31:06 +02:00