stable

Clone or download

Read-only

s/Timesheeting/Timetracking

This is part of story #11253 get a consolidate view of my timesheeting in my personal dashboard How to test it: --------------- * Uninstall timesheeting plugin in siteadmin * rename folder from timesheeting to timetracking * checkout this patch * clear the tuleap caches * regenerate nginx plugin configuration All should work as before, no regressions. Change-Id: I5b65c7f3225517379642595e9294190c22aceb7d

Modified Files

Name
M README.mkd +2 −2 Go to diff View file
M build-manifest.json +4 −4 Go to diff View file
M db/install.sql +4 −4 Go to diff View file
M db/uninstall.sql +4 −4 Go to diff View file
R include/Timesheeting/Admin/AdminController.php Go to diff View file
R include/Timesheeting/Admin/AdminDao.php Go to diff View file
R include/Timesheeting/Admin/AdminPresenter.php Go to diff View file
R include/Timesheeting/Admin/TimesheetingEnabler.php Go to diff View file
R include/Timesheeting/Admin/TimesheetingUgroupDao.php Go to diff View file
R include/Timesheeting/Admin/TimesheetingUgroupRetriever.php Go to diff View file
R include/Timesheeting/Admin/TimesheetingUgroupSaver.php Go to diff View file
R include/Timesheeting/ArtifactView/ArtifactView.php Go to diff View file
R include/Timesheeting/ArtifactView/ArtifactViewBuilder.php Go to diff View file
R include/Timesheeting/ArtifactView/ArtifactViewPresenter.php Go to diff View file
R include/Timesheeting/Permissions/PermissionsRetriever.php Go to diff View file
R include/Timesheeting/Router.php Go to diff View file
R include/Timesheeting/Time/DateFormatter.php Go to diff View file
R include/Timesheeting/Time/Time.php Go to diff View file
R include/Timesheeting/Time/TimeController.php Go to diff View file
R include/Timesheeting/Time/TimeDao.php Go to diff View file
R include/Timesheeting/Time/TimePresenterBuilder.php Go to diff View file
R include/Timesheeting/Time/TimeRetriever.php Go to diff View file
R include/Timesheeting/Time/TimeUpdater.php Go to diff View file
R include/Timesheeting/Widget/UserWidget.php Go to diff View file
R include/TimesheetingPluginDescriptor.php Go to diff View file
R include/TimesheetingPluginInfo.php Go to diff View file
M include/autoload.php +25 −25 Go to diff View file
M include/constants.php +4 −4 Go to diff View file
R include/timesheetingPlugin.class.php Go to diff View file
D site-content/en_US/timesheeting.tab +0 −6 Go to diff View file
A site-content/en_US/timetracking.tab +6 −0 Go to diff View file
R site-content/fr_FR/LC_MESSAGES/tuleap-timesheeting.po Go to diff View file
D site-content/fr_FR/timesheeting.tab +0 −6 Go to diff View file
A site-content/fr_FR/timetracking.tab +6 −0 Go to diff View file
R site-content/tuleap-timesheeting.pot Go to diff View file
M templates/artifact-tab.mustache +19 −19 Go to diff View file
R templates/timesheeting-add-modal.mustache Go to diff View file
R templates/timesheeting-delete-modal.mustache Go to diff View file
R templates/timesheeting-edit-modal.mustache Go to diff View file
M templates/tracker-admin.mustache +17 −17 Go to diff View file
M templates/widget.mustache +1 −1 Go to diff View file
M tests/ArtifactView/ArtifactViewBuilderTest.php +11 −11 Go to diff View file
M tests/Time/DateFormatterTest.php +1 −1 Go to diff View file
M tests/Time/TimeRetrieverTest.php +3 −3 Go to diff View file
R www/images/icon-timesheeting.png Binary file Go to diff View file
M www/index.php +2 −2 Go to diff View file
M www/scripts/karma.conf.js +2 −2 Go to diff View file
M www/scripts/package-lock.json +1 −1 Go to diff View file
M www/scripts/package.json +1 −1 Go to diff View file
R www/scripts/personal-timesheeting-widget/po/fr.po Go to diff View file
R www/scripts/personal-timesheeting-widget/po/template.pot Go to diff View file
R www/scripts/personal-timesheeting-widget/src/Widget.spec.js Go to diff View file
R www/scripts/personal-timesheeting-widget/src/Widget.vue Go to diff View file
R www/scripts/personal-timesheeting-widget/src/WidgetArtifactTable.spec.js Go to diff View file
R www/scripts/personal-timesheeting-widget/src/WidgetArtifactTable.vue Go to diff View file
R www/scripts/personal-timesheeting-widget/src/WidgetReadingMode.spec.js Go to diff View file
R www/scripts/personal-timesheeting-widget/src/WidgetReadingMode.vue Go to diff View file
R www/scripts/personal-timesheeting-widget/src/WidgetWritingMode.spec.js Go to diff View file
R www/scripts/personal-timesheeting-widget/src/WidgetWritingMode.vue Go to diff View file
R www/scripts/personal-timesheeting-widget/src/app.spec.js Go to diff View file
R www/scripts/personal-timesheeting-widget/src/gettext-provider.js Go to diff View file
R www/scripts/personal-timesheeting-widget/src/index.js Go to diff View file
M www/scripts/webpack.config.js +1 −1 Go to diff View file
M www/themes/BurningParrot/css/_widget.scss +10 −10 Go to diff View file
M www/themes/FlamingParrot/css/style.scss +10 −10 Go to diff View file