You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XWIKI-22656: Add a UI for setting required rights on a document (#4158)
* Add an analyzer for analyzing just the content and title of the
document.
* Add an analyzer for analyzing a whole document including all
translations.
* Add a REST API to get the analysis results and the available rights.
* Add a JavaScript component for a dialog to set required rights.
* Add a UI Extension to warn users about missing rights.
* Add a UI Extension for the page information to display and set
required rights.
* Add a dependency to the UI to the flavor.
* Reload the information and the warning above the document when the
document is saved.
* Support updating required rights via the REST API.
* Extend the Document script API with methods that take EntityReference
instead of String for the class name.
* Add a new JavaScript event that signals when required rights have been
updated.
* Reload the content both in view and edit mode when required rights are
updated.
* Add page objects.
* Add integration tests.
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java
Copy file name to clipboardExpand all lines: xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/document/DocumentRequiredRightsReader.java
0 commit comments