stable

Clone or download

Read-only

Merge commit 'refs/changes/41/28241/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: closes request #30737 remove reference_alias_* and artifact_folder plugins

Modified Files

Name
D plugins/artifactsfolders/.use-front-controller +0 −0 Go to diff View file
D plugins/artifactsfolders/README.mkd +0 −4 Go to diff View file
D plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php +0 −129 Go to diff View file
D plugins/artifactsfolders/composer.json +0 −11 Go to diff View file
D plugins/artifactsfolders/composer.lock +0 −18 Go to diff View file
D plugins/artifactsfolders/db/install.sql +0 −3 Go to diff View file
D plugins/artifactsfolders/db/uninstall.sql +0 −1 Go to diff View file
D plugins/artifactsfolders/include/ArtifactsFoldersPluginDescriptor.php +0 −37 Go to diff View file
D plugins/artifactsfolders/include/ArtifactsFoldersPluginInfo.php +0 −36 Go to diff View file
D plugins/artifactsfolders/include/Converter/AncestorFolderChecker.php +0 −65 Go to diff View file
D plugins/artifactsfolders/include/Converter/ArtifactsFoldersToScrumV2Converter.php +0 −133 Go to diff View file
D plugins/artifactsfolders/include/Converter/CollectionOfLinksToAdd.php +0 −48 Go to diff View file
D plugins/artifactsfolders/include/Converter/ConverterDao.php +0 −80 Go to diff View file
D plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +0 −139 Go to diff View file
D plugins/artifactsfolders/include/Folder/ArtifactPresenter.php +0 −115 Go to diff View file
D plugins/artifactsfolders/include/Folder/ArtifactPresenterBuilder.php +0 −186 Go to diff View file
D plugins/artifactsfolders/include/Folder/ArtifactView.php +0 −72 Go to diff View file
D plugins/artifactsfolders/include/Folder/Controller.php +0 −44 Go to diff View file
D plugins/artifactsfolders/include/Folder/Dao.php +0 −153 Go to diff View file
D plugins/artifactsfolders/include/Folder/DataFromRequestAugmentor.php +0 −92 Go to diff View file
D plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentation.php +0 −72 Go to diff View file
D plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollection.php +0 −90 Go to diff View file
D plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollectionBuilder.php +0 −117 Go to diff View file
D plugins/artifactsfolders/include/Folder/FolderUsageRetriever.php +0 −73 Go to diff View file
D plugins/artifactsfolders/include/Folder/HierarchyOfFolderBuilder.php +0 −107 Go to diff View file
D plugins/artifactsfolders/include/Folder/PostSaveNewChangesetCommand.php +0 −82 Go to diff View file
D plugins/artifactsfolders/include/Folder/Presenter.php +0 −48 Go to diff View file
D plugins/artifactsfolders/include/Folder/Router.php +0 −97 Go to diff View file
D plugins/artifactsfolders/include/Type/TypeInFolderPresenter.php +0 −41 Go to diff View file
D plugins/artifactsfolders/include/artifactsfoldersPlugin.php +0 −414 Go to diff View file
D plugins/artifactsfolders/include/constants.php +0 −21 Go to diff View file
D plugins/artifactsfolders/package.json +0 −14 Go to diff View file
D plugins/artifactsfolders/pnpm-lock.yaml +0 −7 Go to diff View file
D plugins/artifactsfolders/scripts/rollup.js +0 −194 Go to diff View file
D plugins/artifactsfolders/site-content/fr_FR/LC_MESSAGES/tuleap-artifactsfolders.po +0 −39 Go to diff View file
D plugins/artifactsfolders/site-content/pt_BR/LC_MESSAGES/tuleap-artifactsfolders.po +0 −37 Go to diff View file
D plugins/artifactsfolders/templates/artifact-tab.mustache +0 −46 Go to diff View file
D plugins/artifactsfolders/themes/default/style.scss +0 −33 Go to diff View file
D plugins/artifactsfolders/webpack.common.js +0 −40 Go to diff View file
D plugins/artifactsfolders/webpack.dev.js +0 −23 Go to diff View file
D plugins/artifactsfolders/webpack.prod.js +0 −23 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapWidgetPresenterBuilderTest.php +3 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +0 −17 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +0 −15 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php +0 −17 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +6 −22 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php +6 −49 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinksToRender.php +1 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/RequestDataAugmentor.php +0 −8 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +0 −52 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +0 −25 Go to diff View file
M plugins/tracker/scripts/artifact/edition/TrackerArtifactEditionSwitcher.js +0 −2 Go to diff View file
M plugins/tracker/tests/unit/Artifact/XMLImport/TrackerArtifactXMLImportArtifactFieldsDataBuilderTest.php +1 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +7 −21 Go to diff View file
M plugins/tracker/themes/default/css/includes/_artifact-link-field.scss +0 −4 Go to diff View file
M tools/docker/tuleap-community-edition/Dockerfile +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +0 −11 Go to diff View file