Bjarke Berg
1bfb64bdd8
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Abstractions/Constants-AppSettings.cs
# src/Umbraco.Abstractions/ContentVariationExtensions.cs
# src/Umbraco.Abstractions/IMainDom.cs
# src/Umbraco.Abstractions/PropertyEditors/MultiUrlPickerConfiguration.cs
# src/Umbraco.Abstractions/Runtime/IMainDom.cs
# src/Umbraco.Abstractions/Runtime/MainDom.cs
# src/Umbraco.Core/IMainDom.cs
# src/Umbraco.Core/MainDom.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Infrastructure/MainDom.cs
# src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Infrastructure/Runtime/CoreRuntime.cs
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web/Models/Mapping/ContentTypeMapDefinition.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
# src/Umbraco.Web/UmbracoApplication.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
2020-01-23 13:16:49 +01:00
Dave Woestenborghs
d61090a225
#7452 set save state correctly for variant when setting schedule publishing
2020-01-22 21:27:35 +01:00
Warren Buckley
81a0a52874
Merge branch 'v8/feature/media-tracking' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2020-01-22 08:36:32 +00:00
Niels Lyngsø
8030901184
Fix mistakes made in commit a4a6b77
2020-01-22 08:36:52 +01:00
Sebastiaan Janssen
163c1f7028
Fix automatic merge gone wrong
2020-01-21 19:16:07 +01:00
Sebastiaan Janssen
a4a6b77fc1
Merge branch 'v8/contrib' into v8/dev
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tour.service.js
2020-01-21 18:58:03 +01:00
Bjarke Berg
d7377bd9b4
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.ModelsBuilder.Embedded/Compose/ModelsBuilderComposer.cs
# src/Umbraco.ModelsBuilder.Embedded/Configuration/ModelsBuilderConfig.cs
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/web.Template.Debug.config
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/DataTypeController.cs
# src/Umbraco.Web/Editors/MacrosController.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyBasicMapper.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
2020-01-21 10:51:04 +01:00
Warren Buckley
466f8ca185
V8: Email Marketing Opt In ( #7366 )
...
* Enable BackOfficeTours to have a bool to hide them in the help drawer
* New hidden tour to display the email marketing option on login to backoffice
* Update to tourService to use the new bool property of hidden to show/hide the tour in the help drawer
* AngularJS Resource to call the Azure Function EmailService proxy code - currently set to DEV
* New method on userService.addUserToEmailMarketing that in turn calls the new emailMarketingResource
* New AngularJS view & controller in the tour step to deal with user clicking yes/accept to the email opt-in
* Modifies the init script to auto launch the hidden email marketing tour at login
If it has been accepted or dismissed before we then try to launch the original intro tour
* Only show the email marketing tour when the intro tour has been dismissed or completed and will appear for one time only the next time you login
* When using X to close email tour, it does not disable and never show it again but just closes it, similar to intro tour
* Adds new localStorageService key for 'emailMarketingTourShown' to prevent the tour being shown again in the same logged in session, if you refresh the backoffice in your browser
* Update URL to email function
* Adding new COMA copy for email marketing tour - needs fine tuning pixel pushing from Niels L
* Prettified layout of e-mail marketing promotion tour
* fixing whitespace
* text=auto
* adding xml to gitattributes
* Ensures the email tour is not shown if you dismiss the intro tour and manually refresh the page
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
2020-01-21 08:56:51 +01: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
Benjamin Carleski
0c1d54ba4d
Remove unused obsoletes from Umbraco.Web.UI.Client
2020-01-20 11:07:13 -08: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
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
Kenn Jacobsen
f3d9a01800
Hide the "Add" button for Nested Content in "single mode" ( #7327 )
2020-01-16 22:00:28 +00: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
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
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
Jan Skovgaard
0ec3080fe2
Help drawer: Add missing translations ( #6932 )
2020-01-14 10:33:14 +01:00
Jan Skovgaard
8176054432
Add label and missing translations ( #7019 )
2020-01-13 22:33:31 +01:00
Jan Skovgaard
d48b33d86d
Icon picker: Accessibility improvements ( #6990 )
2020-01-13 22:03:34 +01:00
Kenn Jacobsen
2906eafa79
V8: Make it possible to hide anchor/querystring input in the li… ( #7031 )
...
Wonderful work
2020-01-10 19:14:11 +00:00
Kenn Jacobsen
2b1e330957
V8: Reset paging in user search when free text searching and fi… ( #7049 )
...
Thanks Kenn :)
2020-01-10 19:09:51 +00:00
Kenn Jacobsen
4a44cd3a58
V8: If Nested Content has multiple item types, always let the e… ( #5429 )
...
Lovely work Kenn. Thanks, as ever
2020-01-10 19:02:39 +00:00
Dave Woestenborghs
eeaa5a82d4
V8/doctype tours ( #6980 )
2020-01-10 10:39:22 +01:00
Kenn Jacobsen
2b4279315a
V8: Make the markdown editor use the Umbraco link picker ( #5745 )
2020-01-10 10:05:52 +01:00
Steve Megson
16faeb1886
V8: Date pickers - parsing non-standard formats ( #6001 )
2020-01-10 09:34:23 +01:00
Poornima Nayar
1cd30aae99
Merge pull request #6943 from kjac/v8/fix/protect-system-media-types
...
V8: Protect "system media types" from alias changes and deletion
2020-01-09 14:18:10 +00:00
Poornima Nayar
418aa89872
Merge pull request #6952 from kjac/v8/fix/content-picker-max-one-item-help-text
...
V8: Don't show "max items" help text for content pickers in single item configuration
2020-01-09 13:32:36 +00:00
Bjarne Fyrstenborg
a10c4403ab
Remove konamiCode directive since it isn't used anywhere in core ( #7437 )
2020-01-09 14:26:18 +01:00
Sebastiaan Janssen
ecb6f93e54
Merge branch 'v8/dev' into v8/contrib
2020-01-09 13:29:39 +01:00
Sebastiaan Janssen
324f18052f
Merge branch 'v8/dev' into v8/contrib
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/users/views/groups/groups.html
# src/Umbraco.Web.UI.Client/src/views/users/views/users/users.html
2020-01-09 13:29:06 +01:00
Niels Lyngsø
83112dbd19
forgot to commit minor minor style adjustment
2020-01-09 13:21:08 +01:00
Kenn Jacobsen
0992bd849a
Review: Media picker UX updates ( #5241 )
...
* Don't allow editing media items (including folders) in the media picker
* Define explicitly if media grid files and folders can be opened + remove "edit item" functionality
* Ensure that files and folders can always be opened (edited) in the media library grid view
* Remove "edit item" handling from the media picker + update click handlers to select items when their names are clicked (when applicable)
* Remove obsolete "allowMediaEdit" from mediapicker controller.
* Remove obsolete "allowMediaEdit" from mediapicker controller again (after merge).
* Make things work again after merging from latest dev
* Corrected focusable elements + hover styling
* breadcrumbs styling adjustment
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
2020-01-09 13:16:31 +01:00
Kenn Jacobsen
a1b8d4a097
Don't load duplicate nodes for editors with start nodes
2020-01-08 19:46:35 +01:00
Bjarne Fyrstenborg
d51b5e7822
Add code snippet component ( #7294 )
...
* Add umbCodeSnippet component
* Add aria-hidden to font icons
* Replace copy button with umb-code-snippet component
* Adjust styling of code snippet
* Adjust language of code snippet
* Update docs for component
* Adjust padding in code header
* Add code snippet content wrapper
* Fix typo
* Rename id value
* Fix typo in docs
* Update color of code blocks
* Use variables for colors
* round border + size for copy button
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
2020-01-08 14:20:43 +01:00
Niels Lyngsø
680ff52a88
correction of error-marks vertical position
2020-01-08 11:35:49 +01:00
Niels Lyngsø
18ede02030
Reverting, shouldnt have changed this one.
2020-01-08 11:31:29 +01:00
Niels Lyngsø
d816971a09
only show focus outline on select-all-action if tabbing is active
2020-01-08 11:03:29 +01:00
Niels Lyngsø
96a35859b6
using umb-mini-search instead of custom impl.
2020-01-08 10:44:28 +01:00
Niels Lyngsø
f5bd0f6d83
enable callbacks to be optional
2020-01-08 10:43:53 +01:00
Niels Lyngsø
95120d779a
correction disable look for buttons
2020-01-08 10:43:37 +01:00
Niels Lyngsø
16a9630be2
adjusting focus outlines with new color and spacing
2020-01-07 17:00:31 +01:00
Jan Skovgaard
ddb0bd6bd9
Healthcheck dashboard: Add translations ( #6887 )
2020-01-07 15:41:06 +01:00