forked from EC-CUBE/ec-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
テストを追加して最新ブランチに追従 #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
テストを通すため、4.0ブランチの取り込み
テストを通すために最新の4.0ブランチに追従
テストを通すために最新の4.0ブランチに追従
Dockerfileを軽量化。レイヤを減らしてビルド速度を改善。
remove ShoppingType.php
sprintf()の引数が足りず正しくエラーが出力されなかったので修正
管理機能-受注一覧 : CSV出力を行っても「出荷ID」が見つからないがおそらく「配送ID」がそれであるためCSVヘッダータイトルデータを修正.
Composer update
仮会員が無効の場合、会員登録完了後直ぐにブラウザが閉じられたり通信が途絶えたりすると、仮会員として作成されてしまう不具合修正
…lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19
管理画面の検索機能をDateTimeTypeに対応
ログインに失敗しても設定されている戻り先URLへ正常に遷移するように対応
APP_ENV=prod、APP_DEBUG=0の場合、 プラグインのエンティティをEntityExtensionで拡張しても 拡張したエンティティのキャッシュが生成されず正常に動作しないので キャッシュが生成されるように修正しました。
デフォルトで商品コードがユニークになるように修正
カテゴリ4階層目で新規登録フォームが表示されなくなる(eccube_category_nest_level=5)
…agent SEO 改善: robots.txt に User-agent を追加
…er_status_error_text Eccube\Form\Type\Admin\OrderType::validateOrderStatus内のtransの引数の修正
プラグインのエンティティを拡張できるようにする
管理画面IP制限ページのリンク先がlocalhostになる問題の修正
…whitespace-from-markdown editorconfig設定 `*.md` ファイルは行末空白の自動削除は行わない
PostgreSQL環境で発生する数値エラーの修正
ありがとうございます。 |
こちらこそありがとうございます! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
以下のプルリクありがとうございます。
EC-CUBE#4465
テストを追加して最新ブランチに追従しました。
お手数ですが取り込みをお願いします!