Commit Graph

11105 Commits

Author SHA1 Message Date
Bjarne Fyrstenborg
4782560f2f Checkboxlist and radiobuttonlist validation (#8833) 2020-09-07 10:46:03 +02:00
Niels Lyngsø
028b9ec59b change to use evalAsync() 2020-09-04 13:21:04 +02:00
Kenn Jacobsen
455344105d Hide the Nested Content "add content" header when there are items in the clipboard 2020-09-04 11:31:06 +02:00
Kenn Jacobsen
0720e3bb30 Fix broken Nested Content "add content" dialog 2020-09-04 11:24:17 +02:00
Sebastiaan Janssen
a0fbffa2c2 Ignoring package-lock.json from now on, seems not needed.
Motivation: the only "benefit" I keep seeing is: you will know when dependencies has changed version.
But since we lock our dependencies down quite well in package.json already and we have never even had a problem with a package updating "on it's own" so I don't think it's really needed.
The only thing that updates on it's own is whatever dependencies our dependencies drag along with them, but the main js packages that we ship with are always pinned down to a version we know we want to ship with so that won't be a problem.
2020-09-04 10:38:16 +02:00
Kenn Jacobsen
a5e4633377 Fix JS error when creating macros and relation types 2020-09-04 10:08:03 +02:00
M. Ali Iftikhar
db9d15e1b5 added escape character to server textbox placeholder on installer DB config page 2020-09-04 09:50:08 +02:00
Sebastiaan Janssen
2681c76d90 Fix the test result output to go to a file, not a weird directory (because the default user agent contained slashes causing windows to make directories for them) 2020-09-03 11:34:12 +02:00
Sebastiaan Janssen
4313463a94 Switch from the Chrome runner to JSDom (#8800) 2020-09-03 10:36:58 +02:00
Sebastiaan Janssen
94c2d5c7ef Merge branch 'v8/dev' into v8/contrib 2020-09-03 09:42:16 +02:00
Sebastiaan Janssen
eebe061cb6 Merge branch 'v8/8.6' into v8/dev 2020-09-03 09:41:31 +02:00
BatJan
1e2c1e821a Convert a to button 2020-09-03 00:01:29 +02:00
BatJan
2a10c5294a Fix semantics + fix focus on umb-checkmark directive 2020-09-02 19:32:33 +02:00
BatJan
4e32ddc5b3 Convert a to button and fix some margin from the search box to the pickable items 2020-09-02 19:26:11 +02:00
BatJan
337ed84e47 Convert a to button and remove wrapping span element 2020-09-02 19:13:56 +02:00
Bjarne Fyrstenborg
e1d6357806 Spectrum colorpicker v2 (#8784) 2020-09-02 19:10:22 +02:00
Bjarne Fyrstenborg
124415e413 Create more unique id for radiobutton list when using splitview and where two properties on each culture has same alias 2020-09-02 19:05:06 +02:00
Kenn Jacobsen
a542bd4bd2 Guard compareArrays filter against invalid arguments 2020-09-02 15:41:50 +02:00
Sebastiaan Janssen
10281cb0e6 Merge branch 'v8/dev' into v8/contrib
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/components/blockcard/umb-block-card.html
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html
2020-09-02 14:23:40 +02:00
Sebastiaan Janssen
79ac19bff8 Merge branch 'v8/8.7' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
#	src/Umbraco.Web.UI.Client/package.json
#	src/Umbraco.Web.UI.Client/src/common/services/formhelper.service.js
#	src/Umbraco.Web.UI.Client/src/views/common/overlays/itempicker/itempicker.controller.js
#	src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.html
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.controller.js
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.html
#	src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
#	src/Umbraco.Web.UI.Client/src/views/documenttypes/create.html
#	src/Umbraco.Web.UI.Client/src/views/logviewer/search.html
#	src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
#	src/Umbraco.Web.UI.Client/src/views/packages/edit.html
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdownFlexible/dropdownFlexible.controller.js
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
2020-09-02 10:14:10 +02:00
Bjarne Fyrstenborg
9d4536a607 Update to nouislider v14.6.1
(cherry picked from commit ed59b22b6c)
2020-08-31 22:34:24 +02:00
Bjarne Fyrstenborg
ed59b22b6c Update to nouislider v14.6.1 2020-08-31 22:33:09 +02:00
BatJan
e02c417cf8 Convert a to button 2020-08-31 22:30:26 +02:00
Olivier Bossaer
9c33f4b2fe Fix #7672 - Image can be added to root of Media when AllowAtRoot is false (#7853) 2020-08-31 22:25:09 +02:00
Marta
5bb61d138e #7672 checking allowed image types on each folder switch 2020-08-31 22:19:44 +02:00
Rachel Breeze
108ea2df5e Made the logviewer more accessible (#8213) 2020-08-31 21:56:00 +02:00
Jan Skovgaard
ae7290ff8b Userpicker view: Change anchor element to button (#8738)
* Change a to button

* Fix styling issues after button conversion
2020-08-31 20:56:27 +02:00
Bjarne Fyrstenborg
6bb105fb88 Use umb-radiobutton component in grid configuration (#8775) 2020-08-31 20:48:56 +02:00
Bjarne Fyrstenborg
dfa12664e5 Ensure directives use end-closing tag
(cherry picked from commit af63c6f93a)
2020-08-31 20:45:57 +02:00
Bjarne Fyrstenborg
af63c6f93a Ensure directives use end-closing tag 2020-08-31 20:45:23 +02:00
Kenn Jacobsen
69321d3021 Sort the languages by their display name 2020-08-31 20:44:17 +02:00
Kenn Jacobsen
48e38b089d Sort dictionary translations by display name 2020-08-31 20:43:12 +02:00
Bjarne Fyrstenborg
031769fb17 V8.7RC Block list adjustments (#8763) 2020-08-31 20:41:17 +02:00
Jan Skovgaard
f33c43609f General markup cleanup on buttons and icons (#8746) 2020-08-31 20:30:47 +02:00
Jan Skovgaard
6de24fc7f1 User property editor: Add "Remove" warning dialog (#8745) 2020-08-31 20:27:07 +02:00
Jan Skovgaard
3c1ad02126 Userpicker: Add warning overlay when the "Remove" button is hit (#8739) 2020-08-31 20:17:17 +02:00
Bjarne Fyrstenborg
62d2963501 Add not-allowed cursor for entities in file picker which are not allowed to select 2020-08-31 20:14:53 +02:00
Bjarne Fyrstenborg
a0c9c98f81 Add semicolon after named functions 2020-08-31 20:14:53 +02:00
Jan Skovgaard
fd88a88b08 Various fixes for macroparameterpicker view (#8606) 2020-08-31 19:34:09 +02:00
Bjarne Fyrstenborg
6ff100a7c7 Update umb-mini-search component (#8566) 2020-08-31 19:31:50 +02:00
Bjarne Fyrstenborg
6f5806c1cc Update umb-property-actions toggle button (#8565) 2020-08-31 19:22:59 +02:00
BatJan
a6309523d3 Fix space issue after the previous used div was converted to H1 2020-08-31 15:41:42 +02:00
Bjarne Fyrstenborg
1a4eb442e1 Packages adjustments (#8765) 2020-08-31 15:39:48 +02:00
Jan Skovgaard
8cf999e4a1 Accessibility: Grid config datatype improvements (#8712) 2020-08-26 20:25:30 +02:00
Jan Skovgaard
52e40d41d2 Accessibility: Fixes for "insert code snippet" view in macro pickers (#8711) 2020-08-26 20:23:08 +02:00
Bjarne Fyrstenborg
841fd2679f Sort block list and nested content within parent container 2020-08-26 20:21:31 +02:00
Bjarne Fyrstenborg
93ab77b400 V8.7RC Fix block list console errors in document type (#8685) 2020-08-26 20:16:39 +02:00
Bjarne Fyrstenborg
7f4ab750a8 Add missing shortcut to close overlay via esc key 2020-08-26 20:13:15 +02:00
Bjarne Fyrstenborg
824d2fd46d Align listview layout icons and make icon boxes same sizes 2020-08-26 19:58:14 +02:00
Bjarne Fyrstenborg
a0d91e76e7 Update user filter buttons (#8587) 2020-08-26 19:48:40 +02:00