Commit Graph

35042 Commits

Author SHA1 Message Date
Chad Currie
5f45e6fd83 Provide capacity values for DictionaryOfPropertyDataSerializer 2021-04-20 22:42:24 +12:00
Niels Lyngsø
021c0b82c1 final corrections 2021-04-20 11:35:40 +02:00
Niels Lyngsø
eeb30db36d Merge remote-tracking branch 'origin/v8/bugfix/use-warning-message-style-when-saving' into v8/bugfix/always-ignorer-validation-when-saving
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
2021-04-20 11:16:20 +02:00
Niels Lyngsø
12cde0c571 Use warning style when saving 2021-04-20 11:10:07 +02:00
Shannon
dc08997040 Removes usages of UpgradeableReadLock 2021-04-20 18:02:23 +10:00
Shannon
bf7a3251d8 Ensure more ReaderWriterLockSlim are disposed or converted 2021-04-20 17:56:55 +10:00
Shannon
7e332b23c9 Fixes ConcurrentHashSet to just use a ConcurrentDictionary as it's underlying source and remove the ReaderWriterLockSlim since we are never disposing this. Makes IdkMap disposable. 2021-04-20 17:14:34 +10:00
Shannon
b75a786551 Ensures the ReaderWriterLockSlim within our caches are disposed at the end of the app 2021-04-20 16:41:11 +10:00
Shannon
e775497c5e Removes ReaderWriterLockSlim from PropertyGroupCollection and PropertyTypeCollection. No lock should exist here at all not even sure why it's there (Based on 9yr old code). I'm pretty sure it's there because these entities used to be cached (and not cloned) which meant it was the same instance used between threads. 2021-04-20 16:09:52 +10:00
Sebastiaan Janssen
a3e3e83a3d Bump version to 8.13.0 2021-04-19 17:34:01 +02:00
Sebastiaan Janssen
f1e4fec4c4 Revert "The Value() method for IPublishedContent was not working with the defaultValue parameter (#9888)"
This reverts commit 52b670973d.
2021-04-19 17:31:53 +02:00
Sebastiaan Janssen
57ed4698f0 Revert "Revert "The Value() method for IPublishedContent was not working with the defaultValue parameter" (#9989)"
This reverts commit 156c1c9416.
2021-04-19 17:31:09 +02:00
Mole
0c3788eba1 Merge pull request #10061 from umbraco/v8/feature/AB10632-recycle-bin-smells-caching
RecycleBinSmells caching
2021-04-16 13:14:33 +02:00
Elitsa Marinovska
7d09de6d0f Removing unused param 2021-04-15 10:33:21 +02:00
Elitsa Marinovska
8e14543616 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB10632-recycle-bin-smells-caching 2021-04-15 09:02:53 +02:00
Elitsa Marinovska
038afa5664 Fixing tests after adding the new event related to EmptiedRecycleBin 2021-04-15 09:00:58 +02:00
Elitsa Marinovska
2534f99cdb Adding new RecycleBin event handlers 2021-04-14 16:55:37 +02:00
Jeavon
c8b6841ef1 Allow KeepAlive controller Ping method to be requested by non local requests (#10126)
* Allow KeepAlive controller Ping method to be requested by non local requests and accept head requests

* removed unused references
2021-04-13 03:10:44 +02:00
Shannon Deminick
de4a7eff85 Fixes some property editors ensuring ngModelController(#10013)
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
2021-04-12 15:19:32 +02:00
Niels Lyngsø
18fa631f1c use paste-resolvers (#10121)
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
2021-04-12 14:38:52 +02:00
Niels Lyngsø
8d8fb2d15c Dont show block catalogue if only one block is available. Enable ente… (#9575)
* Dont show block catalogue if only one block is available. Enable entering clipboard directly.

* corrected button states

* jump clipboard icon when adding items to the clipboard.

* fix merge issue

* add missing eventsService

* correcting missing parts from Merge

Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
Co-authored-by: Mads Rasmussen <madsr@hey.com>
2021-04-12 12:27:12 +02:00
Dennis Öhman
4f49e57573 Removed top-margin from switcher icon 2021-04-12 02:29:05 +02:00
Carole Rennie Logan
3b6de9cb9e Updating typo 2021-04-10 02:47:49 +02:00
Rachel Breeze
e21cc6f97e Accessibility: Adding label fors and control ids for the macro picker (#10101)
* Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull.
Added labels for the controls
Preview reload only triggered if the values for height and width change

* Added support for label fors for the macro picker and also gave the ,acro search box a title

* Now displays a count of the matching macros returned. Please note the language file amends shared with #10100

* Removed src-only class for the display of the count of messages
2021-04-10 02:34:18 +02:00
Sebastiaan Janssen
b0592f1126 Merge branch 'v8/dev' into v8/contrib 2021-04-07 16:27:34 +02:00
Sebastiaan Janssen
8c20e252dc Merge branch 'v8/8.13' into v8/dev 2021-04-07 16:26:48 +02:00
Sebastiaan Janssen
ecf67669ce Attributes could be multiple items, test specifically if Directory is an attribute 2021-04-07 16:25:46 +02:00
Sebastiaan Janssen
9fdbbb54fb Update cypress test to make macros in the grid work again 2021-04-07 15:44:28 +02:00
Mole
f6eb8c9dbb Merge pull request #9995 from umbraco/v8/feature/10615-mappers-with-explicit-scope
Create explicit scope for mappers in UmbracoMapper
2021-04-07 14:58:39 +02:00
Mole
8b6fc762b5 Reintroduce old constructor to make non-breaking 2021-04-07 13:54:42 +02:00
Sebastiaan Janssen
9d5a5d886e Merge branch 'v8/dev' into v8/contrib 2021-04-07 13:45:38 +02:00
Sebastiaan Janssen
2d2a89f216 Revert "Add copy logic to Media Picker (#9957)"
This reverts commit f7c032af65.
2021-04-07 13:42:46 +02:00
Sebastiaan Janssen
d85d0d75f3 Revert "Updated LightInject to v6.4.0"
This reverts commit fc77252ec7.
2021-04-06 16:13:40 +02:00
ric
26d11a8314 Fixed copy preserving sort order (#10091) 2021-04-06 13:44:49 +01:00
Sebastiaan Janssen
89b881e98e Bump version to 8.13 RC 2021-04-06 10:11:46 +02:00
Sebastiaan Janssen
3358ab2604 Also make sure NuGet installs the correct version of the CodePages dependency 2021-04-06 10:08:10 +02:00
Sebastiaan Janssen
c84f616a17 Remove HtmlSanitizer once more - see #9803 2021-04-06 10:08:10 +02:00
Dave de Moel
fc77252ec7 Updated LightInject to v6.4.0 2021-04-06 09:35:12 +02:00
Rachel Breeze
db6d572235 Accessibility: Alerts the user how many results have been returned on a tree search (#10100)
* Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull.
Added labels for the controls
Preview reload only triggered if the values for height and width change

* Tree search details the number of search items returned

* Add French translations
2021-04-06 03:50:14 +02:00
Rachel Breeze
739d9a8188 Improved accessibility of link picker (#10099)
* Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull.
Added labels for the controls
Preview reload only triggered if the values for height and width change

* Added control ids for the link picker

* Add French translation
2021-04-06 03:44:14 +02:00
Mads Rasmussen
f549a36593 fixes #10021 adds ng-form and val-form-manager to the documentation 2021-04-06 07:42:05 +10:00
patrickdemooij9
f8e280e0b4 9962: Use $allowedEditors instead of allowed (#10086)
* 9962: Use $allowedEditors instead of allowed

* 9962: Remove redundant statement
2021-04-04 02:16:02 +02:00
Bjarne Fyrstenborg
f83f465211 Fix validation of step size in integer/numeric field 2021-04-03 02:59:24 +02:00
Sebastiaan Janssen
d428a4543f Merge branch 'v8/dev' into v8/contrib 2021-03-31 17:27:13 +02:00
Sebastiaan Janssen
d7519e29d0 Merge branch 'v8/8.12' into v8/dev 2021-03-31 17:26:25 +02:00
Bjarne Fyrstenborg
72e468428a Null check on scope and options to ensure backward compatibility
(cherry picked from commit fe8cd239d2)
2021-03-31 14:42:05 +02:00
Sebastiaan Janssen
e8a9c4da2e Merge branch 'v8/dev' into v8/contrib 2021-03-31 13:01:25 +02:00
Sebastiaan Janssen
2f60a471b3 Merge branch 'v8/8.12' into v8/dev 2021-03-31 13:00:32 +02:00
Sebastiaan Janssen
acaf1941fe Merge branch 'v8/8.11' into v8/8.12 2021-03-31 12:59:56 +02:00
Mads Rasmussen
15923aafc7 Fixes tabbing-mode remains active after closing modal #9790 (#10074)
(cherry picked from commit c881fa9e7d)
2021-03-31 12:55:48 +02:00