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)
commit378fe7c80dbc369bceb24e57e2cd81d3bd690ee9
tree0d7a64ce627b5958df949a8a486635506f8f08b2
1. Wyświetlanie i edycja pola "source_file" w widoku ticketu.
2. Pobieranie przez HTTP listy zagadnień związych z daną publikacją
19 files changed:
README.rdoc [new file with mode: 0644]
app/controllers/publications_controller.rb [new file with mode: 0644]
app/helpers/publications_helper.rb [new file with mode: 0644]
app/models/issue_publication.rb [new file with mode: 0644]
app/models/publication.rb [new file with mode: 0644]
app/views/issues/_issue_form_pub.html.erb [new file with mode: 0644]
app/views/publications/index.html.erb [new file with mode: 0644]
db/migrate/001_create_publications.rb [new file with mode: 0644]
db/migrate/002_create_issue_publications.rb [new file with mode: 0644]
init.rb [new file with mode: 0644]
lang/en.yml [new file with mode: 0644]
lib/issue_publication_hook.rb [new file with mode: 0644]
lib/redmine_publications/.issue_patch.rb.swp [new file with mode: 0644]
lib/redmine_publications/issue_patch.rb [new file with mode: 0644]
routes.rb [new file with mode: 0644]
test/fixtures/publications.yml [new file with mode: 0644]
test/functional/publications_controller_test.rb [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
test/unit/publication_test.rb [new file with mode: 0644]