OSDN Git Service

キャラクター画像設定~一覧表示
authorCake <cake_67@users.sourceforge.jp>
Wed, 10 Mar 2010 12:56:10 +0000 (21:56 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 10 Mar 2010 12:56:10 +0000 (21:56 +0900)
commit904e719c3119bd978e8bf9e6a7a9af7862b97add
tree663d1807504c4ffffbec86471c9d359e8236c810
parentded8f47b89f36af6fecb2f0d1c6f2e911d88f34e
キャラクター画像設定~一覧表示
19 files changed:
app/config/conf/upfile.php
app/config/sql/chara-shee.sql
app/config/sql/setup_acl.sql
app/config/sql/setup_chara-image.sql [new file with mode: 0644]
app/controllers/character_pictures_controller.php [new file with mode: 0644]
app/controllers/characters_controller.php
app/models/character.php
app/models/character_picture.php [new file with mode: 0644]
app/tests/cases/controllers/character_pictures_controller.test.php [new file with mode: 0644]
app/tests/cases/models/character_picture.test.php [new file with mode: 0644]
app/tests/fixtures/character_picture_fixture.php [new file with mode: 0644]
app/views/character_pictures/add.ctp [new file with mode: 0644]
app/views/character_pictures/admin_index.ctp [new file with mode: 0644]
app/views/character_pictures/admin_view.ctp [new file with mode: 0644]
app/views/character_pictures/edit.ctp [new file with mode: 0644]
app/views/character_pictures/index.ctp [new file with mode: 0644]
app/views/character_pictures/view.ctp [new file with mode: 0644]
app/views/elements/character_picture.ctp [new file with mode: 0644]
app/views/helpers/profiledisp.php