Shannon
|
e16e04ecb0
|
removes unnecessary code
|
2020-07-21 13:13:35 +10:00 |
|
Shannon
|
51118699df
|
couple TODOs
|
2020-07-20 16:39:00 +10:00 |
|
Shannon
|
c8c9cfa7f2
|
Merge branch 'v8/8.7' into v8/feature/block-editor-list-validation
|
2020-07-20 16:08:55 +10:00 |
|
Shannon
|
c8488b6683
|
Merge branch 'v8/8.6' into v8/8.7
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Runtime/SqlMainDomLock.cs
# src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbtour.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/clipboard.service.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
|
2020-07-20 16:08:07 +10:00 |
|
Shannon
|
0763d1d272
|
adds note
|
2020-07-20 14:54:10 +10:00 |
|
Shannon
|
ffe41fcb68
|
Merge remote-tracking branch 'origin/v8/8.7' into v8/feature/block-editor-list-validation
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.component.js
|
2020-07-17 13:51:18 +10:00 |
|
Shannon
|
b57545a9b0
|
No need for 2x the same component, we just change how we $compile, fixes up showing the validation border
|
2020-07-17 13:37:36 +10:00 |
|
Shannon
|
4d06094696
|
Ensures that FormController hierarchy is maintained with infinite editors
|
2020-07-17 12:21:33 +10:00 |
|
Shannon
|
0afdd69416
|
Fixes deleting nodes with server validation and also ensuring that the dirty state is set on the form
|
2020-07-17 01:40:32 +10:00 |
|
Shannon
|
d01b06bd9c
|
only call model state callbacks once instead of exponentially, fixes valPropertyMsg, no more watching the value, uses clever trick of assigning $validators, now works for nested content because we don't need to watch values, makes nested content look more like block editor, adds error borders
|
2020-07-17 00:48:28 +10:00 |
|
Shannon
|
5c91774ae9
|
ensure culture carries through to child model state and ensure language culture is carried through on the block content scaffolds
|
2020-07-16 18:52:53 +10:00 |
|
Shannon
|
2af1feadfc
|
adds error styling
|
2020-07-16 17:49:23 +10:00 |
|
Shannon
|
b7e25eed21
|
Yay! gets it all working for the block editor, refactored counting form errors recursively to actually work and be readable, updates valPropertyMsg with all of the odd edge cases.
|
2020-07-16 17:31:46 +10:00 |
|
Shannon
|
1291545908
|
Fixes styling since umb-property is a component, fixes binding to the property validation path
|
2020-07-15 17:54:03 +10:00 |
|
Shannon
|
b32d92ed07
|
Add valServerMatch which we now use to highlight block rows if they have errors.
|
2020-07-15 16:49:54 +10:00 |
|
Shannon
|
f4d8d0e28e
|
adds ability to match suffix, prefix and contains for the serverValidationManager + tests
|
2020-07-15 15:08:17 +10:00 |
|
Shannon
|
f759ab4d36
|
Fixes block list editor to correctly re-sync it's view model after persisting
|
2020-07-14 10:37:30 +01:00 |
|
Shannon
|
74ab1c0262
|
Updates serverValidationManager to have different matching options, fixes unit tests, now need to write tests for the Suffix match
|
2020-07-14 18:09:46 +10:00 |
|
Shannon
|
0b78b277e3
|
remove testing html
|
2020-07-14 16:43:30 +10:00 |
|
Shannon
|
1795153fad
|
fixes exception handling in content editor
|
2020-07-14 16:42:10 +10:00 |
|
Shannon
|
551a5a82ce
|
Ensures we don't display the complex json as notification
|
2020-07-14 15:23:09 +10:00 |
|
Shannon
|
b37a4d151b
|
removes console.log outputs
|
2020-07-14 13:44:59 +10:00 |
|
Shannon
|
f9fdbc41ab
|
removes notes from valPropertyMsg
|
2020-07-14 13:42:35 +10:00 |
|
Shannon
|
5296213bab
|
fixes udi service infinite loop
|
2020-07-14 10:09:25 +10:00 |
|
Shannon
|
212dc7f0fa
|
notes
|
2020-07-14 10:08:59 +10:00 |
|
Shannon
|
51c338f04b
|
Fixes block list editor to correctly re-sync it's view model after persisting
|
2020-07-14 09:43:10 +10:00 |
|
Shannon
|
bbbb7a052b
|
Getting close, adds tests, fixese the key being set on the block, gets errors clearing, now need to make the UI behave.
|
2020-07-10 18:06:11 +10:00 |
|
Shannon
|
00c83182e7
|
get validation path prefixes matching in serverValidationManager
|
2020-07-10 12:22:22 +10:00 |
|
Shannon
|
bd3bc81b7c
|
Gets validation paths generated and tested
|
2020-07-10 09:25:20 +10:00 |
|
Shannon
|
0722adba2f
|
WIP - with lots of notes
|
2020-07-10 08:44:43 +10:00 |
|
Shannon Deminick
|
892e3a43fc
|
Merge pull request #8398 from umbraco/v8/bugfix/sqlmaindom-updates
Adjustments for SqlMainDomLock and others to make azure operations more resilient
|
2020-07-09 17:13:05 +10:00 |
|
Shannon
|
191060f930
|
Merge branch 'v8/8.6' into v8/bugfix/sqlmaindom-updates
|
2020-07-09 16:33:44 +10:00 |
|
Shannon
|
0196e55c19
|
Cherry picks fix #7994 for #5151
|
2020-07-09 16:33:01 +10:00 |
|
Shannon
|
15b903129e
|
comments
|
2020-07-09 14:32:48 +10:00 |
|
Shannon
|
6dfb31f42b
|
revert ssl port
|
2020-07-09 13:40:35 +10:00 |
|
Shannon
|
df61f30393
|
refactors scheduled publishing logic - splits into 2x scopes/2x trans, only take a write lock when necessary
|
2020-07-08 18:16:12 +10:00 |
|
Shannon
|
e1757178b9
|
Fixes our sql azure transient fault detection to be inline with current standards, adds a scope for the health check schedule tasks
|
2020-07-08 17:26:31 +10:00 |
|
Shannon
|
384531ea68
|
removes comments and no need for private method
|
2020-07-08 15:59:35 +10:00 |
|
Shannon
|
f0dea44b4d
|
Adds Load Test controller to test data project (instead of just being stored in my personal repo)
|
2020-07-08 15:47:26 +10:00 |
|
Shannon
|
b80dc8f34b
|
readability
|
2020-07-08 15:07:12 +10:00 |
|
Shannon
|
7590161858
|
comments
|
2020-07-08 14:54:26 +10:00 |
|
Shannon
|
7819d1acf5
|
comments
|
2020-07-08 14:53:53 +10:00 |
|
Shannon
|
a947fa3121
|
comments
|
2020-07-08 14:51:35 +10:00 |
|
Shannon
|
651756d96a
|
Ensure we don't shutdown MainDom if there is an error while listening, only shutdown if the appdomain is triggered to shutdown, else we'll keep listening/logging
|
2020-07-08 13:43:20 +10:00 |
|
Shannon
|
53db2df390
|
Fix for PerformScheduledPublishInternal, don't use yield returns within a using! this will not work and transactions/connections will be lost
|
2020-07-08 13:43:20 +10:00 |
|
Shannon
|
65101beaf6
|
transactions for sqlmaindom
|
2020-07-08 13:43:20 +10:00 |
|
Shannon
|
6aa49242f2
|
Don't try to reuse db instances, thsi can result in potential zombie transactions
|
2020-07-08 13:43:20 +10:00 |
|
Shannon
|
a233264c8e
|
Ensure index rebuilding doesn't short circuit if one of the populators fails
|
2020-07-08 13:43:20 +10:00 |
|
Shannon
|
8814875b95
|
fixes error logging
|
2020-07-08 13:43:20 +10:00 |
|
Shannon
|
f4e31e1dba
|
Ensures valid/non valid errors are handled all the time with the serverValidationManager (need to write tests for that), tries to recursively clear property errors, thought that works it clears errors when there are other child nested errors, need to rethink some things.
|
2020-07-07 14:40:55 +10:00 |
|