stable

Clone or download

Read-only

Intantiate front router + vue app

this is part of story #10720 have the new list view with base actions How to test: Access to new docman url : <url>/plugins/document/<project_unix_short_name> An empty state is displayed This commit only deal with technical instantiation: - css will be done later In order to ease review, this commit does not introduce vuex and vue router it will be done in dedicated commit Change-Id: I5c020542bd1c0af500eeda07ccfc7537c48395f6

Modified Files

Name
A plugins/document/build-manifest.json +14 −0 Go to diff View file
A plugins/document/include/Tree/DocumentTreeController.php +107 −0 Go to diff View file
M plugins/document/include/documentPlugin.class.php +12 −0 Go to diff View file
A plugins/document/scripts/document/components/App.vue +31 −0 Go to diff View file
A plugins/document/scripts/document/index.js +44 −0 Go to diff View file
A plugins/document/scripts/document/package-lock.json +18 −0 Go to diff View file
A plugins/document/scripts/document/package.json +20 −0 Go to diff View file
A plugins/document/scripts/document/po/fr.po +16 −0 Go to diff View file
A plugins/document/scripts/document/po/template.pot +9 −0 Go to diff View file
A plugins/document/scripts/document/webpack.config.js +49 −0 Go to diff View file
M plugins/document/site-content/fr_FR/LC_MESSAGES/tuleap-document.po +6 −0 Go to diff View file
M plugins/document/site-content/tuleap-document.pot +6 −0 Go to diff View file
A plugins/document/templates/document-tree.mustache +2 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −1 Go to diff View file