Bug(バグ) #834
opPlugin:uninstall task does not work with --channel option (opPlugin:uninstallタスクが--channelオプション付きだと動作しない)
Start date:
2010-03-10
Due date:
% Done:
100%
3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)
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 を修正し、インストール時と同じチャンネルサーバを指定した場合に正しくプラグインがアンインストールされるようにする。
Associated revisions
fixed typo in opPluginUninstallTask::execute() (fixes #834)
History
#1 Updated by Rimpei Ogawa over 14 years ago
- Status changed from New(新規) to Pending Fixing(修正待ち)
#2 Updated by Rimpei Ogawa over 14 years ago
- Status changed from Pending Fixing(修正待ち) to Accepted(着手)
- Assignee set to Rimpei Ogawa
- Target version set to OpenPNE 3.5.0
#3 Updated by Rimpei Ogawa over 14 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴commit:"ea2fd4ba3c972024d3b95a118851c74cb08493b4"で適用されました。
#4 Updated by Mutsumi Imamura over 14 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
#5 Updated by Kousuke Ebihara over 14 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 70 to 100