プロジェクト

全般

プロフィール

Bug(バグ) #550

Typo in community config: "policy" is misspelled "poricy" (コミュニティ設定で policy を poricy と間違っている箇所がある)

Rimpei Ogawa約14年前に追加. 約14年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2010-01-31
期日:
進捗率:

100%

3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Unknown (未調査)

説明

Typo in community config: "policy" is misspelled "poricy" (コミュニティ設定で policy を poricy と間違っている箇所がある)

apps/mobile_frontend/i18n/form_community.ja.xml
14:        <source>Register poricy</source>

apps/mobile_frontend/modules/community/templates/detailSuccess.php
21:$list[__('Register poricy', array(), 'form_community')] = __($sf_data->getRaw('community')->getRegisterPoricy());

apps/mobile_frontend/modules/community/templates/homeSuccess.php
36:<font color="<?php echo $op_color["core_color_19"] ?>"><?php echo __('Register poricy', array(), 'form_community') ?>:</font><br>

apps/pc_backend/i18n/form_community.ja.xml
18:        <source>Register poricy</source>

apps/pc_frontend/i18n/form_community.ja.xml
14:        <source>Register poricy</source>

apps/pc_frontend/modules/community/templates/homeSuccess.php
59:$list[__('Register poricy', array(), 'form_community')] = __($community->getRawValue()->getRegisterPoricy());

lib/action/sfOpenPNECommunityAction.class.php
230:        Doctrine::getTable('CommunityMember')->join($this->getUser()->getMemberId(), $this->id, $this->community->getConfig('register_poricy'));
233:        if ('close' !== $this->community->getConfig('register_poricy'))

lib/config/config/community_config.yml
2:  register_poricy:
3:    Name:       "register_poricy" 
4:    Caption:    "Register poricy" 

lib/model/doctrine/Community.class.php
159:    $register_policy = $this->getConfig('register_poricy');

test/fixtures/test_data.yml
412:    name: "register_poricy" 
420:    name: "register_poricy" 

関連するチケット

関連している OpenPNE 3 - Backport(バックポート) #572: Typo in community config: "policy" is misspelled "poricy" (コミュニティ設定で policy を poricy と間違っている箇所がある) Fixed(完了) 2010-02-04 2010-02-12
関連している OpenPNE 3 - Backport(バックポート) #571: Typo in community config: "policy" is misspelled "poricy" (コミュニティ設定で policy を poricy と間違っている箇所がある) Fixed(完了) 2010-02-04 2010-02-12
関連している opMessagePlugin - Bug(バグ) #2850: 「コミュニティ管理者の承認が必要」な状態でコミュニティ参加申請時を開いてもメッセージを記入するフォームが表示されない Fixed(完了) 2012-02-28

関係しているリビジョン

リビジョン 22010322 (差分)
Shinichi Urabe約14年前に追加

(refs #550) Fixed typo that changed "**Poricy" to "**Policy".

リビジョン 26cb1de2 (差分)
Shinichi Urabe約14年前に追加

(refs #550) Fixed typo that changed "register poricy" to "register policy".

履歴

#1 Shinichi Urabe約14年前に更新

  • ステータスPending Fixing(修正待ち) から Accepted(着手) に変更
  • 担当者Shinichi Urabe にセット
  • 対象バージョンOpenPNE 3.5.0 にセット

対応します

#2 Shinichi Urabe約14年前に更新

  • ステータスAccepted(着手) から Pending Review(レビュー待ち) に変更
  • 進捗率0 から 50 に変更

修正しました。

#3 Kousuke Ebihara約14年前に更新

  • ステータスPending Review(レビュー待ち) から Fixed(完了) に変更
  • 進捗率50 から 100 に変更

他の形式にエクスポート: Atom PDF