Kentaro Ohkouchi

Results 96 issues of Kentaro Ohkouchi

## 概要(Overview) 現在、8文字以上であればどんな文字列でもパスワード登録できるが、安全性確保のため英数字記号混在でなければ登録できないようにする ## 期待する内容(Expect) or 要望 (Requirement) 以下のパスワードを登録しようとした場合エラーとする - 数字のみ - 英字のみ ## 再現手順(Procedure) - 会員登録時にパスワードを設定する - 管理画面→メンバー管理でパスワードを設定する ### 環境 (environment) + EC-CUBE: 4.0.2 + PHP: 7.3.5 ## 関連情報...

Status: discussion
improvement

## 概要(Overview) 商品別送料を有効にした場合、商品規格編集画面の「1行目をすべての行に複製」が商品別送料の項目で動作しない ## 期待する内容(Expect) or 要望 (Requirement) 商品別送料の1行目の値がすべての行に複製される ## 再現手順(Procedure) 1. 商品別送料を有効にする 2. 商品規格編集画面で「商品別送料」の1行目を入力する 3. **1行目をすべての行に複製** をクリック 4. 項目の内容が消去されてしまう ### 環境 (environment) + EC-CUBE: 4.0.5 + PHP: 7.4.5 ##...

improvement

## 概要(Overview) EA02AuthenticationCest が GitHub Actions で実行されていない ## 期待する内容(Expect) or 要望 (Requirement) EA02AuthenticationCest が GitHub Actions で実行され、テストが通る状態となっている。 パスワード変更を伴うため、個別に実行する必要がありそう ## 再現手順(Procedure) GitHub Actions の e2e-test workflow を実行する https://github.com/EC-CUBE/ec-cube/actions/runs/3646517939 ### 環境 (environment)...

improvement

## 概要(Overview) `eccube:plugin:update` のみ、プラグインコードを引数にしなければならない。 `--code` オプションでプラグインコードを渡そうとすると、以下のようなエラーになってしまう。 ```shell bin/console eccube:plugin:update --code=Sample3 The "--code" option does not exist. eccube:plugin:update [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] ``` ##...

bug:Middle

## 概要(Overview) 以下のコメントより issue 作成しました https://github.com/EC-CUBE/ec-cube/pull/3385#issuecomment-431648940 > 突然のコメントで大変恐縮です。 > > 赤伝票の際の在庫数量の計算につきまして > お伺いしたく、こちらにコメントをさせて頂きました。 > > 当方ローカル環境のEC-CUBE4(正式版)で、例えば以下のように新規受注登録を行い、 > > 例) > 彩のジェラートCUBE cube-03 / ( フレーバー: バニラ / サイズ: 16mm ×...

Status: discussion
Status: needs-review

## 概要(Overview) 英語で32文字とか結構キツイ ## 期待する内容(Expect) or 要望 (Requirement) ロケールに合わせて桁数チェックを変更する ### 環境 (environment) + EC-CUBE: 4.0.0 ## 関連情報 (Ref) https://github.com/EC-CUBE/ec-cube/pull/3915#issuecomment-429785239

enhancement

## 概要(Overview) 4系では、日本国内の桁数に限定せず、できればこういったものでチェックしたいです https://github.com/giggsey/libphonenumber-for-php https://github.com/barbieswimcrew/zip-code-validator ## 期待する内容(Expect) or 要望 (Requirement) 日本国外の電話番号、郵便番号を正確に入力できる ## 再現手順(Procedure) ### 環境 (environment) + EC-CUBE: 4.0.0 ## 関連情報 (Ref) https://github.com/EC-CUBE/ec-cube/pull/3915#issuecomment-429709169

enhancement

## 概要(Overview) Webインストールを何回か繰替えしていると Step1 → Step2 へ進めなくなる場合がある。 CSRFトークンチェックに引っかかっているような挙動をする。 ブラウザのキャッシュをクリアすると解消する ## 期待する内容(Expect) or 要望 (Requirement) ブラウザのキャッシュクリアをしなくても、 Webインストーラを進めることができる ## 再現手順(Procedure) Webインストール→データ全削除→Webインストールを繰替えす ### 環境 (environment) + EC-CUBE: 4.0.0 + PHP: 7.1 + DB:...

bug

## 概要(Overview) #2095 が先祖返りしている https://github.com/EC-CUBE/ec-cube/pull/2823/files?w=1#diff-2219c6e09a77c988d6c59dd7d365f8b2L105 https://github.com/EC-CUBE/ec-cube/pull/2823/files?w=1#diff-0b968c9ad7cb110a542ea76ad2ac48b8R78 ## 期待する内容(Expect) or 要望 (Requirement) - Eccube\Tests\Web\ContactControllerTest::testConfirm() が正常に通ること ## 再現手順(Procedure) - Eccube\Tests\Web\ContactControllerTest::testConfirm() がエラーになる ### 環境 (environment) + EC-CUBE: experimental/sf branch ## 関連情報 (Ref) #2823

bug:Low

Fails with the following error > The chromedriver version (114.0.5735.90) detected in PATH at /usr/local/bin/chromedriver might not be compatible with the detected chrome version (116.0.5845.187); currently, chromedriver 116.0.5845.96 is recommended...