Moved the redmine plugin to a seperate repositiory: http://github.com/fnp/redakcja_re...
authorŁukasz Rekucki <lrekucki@gmail.com>
Tue, 25 May 2010 11:46:03 +0000 (13:46 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Tue, 25 May 2010 11:46:03 +0000 (13:46 +0200)
commitbb4a4d16d15e4ac5dc01f6776f4fb3ca595b4706
tree3965afa60d5745927cfcd63dc152b0869bc980a9
parent6452ce53707b8e5c3f9ef95dd3793284272398e4
Moved the redmine plugin to a seperate repositiory: github.com/fnp/redakcja_redmine
27 files changed:
redmine/redmine_publications/README.rdoc [deleted file]
redmine/redmine_publications/app/controllers/publications_controller.rb [deleted file]
redmine/redmine_publications/app/helpers/publications_helper.rb [deleted file]
redmine/redmine_publications/app/models/issue_publication.rb [deleted file]
redmine/redmine_publications/app/models/publication.rb [deleted file]
redmine/redmine_publications/app/views/issues/_issue_form_pub.html.erb [deleted file]
redmine/redmine_publications/app/views/issues/_issue_view_pub.erb [deleted file]
redmine/redmine_publications/app/views/publications/index.html.erb [deleted file]
redmine/redmine_publications/app/views/publications/issues.html.erb [deleted file]
redmine/redmine_publications/app/views/publications/refresh.erb [deleted file]
redmine/redmine_publications/app/views/settings/_publications_settings.html.erb [deleted file]
redmine/redmine_publications/db/migrate/001_create_publications.rb [deleted file]
redmine/redmine_publications/db/migrate/002_create_issue_publications.rb [deleted file]
redmine/redmine_publications/db/migrate/003_publications_add_repo_id.rb [deleted file]
redmine/redmine_publications/db/migrate/004_publications_add_name.rb [deleted file]
redmine/redmine_publications/init.rb [deleted file]
redmine/redmine_publications/lang/en.yml [deleted file]
redmine/redmine_publications/lib/issue_publication_hook.rb [deleted file]
redmine/redmine_publications/lib/redmine_publications/change_patch.rb [deleted file]
redmine/redmine_publications/lib/redmine_publications/issue_patch.rb [deleted file]
redmine/redmine_publications/locales/en.yml [deleted file]
redmine/redmine_publications/locales/pl.yml [deleted file]
redmine/redmine_publications/routes.rb [deleted file]
redmine/redmine_publications/test/fixtures/publications.yml [deleted file]
redmine/redmine_publications/test/functional/publications_controller_test.rb [deleted file]
redmine/redmine_publications/test/test_helper.rb [deleted file]
redmine/redmine_publications/test/unit/publication_test.rb [deleted file]