Commit Graph

35038 Commits

Author SHA1 Message Date
Mads Rasmussen
c1a4e07e87 #10520 Correct mandatory markers in nested content (#10563) 2021-06-30 15:41:07 +02:00
Ronald Barendse
64d98666ef Remove AngularJS testing code 2021-06-30 15:29:34 +02:00
Ronald Barendse
48d96ee918 Remove icon and fix group type enum values in AngularJS 2021-06-30 15:29:19 +02:00
Ronald Barendse
3ce0949626 Remove icon from property group 2021-06-30 14:49:10 +02:00
Ronald Barendse
68db8b9ea0 Update property group type enum 2021-06-30 14:39:31 +02:00
Ronald Barendse
2b6e87d1e2 Merge branch 'v8/dev' into v8/prototype/doctype-tabs 2021-06-30 14:33:59 +02:00
David Challener
a19b79553d Update contributing.md Visual Studio min version
Having had an older version of visual studio running I've been unable to build the source without making changes to the solution. However, upgrading to at least VS 16.8 has meant those changes haven't been required. This is to do with how the language target "latest" was working.  
Propose upping the min version listed here to avoid build issues being raised.
2021-06-30 10:06:16 +02:00
Sebastiaan Janssen
dc27a31a6f Fix creating / editing datatype in infinite editing mode, related to #10163 2021-06-29 13:35:22 +02:00
Elitsa Marinovska
861fc40572 Ability to configure a remote URL for displaying different content on the content dashboard (#10257)
* Enabling configuration of remote URL for fetching content on the content dashboard and adding additional params indicating whether solution is running on Umbraco Cloud

* Determining if Umbraco is running on Umbraco Cloud by checking whether Umbraco.Deploy.Cloud.dll is present and making its value more accessible for other contexts. Passing a hosting parameter as string instead of boolean

* Changing from Unknown to OnPremises

* Updated content dashboard to use hard-coded URL but path derived from configuration.

Co-authored-by: Andy Butland <abutland73@gmail.com>
(cherry picked from commit 917c89cde7)
2021-06-29 11:47:46 +02:00
Sebastiaan Janssen
4f46edbaa9 Bump version to 8.15.0-rc 2021-06-29 11:47:16 +02:00
Elitsa Marinovska
917c89cde7 Ability to configure a remote URL for displaying different content on the content dashboard (#10257)
* Enabling configuration of remote URL for fetching content on the content dashboard and adding additional params indicating whether solution is running on Umbraco Cloud

* Determining if Umbraco is running on Umbraco Cloud by checking whether Umbraco.Deploy.Cloud.dll is present and making its value more accessible for other contexts. Passing a hosting parameter as string instead of boolean

* Changing from Unknown to OnPremises

* Updated content dashboard to use hard-coded URL but path derived from configuration.

Co-authored-by: Andy Butland <abutland73@gmail.com>
2021-06-29 11:46:07 +02:00
Elitsa Marinovska
3e89e46840 Nested content optimizations (#10236)
* Reducing the large amount of objects allocated and make use of the attemped dictionary cache

* Reverting optimization by passing data from a higher level - not really possible to achieve what we wanted and adding faster way to lookup value editors

(cherry picked from commit 897cb11f00)
2021-06-29 09:56:45 +02:00
Elitsa Marinovska
897cb11f00 Nested content optimizations (#10236)
* Reducing the large amount of objects allocated and make use of the attemped dictionary cache

* Reverting optimization by passing data from a higher level - not really possible to achieve what we wanted and adding faster way to lookup value editors
2021-06-29 09:55:02 +02:00
Jan Skovgaard
5d8fb9670b Textstring prevalue editor view: Set id attribute (#10453)
* Add missing focus styling

* Set id attribute

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-06-29 08:37:19 +10:00
Sebastiaan Janssen
31e9c875f5 Bump version to 8.15.0-rc 2021-06-28 09:36:09 +02:00
Sebastiaan Janssen
c6832491b6 Merge branch 'v8/contrib' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/prevalueeditors/obsoletemediapickernotice.html
2021-06-28 09:34:26 +02:00
Mole
83ee9b4699 Reduce sql queries when rendering blocklists in the content panel (#10521)
Co-authored-by: Nikolaj <nel@umbraco.dk>
2021-06-28 09:32:42 +02:00
Ronald Barendse
5b9cd1bd87 Improvements to media pickers/crop handling and URL generation (#10529) 2021-06-28 09:28:32 +02:00
Chad
44c814a550 Fix Rollback feature not creating diffs when properties are moved between tabs in EditorModel events (#10376)
* Find the old property by alias instead of by indexes as if you move around properties in the EditorModel events Rollback breaks.

* optimise property lookup - avoids iterating entire property set

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-06-28 10:20:38 +10:00
Mads Rasmussen
d0cb5b9419 remove white space when there are no properties 2021-06-25 10:47:12 +02:00
Mads Rasmussen
2fd180393d add ungrouped properties for a tab 2021-06-25 10:43:06 +02:00
Mads Rasmussen
8fb5ed9cc1 remove margin from add tab button when there are no tabs 2021-06-24 20:00:20 +02:00
Mads Rasmussen
ce7836bd32 set overflow when name changes 2021-06-24 19:59:54 +02:00
Mads Rasmussen
6a97e22bb5 remove icon from tabs 2021-06-24 15:55:36 +02:00
Mads Rasmussen
2fd6864892 set auto resize width to auto when ngModel has a value but element is hidden 2021-06-24 15:54:27 +02:00
Mads Rasmussen
9b3f7f2653 add tabs to toolbar 2021-06-24 13:28:12 +02:00
Mole
ea1091db7c Merge pull request #10235 from umbraco/v8/bugfix/AB10622-be-property-editor-caching
Optimizations related to BlockEditorPropertyEditor.ToEditor()
2021-06-24 08:39:12 +02:00
Shannon
d9f92ec91d Merge branch 'nzdev-v8/bugfix/localizedtextservice-memory' into v8/contrib 2021-06-23 13:15:32 -06:00
Shannon
30d57125ce Adds notes, obsoletes old localize methods 2021-06-23 13:14:22 -06:00
Shannon
3b4e645c63 Merge branch 'v8/bugfix/localizedtextservice-memory' of https://github.com/nzdev/Umbraco-CMS into nzdev-v8/bugfix/localizedtextservice-memory 2021-06-23 12:50:47 -06:00
Shannon
ae379cb1e0 Merge branch 'nzdev-v8/feature/examine-select' into v8/contrib 2021-06-23 12:47:50 -06:00
Shannon
76d206a4ba Fixes back office searching 2021-06-23 12:46:50 -06:00
Shannon
37685e3b77 Merge branch 'v8/feature/examine-select' of https://github.com/nzdev/Umbraco-CMS into nzdev-v8/feature/examine-select 2021-06-23 11:23:58 -06:00
Shannon
56b7b0df69 fix build, re-adds braces after merge 2021-06-23 11:13:19 -06:00
Shannon
8edff13448 Merge branch 'v8/bugfix/btree-serializer-array-size' of https://github.com/nzdev/Umbraco-CMS into v8/contrib 2021-06-23 11:04:29 -06:00
Shannon
3ad85d9eb4 Merge branch 'nzdev-v8/bugfix/btree-serializer-array-size' into v8/contrib 2021-06-23 11:02:49 -06:00
Shannon
2c59da91b6 fix merge 2021-06-23 11:02:36 -06:00
Sebastiaan Janssen
9382f6c32d Add the ability to convert Media Picker v2 to v3 progressively (#10517)
Co-authored-by: Ronald Barendse <ronald@barend.se>
2021-06-23 10:10:28 +02:00
Bjarke Berg
10781b8250 Merge pull request #10516 from umbraco/v8/bugfix/fix_acceptance_tests
Fixes the acceptance tests "Content with contentpicker"
2021-06-23 10:01:17 +02:00
Bjarke Berg
40dbfa7b88 Merge pull request #8376 from umbraco/v8/feature/nucache-perf
Performance improvements mainly around front-end caching
2021-06-23 09:32:29 +02:00
Bjarke Berg
6bd2f7f696 Fixes the acceptance tests "Content with contentpicker" 2021-06-23 09:10:40 +02:00
Russell
ec65a6c99b Add lang to extended valid elements for span
Resolution to https://github.com/umbraco/Umbraco-CMS/issues/10505
2021-06-23 08:53:25 +02:00
Shannon
94d525d88f small changes based on review. 2021-06-22 15:12:07 -06:00
Ronald Barendse
18e6f8cccc Fix merging groups by name 2021-06-22 16:29:43 +02:00
Ronald Barendse
740de049fd Merge branch 'v8/dev' into v8/prototype/doctype-tabs 2021-06-22 13:33:37 +02:00
Ronald Barendse
a5c3847937 Ensure groups are grouped on name, parent key and type when mapped 2021-06-22 13:21:16 +02:00
Sebastiaan Janssen
d8b7e24b7f Merge branch 'v8/8.14' into v8/dev 2021-06-22 12:24:18 +02:00
Ronald Barendse
2560804493 Update migration plan 2021-06-22 12:02:03 +02:00
Ronald Barendse
17d2c4cab9 Convert level into group type and ensure names are unique again 2021-06-22 11:45:23 +02:00
Patrick de Mooij
797a06e721 10429: Make sure to set filtered variable on media item
(cherry picked from commit 8a810e698c)
2021-06-22 10:46:39 +02:00