Bug(バグ) #1179
管理画面の /community ページでコミュニティ名称設定が反映されていない箇所がある
100%
Description
pc_backend.php/community の以下の文言にコミュニティ名称設定が反映されていない
コミュニティ名 コミュニティカテゴリ コミュニティ管理者 全メンバーをコミュニティに参加させる 初期コミュニティとして追加
Related issues
Associated revisions
(fixes #1179) reflect configed community name to entry names
(fixes #1179) added again, which was deleted by accident
(fixes #1179) reflected configed community name to submenu
fixed the translations for community/_submenu in pc_backend is short (fixes #1179)
fixed everywhere in pc_backend that uses community as title but that aren't titleized (fixes #1179)
Revert "fixed everywhere in pc_backend that uses community as title but that aren't titleized (fixes #1179)"
This reverts commit 2ef66a7d210db99af56358ace4e767ece542cfcc.
Revert "fixed the translations for community/_submenu in pc_backend is short (fixes #1179)"
This reverts commit 34087dd63d89d21c3b7c3e403b3fec9d6ac7ed52.
History
#1
Updated by tu nguyen ngoc about 12 years ago
- Status changed from New(新規) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 d21c1cbb33fb073e11ff3d5ab493ec35147190b2 で適用されました。
#2
Updated by tu nguyen ngoc about 12 years ago
- Assignee set to tu nguyen ngoc
#3
Updated by tu nguyen ngoc about 12 years ago
更新履歴 6147db297dbaad9ac75164acc3435f2738d30956 で適用されました。
#4
Updated by tu nguyen ngoc about 12 years ago
更新履歴 eecb7e1dad2b15c554e912478a995d67175803e5 で適用されました。
#5
Updated by Shogo Kawahara about 12 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
差し戻しです。
理由
- community Category が英語表記の場合 community Categoryとなりますが、 Community Category となるべきです。
表題の場合や、タイトルで名詞の頭文字を大文字にする場合は SnsTermに対して titlize() を利用して変換してください。
(最初の文字だけ大文字にするときは fronting() です)
#6
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
更新履歴 34087dd63d89d21c3b7c3e403b3fec9d6ac7ed52 で適用されました。
#7
Updated by Shogo Kawahara about 12 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
/community/list でも文頭の文字が大文字になっていない問題が発生している模様です。
コミュニティ情報について
- apps/pc_backend/modules/community/templates/listSuccess.php
- apps/pc_backend/modules/community/templates/_communityInfo.php
の修正で対処できそうです。
がそれだけに留まらず、フォームに関わる箇所や、CommunityConfigに関わる項目など規模が多くなりそうですので
別のバグケットでの対処もあり得るかと思います。
#8
Updated by Shogo Kawahara about 12 years ago
- File スクリーンショット(2010-07-17_20.55.41).png View added
#9
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
更新履歴 2ef66a7d210db99af56358ace4e767ece542cfcc で適用されました。
#10
Updated by Shogo Kawahara about 12 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
差し戻し
「コミュニティ説明」が文言設定適用されていませんでした。
対応策
- apps/pc_backend/i18n/form_community.ja.xml のコミュニティを "%community%" に置き換えてください
なお、先の変更 2ef66a7d210d により op_replace_sns_term() が使われないヘルパー関数になりましたが
BPにより過去のバージョンにも存在しているため、今削除せずに非推奨とする対応をとるなども考えられそうです。
#11
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Rejected(差し戻し) to Accepted(着手)
既にリリースされている 3.4.6 に変更をもれなく適用するために、このチケットとしての対応を 3.4.6 に取り込み済みの変更まで戻してクローズとし、 #1370 にて対応することにします。
#12
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
更新履歴 de4fa285b0949b8795948860d6fb32a50b09da02 で適用されました。
#13
Updated by Kousuke Ebihara about 12 years ago
更新履歴 c634cbae5e8ae84ad3bcba76a1d664b50f16488e で適用されました。
#14
Updated by Kousuke Ebihara about 12 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 50 to 100