OSDN Git Service

一般ユーザによるキャラクターシートスキンアップロード機能追加
authorCake <cake_67@users.sourceforge.jp>
Thu, 16 Dec 2010 07:07:05 +0000 (16:07 +0900)
committerCake <cake_67@users.sourceforge.jp>
Thu, 16 Dec 2010 07:15:03 +0000 (16:15 +0900)
commitd08558e2aa3efb750c8042b6a33ab2bb5bc97f61
tree0047b92f896e1647bf829c7bcac8422c890f5ac1
parent5680a8701eb5a3bd795402ecb62be982aab478ef
一般ユーザによるキャラクターシートスキンアップロード機能追加
28 files changed:
app/config/sql/install/create_table.sql
app/controllers/app_controller.php
app/controllers/character_sheets_controller.php
app/controllers/characters_controller.php
app/controllers/systems_controller.php
app/locale/jpn/LC_MESSAGES/default.po
app/models/character_sheet.php
app/models/site_config.php
app/models/user.php
app/views/character_sheets/add.ctp [new file with mode: 0644]
app/views/character_sheets/admin_add.ctp
app/views/character_sheets/admin_index.ctp
app/views/character_sheets/admin_view.ctp
app/views/character_sheets/index.ctp [new file with mode: 0644]
app/views/character_sheets/view.ctp [new file with mode: 0644]
app/views/elements/character_sheet_add.ctp [new file with mode: 0644]
app/views/elements/character_sheet_index.ctp [new file with mode: 0644]
app/views/elements/character_sheet_view.ctp [new file with mode: 0644]
app/views/elements/character_skinchanger.ctp
app/views/elements/home_left.ctp
app/views/elements/sidenav_admin_character.ctp
app/views/elements/sidenav_character.ctp
app/views/elements/sidenav_characterskin.ctp
app/views/elements/sidenav_system.ctp
app/views/layouts/default.ctp
app/views/site_configs/admin_edit.ctp
app/views/systems/view.ctp
app/views/users/admin_view.ctp