プロジェクト

全般

プロフィール

Backport(バックポート) #1044

"CAPTCHA" display in the member config and etc. in the environment of mobile. (CAPTCHAがモバイル環境で表示されている)

Shinichi Urabeほぼ14年前に追加. ほぼ14年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
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 を読みこみ、使用するべきアプリケーションを決定するように修正。)


関連するチケット

関連している OpenPNE 3 - Bug(バグ) #966: "CAPTCHA" display in the member config and etc. in the environment of mobile. (CAPTCHAがモバイル環境で表示されている) Fixed(完了) 2010-04-19

関係しているリビジョン

リビジョン 586073a5 (差分)
Shinichi Urabeほぼ14年前に追加

fixed web/index.php loads two different applications (fixes #1044, BP from #966)

履歴

#1 Shinichi Urabeほぼ14年前に更新

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

更新履歴 586073a529b19fc7ae7e95656f8c6100ad277391 で適用されました。

#2 Shinichi Urabeほぼ14年前に更新

すみません。以下の差分については、 #1045 の修正の分も表示されていますので、、index.phpの差分の確認をお願いします

opProjectConfiguration.class.php (diff)
sfOpenPNEApplicationConfiguration.class.php (diff)

#3 Mutsumi Imamuraほぼ14年前に更新

  • 進捗率50 から 70 に変更

動作確認しました。CAPTCHAが表示されないことを確認しました。

#4 Kousuke Ebiharaほぼ14年前に更新

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

OK です

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