Mads Rasmussen
310ccdc011
Fix: Add "Not Found" empty state to detail workspaces ( #17489 )
...
Co-authored-by: Niels Lyngsø <nsl@umbraco.dk >
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
2024-11-19 09:14:41 +01:00
Mads Rasmussen
2d69eb66ef
Feature: Content Type Workspace Context Base ( #17542 )
...
* Create content-type-workspace-context-base.ts
* make detail model with entityType
* allow repository alias
* export base class
* fix type check
* add method to get unpersisted changes
* remove duplicate code
* remove duplicate code
* remove duplicate code
* wip porting code to the base class
* improve extendability
* clean up
* clean up
* move logic to base
* allow to preset the scaffold
* pass preset
* add public tag
* clean up
* simplify the number of places we store the entity type
* add js docs
* rename private method to clear
* remove debugger
* use flag instead of a data state
* set persisted data after create + update
* Update entity-detail-workspace-base.ts
* add js docs
* add protected tag
* call super
* make linter happy
* add comment
* type casting
* no need create observables for unique and entityType it is already handled
* add null check
---------
Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com >
2024-11-18 15:03:15 +01:00
Jacob Overgaard
a315aa9603
chore: remove unused import
2024-11-15 13:03:39 +01:00
Niels Lyngsø
5c8d460224
Feature: Block workspace modal size from block type ( #17501 )
...
* correct ctrl alias
* move types
* undefined as an overlay size option
* make modal size an observable
* change set size order
* remove log
2024-11-15 08:36:47 +01:00
Zeegaan
b8b96f05d1
Merge branch 'release/15.0' into v15/dev
...
# Conflicts:
# Directory.Build.props
# version.json
2024-11-14 09:03:28 +01:00
Niels Lyngsø
d13871e926
expose using the block variant id ( #17525 )
2024-11-13 17:27:19 +01:00
Niels Lyngsø
16d825a502
Feature: close content detail workspace when complete ( #17498 )
...
* make sure to close the modal when submit was completed
* rename to _closeModal
* remove comments
2024-11-13 14:58:47 +01:00
Mads Rasmussen
e328249d31
Cleanup: remove unused alias ( #17487 )
...
* remove unused alias
* remove unused imports
2024-11-13 13:23:41 +00:00
Bjarke Berg
a342734117
Fix issue with when the last template was removed the template reference-object was not returned as null ( #17516 )
2024-11-13 13:13:40 +00:00
leekelleher
5032a78bf9
Tiptap: prevents pasted HTML fragments
...
containing images, being uploaded to the server.
2024-11-12 19:07:01 +01:00
Jacob Overgaard
ba684a8e55
ignore vite cache folder
2024-11-12 15:44:56 +01:00
leekelleher
5963945fc2
Updated OpenApi.json and TypeScript client
2024-11-12 12:56:27 +01:00
Bjarke Berg
c9fa2a57d7
Merge branch 'release/15.0' into v15/dev
...
# Conflicts:
# src/Umbraco.Core/DependencyInjection/UmbracoBuilder.Configuration.cs
# src/Umbraco.Core/Extensions/PublishedContentExtensions.cs
# src/Umbraco.Web.UI.Client/src/packages/tiptap/components/input-tiptap/tiptap-toolbar.element.ts
# tests/Umbraco.Tests.UnitTests/Umbraco.Core/Services/ContentNavigationServiceBaseTests.cs
2024-11-12 12:14:50 +01:00
leekelleher
04a064a287
Removed unused actions from the Published Status dashboard
2024-11-12 11:17:43 +01:00
leekelleher
75624aacd6
Tiptap toolbar, disables buttons for unavailable extensions
2024-11-12 10:56:44 +01:00
leekelleher
9e5cbc3662
Tiptap UI tweaks
2024-11-12 10:56:44 +01:00
leekelleher
5ed6466d49
Adds support for migrating TinyMCE toolbar to Tiptap toolbar
2024-11-12 10:56:44 +01:00
leekelleher
46fa7a3393
Fixes Tiptap Toolbar loading value
2024-11-12 10:56:44 +01:00
Sebastiaan Janssen
178c5dcb83
Merge branch 'v15/dev' into contrib
2024-11-12 10:19:03 +01:00
Mads Rasmussen
9cb4a4213d
only render media create and update date if they exist ( #17499 )
2024-11-12 10:11:45 +01:00
Mads Rasmussen
0961988baf
use correct param for parent entity type ( #17495 )
2024-11-12 09:25:16 +01:00
leekelleher
f9162293d7
Fixes Document Workspace Info Link error
...
Ensures that `_unique` has value. This was previously throwing
an error, but given how `observeMultiple` works, it is expected that
`_unique` may be `undefined` when navigating away from the Info view.
2024-11-12 09:17:52 +01:00
Niels Lyngsø
21f82ab507
observe expose with blocks variant id ( #17482 )
2024-11-11 13:53:25 +00:00
Niels Lyngsø
de0ca49e0e
Hotfix: Validate form control on pristine change ( #17485 )
...
* fix type issue
* added method removeMessageByKeys
* implement removeMessageByKeys
* the actual fix, validate before firing events
2024-11-11 13:52:58 +00:00
Sebastiaan Janssen
0c668ee3f4
Don't track generated file for both the Web.UI.Client and Web.UI.Login projects
2024-11-11 13:15:31 +01:00
Sebastiaan Janssen
704cbab321
Don't track generated file
2024-11-11 13:00:20 +01:00
Niels Lyngsø
5f1cb0e70d
Feature: minor UI updates ( #17475 )
...
* use auto-heigth and auto-width
* adjust sidebar menu h3
2024-11-11 10:23:02 +01:00
Jacob Overgaard
c45c68fda4
fix: add required 'override' modifier
2024-11-09 12:57:53 +01:00
Jacob Overgaard
b4ad4bec97
rename to avoid clash with keyword 'source'
2024-11-09 12:57:48 +01:00
Jacob Overgaard
d0b7e1b9e5
Merge submodule contents for src/Umbraco.Web.UI.Client/release/15.0
2024-11-09 12:53:01 +01:00
Jacob Overgaard
a78d0aad97
Remove submodule src/Umbraco.Web.UI.Client
2024-11-09 12:52:29 +01:00
Jacob Overgaard
6e689a56c4
update backoffice submodule
2024-11-09 12:51:54 +01:00
Jacob Overgaard
05bada148c
chore: lint errors
2024-11-09 11:21:52 +01:00
Jacob Overgaard
f1c46b0fef
update generated file
2024-11-09 11:16:35 +01:00
Jacob Overgaard
77a6e3a277
update package lockfile
2024-11-09 11:16:27 +01:00
Jacob Overgaard
165e3a4629
fix: add required 'override' modifier
2024-11-09 11:16:13 +01:00
Jacob Overgaard
0fd4ef50f1
rename to avoid clash with keyword 'source'
2024-11-09 11:16:01 +01:00
Jacob Overgaard
4dfa44ef21
update backoffice README
2024-11-09 10:47:25 +01:00
Jacob Overgaard
86b34bb62e
merge LICENSE files
2024-11-09 10:40:02 +01:00
Jacob Overgaard
3513dcc6d6
remove .sonarlint folder
2024-11-09 10:29:21 +01:00
Jacob Overgaard
9016731838
merge github build action with azure pipelines
2024-11-09 10:28:23 +01:00
Jacob Overgaard
a84bc773d4
removed old workflows
2024-11-09 10:21:09 +01:00
Jacob Overgaard
4de8e2c1e5
merge codeql setup
2024-11-09 10:21:00 +01:00
Jacob Overgaard
6928037412
remove old github files
2024-11-09 10:10:22 +01:00
Jacob Overgaard
4322a7d673
move RELEASE_INSTRUCTION.md
2024-11-09 10:10:17 +01:00
Jacob Overgaard
5fbf08f2fb
merge release.yml
2024-11-09 10:10:02 +01:00
Jacob Overgaard
fe86243907
convert backoffice contribution guidelines
2024-11-09 10:05:23 +01:00
Jacob Overgaard
d18f15793b
remove old issue templates
2024-11-09 10:05:14 +01:00
Jacob Overgaard
e51c3dfd70
Merge submodule contents for src/Umbraco.Web.UI.Client/main
2024-11-09 09:55:57 +01:00
Jacob Overgaard
6004cbb70c
Remove submodule src/Umbraco.Web.UI.Client
2024-11-09 09:55:30 +01:00