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
Bjarke Berg
c7f60d8312
AB3986 - Wrapped System.Web.Hosting.IRegisteredObject in the AspNetHostingEnvironment. Updated Maindom to use our own new interface and the wrapper and moved to infrastructure. Removed the Umbraco.Core project now that it was empty.
2020-01-08 09:01:58 +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
Bjarke Berg
cdfd3df98a
AB4231 - Moved SqlCe classes to separate project
2020-01-07 14:52:59 +01:00
Bjarke Berg
586b9c37f8
AB4234 - Moved stuff from core into web, that used identity.
2020-01-07 13:51:03 +01:00
Bjarke Berg
c6c0d7df54
AB4234 - Moved stuff from core into web, that used identity.
2020-01-07 13:50:38 +01:00
Bjarke Berg
d2443ea4c0
AB3677 - Removed the Core.Composing.Current.. Moved stuff to Web.Composing.Current and injected more stuff.
2020-01-07 13:08:21 +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
Bjarke Berg
58f9b48e16
Merge branch 'netcore/dev' into netcore/feature/AB3677-remove-current-from-core
...
# Conflicts:
# src/Umbraco.Abstractions/UriExtensions.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Web/Editors/Filters/MemberSaveModelValidator.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/Models/Mapping/PropertyTypeGroupMapper.cs
# src/Umbraco.Web/PropertyEditors/FileUploadPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/UserPickerPropertyEditor.cs
# src/Umbraco.Web/UmbracoDefaultOwinStartup.cs
2020-01-07 09:46:42 +01:00
Bjarke Berg
c82772228c
Minor changes.. Moved files and clean up
2020-01-07 09:36:40 +01:00
Daniël Knippers
24afe3f130
Changed ArgumentException to InvalidOperationException
2020-01-07 09:34:12 +01:00
Bjarke Berg
439048bc4f
Merge pull request #7380 from AndyButland/feature/7371-short-string-helper
...
.NET Core transition: Removed (almost) all instances of Current.ShortStringHlper and replaced with constructor injection (#7371 )
2020-01-07 09:05:28 +01:00
Bjarke Berg
e1b06498c6
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DocumentRepository.cs
2020-01-07 08:06:36 +01:00
Bjarke Berg
09b480919b
Merge remote-tracking branch 'origin/netcore/dev' into netcore/dev
...
# Conflicts:
# src/Umbraco.Web.UI/config/umbracoSettings.Release.config
2020-01-07 07:35:34 +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
Bjarke Berg
0c7cc8e002
Merge pull request #7356 from umbraco/netcore/feature/AB4227-move-files-to-infrastructure
...
Netcore/feature/ab4227 move files to infrastructure
2020-01-06 15:43:00 +01:00
Bjarke Berg
6d719a2ecc
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
2020-01-06 14:59:42 +01:00
Bjarke Berg
44a36227f9
Merge pull request #7356 from umbraco/netcore/feature/AB4227-move-files-to-infrastructure
...
Netcore/feature/ab4227 move files to infrastructure
2020-01-06 14:59:17 +01:00
Sebastiaan Janssen
d988d07c5d
Merge branch 'v8/dev' into v8/contrib
2020-01-06 14:34:17 +01:00
Claus
15d4141398
reverting change in regards to not loading variants.
2020-01-06 14:07:20 +01:00
Shannon Deminick
a68d1af2ca
Merge pull request #7384 from AndyButland/feature/7367-netcore-password-config
...
.NET Core transition: Populated user and member password configuration from settings file (#7367 )
2020-01-06 22:07:55 +11:00
Shannon
94d05b1768
Fixes #7404 - Deadlock issue
2020-01-06 21:14:46 +11:00
Ronald Barendse
fa23b50d1e
Add skip and take argument validation
2020-01-05 22:55:55 +01:00
Ronald Barendse
3bd7718c38
Remove ordering by score when converting to PublishedSearchResult
2020-01-05 22:27:56 +01:00
Ronald Barendse
c355e8f5f0
Use ExternalIndexName as default parameter value
2020-01-05 22:26:13 +01:00
Liam Laverty
f6d21799cb
fixes info notifications to appear in blue ( #7351 )
2020-01-05 13:28:58 +01:00
Poornima Nayar
9d30b1acc0
Feature/media provide screen reader context remove files ( #6919 )
2020-01-03 20:23:47 +01:00
Dennis Adolfi
f3b542f1c2
Temp/Missing-swedish-translations ( #7046 )
...
* Added a few missing swedish translations.
* Found two more translations missing for swedish
* User translations
* fond some more
* found some more translations missing
2020-01-03 16:04:36 +00:00
Poornima Nayar
cdefcecae5
Merge pull request #7041 from kjac/v8/fix/listview-status-messages-styling
...
V8: Ensure that listview status messages are vertically centered
2020-01-03 15:49:19 +00:00
Poornima Nayar
d2076b065e
Merge pull request #7029 from umbraco/v8/fix/ngdocs-code-styling
...
Angular API documentation: Adds styling for <code> elements
2020-01-03 15:35:40 +00:00
Warren Buckley
8b51b7f7ab
Commit of suggestion to community PR #6617 that I was unable to directly push back to due to their repo permissions
2020-01-03 15:35:07 +00:00
Warren Buckley
7c53fd4677
Merge pull request #6617 from ronaldbarendse/v8/bugfix/6616-exception-in-component-terminate
...
Log exceptions thrown while terminating components
2020-01-03 15:31:46 +00:00
Poornima Nayar
131ae2ab3f
Merge pull request #7017 from kjac/v8/fix/macro-partial-view-mandatory
...
V8: Make macro partial view mandatory
2020-01-03 15:09:00 +00:00