Shannon
be38b96391
fixes up the AddSegmentData endpoint
2020-01-21 13:52:53 +11:00
Shannon
4cf204f8f5
Merge branch 'v8/dev' into v8/feature/media-tracking
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
2020-01-21 13:40:16 +11:00
Shannon
8cc78631a0
Adds TestData project along with test endpoints for enabling/disabling segments
2020-01-21 13:33:39 +11:00
Bjarke Berg
7fbe482919
Revert " https://github.com/umbraco/Umbraco-CMS/issues/7469 - Fixed Ambiguous extension method issue by renaming our extension method from Value to GetValue"
...
This reverts commit baef282b
2020-01-20 14:09:13 +01:00
Marc Stöcker
9a7b72c8c1
Fix typo in DE "installFinish" caption
...
(and improve wording: "Abschließen" (~ completing something) instead of "Quit" or "Close" as it was; EN is "Finishing")
2020-01-20 13:39:22 +01:00
Warren Buckley
d378495942
Log message format fix for PR6617
2020-01-20 09:11:29 +00:00
Kenn Jacobsen
c27634d8a9
V8: Allow reordering of allowed child types ( #4927 )
...
* Allow explicitly sorting allowed child types for content types
* Allow explicitly sorting allowed child types for media types
* Remove console.log
* Fix the mapping of allowed content types (after introduction of the new mapper)
* Fix sorting after merge
2020-01-19 09:50:18 +00:00
Andy Butland
bc82ccd824
Prevented user from changing a document type to an element type if it's already been used to create content ( #5668 )
2020-01-19 09:34:04 +00:00
Ronald Barendse
b3829bfff8
Reorder methods to keep overloads adjacent
2020-01-17 22:44:44 +01:00
Ronald Barendse
d9dfea8ef5
Add remarks and better summary on SetVariesBy extension methods
2020-01-17 22:43:11 +01:00
Ronald Barendse
05f7d24a9a
Add VariesBySegment and VariesByCultureAndSegment extension methods for ISimpleContentType
2020-01-17 22:42:24 +01:00
LiamL
93e85f77f2
removes generics stuff & makes the migration simpler
2020-01-17 15:15:29 +00:00
Claus
df1e006b9f
Merge pull request #7470 from umbraco/v8/hotfix/7469-ambiguous-extension-method
...
https://github.com/umbraco/Umbraco-CMS/issues/7469 - Fixed Ambiguous…
2020-01-17 14:32:18 +01:00
Kenn Jacobsen
bcf4c97270
V8: Support culture variant URLs in multi URL picker ( #7130 )
...
Thanks, Kenn - great work as usual 👍
2020-01-17 12:58:18 +00:00
Bjarke Berg
baef282b10
https://github.com/umbraco/Umbraco-CMS/issues/7469 - Fixed Ambiguous extension method issue by renaming our extension method from Value to GetValue
2020-01-17 13:53:03 +01:00
Bjarke Berg
6637bf520c
https://github.com/umbraco/Umbraco-CMS/issues/7469 - Fixed Ambiguous extension method issue by renaming our extension method from Value to GetValue
2020-01-17 13:22:13 +01:00
Bjarke Berg
5ddc4b8efb
Bump version to 8.5.2
2020-01-17 11:51:31 +01:00
Sebastiaan Janssen
12e88fde42
Merge branch 'v8/dev' into v8/contrib
2020-01-17 10:07:06 +01:00
Bjarke Berg
dc7e0e41d9
Merge pull request #7467 from umbraco/v8/hotfix/7466-lazy-eval-mb-mode
...
V8: Bugfix - Lazy evaluate MB mode
2020-01-17 06:50:53 +01:00
Shannon
1b56922213
Fixes threadsafety for settings value
2020-01-17 13:31:22 +11:00
Kenn Jacobsen
f3d9a01800
Hide the "Add" button for Nested Content in "single mode" ( #7327 )
2020-01-16 22:00:28 +00:00
Bjarke Berg
b272a3b791
https://github.com/umbraco/Umbraco-CMS/issues/7466 - Fixes issue with external ModelsBuilder and Dll or LiveDll mode. The issue is because the Mode is determined in the contructor, and not lazy.
2020-01-16 19:39:17 +01:00
Kieron Boswell
f5a5a9a297
Spelling mistake in comments of partial snippet ( #6975 )
2020-01-16 17:19:54 +01:00
Kieron Boswell
4d5f34a63d
Spelling mistake on word Success in instructional comment. ( #6966 )
2020-01-16 17:15:07 +01:00
Jan Skovgaard
4c68f7e53a
List view configuration - Sort order distance fix ( #6905 )
...
Thanks, Jan. You're a 🌟
2020-01-16 15:13:25 +00:00
Anders Bjerner
c127bedb93
Responsive Angular API documentation ( #7030 )
2020-01-16 15:11:08 +00:00
Kenn Jacobsen
dbe088eedb
V8: Add infinite editing to datatype references tab ( #6907 )
...
* Add infinite editing to datatype references tab
* Use correct save button label in infinite editing mode
2020-01-16 14:36:54 +00:00
Kenn Jacobsen
e85640c483
V8: Set tab focus on newly created nested content items ( #6914 )
...
* Set tab focus on newly created nested content items
* Fix bad merge
* Undo unintentional change
2020-01-16 14:15:04 +00:00
Kenn Jacobsen
6ca0a8ba66
V8: A few UX updates to the listview move dialog ( #6902 )
...
* Add some context to the move operation from listviews
* Disable submit button in the listview move dialog until a target is chosen
* Fix bad merge
2020-01-16 13:47:25 +00:00
Mike Masey
1b3f809cec
Improvements to grid accessibility ( #6804 )
...
Happy to merge this one. It's a nice improvement. Great work Mmmmmmasey ;)
2020-01-16 13:03:01 +00:00
Jan Skovgaard
ed533697e2
Listview: Various corrections ( #6904 )
...
Heyyyyy Jan. Thanks for this contribution. :)
2020-01-16 13:01:40 +00:00
Kenn Jacobsen
fb477429fe
V8: UX updates to the listview copy dialog + add option to incl… ( #6903 )
...
Fab work Kenn :)
2020-01-16 09:48:46 +00:00
Poornima Nayar
eed94d8cd0
Change to default branch name for v8
2020-01-16 09:21:26 +01:00
LiamL
6b570cd5e3
adds fk index to cmsDictionary -> parentId
2020-01-15 14:56:06 +00:00
Bjarke Berg
6d92f5915a
Merge remote-tracking branch 'origin/v8/8.5' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
2020-01-15 13:44:42 +01:00
Bjarke Berg
55160f8e03
Merge remote-tracking branch 'origin/v8/8.5' into v8/8.5
2020-01-15 07:07:32 +01:00
Bjarke Berg
10e5d5c7ac
bump version to 8.5.1
2020-01-15 07:06:30 +01:00
Shannon
b418fcae33
Merge branch 'ronaldbarendse-v8/bugfix/contentquery-search' into v8/dev
2020-01-15 12:38:39 +11:00
Shannon
6f420b9577
Merge branch 'v8/bugfix/contentquery-search' of https://github.com/ronaldbarendse/Umbraco-CMS into ronaldbarendse-v8/bugfix/contentquery-search
2020-01-15 12:18:52 +11:00
Shannon Deminick
a341079442
Merge pull request #7458 from umbraco/v8/hotfix/7457-external-modelsbuilder-issue-missing-di-registration
...
Hotfix - Missing registration in IOC when running external MB
2020-01-15 10:40:36 +11:00
Rachel Breeze
d841fdcde0
Moved the accessibiity texts created in #6315 and #5760 into visuallyhidden section to comply with other commits ( #6978 )
2020-01-14 20:35:46 +01:00
Jan Skovgaard
8829d7fbca
Forms dashboard: Add translations and hide icon for screen readers ( #6883 )
2020-01-14 20:13:03 +01:00
Jan Skovgaard
9847b99b68
Nested content config: Add help translations ( #6909 )
2020-01-14 16:22:13 +01:00
Bjarke Berg
ddb04964b5
https://github.com/umbraco/Umbraco-CMS/issues/7457 - We need to register the config no matter what which MB is used. The config is used to avoid execution of methods in the internal MB
2020-01-14 15:54:07 +01:00
Bjarke Berg
a90c5f6d8e
Merge pull request #7405 from umbraco/v8/bugfix/MainDom-DeadLock
...
V8/bugfix/main dom dead lock
2020-01-14 13:15:24 +01:00
Jan Skovgaard
0ec3080fe2
Help drawer: Add missing translations ( #6932 )
2020-01-14 10:33:14 +01:00
Sebastiaan Janssen
0ba5a0ab25
Merge branch 'v8/dev' into v8/contrib
2020-01-14 08:46:43 +01:00
Shannon Deminick
33f73379c5
Merge pull request #7454 from umbraco/v8/feature/7212-segment-support
...
V8/feature/7212 segment support
2020-01-14 11:49:45 +11:00
Shannon
63fab6a56b
adds notes
2020-01-14 11:47:31 +11:00
Jan Skovgaard
8176054432
Add label and missing translations ( #7019 )
2020-01-13 22:33:31 +01:00