Opcje konfguracyjne pluginu. Walidacja przy wpisywaniu publikacji do zagadnienia...
authorLukasz Rekucki <lreqc@localhost.(none)>
Wed, 19 Aug 2009 14:19:43 +0000 (16:19 +0200)
committerLukasz Rekucki <lreqc@localhost.(none)>
Wed, 19 Aug 2009 14:19:43 +0000 (16:19 +0200)
commitd940e6b2345b50ffbd50bbe5f508f6d4ff4e0054
tree6e21265317b7b63f22708330e680de320ef40480
parent77c7ccaf2f09308a537ffd30edc0477dde11d74a
Opcje konfguracyjne pluginu. Walidacja przy wpisywaniu publikacji do zagadnienia. Skrypt do
zapelniania bazy publikacji z repozytorium. Refs #25
14 files changed:
.gitignore
redmine/redmine_publications/app/controllers/publications_controller.rb
redmine/redmine_publications/app/models/publication.rb
redmine/redmine_publications/app/views/issues/_issue_form_pub.html.erb
redmine/redmine_publications/app/views/publications/index.html.erb
redmine/redmine_publications/app/views/publications/issues.html.erb [new file with mode: 0644]
redmine/redmine_publications/app/views/settings/_publications_settings.html.erb [new file with mode: 0644]
redmine/redmine_publications/db/migrate/003_publications_add_repo_id.rb [new file with mode: 0644]
redmine/redmine_publications/db/migrate/004_publications_add_name.rb [new file with mode: 0644]
redmine/redmine_publications/init.rb
redmine/redmine_publications/lib/issue_publication_hook.rb
redmine/redmine_publications/lib/redmine_publications/.issue_patch.rb.swp [deleted file]
redmine/redmine_publications/lib/redmine_publications/issue_patch.rb
redmine/redmine_publications/routes.rb