]> source.dussan.org Git - redmine.git/commit
Moved ProjectsController#list_documents and add_document to DocumentsController#index...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 18 Dec 2007 18:50:41 +0000 (18:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 18 Dec 2007 18:50:41 +0000 (18:50 +0000)
commit8e00f57a886ae529ae308a17bfc9a363056754bf
treec6b14ccef81ea31948c3ce87d1176593ca56b152
parent524cd689cf8743c389aab6a767a09383891dc5c6
Moved ProjectsController#list_documents and add_document to DocumentsController#index and new.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1011 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/documents_controller.rb
app/controllers/projects_controller.rb
app/views/documents/index.rhtml [new file with mode: 0644]
app/views/documents/new.rhtml [new file with mode: 0644]
app/views/projects/add_document.rhtml [deleted file]
app/views/projects/list_documents.rhtml [deleted file]
config/routes.rb
lib/redmine.rb
test/functional/documents_controller_test.rb [new file with mode: 0644]
test/functional/projects_controller_test.rb