操作
Backport(バックポート) #1044
完了"CAPTCHA" display in the member config and etc. in the environment of mobile. (CAPTCHAがモバイル環境で表示されている)
開始日:
2010-05-11
期日:
進捗率:
100%
予定工数:
説明
Overview (現象)¶
"CAPTCHA" display in the member config and etc. in the environment of mobile.
(CAPTCHAがモバイル環境で表示されている)
Environment (環境)¶
- OpenPNE3.4.x
- OpenPNE3.5.x-dev
Causes (原因)¶
- web/index.php loads configuration for PC first, execute pc_frontendConfiguration::configure() and it enables CAPTCHA (web/index.php は 先にPCの設定をロードするために pc_frontendConfiguration::configure() が実行され、CAPTCHAが有効になる。)
sfConfig::set('op_is_use_captcha', true);
- after doing it, opExecutionFilter::handleAction() loads from configuration database (その後、opExecutionFilter::handleAction() で、上記の設定が存在していた場合 データベースの設定がロードされる。)
Way to fix (修正内容)¶
Changed to load opMobileUserAgent and decide application directly (web/index.php 内で直接 opMobileUserAgent を読みこみ、使用するべきアプリケーションを決定するように修正。)
Shinichi Urabe さんが14年以上前に更新
- ステータス を New(新規) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴 586073a529b19fc7ae7e95656f8c6100ad277391 で適用されました。
Shinichi Urabe さんが14年以上前に更新
すみません。以下の差分については、 #1045 の修正の分も表示されていますので、、index.phpの差分の確認をお願いします
opProjectConfiguration.class.php (diff) sfOpenPNEApplicationConfiguration.class.php (diff)
Kousuke Ebihara さんが14年以上前に更新
- ステータス を Pending Review(レビュー待ち) から Fixed(完了) に変更
- 進捗率 を 70 から 100 に変更
OK です
操作