stable

Clone or download

Read-only

Display a hierarchy of folder

story #9514: change an artifact from one folder to another The selectbox that allows to change the folder of an artifact display a hierarchy of folder instead of a flat list. Change-Id: I97baa4f982232f7d2f232d651e0643243de6eaa3

Modified Files

Name
M plugins/artifactsfolders/include/Folder/ArtifactLinkInformationPrepender.php +21 −38 Go to diff View file
M plugins/artifactsfolders/include/Folder/DataFromRequestAugmentor.php +2 −2 Go to diff View file
A plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentation.php +57 −0 Go to diff View file
A plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollection.php +80 −0 Go to diff View file
A plugins/artifactsfolders/include/Folder/FolderHierarchicalRepresentationCollectionBuilder.php +117 −0 Go to diff View file
M plugins/artifactsfolders/include/Folder/PostSaveNewChangesetCommand.php +7 −3 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.class.php +18 −12 Go to diff View file
M plugins/artifactsfolders/include/autoload.php +5 −2 Go to diff View file
M plugins/artifactsfolders/site-content/en_US/artifactsFolders.tab +1 −0 Go to diff View file
M plugins/artifactsfolders/site-content/fr_FR/artifactsFolders.tab +1 −0 Go to diff View file
M plugins/artifactsfolders/www/themes/default/css/style.scss +4 −0 Go to diff View file