Project

General

Profile

Bug(バグ) #550

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

Added by Rimpei Ogawa almost 14 years ago. Updated almost 14 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Target version:
Start date:
2010-01-31
Due date:
% Done:

100%

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

Description

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" 

Related issues

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

Associated revisions

Revision 22010322 (diff)
Added by Shinichi Urabe almost 14 years ago

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

Revision 26cb1de2 (diff)
Added by Shinichi Urabe almost 14 years ago

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

History

#1 Updated by Shinichi Urabe almost 14 years ago

  • Status changed from Pending Fixing(修正待ち) to Accepted(着手)
  • Assignee set to Shinichi Urabe
  • Target version set to OpenPNE 3.5.0

対応します

#2 Updated by Shinichi Urabe almost 14 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

修正しました。

#3 Updated by Kousuke Ebihara almost 14 years ago

  • Status changed from Pending Review(レビュー待ち) to Fixed(完了)
  • % Done changed from 50 to 100

Also available in: Atom PDF