OSDN Git Service

- default spellingミスの修正
authortmatsuzawa <tmatsuzawa@06daa6dd-5c14-464e-8a85-0d68c524be32>
Wed, 23 Dec 2009 16:31:53 +0000 (16:31 +0000)
committertmatsuzawa <tmatsuzawa@06daa6dd-5c14-464e-8a85-0d68c524be32>
Wed, 23 Dec 2009 16:31:53 +0000 (16:31 +0000)
commitc08cb7f28ac832b0bf7ee23c9c6e9ba60f71afe0
tree4c9d7c0d33fbaa9e0b8af4f8498a9c746e913bf4
parentcb1d4293f87358c0b58b12b3d2a6cb9b1e49b2b8
- default spellingミスの修正
- 管理側で支払方法登録に英語のエラーメッセージが混じっているのを修正
- #21 右上のログインフォームからログインするとJavascriptエラーが発生する
- #20 未回答のアンケートを送信しようとするとエラーになる
- #19 個人情報保護方針の画面を管理画面から編集できるように
- #9 [warning: don't put space before argument parentheses]がでないよう
- #9 docomo端末で商品検索画面のページネートが効かない
- #13 商品の公開日、販売開始日の日付判断が遅い
- #11 #12 エラーメッセージに英語が混じっている
- #10 【管理画面】商品登録確認画面でカテゴリ項目のところにカテゴリIDが表示される
- 管理画面ログ画像タグwidth,heigth調整

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/elecoma/trunk@8 06daa6dd-5c14-464e-8a85-0d68c524be32
43 files changed:
app/controllers/admin/base_controller.rb
app/controllers/admin/mail_magazines_controller.rb
app/controllers/admin/shops_controller.rb
app/controllers/inquiries_controller.rb
app/controllers/portal_controller.rb
app/controllers/products_controller.rb
app/controllers/questionnaires_controller.rb
app/controllers/recommend_controller.rb
app/helpers/application_helper.rb
app/helpers/base_helper.rb
app/models/category.rb
app/models/privacy.rb
app/models/product.rb
app/views/admin/accounts/login.html.erb
app/views/admin/base/_shop_submenu.html.erb
app/views/admin/shops/privacy.html.erb
app/views/admin/shops/privacy_preview.html.erb [new file with mode: 0644]
app/views/admin/shops/privacy_preview_mobile.html.erb [new file with mode: 0644]
app/views/base/_right_sidebar.html.erb
app/views/inquiries/new.html.erb
app/views/inquiries/new_mobile.html.erb
app/views/inquiries/privacy.html.erb [new file with mode: 0644]
app/views/inquiries/privacy_mobile.html.erb
app/views/inquiries/show.html.erb [new file with mode: 0644]
app/views/inquiries/show_mobile.html.erb
app/views/layouts/admin/base.html.erb
app/views/layouts/admin/preview_base.html.erb [new file with mode: 0644]
app/views/layouts/admin/preview_base_mobile.html.erb [new file with mode: 0644]
app/views/layouts/base.html.erb
app/views/layouts/base_mobile.html.erb
app/views/portal/privacy.html.erb
app/views/portal/privacy_mobile.html.erb
app/views/products/index_mobile.html.erb
config/initializers/add_csv_download/add_csv_download.rb
config/locales/translation_ja.yml
db/migrate/20091218122020_add_column_privacies.rb [new file with mode: 0644]
db/migrate/20091218122021_modify_column_privacies.rb [new file with mode: 0644]
public/images/common/ask_btn.gif [new file with mode: 0644]
public/javascripts/admin/privacy.js [new file with mode: 0644]
spec/controllers/admin/mail_magazines_controller_spec.rb
spec/controllers/admin/shops_controller_spec.rb
spec/controllers/inquiries_controller_spec.rb
spec/fixtures/privacies.yml