Actions
Bug(バグ) #4434
closed管理画面トップページのOpenPNE情報取得リンクが http になっている
Start date:
2021-02-03
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:
Yes (はい)
Description
Overview (現象)¶
管理画面トップページのOpenPNE情報取得リンクが http になっている
<div id="versionInformation" style="display: none;"></div>
<script type="text/javascript" src="http://update.openpne.jp/?callback=getVersion&version=<?php echo OPENPNE_VERSION ?>"></script>
<div id="dashboard" style="display: none;"></div>
<script type="text/javascript" src="http://www.openpne.jp/dashboard/json?callback=getDashboard"></script>
Causes (原因)¶
バグが発生した原因を記入
Way to fix (修正内容)¶
https に修正する
Updated by kaoru n almost 4 years ago
- Status changed from New(新規) to Pending Review(レビュー待ち)
- Assignee set to kaoru n
- % Done changed from 0 to 50
https://github.com/openpne/OpenPNE3/pull/630
にてプルリクエストしました
Updated by Rimpei Ogawa over 3 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
update. の方は https でアクセスできませんでした。
https://update.openpne.jp/?callback=getVersion&version=
Updated by kaoru n over 3 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
証明書を設置してもらったので https 接続できるようになりました
Updated by Rimpei Ogawa over 3 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
Updated by isao sano over 3 years ago
- Status changed from Pending Testing(テスト待ち) to Pending Merge(マージ待ち)
- % Done changed from 70 to 80
試験OKです。
Updated by kaoru n over 3 years ago
- Status changed from Pending Merge(マージ待ち) to Fixed(完了)
- % Done changed from 80 to 100
マージしました
Actions