PR

【9/29】ゲソてん問い合わせ #4282

wada opened this at 2025-09-25T13:42:59; closed

Description

opened by wada at 2025-09-25T13:42:59; updated 2025-10-06T14:06:42

概要

問い合わせのメッセージ機能をゲソてん用に解放
画像添付対応

マージPR

  • 9691 【10/11】お問い合わせで画像添付(コロプラのみ)
  • 9735 【すぐ】お問い合わせに画像貼付を隠す
  • 9858 【11/30】お問い合わせ画像添付機能(コロプラのみ)
  • 9876 【未定】自社プラットフォーム対応:指摘事項修正差分
  • 9896 【未定】自社プラットフォーム対応:指摘事項修正差分2
  • 9953 【即日】画像添付機能に注意文を追加
  • 10077 【2/7】【管理】添付画像がある場合の表示調整
  • 10178 【2/16】お問合せ画像添付機能の調整
  • 11740 【はやめ】お問い合わせの返信を読んでない人向けの対策
  • 11745 【即日】問い合わせ返信読んだらTOPの通知消す
  • 11748 【2/22】【管理】問い合わせ返信のヘッダーフッター文言の調整
  • 11824 【3/22】お問い合わせ関連の修正
  • 13029 【2/5】ワーニング対策:お問い合わせ
  • 13236 【即日】メールの対応切替が正常に動かなかった
  • 13517 【即日】問い合わせ履歴が見れない不具合修正
  • 13528 【即日】【管理】受信メール一覧のユーザーランク表示バグ

ウェブサーバー設定変更

php.iniにて制限を変更してApacheを再起動する。
┗post_max_size 40M (POSTデータの最大サイズ ※1回のアップロードファイルすべての合計サイズ)
┗upload_max_filesize 20M  (1ファイルあたりの最大アップロードサイズ)

vi /etc/nginx/nginx.conf
client_max_body_size 40M;

DB更新内容

【9/29】ゲソてん問い合わせ jolly/jrye-db#1204

テスト方法、確認した内容

ゲソてんから問い合わせ
管理画面で確認、返信

TODO

Comment

#42489 by wada at 2025-09-25T13:43:24; updated 2025-09-25T13:43:24

@kouho
レビューお願いします。

Comment

#42650 by kouho at 2025-10-03T15:12:52; updated 2025-10-03T15:12:52

@wada
問い合わせテンプレの修正が必要でした。

master_mailform_sub_question

  • 天下無双の賞金首

ゴールドRush関連の表示

  • バトル中の不具合報告

パイレーツグランプリのテキスト

kouho add_label at 2025-10-03T15:13:06: コメントあり

Comment

#42660 by wada at 2025-10-03T17:40:31; updated 2025-10-03T17:40:31

@kouho
テンプレ修正しました。

Comment

#42661 by kouho at 2025-10-06T09:48:38; updated 2025-10-06T09:48:38

@wada
確認OKです

kouho add_label at 2025-10-06T09:48:44: 皇甫 LGTM
wada merge at 2025-10-06T14:06:33: 【9/29】ゲソてん問い合わせ
wada close at 2025-10-06T14:06:33: Close
wada delete_branch at 2025-10-06T14:06:42: contact_message

Commit range

base3a3bcebec91eb98c6f63ad49e1f01e84748658df
headf01cf73e8b14796d76cb97cc4458b933cc3f5c0a
base branchjolly/jr-web:master
head branchjolly/jr-web:contact_message

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed31 filesView patch
statusfile
modifiedcpanel_html/mail_get_insert.php
modifiedcpanel_html/sendcheck.php
modifiedcpanel_html/sendsubmit.php
modifiedcpanel_html/template/parts_sendmail.tpl
modifiedlib/SubFunc.inc
modifiedlib/ajax/contact_maildetail.inc
modifiedlib/ajax/contact_maillist.inc
modifiedlib/class/const/SlackConst.class.php
modifiedlib/conf/define.inc
modifiedlib/conf/define_c.inc
modifiedlib/conf/define_d.inc
modifiedlib/cpanel/ajax/m_receive_mail_list_ajax.inc
modifiedlib/cpanel/m_receive_mail_info.inc
modifiedlib/cpanel/m_receive_mail_list.inc
modifiedlib/cpanel/m_sendmail.inc
modifiedlib/cpanel/m_user_detail_sendmail.inc
modifiedlib/public/Contact-SendMail.inc
modifiedlib/public/Contact-SendMailCheck.inc
modifiedlib/public/Contact-SendMailExec.inc
modifiedlib/public/Contact-SendMailGuide.inc
modifiedlib/public/Contact-SendMailInput.inc
modifiedlib/public/Contact.inc
modifiedpublic_html/index.php
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/template/Contact-SendMail.tpl
modifiedpublic_html/template/Contact-SendMailCheck.tpl
modifiedpublic_html/template/Contact-SendMailInput.tpl
modifiedpublic_html/template/Contact-SendMailResult.tpl
modifiedpublic_html/template/Contact.tpl
modifiedpublic_html/template/header_sp.tpl
Patch body is stored as a separate file to keep this page lightweight.