OSDN Git Service

お知らせ機能実装
authorCake <cake_67@users.sourceforge.jp>
Sat, 25 Dec 2010 05:38:11 +0000 (14:38 +0900)
committerCake <cake_67@users.sourceforge.jp>
Sat, 25 Dec 2010 05:38:11 +0000 (14:38 +0900)
commite1b7c684b91a7cf8c17368b4ca478d09527fbb49
treed358581d7992eca4e0478ae65409dbfa7732f0f8
parent8d442ec5ac56c16af01a933bef1d0958a589688f
お知らせ機能実装
24 files changed:
app/config/sql/install/create_table.sql
app/controllers/app_controller.php
app/controllers/characters_controller.php
app/controllers/news_controller.php [new file with mode: 0644]
app/controllers/users_controller.php
app/locale/jpn/LC_MESSAGES/default.po
app/models/app_model.php
app/models/news.php [new file with mode: 0644]
app/tests/cases/controllers/news_controller.test.php [new file with mode: 0644]
app/tests/cases/models/news.test.php [new file with mode: 0644]
app/tests/fixtures/news_fixture.php [new file with mode: 0644]
app/views/characters/mycharacter.ctp
app/views/elements/character_index.ctp
app/views/elements/home_right.ctp
app/views/elements/information.ctp [new file with mode: 0644]
app/views/elements/sidenav_admin_news.ctp [new file with mode: 0644]
app/views/elements/sidenav_user.ctp [new file with mode: 0644]
app/views/layouts/admin_default.ctp
app/views/news/admin_add.ctp [new file with mode: 0644]
app/views/news/admin_edit.ctp [new file with mode: 0644]
app/views/news/admin_index.ctp [new file with mode: 0644]
app/views/news/index.ctp [new file with mode: 0644]
app/webroot/css/base.css
app/webroot/css/box.css