Skip to content

Commit

Permalink
Merge pull request #38 from ttsuru/routing
Browse files Browse the repository at this point in the history
PRありがとうございます。こちらをαとさせていただきます。
  • Loading branch information
Shinichi Takahashi committed Jan 27, 2015
2 parents 94b3d37 + 67eab2d commit 76528fb
Show file tree
Hide file tree
Showing 1,399 changed files with 316,500 additions and 207,633 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
composer.phar
!dummy
!.gitmodule
composer.phar
/vendor/
/data/Smarty/templates_c/*
/data/cache/*
/data/config/config.php
/data/logs/*
/data/upload/csv/*
/app/cache/*/*
/app/config/eccube/config.php
/app/logs/*
/app/upload/csv/*
/html/install/temp/*
/html/upload/graph_image/*
/html/upload/mobile_image/*
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ before_script:
- php composer.phar install --dev --no-interaction
- sh -c "if [ '$DB' = 'mysql' ]; then sh ./eccube_install.sh mysql; fi"
- sh -c "if [ '$DB' = 'pgsql' ]; then sh ./eccube_install.sh pgsql; fi"
- cat ./data/config/config.php
- cat ./app/config/eccube/config.php
- npm install -g grunt-cli
- npm install

script:
- mkdir -p reports/coverage
- vendor/bin/phpunit -c phpunit.xml.dist
# - vendor/bin/phpunit -c phpunit.xml.dist
- grunt

after_script:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
247,134 changes: 123,733 additions & 123,401 deletions data/downloads/KEN_ALL.CSV → app/downloads/KEN_ALL.CSV

Large diffs are not rendered by default.

123,733 changes: 123,733 additions & 0 deletions app/downloads/KEN_ALL_utf-8.CSV

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions app/downloads/tmp/dummy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added app/downloads/tmp/ken_all.zip
Binary file not shown.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions data/mtb_constants_init.php → app/mtb_constants_init.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/** DBセッションの有効期限(秒) */
define('MAX_LIFETIME', 7200);
/** マスターデータキャッシュディレクトリ */
define('MASTER_DATA_REALDIR', DATA_REALDIR . "cache/");
define('MASTER_DATA_REALDIR', DATA_REALDIR . "cache/eccube/");
/** アップデート管理用ファイル格納場所 */
define('UPDATE_HTTP', "http://www.ec-cube.net/info/index.php");
/** 文字コード */
Expand Down Expand Up @@ -333,25 +333,25 @@
/** スマートフォンテンプレート名 */
define('SMARTPHONE_TEMPLATE_NAME', "sphone");
/** SMARTYテンプレート */
define('SMARTY_TEMPLATES_REALDIR', DATA_REALDIR . "Smarty/templates/");
define('SMARTY_TEMPLATES_REALDIR', DATA_REALDIR . "templates/");
/** SMARTYテンプレート(PC) */
define('TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . TEMPLATE_NAME . "/");
/** SMARTYテンプレート(管理機能) */
define('TEMPLATE_ADMIN_REALDIR', SMARTY_TEMPLATES_REALDIR . "admin/");
/** SMARTYコンパイル */
define('COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . TEMPLATE_NAME . "/");
define('COMPILE_REALDIR', DATA_REALDIR . "cache/smarty/" . TEMPLATE_NAME . "/");
/** SMARTYコンパイル(管理機能) */
define('COMPILE_ADMIN_REALDIR', DATA_REALDIR . "Smarty/templates_c/admin/");
define('COMPILE_ADMIN_REALDIR', DATA_REALDIR . "cache/smarty/admin/");
/** ブロックファイル保存先 */
define('BLOC_DIR', "frontparts/bloc/");
/** SMARTYテンプレート(mobile) */
define('MOBILE_TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . MOBILE_TEMPLATE_NAME . "/");
/** SMARTYコンパイル(mobile) */
define('MOBILE_COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . MOBILE_TEMPLATE_NAME . "/");
define('MOBILE_COMPILE_REALDIR', DATA_REALDIR . "cache/smarty/" . MOBILE_TEMPLATE_NAME . "/");
/** SMARTYテンプレート(smart phone) */
define('SMARTPHONE_TEMPLATE_REALDIR', SMARTY_TEMPLATES_REALDIR . SMARTPHONE_TEMPLATE_NAME . "/");
/** SMARTYコンパイル(smartphone) */
define('SMARTPHONE_COMPILE_REALDIR', DATA_REALDIR . "Smarty/templates_c/" . SMARTPHONE_TEMPLATE_NAME . "/");
define('SMARTPHONE_COMPILE_REALDIR', DATA_REALDIR . "cache/smarty/" . SMARTPHONE_TEMPLATE_NAME . "/");
/** EメールアドレスチェックをRFC準拠にするか(true:準拠する、false:準拠しない) */
define('RFC_COMPLIANT_EMAIL_CHECK', false);
/** モバイルサイトのセッションの存続時間 (秒) */
Expand Down Expand Up @@ -485,4 +485,4 @@
/** 決済処理中ステータスのロールバックをするか(true:する false:しない) */
define('PENDING_ORDER_CANCEL_FLAG', true);
/** API機能を有効にする(true:する false:しない) */
define('API_ENABLE_FLAG', false);
define('API_ENABLE_FLAG', false);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 76528fb

Please sign in to comment.