stable

Clone or download

Read-only

Merge 'gerrit #17105' into stable/master

* commit 'ba49628f2e': request #12724 Format Vue template with newer Prettier Change-Id: I82a690e3a3fe01c7ecad12e7a5282a5688c00a41

Modified Files

Name
M .eslintrc.js +17 −22 Go to diff View file
M .prettierrc +3 −1 Go to diff View file
M package-lock.json +3 −3 Go to diff View file
M package.json +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/artifact-additional-action/src/artifact-additional-action.ts +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/card-fields/card-fields-service.js +1 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js +1 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.test.js +4 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column-controller.test.js +4 −3 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/socket/socket-factory.js +4 −7 Go to diff View file
M plugins/agiledashboard/www/js/permissions-per-group/src/AgileDashboardPermissions.vue +20 −9 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.test.js +8 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js +11 −11 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.test.js +28 −28 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.test.js +12 −9 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning-controller.test.js +8 −6 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.vue +7 −6 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTableRow.vue +9 −6 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ErrorInactiveProjectMessage.vue +7 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.vue +13 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ListBindUser.vue +3 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +8 −6 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +20 −17 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/TrackerListReadingMode.vue +11 −5 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.vue +6 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.vue +7 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.vue +29 −12 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue +3 −4 Go to diff View file
M plugins/document/scripts/document/components/App.vue +13 −7 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue +31 −15 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumbDocument.vue +7 −1 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumbElement.vue +4 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.vue +1 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/NewItemVersionButton.vue +5 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.vue +5 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalTableBadge.vue +7 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ChildFolder.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.vue +25 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/CreationErrorDragndropErrorModal.vue +8 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.vue +14 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue +24 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DroppedItemIsAFolderErrorModal.vue +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/ErrorModal.vue +9 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/FileAlreadyExistsDragndropErrorModal.vue +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/MaxFilesDragndropErrorModal.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.vue +0 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue +12 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.vue +25 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue +25 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownItemTitle.vue +0 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue +39 −31 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue +42 −21 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue +25 −13 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownSeparator.vue +1 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.vue +7 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PasteItem.vue +3 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdatePermissions.vue +5 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties.vue +5 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForReaders.vue +8 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue +6 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/GoBackToRootButton.vue +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.vue +16 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/LoadingError.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/PermissionError.vue +3 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.vue +19 −12 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/__snapshots__/ItemPermissionError.test.js.snap +4 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsManager.vue +9 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsModal.vue +13 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContainer.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContent.vue +17 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +33 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +51 −18 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeaderAction.vue +11 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderLoadingScreen.vue +8 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderView.vue +12 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.vue +12 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.vue +2 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue +23 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.vue +28 −24 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue +4 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue +18 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/LockInfo/DocumentTitleLockInfo.vue +5 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadata.vue +5 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataComponentTypeRenderer.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataDate.vue +11 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.vue +25 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListSingleValue.vue +20 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataString.vue +12 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataText.vue +13 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DateFlatPicker.vue +9 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DescriptionMetadata.vue +1 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/DocumentGlobalMetadataForCreate.vue +5 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/DocumentGlobalMetadataForUpdate.vue +4 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.vue +12 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentCreate.vue +5 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.vue +5 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.vue +9 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.vue +13 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForCreate.vue +5 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForUpdate.vue +5 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/RecursionOptions.vue +17 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderCreate.vue +5 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderUpdate.vue +4 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.vue +14 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.vue +12 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/OwnerMetadata.vue +5 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/PeoplePicker.vue +4 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.vue +6 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCommon/ModalFooter.vue +11 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCommon/ModalHeader.vue +10 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmbeddedFileModal.vue +27 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.vue +29 −17 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionFileModal.vue +25 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionLinkModal.vue +23 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionWikiModal.vue +20 −16 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/TypeSelectorForEmptyModal.vue +12 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.vue +12 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js +29 −12 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue +22 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/PostItemDeletionNotification.vue +6 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/CreationModalPermissionsSection.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue +20 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue +42 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/TypeSelector.vue +12 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/UnderTheFoldNotification.vue +4 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue +20 −12 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue +21 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.vue +10 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.vue +9 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.vue +20 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/ProgressBar/GlobalUploadProgressBar.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue +17 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ApprovalUpdateProperties.vue +37 −27 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ChangelogProperty.vue +1 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/EmbeddedProperties.vue +9 −13 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/FileProperties.vue +2 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ItemUpdateProperties.vue +8 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/LinkProperties.vue +2 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/LockProperty.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/LockProperty.vue +12 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/VersionTitleProperty.vue +2 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/WikiProperties.vue +2 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.vue +6 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue +22 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue +52 −37 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookEmptyOrEmbedded.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFile.vue +8 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue +10 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue +14 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookItemIsLockedMessage.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookLink.vue +8 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.vue +21 −16 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookWiki.vue +6 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/RootFolder.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/SearchBox.vue +10 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/SwitchToOldUI.vue +9 −6 Go to diff View file
M plugins/document/scripts/document/components/User/UserBadge.vue +6 −2 Go to diff View file
M plugins/document/scripts/document/components/User/UserName.vue +9 −8 Go to diff View file
M plugins/document/scripts/document/components/svg/error/ItemPermissionErrorSvg.vue +48 −8 Go to diff View file
M plugins/document/scripts/document/components/svg/error/LoadingErrorSvg.vue +56 −9 Go to diff View file
M plugins/document/scripts/document/components/svg/error/PermissionErrorSvg.vue +87 −15 Go to diff View file
M plugins/document/scripts/document/components/svg/folder/EmptyFolderForReadersSvg.vue +35 −5 Go to diff View file
M plugins/document/scripts/document/components/svg/folder/EmptyFolderForWritersSvg.vue +466 −88 Go to diff View file
M plugins/document/scripts/document/po/fr.po +21 −22 Go to diff View file
M plugins/document/scripts/document/store/mutations-upload.test.js +24 −6 Go to diff View file
M plugins/git/www/scripts/permissions-per-group/src/GitInlineFilter.vue +8 −7 Go to diff View file
M plugins/git/www/scripts/permissions-per-group/src/GitPermissions.vue +13 −14 Go to diff View file
M plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTable.vue +2 −2 Go to diff View file
M plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTableRepository.vue +2 −2 Go to diff View file
M plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue +3 −1 Go to diff View file
M plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue +3 −1 Go to diff View file
M plugins/git/www/scripts/repositories/po/fr.po +6 −4 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/ActionBar.vue +9 −8 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue +28 −24 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/ActionBar/ListFilter.vue +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/ActionBar/SelectOwner.vue +9 −7 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/App.vue +9 −9 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/GitBreadcrumbs.vue +16 −11 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/GitRepository.vue +15 −11 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/GitRepositoryCreate.vue +35 −27 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/NoRepositoryEmptyState.vue +54 −20 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/PullRequestBadge.vue +8 −4 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/RepositoryList.vue +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/folders/CollapsibleFolder.vue +28 −25 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/folders/FolderRepositoryList.vue +3 −2 Go to diff View file
M plugins/git/www/scripts/repository/branch-tag-selector/src/components/App.vue +18 −12 Go to diff View file
M plugins/git/www/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue +23 −14 Go to diff View file
M plugins/git/www/scripts/repository/branch-tag-selector/src/components/RefsFilter.vue +8 −7 Go to diff View file
M plugins/git/www/scripts/repository/branch-tag-selector/src/components/TagsSection.vue +24 −15 Go to diff View file
M plugins/git/www/scripts/repository/src/branch-tag-selector.js +3 −3 Go to diff View file
M plugins/hudson/www/js/test-results-pie-chart.js +4 −4 Go to diff View file
M plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.vue +16 −12 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/po/fr.po +8 −8 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/App.vue +3 −3 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestButton.vue +5 −4 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestErrorModal.vue +16 −3 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequestModal.vue +46 −14 Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.js +1 −3 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/dashboard/dashboard-controller.test.js +8 −6 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-collection-service.test.js +20 −11 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/file-diff/diff-modes/side-by-side-line-mapper.test.js +20 −5 Go to diff View file
M plugins/release_widget/scripts/releasewidget/po/fr_FR.po +4 −3 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/App.test.ts +3 −2 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/App.vue +4 −3 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/RoadmapSection/RoadmapSection.vue +13 −2 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseBadges.vue +16 −3 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChart.vue +7 −3 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/Chart/BurndownChartError.vue +19 −3 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.vue +16 −5 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.vue +6 −2 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/__snapshots__/ReleaseDescription.test.ts.snap +3 −1 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDisplayer.vue +10 −6 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.vue +7 −3 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.vue +23 −13 Go to diff View file
M plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.vue +23 −13 Go to diff View file
M plugins/svn/www/scripts/permissions-per-group/src/SVNPermissions.vue +11 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.test.ts +8 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.vue +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/EmptyState/NoContentEmptyState.vue +4 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.vue +4 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.vue +7 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.vue +18 −11 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForUsers.test.ts.snap +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/GlobalAppError.test.ts.snap +12 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddButton.vue +6 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +3 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +10 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInitialEffort.vue +5 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardWithRemainingEffort.vue +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardXrefLabel.vue +9 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.vue +5 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/CancelSaveButtons.vue +10 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/EditCardButtons.vue +1 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.vue +15 −13 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCard.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.vue +11 −11 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.vue +9 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/__snapshots__/CardXrefLabel.test.ts.snap +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CardWithChildren.vue +8 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/CellDisallowsDropOverlay.vue +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.vue +11 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/InvalidMappingCell.vue +7 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/__snapshots__/CellDisallowsDropOverlay.test.ts.snap +6 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.vue +15 −7 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ColumnWithChildren.vue +8 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/NoMappingMessage.vue +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.vue +7 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/__snapshots__/NoMappingMessage.test.ts.snap +6 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.vue +8 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/ColumnsSkeleton.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/SwimlaneSkeleton.vue +5 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.vue +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue +16 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.vue +26 −18 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/TaskboardButtonBar.vue +8 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.vue +6 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/ExpandButton.vue +8 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CardsInColumnCount.vue +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CollapseButton.vue +8 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/ExpandedHeaderCell.vue +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/WrongColorPopover.vue +14 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/__snapshots__/WrongColorPopover.test.ts.snap +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts +4 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.vue +10 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts +8 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue +36 −42 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/UnderConstruction/UnderConstructionModal.vue +11 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.vue +3 −3 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue +16 −12 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue +7 −7 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetLinkToArtifact.vue +12 −7 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.vue +3 −5 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue +34 −26 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalArtifactInfo.vue +11 −5 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue +9 −13 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalDeletePopover.vue +16 −6 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.vue +40 −32 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue +11 −7 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue +6 −4 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue +8 −4 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/api/rest-querier.test.js +12 −3 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/TimeTrackingOverview.vue +8 −4 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewTable.vue +21 −14 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewUserList.vue +1 −4 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/reading-mode/TimeTrackingOverviewReadingMode.vue +16 −16 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/reading-mode/TimeTrackingOverviewTrackerList.vue +12 −8 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewProjectOption.vue +1 −4 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewTrackerList.vue +7 −4 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewTrackersOptions.vue +5 −4 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingDates.vue +17 −15 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingMode.vue +9 −12 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingTrackers.vue +19 −7 Go to diff View file
M plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/store/actions.test.js +4 −1 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/common/RichTextEditor.vue +3 −6 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/model/form-tree-builder.test.js +7 −1 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/model/tracker-transformer-service.test.js +8 −2 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/rest/rest-service.test.js +8 −2 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.test.js +8 −6 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/po/fr.po +7 −4 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/DryRunFullyMigratedFieldState.vue +7 −4 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/DryRunNotMigratedFieldState.vue +8 −4 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/DryRunPartiallyMigratedFieldState.vue +12 −4 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/DryRunPreview.vue +3 −3 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/FieldErrorMessage.vue +7 −4 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModal.vue +36 −24 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModalSelectors.vue +2 −2 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/ProjectSelector.vue +11 −8 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/TrackerSelector.vue +17 −20 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPicker.vue +25 −26 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerNoColorOption.vue +6 −9 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerPalette.vue +5 −4 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerPaletteRow.vue +12 −11 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerPreview.vue +4 −2 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/ColorPickerSwitch.vue +9 −5 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/OldColorPickerPalette.vue +5 −1 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/OldColorPickerPaletteRow.vue +2 −1 Go to diff View file
M plugins/tracker/www/scripts/colorpicker/OldColorPickerPreview.vue +8 −7 Go to diff View file
M plugins/tracker/www/scripts/permissions-per-group/src/BaseTrackerPermissions.vue +7 −4 Go to diff View file
M plugins/tracker/www/scripts/permissions-per-group/src/TrackerPermissionTableEmptyState.vue +8 −8 Go to diff View file
M plugins/tracker/www/scripts/permissions-per-group/src/TrackerPermissionsTable.vue +1 −2 Go to diff View file
M plugins/tracker/www/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue +6 −3 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/po/fr.po +27 −16 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.vue +6 −6 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationSections.vue +10 −3 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/Header/HeaderSection.vue +13 −11 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.vue +4 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue +20 −14 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitchModal.vue +1 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixContent.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/MultiSelect.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.vue +4 −22 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FloatInput.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.vue +4 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/IntInput.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PlaceholderInput.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.vue +28 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.vue +5 −3 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.vue +4 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.test.js +8 −6 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue +2 −8 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Skeletons/PreConditionsSkeleton.vue +1 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue +5 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionRulesEnforcementWarning.vue +18 −18 Go to diff View file
M src/www/scripts/clamp.js +12 −9 Go to diff View file
M src/www/scripts/frs/permissions-per-group/BaseFRSPackagePermissions.vue +13 −11 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTable.vue +1 −1 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackage.vue +1 −1 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageEmptyState.vue +8 −8 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageRelease.vue +3 −1 Go to diff View file
M src/www/scripts/news/permissions-per-group/BaseNewsPermissions.vue +25 −17 Go to diff View file
M src/www/scripts/news/permissions-per-group/NewsPermissionsVisibilityLabel.vue +2 −8 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.vue +5 −1 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue +22 −10 Go to diff View file
M src/www/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.vue +6 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/AddModal.vue +2 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseProjectAdminAddModal.vue +2 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseProjectAdminEditModal.vue +2 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseSiteAdminAddModal.vue +10 −8 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseSiteAdminEditModal.vue +5 −2 Go to diff View file
M src/www/scripts/project/admin/services/src/components/EditModal.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/EditableSystemService.vue +6 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/HiddenServiceIsActive.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/HiddenServiceShortname.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/InCreationCustomService.vue +4 −4 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/InEditionCustomService.vue +5 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ReadOnlySystemService.vue +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceDescription.vue +2 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceId.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceIsActive.vue +5 −11 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceIsUsed.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceLabel.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceLink.vue +2 −2 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceOpenInNewTab.vue +2 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceRank.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceShortname.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/SidebarPreviewer.vue +11 −3 Go to diff View file
M src/www/scripts/project/banner/project-banner-show-hide.ts +20 −26 Go to diff View file
M src/www/scripts/project/registration/po/fr_FR.po +11 −6 Go to diff View file
M src/www/scripts/project/registration/src/components/App.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Approval/ProjectApproval.vue +6 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Approval/ProjectApprovalSvg.vue +72 −11 Go to diff View file
M src/www/scripts/project/registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap +5 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Agreement/PolicyAgreement.vue +2 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.vue +11 −9 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.vue +19 −15 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +35 −26 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacySwitch.vue +22 −12 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectName.vue +23 −15 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue +36 −26 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue +33 −25 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue +14 −10 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationSvg.vue +272 −83 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.vue +15 −10 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/TroveCat/__snapshots__/TroveCategoryList.test.ts.snap +3 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.vue +6 −5 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/NewProjectBoxesSvg.vue +111 −19 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateCard.vue +21 −15 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateFooter.vue +10 −7 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.vue +4 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/UnderConstructionInformation.vue +2 −1 Go to diff View file
M src/www/scripts/vue-components/skeletons/SkeletonTable.vue +7 −3 Go to diff View file