Code split
commit4096d77bb84eaef42283d69e58348623fc7451a1
authorNguyễn Thái Ngọc Duy <[email protected]>
Mon, 21 Aug 2006 10:33:24 +0000 (21 17:33 +0700)
committerNguyễn Thái Ngọc Duy <[email protected]>
Mon, 21 Aug 2006 10:46:20 +0000 (21 17:46 +0700)
treef43e243a1498e7476551871694698bddd0d56a1c
parent32227f4754312dc05344c7849bf6d17fb47e4f7c
Code split
53 files changed:
app/controllers/admin_controller.rb
app/controllers/application.rb
app/controllers/ban_controller.rb [new file with mode: 0644]
app/controllers/category_controller.rb [new file with mode: 0644]
app/controllers/censoring_controller.rb [new file with mode: 0644]
app/controllers/forum_admin_controller.rb [new file with mode: 0644]
app/controllers/forum_controller.rb
app/controllers/group_controller.rb [new file with mode: 0644]
app/controllers/rank_controller.rb [new file with mode: 0644]
app/controllers/report_controller.rb [new file with mode: 0644]
app/controllers/topic_controller.rb
app/controllers/user_controller.rb
app/controllers/user_profile_controller.rb
app/helpers/admin_helper.rb
app/helpers/ban_helper.rb [new file with mode: 0644]
app/helpers/category_helper.rb [new file with mode: 0644]
app/helpers/censoring_helper.rb [new file with mode: 0644]
app/helpers/forum_admin_helper.rb [new file with mode: 0644]
app/helpers/group_helper.rb [new file with mode: 0644]
app/helpers/rank_helper.rb [new file with mode: 0644]
app/helpers/report_helper.rb [new file with mode: 0644]
app/views/admin/_menu.rhtml [deleted file]
app/views/admin/index.rhtml
app/views/admin/maintenance.rhtml
app/views/admin/options.rhtml
app/views/admin/permissions.rhtml
app/views/admin/prune.rhtml
app/views/admin/users.rhtml
app/views/ban/edit.rhtml [moved from app/views/admin/edit_ban.rhtml with 100% similarity]
app/views/ban/index.rhtml [moved from app/views/admin/bans.rhtml with 98% similarity]
app/views/category/delete.rhtml [moved from app/views/admin/categories_confirm.rhtml with 74% similarity]
app/views/category/index.rhtml [moved from app/views/admin/categories.rhtml with 95% similarity]
app/views/censoring/index.rhtml [moved from app/views/admin/censoring.rhtml with 96% similarity]
app/views/forum_admin/delete.rhtml [moved from app/views/admin/forum_delete_confirm.rhtml with 79% similarity]
app/views/forum_admin/edit.rhtml [moved from app/views/admin/edit_forum.rhtml with 98% similarity]
app/views/forum_admin/index.rhtml [moved from app/views/admin/forums.rhtml with 89% similarity]
app/views/group/delete.rhtml [moved from app/views/admin/delete_group.rhtml with 85% similarity]
app/views/group/edit.rhtml [moved from app/views/admin/edit_group.rhtml with 97% similarity]
app/views/group/index.rhtml [moved from app/views/admin/groups.rhtml with 89% similarity]
app/views/layouts/admin.rhtml
app/views/misc/bad_request.rhtml [new file with mode: 0644]
app/views/rank/index.rhtml [moved from app/views/admin/ranks.rhtml with 96% similarity]
app/views/report/index.rhtml [moved from app/views/admin/reports.rhtml with 97% similarity]
test/functional/admin_controller_test.rb
test/functional/admin_user_profile_controller_test.rb
test/functional/ban_controller_test.rb [new file with mode: 0644]
test/functional/category_controller_test.rb [new file with mode: 0644]
test/functional/censoring_controller_test.rb [new file with mode: 0644]
test/functional/forum_admin_controller_test.rb [new file with mode: 0644]
test/functional/forum_controller_test.rb
test/functional/group_controller_test.rb [new file with mode: 0644]
test/functional/rank_controller_test.rb [new file with mode: 0644]
test/functional/report_controller_test.rb [new file with mode: 0644]