Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downloadモジュールの外部プラグイン連携強化 #167

Merged
merged 6 commits into from
May 16, 2024

Conversation

keita-yasuda
Copy link
Contributor

  • 設定ファイルを通じて、外部プラグインのdownloadハンドラを指定可能にしました。指定がない場合はデフォルトのckan.views.resource.download()が使用されます。
  • 他の外部プラグインからckanext-feedbackのdownloadモジュールを呼び出すためのハンドラを追加しました。

- Enabled specification of a download handler for integration with external plugins through the ckan.ini configuration file.
  If not specified, the default `ckan.views.resource.download()` is used.
- Added a handler to allow other external plugins to call the download module.
@YukiNakamuraAbel YukiNakamuraAbel linked an issue May 13, 2024 that may be closed by this pull request
docs/ja/switch_function.md Outdated Show resolved Hide resolved
docs/ja/switch_function.md Outdated Show resolved Hide resolved
- Change `"` to `'`
- Fix formatting and coding style
docs/ja/switch_function.md Outdated Show resolved Hide resolved
@ryo-ma ryo-ma merged commit 36ff4ec into main May 16, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

download処理の別プラグインとの重複を考慮する
3 participants