操作
Bug(バグ) #550
完了Typo in community config: "policy" is misspelled "poricy" (コミュニティ設定で policy を poricy と間違っている箇所がある)
開始日:
2010-01-31
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
3.8 で発生するか:
説明
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"
操作