Actions
Enhancement(機能追加・改善) #14
closedログイン停止機能の追加
Start date:
2009-09-24
Due date:
% Done:
100%
Estimated time:
Description
メンバー管理(/pc_backend.php/member)にメンバー毎のログイン停止機能を追加する
- ログイン停止
- ログイン停止解除
Updated by Kousuke Ebihara about 15 years ago
以前は http://trac.openpne.jp/ticket/4254 で進行していました。
Updated by Kousuke Ebihara about 15 years ago
3f9f21f8 について、以下の点に不備があるので修正してください。
- lib/user/sfOpenPNESecurityUser.class.php の 261 行目がコーディング規約違反です
- apps/pc_backend/modules/member/actions/actions.class.php の 202 行目、 207 行目、 209 行目がコーディング規約違反です
- RejectMemberForm.class.php のコンストラクタのデフォルト値が空配列になっていますが、空配列が入ることが想定されていないコードのように見えます。また、この引数は配列が入るべきであると誤解されてしまう可能性もあります。適切なデフォルト値に置き換え(もしくはデフォルト値を削除し)、タイプヒンティングで Member もしくは Doctrine_Record に引数を限定してください
Updated by Kousuke Ebihara about 15 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
Updated by Shinichi Urabe about 15 years ago
- Status changed from Rejected(差し戻し) to Accepted(着手)
- % Done changed from 0 to 90
Updated by Shinichi Urabe about 15 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
Updated by Kousuke Ebihara about 15 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
Actions