Actions
Bug(バグ) #834
closedopPlugin:uninstall task does not work with --channel option (opPlugin:uninstallタスクが--channelオプション付きだと動作しない)
Start date:
2010-03-10
Due date:
% Done:
100%
Estimated time:
3.6 で発生するか:
3.8 で発生するか:
Description
現象¶
plugins.openpne.jp 以外のチャンネルサーバからインストールしたプラグインを opPlugin:uninstall タスクでアンインストールしようとすると必ず失敗する。
$ php symfony opPlugin:uninstall -c plugins.example.com opTetetePlugin >> plugin uninstalling plugin "opTetetePlugin" >> opPluginManager Plugin "opTetetePlugin" is not installed
原因¶
opPluginUninstallTask::execute() で $options を $opitons と typo しているため。
修正内容¶
typo を修正し、インストール時と同じチャンネルサーバを指定した場合に正しくプラグインがアンインストールされるようにする。
Updated by Rimpei Ogawa almost 15 years ago
- Status changed from New(新規) to Pending Fixing(修正待ち)
Updated by Rimpei Ogawa almost 15 years ago
- Status changed from Pending Fixing(修正待ち) to Accepted(着手)
- Assignee set to Rimpei Ogawa
- Target version set to OpenPNE 3.5.0
Updated by Rimpei Ogawa almost 15 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴commit:"ea2fd4ba3c972024d3b95a118851c74cb08493b4"で適用されました。
Updated by Mutsumi Imamura almost 15 years ago
- % Done changed from 50 to 70
以下のコマンド(例)を実施しアンインストールされることを確認しました。
インストールコマンド
$ ./symfony opPlugin:install opDisIE6Plugin -r 1.0.0 -c plugins.xxx.xxx.jp
アンインストールコマンド
$ ./symfony opPlugin:uninstall opDisIE6Plugin -c plugins.xxx.xxx.jp
Updated by Kousuke Ebihara almost 15 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 70 to 100
Actions