Commit Graph

34916 Commits

Author SHA1 Message Date
Niels Lyngsø
1710a079a6 remove unused index from blockEditorModel for infinite editor 2020-08-04 11:09:45 +02:00
Niels Lyngsø
52fa96c824 append the drag class if a stylesheet is present. 2020-08-04 10:00:39 +02:00
Bjarke Berg
05e7d64a08 Merge pull request #8571 from umbraco/netcore/bugfix/controller-areas
Ensure all back office controllers are plugin controllers and use constant
2020-08-04 08:47:51 +02:00
Bjarke Berg
7490f0cd92 Updated Smidge to 3.1.1 2020-08-04 08:29:45 +02:00
Bjarke Berg
c672f61c53 Revert appsettings.json 2020-08-04 08:14:30 +02:00
Bjarke Berg
bcae0d70d5 Merge pull request #8573 from umbraco/netcore/bugfix/fixing-package-service-paths
Fixes package service paths so that it's using content and web roots not just web
2020-08-04 08:10:04 +02:00
Shannon
0507e20214 Fixes scope handling, else the transaction is rolled back and the keyvalue table is not updated 2020-08-04 15:20:54 +10:00
Shannon
99b012fc26 Fixes package service paths so that it's using content and web roots not just web 2020-08-04 14:51:12 +10:00
Shannon
d9c2e5f55c Migrates remaining non-oauth actions on back office controller to netcore 2020-08-04 14:30:42 +10:00
Shannon
4edf7fdf83 Ensure all back office controllers are plugin controllers and use constant 2020-08-04 12:27:21 +10:00
Bjarke Berg
6dd896ea01 https://github.com/umbraco/Umbraco-CMS/pull/8458 cleanup 2020-08-03 14:28:23 +02:00
Niels Lyngsø
c9b0f20fa3 move load to the buttom of init() 2020-08-03 14:13:38 +02:00
Niels Lyngsø
b0ff73fd75 make badge bounce 2020-08-03 14:12:06 +02:00
Shannon
c7d42d94d0 Changes c# model for block list editor to be much simpler. 2020-08-03 22:02:10 +10:00
Bjarke Berg
405919be7c Merge pull request #8559 from umbraco/v8/bugfix/acceptance_test
Fix selectors causing acceptance test to give false errors.
2020-08-03 13:11:09 +02:00
Nikolaj E. Lauridsen
87383db814 Fix button selectors 2020-08-03 12:04:22 +02:00
Bjarke Berg
790a3b26bf Removed missing files from csproj 2020-08-03 11:42:45 +02:00
Niels Lyngsø
d06c1e01a7 Update da.xml
translate to danish
2020-08-03 11:27:32 +02:00
Bjarke Berg
5aae0c2b52 Removed folder from csproj 2020-08-03 11:15:02 +02:00
Niels Lyngsø
47203f7111 discard changes dialog 2020-07-31 14:05:07 +02:00
Niels Lyngsø
16c66b5141 deleteAllBlocks fixed (dont know what up with whitespace now) 2020-07-31 11:30:21 +02:00
Niels Lyngsø
bbe2d3a9b6 fixing create from element type, now that udi is changed to contentUdi 2020-07-31 11:25:40 +02:00
Niels Lyngsø
8d6cafa456 remove again, this is not begin used. 2020-07-31 10:57:51 +02:00
Niels Lyngsø
20779dff01 speach bubble look for property-errors 2020-07-31 10:47:01 +02:00
Niels Lyngsø
0e82ec9995 moved and changed validation css 2020-07-31 09:45:52 +02:00
Shannon
7d762e0455 Merge remote-tracking branch 'origin/v8/8.7' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
2020-07-31 15:55:39 +10:00
Ian Houghton
a0034c51f9 fix #7842 - Render a larger textarea for editing dictionary items 2020-07-30 17:59:59 +02:00
Niels Lyngsø
33afbb8af6 added validation-error badge to navigation item 2020-07-30 16:13:22 +02:00
Niels Lyngsø
55805eabc3 make the required-star as bold as possible. 2020-07-30 15:26:40 +02:00
Niels Lyngsø
47986ec0f5 limit control-label effect to the first control-label, these 3 new lines covers all cases that i could find in CMS. 2020-07-30 15:01:29 +02:00
Niels Lyngsø
d5c0e79c40 make label bar white 2020-07-30 14:47:16 +02:00
Niels Lyngsø
e8332a16ae make inline editor bar white 2020-07-30 14:44:13 +02:00
Kenn Jacobsen
a93cc88756 Don't show empty search results on top of the search input field in the linkpicker 2020-07-30 12:19:27 +02:00
Kenn Jacobsen
e387c3b27f Fix JS error when trying to insert a link in an empty RTE 2020-07-30 12:13:40 +02:00
Shannon
f0cc7a493d Cleanup servervalidationmgr booleans and moves to more readable functions with comments 2020-07-30 16:03:31 +10:00
Shannon
99fc6ef587 cleanup TODOs 2020-07-30 15:47:14 +10:00
Warren Buckley
f7a0afb459 Merge pull request #8493 from umbraco/v8/feature/block-list-settings-validation
Block list editor - settings validation
2020-07-29 11:11:07 +01:00
Shannon
58331bbdef Fixes tests and issues causing test failures. 2020-07-29 18:46:01 +10:00
Bjarne Fyrstenborg
ca4f7bf41d Ensure replacement of angular.copy still works where second parameter is used for destination object.
(cherry picked from commit eff630d3a0)
2020-07-28 14:11:38 +02:00
Warren Buckley
940e47141e Merge pull request #8382 from umbraco/v8/feature/block-list-data-structure-v3
V8/feature/block list data structure v3
2020-07-28 10:49:29 +01:00
Shannon
8b19e11b58 Implements server side min/max count checks and fixes the display of the error message 2020-07-28 17:05:45 +10:00
Shannon
e4334c86bf Merge branch 'v8/feature/block-list-data-structure-v3' into v8/feature/block-list-settings-validation 2020-07-28 15:36:16 +10:00
Shannon
cf442f78c0 updates prop value converter to filter out all content/settings blocks outside of the layout from reaching razor + test 2020-07-28 15:33:54 +10:00
Shannon
768b31e091 enhances valServerMatch to be more flexible and allow for different validation keys which we can then use for matching on settings or content and have different styles for validators 2020-07-28 11:43:53 +10:00
Evan Moore
4460e8d369 Get missing crops from configuration 2020-07-27 09:38:40 +02:00
Shannon
5aba8190ae Yay! gets sub editor validation works - was actually totally broken before too, refactors how the sub views get made so this done during the scaffold processing 2020-07-24 15:05:59 +10:00
Warren Buckley
48963f6548 Submit Rich Code Navigation GitHub action 2020-07-23 16:40:23 +01:00
Shannon
9e9f8863c2 Ensures validation works for settings data, now to test other scenarios. 2020-07-24 00:42:37 +10:00
Shannon
cb9ae7335e Merge branch 'v8/feature/block-list-data-structure-v3' into v8/feature/block-list-settings-validation 2020-07-23 23:54:44 +10:00
Shannon
e52cd3e359 fixes block removal with new data structure 2020-07-23 23:53:58 +10:00