Commit Graph

31708 Commits

Author SHA1 Message Date
Warren Buckley
d378495942 Log message format fix for PR6617 2020-01-20 09:11:29 +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
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
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
Shannon
71b3aa1cb0 Removes the need for checking variant when binding content 2020-01-13 22:16:19 +11:00
Shannon
d9d3e6847f Merge remote-tracking branch 'origin/v8/dev' into v8/feature/7212-segment-support 2020-01-13 21:33:26 +11:00
Shannon Deminick
eeb4f172bc Merge pull request #7212 from PerplexDaniel/feature/backoffice-segment-support-server
Segments in Backoffice: Server code
2020-01-13 21:31:24 +11: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
0dfd7679e0 Request datatype by guid (#6847) 2020-01-08 19:02:16 +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
Warren Buckley
258dc8d2ac Merge pull request #7434 from umbraco/v8/feature/0000-selection-and-focus-colors-adjusted
Review Selection and Focus styling adjusted
2020-01-08 12:38:04 +00:00
Claus
99bc508b68 Ignoring data folder from Deploy. 2020-01-08 13:01:56 +01:00
Niels Lyngsø
61eaf20954 added missing function, forgotten in a previous commit. 2020-01-08 12:12:11 +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
joepvtl
2908ecac64 7058 NullOrEmpty check to fix Grid in NestedContent (#7080) 2020-01-07 17:31:25 +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
Claus
7ad46130e4 Merge remote-tracking branch 'origin/v8/8.4' into v8/8.5 2020-01-07 13:06:34 +01:00
Niels Lyngsø
79ad482ba2 onOutsideClick for naviation controller 2020-01-07 13:05:26 +01:00
Claus
838b26cedb bump version to 8.4.1 2020-01-07 13:04:52 +01:00
Niels Lyngsø
c0f55d00ef Merge remote-tracking branch 'origin/v8/dev' into v8/feature/0000-selection-and-focus-colors-adjusted
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/components/umb-content-grid.html
2020-01-07 13:04:35 +01:00
Niels Lyngsø
0046a26047 Adjustment of selection color and focus outline 2020-01-07 13:02:59 +01:00
Claus
53286c66a0 Merge pull request #7418 from umbraco/v8/bugfix/7404-deadlock
Fixes #7404 - Deadlock issue
2020-01-07 12:44:38 +01:00
Claus
bc8d02b4ac Merge pull request #7260 from umbraco/v8/feature/0000-listview-styling-adjustments
Listview styling adjustments
2020-01-07 11:53:41 +01:00
Claus
a19cb25f9c Merge branch 'v8/dev' into v8/contrib 2020-01-07 10:48:49 +01:00
Daniël Knippers
24afe3f130 Changed ArgumentException to InvalidOperationException 2020-01-07 09:34:12 +01:00
Shannon
5d7a1bacfe Ensures the DocumentRepository behavior for looking up data to populate IContent remains the same. 2020-01-07 15:34:53 +11:00
Shannon
9a192131d6 Ensures the DocumentRepository behavior for looking up data to populate IContent remains the same. 2020-01-07 14:53:17 +11:00
Jan Skovgaard
161faec2b1 User group picker: Fix accessibility issues (#6994) 2020-01-06 22:27:36 +01:00
Jan Skovgaard
9c69504fac Add label, styling and dictionary items (#6984) 2020-01-06 21:17:12 +01:00
Niels Odgaard
91b36fc512 #6896 - Added notifications for Cultures and Hostnames save event. Notifcations are in english and danish so far. (#6899) 2020-01-06 20:29:57 +01:00
Jan Skovgaard
617216e0c9 Startup dashboard: Add view fallback translations (#6884) 2020-01-06 20:08:41 +01:00
Rasmus Østergård
92db75c89c Auto select Content-Group when configuring Nested Content if only one is present (#6982) 2020-01-06 19:38:09 +01:00
Claus
ada000437b reverting more changes for optimizations to ensure tests are not failing. 2020-01-06 15:45:34 +01:00
Sebastiaan Janssen
d988d07c5d Merge branch 'v8/dev' into v8/contrib 2020-01-06 14:34:17 +01:00