stable
Clone or download
Read-only
Merge 'gerrit #23740' into stable/master
* commit '5f00232646': closes request #22652 Improve document cypress coverage Change-Id: I3e49d2efdf4c5c60b09576a1603e2c58b11cb697
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_WikiController.class.php | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdatePermissions.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/__snapshots__/ItemPermissionError.test.js.snap | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookWiki.vue | +1 | −0 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/integration/document.spec.ts | +137 | −40 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/editpage.php | +1 | −0 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi/templates/actionbar.tmpl | +5 | −5 | Go to diff View file |
M | src/common/wiki/phpwiki/themes/Codendi/templates/editpage.tmpl | +7 | −7 | Go to diff View file |
M | src/common/wiki/views/WikiServiceAdminViews.class.php | +1 | −1 | Go to diff View file |
M | src/common/wiki/views/WikiServiceViews.class.php | +3 | −3 | Go to diff View file |