Commit Graph

33158 Commits

Author SHA1 Message Date
Shannon
6f2dccc2e2 Uses a more optimized COUNT query when rebuilding the in memory cache 2020-08-25 10:14:36 +10:00
Shannon
666d67e562 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/nucache-perf
# Conflicts:
#	src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
#	src/Umbraco.Web/PublishedCache/NuCache/DataSource/DatabaseDataSource.cs
2020-08-14 00:49:03 +10:00
Shannon
c619e5a96a Fixes the property map, adds notes, updates tests data to include larger paragraphs 2020-08-14 00:45:58 +10:00
Shannon
7d689a6e11 adds notes, ensures that we optimize property data when using msgpack binary serialization too! 2020-08-13 23:32:05 +10:00
Shannon
9ac2c27110 Revert "removes the SQLDatabase enum value" and renames some stuff 2020-08-13 23:09:40 +10:00
Shannon
044585a4f3 removes the SQLDatabase enum value 2020-08-13 22:22:06 +10:00
Shannon
07de0876e7 Cleans up some code, adds code comments 2020-08-13 22:15:09 +10:00
Shannon
0d159751b9 Cleans up code - removes tuples everywhere 2020-08-13 19:15:13 +10:00
Shannon Deminick
8a2adf209d Merge pull request #8400 from nzdev/v8/feature/nucache-property-compression
WIP Option C - Compress custom properties for nucache to reduce memory consumption
2020-08-13 18:31:58 +10:00
Claus
39fcdb01e0 Merge pull request #8601 from umbraco/v8/bugfix/publishdescendants
Fixing publish descendants dialog
2020-08-07 09:56:37 +02:00
Claus
c73f9bc2a5 fixing the other umb-toggle. 2020-08-07 09:52:19 +02:00
Claus
4799f73775 using label on umb-toggle instead of a separate element.
updating localized texts to reflect what is happening.
ensure the selected value is pushed back to scope and used for the action.
2020-08-06 15:04:18 +02:00
Warren Buckley
1e29b5f810 Delete RichCode Navigation GitHub Action
Will do testing in personal fork with MS team until this is ready to demo
2020-08-06 08:10:51 +01:00
Claus
9ac3885488 Merge pull request #7596 from umbraco/v8/feature/7292-memberhasaccess
Adds new methods to MembershipHelper for dealing with checking bulk paths for access
2020-08-06 08:22:45 +02:00
nzdev
e65f3a7e80 undo solution changes 2020-08-04 18:21:16 +12:00
nzdev
451eacf7cb Fix NuCache spelling 2020-08-04 18:03:08 +12:00
nzdev
d4276dff58 Fix composition. Store compression options in map 2020-08-04 18:01:06 +12: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
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ø
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
Shannon
05d9f4cf9b Merge branch 'v8/feature/block-list-data-structure-v3' into v8/feature/block-list-settings-validation 2020-07-23 23:37:11 +10:00
Shannon
692b8b819f fixes tests 2020-07-23 23:31:55 +10:00
Shannon
84dddd1869 fixes tests 2020-07-23 23:23:39 +10:00
Shannon
78455756e1 Removes _private methods that don't need to exist 2020-07-23 23:20:07 +10:00
Shannon
ad9d0fad4f Adds notes with links back to PR about server side validation 2020-07-23 23:06:58 +10:00
Shannon
06afab9893 Adds some warning logs for when data is removed 2020-07-23 23:04:11 +10:00
Shannon
e01f36514b fixes tests 2020-07-23 22:14:06 +10:00
Warren Buckley
adc63a839b Merge pull request #8339 from umbraco/v8/feature/block-editor-list-validation
Complex Editor Validation
2020-07-23 11:59:39 +01:00
Shannon
0e4bf55f84 Merge branch 'v8/feature/block-editor-list-validation' into v8/feature/block-list-data-structure-v3
# Conflicts:
#	src/Umbraco.Web.UI.Client/test/unit/common/services/block-editor-service.spec.js
2020-07-23 19:16:52 +10:00