-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/improve/php7' into #131
- Loading branch information
Showing
91 changed files
with
753 additions
and
28,872 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
!.gitmodule | ||
composer.phar | ||
/vendor/ | ||
/data/vendor/ | ||
*.cache | ||
*.log | ||
/data/config/config.php | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,46 @@ | ||
# EC-CUBE 2.13系 | ||
# EC-CUBE 2.13系 / 2.17系(開発中) | ||
[![Build Status](https://travis-ci.org/EC-CUBE/eccube-2_13.svg)](https://travis-ci.org/EC-CUBE/eccube-2_13) | ||
[![Coverage Status](https://coveralls.io/repos/EC-CUBE/eccube-2_13/badge.png)](https://coveralls.io/r/EC-CUBE/eccube-2_13) | ||
|
||
* * * * * * * * * * * * * * * * * * * * | ||
--- | ||
|
||
=========== | ||
|
||
### EC-CUBE Trac について | ||
## EC-CUBE Trac について | ||
|
||
EC-CUBE 2.13系については、2014年10月以前に利用されていた、[EC-CUBE Trac](http://svn.ec-cube.net/open_trac/) と[SVN](http://svn.ec-cube.net/open/)がございますので、合わせてご参照ください。 | ||
新規のご投稿やコミットはいただけませんが、GitHubにまだ移されていない不具合の情報や過去の経緯などが御確認いただけます。 | ||
新規のご投稿やコミットはいただけませんが、GitHubに移されていない不具合の情報や過去の経緯などをご確認いただけます。 | ||
|
||
EC-CUBE Trac にある議論の再開や不具合の修正についても、GitHubにIssueを起票しなおしていただいたり、Pull Requestをいただけますと幸いです。 | ||
EC-CUBE Trac にある議論の再開や不具合の修正についても、GitHubにIssueを再作成していただいたり、Pull requestをいただけますと幸いです。 | ||
|
||
### 開発協力 | ||
## 開発協力 | ||
|
||
コードの提供・追加、修正・変更その他「EC-CUBE」への開発の御協力(以下「コミット」といいます)を行っていただく場合には、 | ||
[EC-CUBEのコピーライトポリシー](https://github.com/EC-CUBE/ec-cube/blob/50de4ac511ab5a5577c046b61754d98be96aa328/LICENSE.txt)をご理解いただき、ご了承いただく必要がございます。 | ||
pull requestを送信する際は、EC-CUBEのコピーライトポリシーに同意したものとみなします。 | ||
Pull requestを送信する際は、EC-CUBEのコピーライトポリシーに同意したものとみなします。 | ||
|
||
## 開発方針 | ||
|
||
本リポジトリでは、以下方針で開発を行っています。 | ||
|
||
### 2.13系 | ||
|
||
* 保守と不具合修正を行います。 | ||
* 修正時は `master` に対してPull requestを作成してください。 | ||
|
||
### 2.17系(開発中) | ||
|
||
* EC-CUBE 2.13系に対して、PHP7対応を行うバージョンです。 | ||
* ブランチ `improve/php7` で開発を行っています。 | ||
修正時は `improve/php7` に対してPull requestを作成してください。 | ||
* 2.17系に関連するIssueについては、[マイルストーン 2.17.0](https://github.com/EC-CUBE/eccube-2_13/milestone/5)を参照してください。 | ||
|
||
##### 2.17系 システム要件の変更 | ||
|
||
### 開発方針 | ||
動作にはPHP5.4以降が必要になります。 | ||
|
||
本リポジトリでは、以下の対応を開発方針として定めます。 | ||
##### 2.17系 インストールについて | ||
|
||
* EC-CUBE2.13系の保守 | ||
* 不具合修正 | ||
Composerを導入に伴い、clone後に`composer install`の実行が必要です。 | ||
|
||
上記に含まれない新規機能開発や構造の変化を伴う修正等については、 | ||
[EC-CUBE/ec-cube](https://github.com/EC-CUBE/ec-cube)にて開発を行っております。 | ||
--- | ||
|
||
上記に含まれない新規機能開発や構造の変化を伴う修正等については、[EC-CUBE/ec-cube](https://github.com/EC-CUBE/ec-cube)にて開発を行っております。 |
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
Oops, something went wrong.