stable
Clone or download
Read-only
Part of request #14752 Unify scripts and themes build for Core Everything is supposed to work as before. Notes: Once again select2 has given me hell! I had to remove @types/select2 from TLP and fork it due to a types conflict between @types/node and @types/requirejs. The latter is a dependency of @types/select2, although we never use it in production code. I could not figure out how to exclude @types/requirejs, so the only solution left was to fork @types/select2 and remove manually the dependencies to @types/requirejs. The situation is unlikely to be resolved, see a related PR at [0] [0]: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/35946 Change-Id: I81b599c0094c13379fbebbe1abfb0d854044436f
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintignore | +2 | −1 | Go to diff View file |
M | .eslintrc.js | +4 | −4 | Go to diff View file |
M | build-manifest.json | +20 | −27 | Go to diff View file |
M | lerna.json | +1 | −1 | Go to diff View file |
M | plugins/admindelegation/scripts/admindelegation.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/KanbanJavascriptDependenciesProvider.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Planning/PlanningJavascriptDependenciesProvider.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/administration/administration.ts | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.test.ts | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/permissions-per-group/src/AgileDashboardPermissions.vue | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/webpack.common.js | +1 | −1 | Go to diff View file |
M | plugins/document/include/Tree/DocumentTreeController.php | +1 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/App.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/NewItemVersionButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ChildFolder.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CopyItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CutItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/LockItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PasteItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UnlockItem.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/GoBackToRootButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeaderAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderLoadingScreen.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListSingleValue.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/PeoplePicker.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/TypeSelectorForEmptyModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/RootFolder.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SwitchToOldUI.test.js | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue | +1 | −1 | Go to diff View file |
M | plugins/hudson/webpack.common.js | +1 | −4 | Go to diff View file |
M | plugins/hudson_git/scripts/src/git-administration.ts | +1 | −1 | Go to diff View file |
M | plugins/ldap/scripts/autocomplete-for-select2.js | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/project-administration.ts | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/replacers.test.ts | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/replacers.ts | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/user-preferences.ts | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones-preferences/index.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/index.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.test.ts | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.ts | +6 | −6 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.test.ts | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.ts | +6 | −6 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.ts | +2 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-scale-helper.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/App.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/PastSection/PastSection.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/RoadmapSection/RoadmapSection.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesClosedSprints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOnlyClosedSprints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOpenSprints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseOthersBadges.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/Burndown.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/Burndown.vue | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/BurndownDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/Burnup.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/Burnup.vue | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/BurnupDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartError.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/PastReleaseHeaderInitialPoints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/WhatsHotSection.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/helpers/local-vue-for-test.ts | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/labels/labels-controller.js | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/tooltip-service.js | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +13 | −13 | Go to diff View file |
M | plugins/statistics/webpack.common.js | +1 | −4 | Go to diff View file |
M | plugins/statistics/www/project_over_quota.php | +1 | −2 | Go to diff View file |
M | plugins/svn/scripts/svn-admin-notifications.js | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/index.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/App.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/ChildrenCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/InvalidMappingCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ChildrenSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/SwimlaneSkeleton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/ExpandButton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CardsInColumnCount.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CollapseButton.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/ExpandedHeaderCell.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/WrongColorPopover.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/local-vue-for-test.ts | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/Widget.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverview.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverviewTableRow.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverviewUserList.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimetrackingOverviewTable.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewReadingMode.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewTrackerList.test.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/writing-mode/TimeTrackingOverviewWritingTrackers.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/common/RichTextEditor.test.js | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/common/RichTextEditor.vue | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-validator.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/index.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerBaseCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerFromAnotherProject/TrackerFromAnotherProjectSelector.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateSelector.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileSelector.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldName.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortnameSlugified.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerColor.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerTemplateId.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/helpers/local-vue-for-tests.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/ConfigureStateButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationSections.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionDeleter.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixColumnHeader.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixContent.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Empty/EmptyPostAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostActionOption.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionRulesEnforcementWarning.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +1 | −1 | Go to diff View file |
M | plugins/velocity/webpack.common.js | +1 | −4 | Go to diff View file |
M | src/common/Error/ErrorDependenciesInjector.php | +3 | −3 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/AddLicenseAgreementController.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/LicenseAgreement/Admin/EditLicenseAgreementController.php | +1 | −1 | Go to diff View file |
M | src/common/FRS/PermissionsPerGroup/PaneCollector.php | +3 | −5 | Go to diff View file |
M | src/common/News/Admin/PermissionsPerGroup/NewsPermissionPerGroupPaneBuilder.php | +3 | −5 | Go to diff View file |
M | src/common/Project/Admin/Categories/IndexController.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php | +2 | −7 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersController.php | +1 | −2 | Go to diff View file |
M | src/common/Project/Home.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Label/IndexController.php | +2 | −3 | Go to diff View file |
M | src/common/Project/Service/IndexController.php | +1 | −1 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/ProjectHeartbeat.php | +2 | −2 | Go to diff View file |
M | src/common/Widget/Widget_Contacts.class.php | +2 | −3 | Go to diff View file |
M | src/common/Widget/Widget_MyProjects.class.php | +1 | −2 | Go to diff View file |
M | src/common/admin/Homepage/Controller.php | +1 | −2 | Go to diff View file |
M | src/common/admin/PermissionDelegationController.php | +1 | −2 | Go to diff View file |
M | src/common/admin/ProjectCreation/ProjectCategoriesDisplayController.php | +1 | −2 | Go to diff View file |
M | src/common/admin/ProjectCreation/WebhooksDisplayController.php | +1 | −2 | Go to diff View file |
M | src/common/admin/ProjectWidgetsConfigurationDisplayController.php | +1 | −3 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +1 | −1 | Go to diff View file |
M | src/common/layout/Layout.class.php | +15 | −17 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +2 | −12 | Go to diff View file |
R | src/www/scripts/jest.config.js | Go to diff View file | ||
R | src/www/scripts/package-lock.json | Go to diff View file | ||
R | src/www/scripts/package.json | Go to diff View file | ||
R | src/www/scripts/BurningParrot/po/fr.po | Go to diff View file | ||
R | src/www/scripts/BurningParrot/access-denied-error.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/index.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/motd.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/navbar-dropdown-projects.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/navbar-dropdown.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/project-flags.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/project-privacy.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/scrollbar.js | Go to diff View file | ||
R | src/www/scripts/BurningParrot/sidebar.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/index.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keyboard-navigation.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keymaster-sequence/MIT-LICENSE | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keymaster-sequence/README.markdown | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keymaster-sequence/bower.json | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keymaster-sequence/example.html | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keymaster-sequence/keymaster.sequence.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/keymaster-sequence/keymaster.sequence.min.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/motd.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/navbar.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/project-flags.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/project-privacy.js | Go to diff View file | ||
R | src/www/scripts/FlamingParrot/sidebar.js | Go to diff View file | ||
R | src/www/scripts/account/appearance.ts | Go to diff View file | ||
R | src/www/scripts/account/avatar.ts | Go to diff View file | ||
R | src/www/scripts/account/avatar/preview-container.ts | Go to diff View file | ||
R | src/www/scripts/account/avatar/preview.ts | Go to diff View file | ||
R | src/www/scripts/account/avatar/reset.ts | Go to diff View file | ||
R | src/www/scripts/account/avatar/use-default.ts | Go to diff View file | ||
R | src/www/scripts/account/keys-tokens.ts | Go to diff View file | ||
R | src/www/scripts/account/preferences-nav.ts | Go to diff View file | ||
R | src/www/scripts/account/security.ts | Go to diff View file | ||
R | src/www/scripts/account/timezone.ts | Go to diff View file | ||
R | src/www/scripts/charts-builders/bar-chart-scales-factory.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-badge-legend-generator.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-column-factory.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-content-legend-generator.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-dates-service.d.ts | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-dates-service.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-dates-service.test.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-layout-builder.d.ts | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-layout-builder.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-layout-service.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-legend-service.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-lines-service.d.ts | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-lines-service.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-text-legend-generator.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-tooltip-factory.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/chart-truncation-service.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/gettext-provider.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/line-chart-scales-factory.d.ts | Go to diff View file | ||
R | src/www/scripts/charts-builders/line-chart-scales-factory.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/po/fr.po | Go to diff View file | ||
R | src/www/scripts/charts-builders/statistics-pie-chart.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/time-scale-labels-formatter.d.ts | Go to diff View file | ||
R | src/www/scripts/charts-builders/time-scale-labels-formatter.js | Go to diff View file | ||
R | src/www/scripts/charts-builders/type.d.ts | Go to diff View file | ||
R | src/www/scripts/codendi/RichTextEditor.js | Go to diff View file | ||
R | src/www/scripts/codendi/Tooltip.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-async-widget.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-drag-drop.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-dropdowns.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-layout.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-load-togglers.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-minimize.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard-modals.js | Go to diff View file | ||
R | src/www/scripts/dashboards/dashboard.js | Go to diff View file | ||
R | src/www/scripts/dashboards/widgets/project-heartbeat/index.js | Go to diff View file | ||
R | src/www/scripts/dashboards/widgets/project-heartbeat/project-heartbeat.js | Go to diff View file | ||
R | src/www/scripts/frs/admin/license-agreement.js | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/BaseFRSPackagePermissions.vue | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTable.vue | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackage.vue | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageEmptyState.vue | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageRelease.vue | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/index.js | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/po/fr.po | Go to diff View file | ||
R | src/www/scripts/frs/permissions-per-group/rest-querier.js | Go to diff View file | ||
R | src/www/scripts/labels/labels-box.js | Go to diff View file | ||
R | src/www/scripts/labels/project-admin/project-admin-labels.js | Go to diff View file | ||
R | src/www/scripts/navbar-history/history-items-builder.js | Go to diff View file | ||
R | src/www/scripts/navbar-history/index-burningparrot.js | Go to diff View file | ||
R | src/www/scripts/navbar-history/index-flamingparrot.js | Go to diff View file | ||
R | src/www/scripts/navbar-history/navbar-history-controller.js | Go to diff View file | ||
R | src/www/scripts/news/permissions-per-group/BaseNewsPermissions.vue | Go to diff View file | ||
R | src/www/scripts/news/permissions-per-group/NewsPermissionsVisibilityLabel.vue | Go to diff View file | ||
R | src/www/scripts/news/permissions-per-group/index.js | Go to diff View file | ||
R | src/www/scripts/news/permissions-per-group/po/fr.po | Go to diff View file | ||
R | src/www/scripts/news/permissions-per-group/rest-querier.js | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/index-banner-project-admin.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/po/fr_FR.po | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/api/rest-querier.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/components/App.test.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/components/App.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/components/BannerPresenter.test.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/components/__snapshots__/App.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/components/__snapshots__/BannerPresenter.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/helpers/local-vue-for-tests.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/src/type.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/banner/vue.shims.d.ts | Go to diff View file | ||
R | src/www/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.vue | Go to diff View file | ||
R | src/www/scripts/project/po/fr.po | Go to diff View file | ||
R | src/www/scripts/project/admin/services/po/fr.po | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/AddModal.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/BaseProjectAdminAddModal.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/BaseProjectAdminEditModal.test.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/BaseProjectAdminEditModal.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/BaseSiteAdminAddModal.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/BaseSiteAdminEditModal.test.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/BaseSiteAdminEditModal.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/EditModal.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/EditableSystemService.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/HiddenServiceIsActive.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/HiddenServiceShortname.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/IconSelector.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/InCreationCustomService.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/InEditionCustomService.test.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/InEditionCustomService.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ReadOnlyServiceIcon.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ReadOnlyServiceRank.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ReadOnlySystemService.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceDescription.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceId.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceIsActive.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceIsUsed.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceLabel.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceLink.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceOpenInNewTab.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceRank.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/ServiceShortname.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/service-mixin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/Service/system-service-mixin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/SidebarPreviewer.vue | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/add-modal-mixin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/edit-modal-mixin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/components/service-modal-mixin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/constants.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/helpers/gettext_provider.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/index-project-admin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/index-site-admin.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/modal-initializer.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/support/local-vue.js | Go to diff View file | ||
R | src/www/scripts/project/admin/services/src/vue-modal-initializer.js | Go to diff View file | ||
R | src/www/scripts/project/admin/categories.js | Go to diff View file | ||
R | src/www/scripts/project/admin/index.js | Go to diff View file | ||
R | src/www/scripts/project/admin/members-import/members-import-spinner.mustache | Go to diff View file | ||
R | src/www/scripts/project/admin/members-import/project-admin-member-import-preview.mustache | Go to diff View file | ||
R | src/www/scripts/project/admin/members-import/project-admin-members-import.js | Go to diff View file | ||
R | src/www/scripts/project/admin/project-admin-details.js | Go to diff View file | ||
R | src/www/scripts/project/admin/project-admin-members.js | Go to diff View file | ||
R | src/www/scripts/project/admin/project-admin-ugroups.js | Go to diff View file | ||
R | src/www/scripts/project/banner/index-bp.ts | Go to diff View file | ||
R | src/www/scripts/project/banner/index-fp.ts | Go to diff View file | ||
R | src/www/scripts/project/banner/project-banner-clamp.test.ts | Go to diff View file | ||
R | src/www/scripts/project/banner/project-banner-clamp.ts | Go to diff View file | ||
R | src/www/scripts/project/banner/project-banner-show-hide.test.ts | Go to diff View file | ||
R | src/www/scripts/project/banner/project-banner-show-hide.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/index-for-modal.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/index.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/po/fr_FR.po | Go to diff View file | ||
R | src/www/scripts/project/registration/src/api/rest-querier.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/api/rest-querier.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/App.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/App.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Approval/ProjectApproval.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Approval/ProjectApproval.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Approval/ProjectApprovalSvg.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Agreement/AgreementModal.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Agreement/AgreementModal.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Agreement/PolicyAgreement.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Agreement/PolicyAgreement.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Agreement/__snapshots__/PolicyAgreement.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Fields/__snapshots__/FieldsList.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/ProjectName.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/ProjectName.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/Input/type.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/ProjectInformationSvg.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Information/TroveCat/__snapshots__/TroveCategoryList.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Advanced/SvgTemplate.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Advanced/__snapshots__/UserProjectList.test.ts.snap | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/NewProjectBoxesSvg.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/TemplateCard.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/TemplateCard.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/TemplateFooter.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.vue | Go to diff View file | ||
R | src/www/scripts/project/registration/src/constant.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/helpers/event-bus.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/helpers/is-element-in-viewport.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/helpers/is-element-in-viewport.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/helpers/local-vue-for-tests.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/helpers/location-helper.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/router/index.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/actions.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/getters.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/getters.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/index.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/mutations.test.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/mutations.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/state.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/store/type.ts | Go to diff View file | ||
R | src/www/scripts/project/registration/src/type.ts | Go to diff View file | ||
R | src/www/scripts/admin/generate-pie-charts.js | Go to diff View file | ||
R | src/www/scripts/admin/massmail.js | Go to diff View file | ||
R | src/www/scripts/admin/most-recent-logins.js | Go to diff View file | ||
R | src/www/scripts/admin/password-policy.js | Go to diff View file | ||
R | src/www/scripts/admin/pending-users.js | Go to diff View file | ||
R | src/www/scripts/admin/permission-delegation.js | Go to diff View file | ||
R | src/www/scripts/admin/project-configuration.js | Go to diff View file | ||
R | src/www/scripts/admin/project-history.js | Go to diff View file | ||
R | src/www/scripts/admin/project-list.js | Go to diff View file | ||
R | src/www/scripts/admin/project-widgets-configuration/index.ts | Go to diff View file | ||
R | src/www/scripts/admin/project-widgets-configuration/project-widgets-configuration.test.ts | Go to diff View file | ||
R | src/www/scripts/admin/project-widgets-configuration/project-widgets-configuration.ts | Go to diff View file | ||
R | src/www/scripts/admin/system-events-admin-homepage.js | Go to diff View file | ||
R | src/www/scripts/admin/system-events-notifications.js | Go to diff View file | ||
R | src/www/scripts/admin/system-events.js | Go to diff View file | ||
R | src/www/scripts/admin/trackers-pending-removal.js | Go to diff View file | ||
R | src/www/scripts/admin/userdetails.js | Go to diff View file | ||
R | src/www/scripts/tuleap/autocomplete-for-select2.d.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/autocomplete-for-select2.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/consistent-uploaded-files-before-submit-checker.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/consistent-uploaded-files-before-submit-checker.test.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/element-adapter.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.test.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/form-adapter.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/form-adapter.test.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/forms-being-uploaded-state.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/get-upload-image-options.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/get-upload-image-options.test.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/image-urls-finder.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/image-urls-finder.test.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/mocks/index.js | Go to diff View file | ||
R | src/www/scripts/tuleap/ckeditor/po/fr_FR.po | Go to diff View file | ||
R | src/www/scripts/tuleap/escaper.js | Go to diff View file | ||
R | src/www/scripts/tuleap/feedback.d.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/feedback.js | Go to diff View file | ||
R | src/www/scripts/tuleap/gettext/gettext-factory.js | Go to diff View file | ||
R | src/www/scripts/tuleap/gettext/gettext-init.d.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/gettext/gettext-init.js | Go to diff View file | ||
R | src/www/scripts/tuleap/gettext/gettext-init.test.js | Go to diff View file | ||
R | src/www/scripts/tuleap/gettext/vue-gettext-init.test.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/gettext/vue-gettext-init.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/listFilter.js | Go to diff View file | ||
R | src/www/scripts/tuleap/modals/modal-opener.test.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/modals/modal-opener.ts | Go to diff View file | ||
R | src/www/scripts/tuleap/textarea_rte.js | Go to diff View file | ||
R | src/www/scripts/tuleap/toggler.js | Go to diff View file | ||
R | src/www/scripts/tuleap/trovecat.js | Go to diff View file | ||
R | src/www/scripts/tuleap/user-and-ugroup-autocompleter.js | Go to diff View file | ||
R | src/www/scripts/user-group-constants.js | Go to diff View file | ||
R | src/www/scripts/vue-components/skeletons/SkeletonTable.vue | Go to diff View file | ||
R | src/www/scripts/vue-components/store-wrapper-jest.d.ts | Go to diff View file | ||
R | src/www/scripts/vue-components/store-wrapper-jest.js | Go to diff View file | ||
A | src/tsconfig.json | +13 | −0 | Go to diff View file |
A | src/webpack.common.js | +340 | −0 | Go to diff View file |
A | src/webpack.dev.js | +23 | −0 | Go to diff View file |
A | src/webpack.prod.js | +23 | −0 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +1 | −2 | Go to diff View file |
M | src/www/admin/grouplist.php | +2 | −3 | Go to diff View file |
M | src/www/admin/index.php | +2 | −3 | Go to diff View file |
M | src/www/admin/lastlogins.php | +2 | −3 | Go to diff View file |
M | src/www/admin/massmail.php | +2 | −3 | Go to diff View file |
M | src/www/admin/projecthistory.php | +2 | −3 | Go to diff View file |
M | src/www/admin/system_events/index.php | +2 | −3 | Go to diff View file |
M | src/www/admin/system_events/notifications.php | +1 | −2 | Go to diff View file |
M | src/www/admin/usergroup.php | +1 | −2 | Go to diff View file |
M | src/www/my/index.php | +1 | −1 | Go to diff View file |
M | src/www/project/admin/editugroup.php | +1 | −1 | Go to diff View file |
M | src/www/project/admin/ugroup.php | +1 | −1 | Go to diff View file |
D | src/www/scripts/BurningParrot/build-manifest.json | +0 | −8 | Go to diff View file |
D | src/www/scripts/tsconfig.json | +0 | −12 | Go to diff View file |
M | src/www/themes/BurningParrot/css/dashboards/_dashboard.scss | +1 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/flyover/modals/open-target/doc.html | +1 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/package-lock.json | +0 | −31 | Go to diff View file |
M | src/www/themes/common/tlp/package.json | +0 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/select2.d.ts | +1 | −1 | Go to diff View file |
A | src/www/themes/common/tlp/src/types/select2/LICENSE | +21 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/types/select2/README.md | +18 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/types/select2/index.d.ts | +269 | −0 | Go to diff View file |
M | src/www/tracker/admin/restore.php | +2 | −3 | Go to diff View file |
M | tests/e2e/full/cypress/integration/tracker_workflow_spec.js | +1 | −1 | Go to diff View file |
M | tests/jest/jest.projects.config.js | +1 | −1 | Go to diff View file |
M | tests/psalm/psalm.xml | +0 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +4 | −4 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +4 | −4 | Go to diff View file |