stable
Clone or download
Read-only
Part of the story #11593 Have a Call Me Back button and form on every page Change-Id: I5cf9dd6c451fd398a1b2702b785612347522dd28
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/create_test_env/composer.json | +3 | −2 | Go to diff View file |
M | plugins/create_test_env/db/install.sql | +17 | −0 | Go to diff View file |
A | plugins/create_test_env/db/mysql/updates/2018/201806111500_create_callmeback_configuration_table.php | +82 | −0 | Go to diff View file |
M | plugins/create_test_env/db/uninstall.sql | +3 | −1 | Go to diff View file |
A | plugins/create_test_env/include/CallMeBack/CallMeBackAdminController.php | +96 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CallMeBack/CallMeBackAdminPresenter.php | +48 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CallMeBack/CallMeBackAdminSaveController.php | +125 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CallMeBack/CallMeBackEmailDao.php | +66 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CallMeBack/CallMeBackMessage.php | +42 | −0 | Go to diff View file |
A | plugins/create_test_env/include/CallMeBack/CallMeBackMessageDao.php | +43 | −0 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/NotificationBotIndexController.php | +11 | −10 | Go to diff View file |
M | plugins/create_test_env/include/CreateTestEnv/NotificationBotSaveController.php | +1 | −1 | Go to diff View file |
M | plugins/create_test_env/include/create_test_envPlugin.class.php | +28 | −5 | Go to diff View file |
A | plugins/create_test_env/scripts/call-me-back-admin.js | +55 | −0 | Go to diff View file |
M | plugins/create_test_env/scripts/webpack.config.js | +5 | −1 | Go to diff View file |
M | plugins/create_test_env/site-content/fr_FR/LC_MESSAGES/tuleap-create_test_env.po | +33 | −5 | Go to diff View file |
M | plugins/create_test_env/site-content/tuleap-create_test_env.pot | +27 | −3 | Go to diff View file |
D | plugins/create_test_env/templates/admin.mustache | +0 | −30 | Go to diff View file |
A | plugins/create_test_env/templates/call-me-back-tab.mustache | +60 | −0 | Go to diff View file |
A | plugins/create_test_env/templates/notification-bot-tab.mustache | +39 | −0 | Go to diff View file |
A | plugins/create_test_env/themes/BurningParrot/css/_call-me-back-admin.scss | +15 | −0 | Go to diff View file |
M | plugins/create_test_env/themes/BurningParrot/css/_call-me-back.scss | +2 | −0 | Go to diff View file |