stable

Clone or download

Read-only

Plugin BotMattermost - New configuration Modals

part of the story #9129 Define bots to send notification to Mattermost New add, edit and delete modal Change-Id: I24c868ce4bf7de565ab4b96a4ad2f2b79e85b75a

Modified Files

Name
A build-manifest.json +20 −0 Go to diff View file
M include/BotMattermost/AdminController.php +46 −23 Go to diff View file
A include/BotMattermost/AdminPresenter.php +97 −0 Go to diff View file
M include/BotMattermost/Bot/Bot.php +5 −0 Go to diff View file
M include/BotMattermost/Bot/BotDao.php +66 −4 Go to diff View file
M include/BotMattermost/Bot/BotFactory.php +27 −6 Go to diff View file
A include/BotMattermost/Exception/CannotUpdateBotException.php +34 −0 Go to diff View file
D include/BotMattermost/Presenter/AdminAddBotPresenter.php +0 −88 Go to diff View file
D include/BotMattermost/Presenter/AdminPresenter.php +0 −109 Go to diff View file
M include/autoload.php +5 −5 Go to diff View file
M site-content/en_US/botmattermost.tab +11 −3 Go to diff View file
M site-content/fr_FR/botmattermost.tab +12 −4 Go to diff View file
D template/addBot.mustache +0 −33 Go to diff View file
M template/index.mustache +46 −39 Go to diff View file
A template/modal-add-bot.mustache +37 −0 Go to diff View file
A template/modal-delete-bot.mustache +30 −0 Go to diff View file
A template/modal-edit-bot.mustache +38 −0 Go to diff View file
M www/themes/default/css/style.scss +9 −3 Go to diff View file