Commit Graph

11769 Commits

Author SHA1 Message Date
Mads Rasmussen
0032eb0936 update validation to work with block list editor inline mode 2021-07-08 15:25:14 +02:00
Mads Rasmussen
d6c247e047 fix generic tab when sorting 2021-07-08 14:19:02 +02:00
Mads Rasmussen
0ce9b496f9 render generic groups in doc type editor 2021-07-08 14:02:30 +02:00
Ronald Barendse
9405daad9f Update delete confirmation titles 2021-07-07 10:51:47 +02:00
Ronald Barendse
1fea66990d Update delete confirmations 2021-07-07 10:48:09 +02:00
Mads Rasmussen
48ba4f3875 performance tweaks for validationAlias 2021-07-07 10:39:01 +02:00
Mads Rasmussen
e552bde16e only recalculate tab width when an app changes 2021-07-07 09:52:18 +02:00
Mads Rasmussen
adb8c5372e Add support for block list editor and show validation errors on tabs 2021-07-07 09:45:25 +02:00
Ronald Barendse
e9c69052c1 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-07-06 13:32:33 +02:00
Mads Rasmussen
0d330efb5d lower z-index for editor tab bar 2021-07-06 10:12:07 +02:00
Mads Rasmussen
fbe61f65c6 remove anchors from content app 2021-07-05 14:26:33 +02:00
Mads Rasmussen
9bfa9f2e4b render tab bar in content section 2021-07-05 14:24:52 +02:00
Mads Rasmussen
f10bb51754 remove more test code 2021-07-05 09:27:48 +02:00
Mads Rasmussen
c0b349625b remove test code 2021-07-05 09:17:25 +02:00
Ronald Barendse
c83fff3179 Merge branch 'v8/prototype/doctype-tabs' of https://github.com/umbraco/Umbraco-CMS into v8/prototype/doctype-tabs 2021-07-02 09:47:14 +02:00
Bjarne Fyrstenborg
e67d59a789 Adjust showLabels to be parsed as boolean 2021-07-02 08:20:10 +10:00
Jan Skovgaard
d6a27d6646 Color picker: Fix label view (#10445)
* Add missing focus styling

* Change width to ensure label does not get too wide

Co-authored-by: BatJan <jaskov@gmail.com>
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk>
2021-07-02 07:58:59 +10:00
leekelleher
7afcd59037 Fixed "user-dialog" dashboard markup
The logic in the markup was previously incorrect.
I changed the check from `tab.length` to `dashboard.length`.

The custom dashboard's label isn't `.caption` and it's per dashboard,
not per "property".

Lastly, `.path` should be `.view`.

Resolves #6417
2021-07-02 07:53:36 +10:00
Mads Rasmussen
63f3f8906f show overlay prompt when removing tabs, groups and properties 2021-07-01 22:32:51 +02:00
Mads Rasmussen
cd84b46637 fix remove tabs and remove groups 2021-07-01 21:11:29 +02:00
Mads Rasmussen
8ade4a24fd wire up server validation for properties on tabs 2021-07-01 11:50:25 +02:00
Sebastiaan Janssen
e7f0ab2031 Merge branch 'v8/dev' into v8/contrib 2021-06-30 16:57:39 +02:00
Mads Rasmussen
fc108511d2 #10520 Correct mandatory markers in nested content (#10563)
(cherry picked from commit c1a4e07e87)
2021-06-30 16:34:29 +02:00
Niels Lyngsø
3e226384c3 #10520 ensure property culture in Nested Content (#10562)
Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
(cherry picked from commit 0b3c4a726c)
2021-06-30 16:28:48 +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
2b6e87d1e2 Merge branch 'v8/dev' into v8/prototype/doctype-tabs 2021-06-30 14:33:59 +02:00
Sebastiaan Janssen
dc27a31a6f Fix creating / editing datatype in infinite editing mode, related to #10163 2021-06-29 13:35:22 +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
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
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
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
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
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
Sebastiaan Janssen
d8b7e24b7f Merge branch 'v8/8.14' into v8/dev 2021-06-22 12:24:18 +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
Patrick de Mooij
8a810e698c 10429: Make sure to set filtered variable on media item 2021-06-22 10:45:23 +02:00
Mole
1d0a1cb7a9 Merge branch 'v8/dev' into v8/bugfix/AB10622-be-property-editor-caching 2021-06-22 10:43:58 +02:00
Bjarne Fyrstenborg
a69d4349d1 Support custom SVG icon in Nested Content (#10368)
* Use custom SVG icon in Nested Content

* Get icon once

* Assign value instead of compare

(cherry picked from commit 340273a604)
2021-06-21 19:34:09 +02:00