Bjarne Fyrstenborg
dbd009ffcd
Update label in Danish translation
...
(cherry picked from commit 575f00d6f0 )
2023-07-04 10:05:17 +02:00
alevak09
b99e14e288
Add Croatian Language ( #14379 )
...
Croatian language translation of Umbraco backoffice and culture settings
(cherry picked from commit 9f4d3e5525 )
2023-07-04 10:03:42 +02:00
Paul Seal
b8415ed7f0
Update the tour text to the correct text and to save confusion
...
(cherry picked from commit 5073a26e7f )
2023-07-04 10:00:09 +02:00
Miguel Pinto
8f6370a480
Swapped the sortCreateDateAscending and sortCreateDateDescending translation values to match the intended behavior ( #14315 )
...
(cherry picked from commit 76cb85224e )
2023-07-04 09:53:46 +02:00
Russell
aa4a1b3498
Fix for User null from IP address "::1" has logged out ( #14322 )
...
(cherry picked from commit dd59ef17f5 )
2023-07-04 09:51:59 +02:00
Russell
b716e98780
Change "Media Picker" in RTE to "Image Picker" ( #14321 )
...
(cherry picked from commit 0220621337 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
2023-07-04 09:49:34 +02:00
Elitsa Marinovska
e86fb0eeb6
Adding null check and descriptive error ( #14469 )
2023-06-27 13:35:01 +02:00
Elitsa Marinovska
fe1080dd64
Check the cases where there might be a custom image type, instead of an the default Umbraco image type ( #14463 )
2023-06-27 10:33:46 +02:00
Bjarke Berg
1133c4e7f2
Merge remote-tracking branch 'origin/release/10.6' into v10/dev
2023-06-27 09:06:17 +02:00
Jacob Overgaard
f5b834974d
package-lock.json sync
2023-06-26 14:28:59 +02:00
Nikolaj
75113a90fb
Bump version
2023-06-22 09:18:57 +02:00
miguelcrpinto
7e573c70a3
Updated the IsoDateTimeConverter initialization in the JsonDateTimeFormatAttribute to set the Culture to InvariantCulture so that the custom DateTime format symbols ( date and time separators) are respected independent of the CurrentCulture being used.
2023-06-21 14:04:56 +02:00
dependabot[bot]
5c5de77965
Bump socket.io-parser from 4.2.1 to 4.2.4 in /src/Umbraco.Web.UI.Client
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.1 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.4 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-21 09:45:50 +02:00
dependabot[bot]
2f486610bb
Bump fast-xml-parser and is-svg in /src/Umbraco.Web.UI.Client
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) and [is-svg](https://github.com/sindresorhus/is-svg ). These dependencies needed to be updated together.
Updates `fast-xml-parser` from 3.20.3 to 4.2.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits )
Updates `is-svg` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/sindresorhus/is-svg/releases )
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.3.1...v4.4.0 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
- dependency-name: is-svg
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-21 09:45:45 +02:00
Nikolaj
d19a30768f
Merge remote-tracking branch 'origin/v10/dev' into v10/dev
2023-06-21 09:20:26 +02:00
Nikolaj
b451bb802b
Revert "Case-insensitive tag names with SQLite provider ( #14012 )"
...
This reverts commit bb7752c483 .
2023-06-21 08:45:54 +02:00
Mole
785390efd7
Add Noop property indexer to multi url picker ( #14416 )
2023-06-20 12:14:35 +02:00
nikolajlauridsen
3b3e1cec40
Add Noop property indexer to multi url picker
2023-06-20 12:12:00 +02:00
Jacob Overgaard
89d104e176
v10: Backoffice JS updates ( #14406 )
...
* update @umbraco-ui/uui to 1.3.0
* update ace editor to 1.22.1
* update diff to 5.1.0
* update autoprefixer to 10.4.14
* update underscore to 1.13.6
* update jQuery to 3.7.0
* fix pr-first-response workflow
2023-06-20 09:24:07 +02:00
Bjarne Fyrstenborg
9a3e655645
Fix transparent background after upgrade of spectrum color picker ( #14251 )
2023-06-19 08:50:57 +02:00
Andy Butland
5f15b8abb1
Updated Forms and Deploy references in JSON schema project for Umbraco 10. ( #14383 )
2023-06-16 10:01:09 +02:00
Andreas Zerbst
4df3e19af7
Added a mapper for the IPropertyType ( #14373 )
2023-06-12 11:18:57 +02:00
Nikolaj Geisle
89d670372d
Update security stamps on logout ( #14362 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-06-12 09:56:04 +02:00
Mole
b5ab115318
Remove external login tokens before removing external logins ( #14341 )
2023-06-06 14:11:20 +02:00
Nikolaj Geisle
407263d090
V10: Handle blob images ( #14317 )
...
* Handle blob images
* remove dots from mapping
* Revert bad formatting
---------
Co-authored-by: Zeegaan <nge@umbraco.dk >
2023-05-31 08:43:14 +02:00
Nikolaj Geisle
b37bb517ab
V10: Implement varying blocklist indexing ( #14287 )
...
* Implement available culture in Interface and base classes
* Add available cultures
* DI localizationService and use it
* Make the new method have default implementation to avoid breaking change
* Create implementations for old method
* Pass available cultures
* Pass localization service
* Create new method that takes available cultures
* Add ILocalizationService to DI
* implement missing method
* Add database for schema test
* Fixed issue with indexes not added correctly to nested types..
---------
Co-authored-by: Zeegaan <nge@umbraco.dk >
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2023-05-25 08:36:42 +02:00
Mole
999a83995e
V10: Add external login provider count to detailed telemetry ( #14282 )
...
* Add backoffice external login provider count to telemetry
* Update translation
* Fix integration test
2023-05-24 11:48:56 +02:00
Kenn Jacobsen
b3a93ac86c
Ensure that blocks always open automatically when added to block list or block grid ( #14294 )
2023-05-24 10:23:40 +02:00
Andy Butland
e79246368b
Update JSON schema package references for Forms and Deploy. ( #14285 )
2023-05-23 09:38:01 +02:00
Sebastiaan Janssen
b67c7fbe77
Cherry pick b8d6613bd8 accidentally kept both lines instead of just the one, this fixes the problem.
2023-05-22 15:15:19 +02:00
Dhanesh Kumar Mj
16f448a802
[Fix] Block editor labels showing Angular JS on first load. ( #14143 )
...
Co-authored-by: Dhanesh Kumar <“dhanesh.kumar@phases.io ”>
(cherry picked from commit 58695b6e9f )
2023-05-19 11:25:15 +02:00
karlmacklin
b3bedb4efe
XPath can unambiguously use $site/$parent ( #14127 )
...
* XPath can unambiguously use $site/$parent
* add deprecation notices and obsolete methods
* Update deprecation description text/instruction
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
* Small spelling fix on deprecation description
* keep depr. getByQuery and handle legacy usage
---------
Co-authored-by: Kalle Macklin <karlmacklin@users.noreply.github.co >
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2023-05-15 08:48:36 +02:00
Andreas Zerbst
5b73fc19ee
V10: Fix NoopPublishedValuefallback varation context member not implemented ( #14227 )
...
* Added missing VariationContextAccessor
* Fixed identation
2023-05-10 14:31:40 +02:00
Nikolaj Geisle
4cdab08910
Fixes #14102 - NestedPropertyIndexValueFactoryBase ignores compositions ( #14115 ) ( #14219 )
...
Co-authored-by: Nuklon <Nuklon@users.noreply.github.com >
2023-05-09 09:49:04 +02:00
Mole
391cade75f
Merge pull request #14205 from umbraco/v10/bugfix/fix_acceptance_test
...
Fix acceptance test
2023-05-04 10:24:24 +02:00
Anders Brohus
e27e8d1189
Fixing danish typos ( #14184 )
...
* Fixed typo
* Fixed another typo
* Removed space from translation
(cherry picked from commit 7df5c9c212 )
2023-05-04 10:13:51 +02:00
Michał
1e0ace7a34
Save and preview translation.
...
(cherry picked from commit 0765a2ebbb )
2023-05-04 10:10:56 +02:00
Nikolaj
21c6828b59
Use regex for class
2023-05-04 09:32:32 +02:00
Nikolaj
f7f361239c
Try quick fix for test
2023-05-04 09:32:27 +02:00
Nikolaj
05908e2c78
Remove test.only
2023-05-04 09:32:18 +02:00
Jacob Overgaard
3a7ba530a2
Fix: Form elements in thirdparty dashboard views get removed ( #14152 )
2023-05-03 11:07:33 +02:00
Jacob Overgaard
f4073c1dc7
update @umbraco-ui/uui to 1.2.1
2023-05-03 11:07:10 +02:00
Niels Lyngsø
7b5233803e
fix situation when config was not available. ( #14148 )
2023-05-03 08:42:19 +02:00
Jacob Overgaard
822febb8e8
update @umbraco-ui/uui to 1.2.1 ( #14186 )
2023-05-03 08:07:04 +02:00
Mole
bf7b9a20a8
Set culture variation when getting property types for indexing ( #14167 )
2023-04-26 14:51:55 +02:00
Elitsa Marinovska
9aadb41f4a
Change state to publishing before handling ContentSavingNotification ( #14114 )
2023-04-25 15:08:15 +02:00
Mark Drake
aaec419672
Edge Cases for Issue #13838 : Hotkey Actions Triggered from Web Components ( #14098 )
...
(cherry picked from commit 1436fe4e15 )
2023-04-21 14:13:02 +02:00
Dhanesh Kumar Mj
66b1add0d0
Save and Preview blank on second use #14052 ( #14094 )
...
(cherry picked from commit 00eab03d50 )
2023-04-21 11:31:47 +02:00
Søren Kottal
81c6a1b8e6
Adds padding to the icon in btn-social ( #14080 )
...
(cherry picked from commit c4cf5f910d )
2023-04-18 16:30:40 +02:00
Nikolaj Geisle
747f2e7599
V11: Fix decimal variants ( #13741 )
...
* fix sqlite with variants
* Create and register SqlSpecificMapper
* Delete obsolete file
* Add back inheritance
Co-authored-by: Zeegaan <nge@umbraco.dk >
(cherry picked from commit c868c60ed2 )
2023-04-18 15:22:39 +02:00