1. Wyświetlanie i edycja pola "source_file" w widoku ticketu.
authorLukasz Rekucki <lreqc@localhost.(none)>
Tue, 18 Aug 2009 14:32:47 +0000 (16:32 +0200)
committerLukasz Rekucki <lreqc@localhost.(none)>
Tue, 18 Aug 2009 14:32:47 +0000 (16:32 +0200)
commit4b33f145c7966710e537531261e04d2596159049
treeca4af7661e814609c54e20c21c406dfd76f4eb15
parent8238800ebe93f0f67ef359ad51d198642db14edf
1. Wyświetlanie i edycja pola "source_file" w widoku ticketu.
2. Pobieranie przez HTTP listy zagadnień związych z daną publikacją
20 files changed:
README.txt
redmine/redmine_publications/README.rdoc [new file with mode: 0644]
redmine/redmine_publications/app/controllers/publications_controller.rb [new file with mode: 0644]
redmine/redmine_publications/app/helpers/publications_helper.rb [new file with mode: 0644]
redmine/redmine_publications/app/models/issue_publication.rb [new file with mode: 0644]
redmine/redmine_publications/app/models/publication.rb [new file with mode: 0644]
redmine/redmine_publications/app/views/issues/_issue_form_pub.html.erb [new file with mode: 0644]
redmine/redmine_publications/app/views/publications/index.html.erb [new file with mode: 0644]
redmine/redmine_publications/db/migrate/001_create_publications.rb [new file with mode: 0644]
redmine/redmine_publications/db/migrate/002_create_issue_publications.rb [new file with mode: 0644]
redmine/redmine_publications/init.rb [new file with mode: 0644]
redmine/redmine_publications/lang/en.yml [new file with mode: 0644]
redmine/redmine_publications/lib/issue_publication_hook.rb [new file with mode: 0644]
redmine/redmine_publications/lib/redmine_publications/.issue_patch.rb.swp [new file with mode: 0644]
redmine/redmine_publications/lib/redmine_publications/issue_patch.rb [new file with mode: 0644]
redmine/redmine_publications/routes.rb [new file with mode: 0644]
redmine/redmine_publications/test/fixtures/publications.yml [new file with mode: 0644]
redmine/redmine_publications/test/functional/publications_controller_test.rb [new file with mode: 0644]
redmine/redmine_publications/test/test_helper.rb [new file with mode: 0644]
redmine/redmine_publications/test/unit/publication_test.rb [new file with mode: 0644]