stable

Clone or download

Read-only

Refactoring: remove the www folder

Part of story #12345 export results to csv How to test: - the cross-tracker widget's javascript should be loaded from /assets/crosstracker/ - the cross-tracker widget's CSS should be loaded from /assets/crosstracker/ and should adapt to user's condensed/comfortable preference. In your web container, run the following commands: $ rm /etc/nginx/conf.d/tuleap-plugins/crosstracker.conf $ /usr/share/tuleap/tools/utils/<php72>/run.php --module=nginx $ service nginx restart - There should not be a "crosstracker.conf" file in /etc/nginx/conf.d/tuleap-plugins/ Notes: - Moved www/scripts/ to scripts/ - Removed the "app" intermediate folder in scripts/src/ - Moved www/themes/ to themes/ - Fixed lint errors Change-Id: Iafef6fe92496e667fc2d1fcdb4d22d85515a14ae

Modified Files

Name
M plugins/crosstracker/build-manifest.json +17 −21 Go to diff View file
M plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearch.php +2 −2 Go to diff View file
M plugins/crosstracker/include/crosstrackerPlugin.class.php +16 −10 Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/po/fr.po Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/po/template.pot Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTable.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTable.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTableRow.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/ListBindUser.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/app.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/backend-cross-tracker-report.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/ReadingMode.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/ReadingMode.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/TrackerListReadingMode.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-cross-tracker-report.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/rest-querier.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/rest-querier.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/store/index.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/store/mutations.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/store/state.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/user-service.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/QueryEditor.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/QueryEditor.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/TrackerListWritingMode.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/TrackerListWritingMode.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/TrackerSelection.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/TrackerSelection.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/WritingMode.spec.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/WritingMode.vue Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/projects-cache.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/tql-configuration.js Go to diff View file
R plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/writing-cross-tracker-report.js Go to diff View file
R plugins/crosstracker/www/scripts/karma.conf.js Go to diff View file
R plugins/crosstracker/www/scripts/package-lock.json Go to diff View file
R plugins/crosstracker/www/scripts/package.json Go to diff View file
R plugins/crosstracker/www/scripts/webpack.config.js Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/_cross-tracker.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/_query-edition.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/_reading-mode.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/_writing-mode.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/crosstracker/www/themes/BurningParrot/css/style-red.scss Go to diff View file
M plugins/crosstracker/tuleap-plugin-crosstracker.spec +4 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file