Commit Graph

30765 Commits

Author SHA1 Message Date
Bjarne Fyrstenborg
7664d2df18 v8: Fix SVG image preview (#5883) 2019-09-05 16:06:59 +02:00
Bjarne Fyrstenborg
105dd989de Add margin before value in listview grid layout
(cherry picked from commit 495ad4c06b)
2019-09-05 15:53:53 +02:00
Bjarne Fyrstenborg
495ad4c06b Add margin before value in listview grid layout 2019-09-05 15:53:01 +02:00
Bjarne Fyrstenborg
771a62532d v8: Refactor checkered background (#5821) 2019-09-05 15:51:46 +02:00
Matt Brailsford
d01a5dcd8e Fixes #6255
Updated GetCtrs / GetMaps to merge found maps, rather than replacing all for a given type.

(cherry picked from commit c92eafd8f1)
2019-09-05 15:38:37 +02:00
Matt Brailsford
c92eafd8f1 Fixes #6255
Updated GetCtrs / GetMaps to merge found maps, rather than replacing all for a given type.
2019-09-05 15:37:26 +02:00
leekelleher
83588b2dc8 ContentTypeService GetAllElementTypes method
Added an extension method to get all the Element Types from
the ContentTypeService.

Refactored NestedContent's controller accordingly.
2019-09-05 15:36:14 +02:00
leekelleher
ff72a341b2 Added method to add to a list of ConfigurationFields 2019-09-05 15:35:08 +02:00
Poornima Nayar
c271113da5 Improve consistency around some buttons in the backoffice (#6265) 2019-09-05 15:33:36 +02:00
Bjarne Fyrstenborg
252ea8674f Fix missing checkmark selection in section picker
(cherry picked from commit c1cf6612a4)
2019-09-05 15:31:34 +02:00
Bjarne Fyrstenborg
c1cf6612a4 Fix missing checkmark selection in section picker 2019-09-05 15:30:52 +02:00
Bjarne Fyrstenborg
468cd96846 v8: Highlight of old password in change password form (#6274)
(cherry picked from commit f4f99d7a98)
2019-09-05 15:29:46 +02:00
Bjarne Fyrstenborg
f4f99d7a98 v8: Highlight of old password in change password form (#6274) 2019-09-05 15:27:33 +02:00
Sebastiaan Janssen
9de47d1f32 Merge branch 'v7/dev' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/common/overlays/embed/embed.html

(cherry picked from commit 1278644cbb)
2019-09-05 15:14:16 +02:00
Sebastiaan Janssen
1278644cbb Merge branch 'v7/dev' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/common/overlays/embed/embed.html
2019-09-05 15:13:27 +02:00
Mark Bowser
39972049bb Apply focus to URL input on embed overlay open. Issue #6276
(cherry picked from commit a58a2e8aa9)
2019-09-05 15:08:42 +02:00
Mark Bowser
a58a2e8aa9 Apply focus to URL input on embed overlay open. Issue #6276 2019-09-05 15:07:17 +02:00
Steve Megson
7b0b0f9495 Update umbracoUser2NodeNotify in SuperZero migration
(cherry picked from commit 79bea8b440)
2019-09-05 14:49:14 +02:00
Steve Megson
79bea8b440 Update umbracoUser2NodeNotify in SuperZero migration 2019-09-05 14:48:26 +02:00
Kenn Jacobsen
c67b14b837 Fix mandatory validation clientside for content picker and MNTP
(cherry picked from commit adeb8fc1f7)
2019-09-05 14:47:13 +02:00
Kenn Jacobsen
adeb8fc1f7 Fix mandatory validation clientside for content picker and MNTP 2019-09-05 14:46:24 +02:00
Jan Skovgaard
0379011140 Accessibility: "Save and publish" has a drop down that can't be accessed via keyboard (#5884) 2019-09-05 14:39:24 +02:00
Jan Skovgaard
5def93fa32 Accessibility: No alt text on any icons (#5905) 2019-09-05 14:16:46 +02:00
Rachel Breeze
a68bc34207 Reviewed the forgotten password screen to include alerts and support for screen readers 2019-09-05 13:52:48 +02:00
Rachel Breeze
f9dbf8646c First pass at set page title for content page 2019-09-05 13:50:05 +02:00
Rachel Breeze
ce0712e464 Added support for setting the page title 2019-09-05 13:48:59 +02:00
Jan Skovgaard
626c6ba8b0 Accessibility: Health Check - unable to navigate to additional options via keyboard (#5928) 2019-09-05 13:45:53 +02:00
Jan Skovgaard
428da6ce13 Accessibility: Create drop down can't be accessed via keyboard (#5960) 2019-09-05 13:41:21 +02:00
Sebastiaan Janssen
47f365e415 Merge branch 'v8/8.1' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-09-05 13:03:23 +02:00
Sebastiaan Janssen
b94d78e01a Revert "Accessibility: Grid filter drop down can't be accessed via keyboard (#5963)"
This reverts commit e1a438dfc9.

Should not have been picked into a patch release :)
2019-09-05 13:01:05 +02:00
Jan Skovgaard
e1a438dfc9 Accessibility: Grid filter drop down can't be accessed via keyboard (#5963)
(cherry picked from commit 4b344ac3fd)

# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-09-05 12:33:45 +02:00
Jan Skovgaard
4b344ac3fd Accessibility: Grid filter drop down can't be accessed via keyboard (#5963) 2019-09-05 12:29:25 +02:00
Sebastiaan Janssen
d3f3c74e10 Fix #6283 Save Member resets password 2019-09-05 11:47:13 +02:00
Sebastiaan Janssen
5bbe1fadda Fixes #6021 - Error on save and publish for existing node after content creation in eventhandler 2019-09-05 10:31:08 +02:00
Warren Buckley
8b0a64f8cd Use the angular 3rd party lib angular-local-storage (which falls back to cookies) instead of native localStorage 2019-09-04 14:22:57 +01:00
Liam Laverty
6588fa2e37 updated to 700 people 2019-09-03 16:37:00 +02:00
Bjarke Berg
121a7e38ca Merge pull request #6216 from umbraco/v8/feature/2346AB-Enable-RTE-Paste
AB 2440 - Enable Paste & Drag n Drop of images into RTE editors
2019-09-03 08:45:38 +02:00
Bjarne Fyrstenborg
0871228685 v8: Add umbLoader directive (#4987)
(cherry picked from commit e4f19f7192)
2019-09-02 14:08:45 +02:00
Poornima Nayar
157c0a2479 Added Review process file 2019-09-02 10:27:29 +02:00
Poornima Nayar
1963dbe639 fix to the documentation link in create packages opening in same window
(cherry picked from commit 3d3a836c52)
2019-09-02 10:17:56 +02:00
Poornima Nayar
3d3a836c52 fix to the documentation link in create packages opening in same window 2019-09-02 10:17:19 +02:00
Kasper Christensen
da0ace18e6 Loginpage: Added an id to input fields and a for attr on the la… (#6247)
(cherry picked from commit 24efa54481)
2019-09-02 10:01:14 +02:00
Kasper Christensen
24efa54481 Loginpage: Added an id to input fields and a for attr on the la… (#6247) 2019-09-02 10:00:44 +02:00
Mads Krohn
0e8b4b8342 Correctly html encode text (#6235)
(cherry picked from commit 1bf85ab1db)
2019-09-02 08:48:48 +02:00
Mads Krohn
1bf85ab1db Correctly html encode text (#6235) 2019-09-02 08:46:33 +02:00
Warren Buckley
4eed413f95 Remove a forgotten console.log 2019-08-30 13:35:38 +01:00
christophnz
1d94c4b9bb Fixed returntype of IPublishedContent.Siblings<T> to be IEnumerable<T> rather than IEnumerable<IPublishedContent> 2019-08-30 14:27:13 +02:00
Warren Buckley
4adcd7de9b Makes the insert media picker button active only if an image has a data-udi attribute set
Means images pasted from a webpage that have a full absolute URL pasted into tiny does not active this button unnecessarily
2019-08-30 12:46:57 +01:00
Warren Buckley
db37f847f9 Remove the console.log debug messages 2019-08-30 12:34:46 +01:00
Warren Buckley
55c0a5f7c2 Uses browser localStorage to store the UDI from the API response & updates the IMG element when we put them in the editor 2019-08-30 11:58:22 +01:00