mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Moves the https://github.com/discourse/discourse-kanban plugin into core as `boards`, with `Boards` as the engine const. Table names are unchanged, but setting names are changed and we create new setting records in a migration, along with duplicating ACL rows with the new `Boards::Board` target class.
52 lines
2.1 KiB
JSON
52 lines
2.1 KiB
JSON
{
|
|
"references": [
|
|
{ "path": "frontend/discourse" },
|
|
{ "path": "frontend/discourse-i18n" },
|
|
{ "path": "plugins/automation" },
|
|
{ "path": "plugins/boards" },
|
|
{ "path": "plugins/chat" },
|
|
{ "path": "plugins/checklist" },
|
|
{ "path": "plugins/discourse-adplugin" },
|
|
{ "path": "plugins/discourse-affiliate" },
|
|
{ "path": "plugins/discourse-ai" },
|
|
{ "path": "plugins/discourse-apple-auth" },
|
|
{ "path": "plugins/discourse-assign" },
|
|
{ "path": "plugins/discourse-cakeday" },
|
|
{ "path": "plugins/discourse-events" },
|
|
{ "path": "plugins/discourse-chat-integration" },
|
|
{ "path": "plugins/discourse-data-explorer" },
|
|
{ "path": "plugins/discourse-details" },
|
|
{ "path": "plugins/discourse-gamification" },
|
|
{ "path": "plugins/discourse-github" },
|
|
{ "path": "plugins/discourse-graphviz" },
|
|
{ "path": "plugins/discourse-captcha" },
|
|
{ "path": "plugins/discourse-lazy-videos" },
|
|
{ "path": "plugins/discourse-local-dates" },
|
|
{ "path": "plugins/discourse-login-with-amazon" },
|
|
{ "path": "plugins/discourse-lti" },
|
|
{ "path": "plugins/discourse-math" },
|
|
{ "path": "plugins/discourse-microsoft-auth" },
|
|
{ "path": "plugins/discourse-narrative-bot" },
|
|
{ "path": "plugins/discourse-oauth2-basic" },
|
|
{ "path": "plugins/discourse-openid-connect" },
|
|
{ "path": "plugins/discourse-patreon" },
|
|
{ "path": "plugins/discourse-policy" },
|
|
{ "path": "plugins/discourse-post-voting" },
|
|
{ "path": "plugins/discourse-presence" },
|
|
{ "path": "plugins/discourse-reactions" },
|
|
{ "path": "plugins/discourse-rss-polling" },
|
|
{ "path": "plugins/discourse-solved" },
|
|
{ "path": "plugins/discourse-subscriptions" },
|
|
{ "path": "plugins/discourse-templates" },
|
|
{ "path": "plugins/discourse-topic-voting" },
|
|
{ "path": "plugins/discourse-user-notes" },
|
|
{ "path": "plugins/discourse-zendesk-plugin" },
|
|
{ "path": "plugins/footnote" },
|
|
{ "path": "plugins/poll" },
|
|
{ "path": "plugins/spoiler-alert" },
|
|
{ "path": "plugins/styleguide" },
|
|
{ "path": "themes/horizon" }
|
|
],
|
|
"include": []
|
|
}
|