Commit Graph

28629 Commits

Author SHA1 Message Date
Ronald Barendse ec4bc11c1b Obsolete HasFlagAll extension method 2020-01-07 20:35:00 +01:00
Ronald Barendse cae2c32172 Remove SetFlag and UnsetFlag extension methods 2020-01-07 20:32:04 +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 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
Claus 15d4141398 reverting change in regards to not loading variants. 2020-01-06 14:07:20 +01:00
Shannon 95337d5a70 Cleans up old notes 2020-01-06 21:39:26 +11:00
Shannon 94d05b1768 Fixes #7404 - Deadlock issue 2020-01-06 21:14:46 +11:00
Shannon c2ac5e8531 Fixes a couple more issues with recursive locks 2020-01-06 18:34:04 +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
Claus fbec19042d Merge remote-tracking branch 'origin/v8/bugfix/7245-missing-indexes' into v8/dev 2020-01-03 13:26:32 +01:00
Warren Buckley ad53b76308 Merge branch 'v8/8.5' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2020-01-03 11:59:05 +00:00
Warren Buckley 97f48ed569 Merge branch 'v8/8.5' of https://github.com/umbraco/Umbraco-CMS into v8/8.5 2020-01-03 11:41:39 +00:00
Claus b613f8b56d Merge pull request #7315 from umbraco/v8/bug/3935-useractions-xsrf-validation
Adding extra validation for anti forgery tokens
2020-01-03 12:40:35 +01:00
Warren Buckley 36b24186b4 Merge branch 'v8/8.4' into v8/8.5 2020-01-03 11:11:31 +00:00
Shannon 7a129f890d Changes MainDom testing timeout to be larger... but not 1.5 mins! 2020-01-03 15:07:21 +11:00
Shannon 243e76b3cc Removes ability to have recursive locks in SnapDictionary, changes logic to require locking around the methods just like ContentStore, updates tests 2020-01-03 15:04:39 +11:00
Shannon 8e3b3c8326 Changes methods that should already be locked to check that they are and changes their names/adds docs 2020-01-03 13:21:49 +11:00
Shannon e6b333a3ec Changes readlocks to normal locks, no need to have extra objects allocated and complex code. 2020-01-03 12:39:56 +11:00
Shannon 3d8e9a78e3 Fixes deadlock 2020-01-03 12:39:17 +11:00
abi d33928f425 Correct project references 2020-01-03 01:43:37 +01:00
Shannon a46e9124d2 First commit in fixing deadlock - committing my notes, etc... 2020-01-03 10:38:48 +11:00
abi 358b4c9133 Make fields list to allow to add fields 2020-01-02 23:08:53 +00:00