pkgsrc/devel/ruby-redmine_work_time/PLIST
taca 1f70cad592 devel/ruby-redmine_work_time: update to 0.4.1
pkgsrc change: switch to use devel/ruby-redmine/redmine.mk.

0.4.1 (2020-10-04)

No release note but here are changes from commit log.

* fixes #1502 update fails cause by custom field.
* Add ca & es translations.
* fix for redmine > 4.0 where user attribute is needed for new TimeEntry.
2021-02-28 16:30:12 +00:00

71 lines
4.8 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2021/02/28 16:30:12 taca Exp $
${RM_PLUGINDIR}/redmine_work_time/app/controllers/work_time_controller.rb
${RM_PLUGINDIR}/redmine_work_time/app/helpers/work_time_helper.rb
${RM_PLUGINDIR}/redmine_work_time/app/models/user_issue_month.rb
${RM_PLUGINDIR}/redmine_work_time/app/models/wt_daily_memo.rb
${RM_PLUGINDIR}/redmine_work_time/app/models/wt_holidays.rb
${RM_PLUGINDIR}/redmine_work_time/app/models/wt_member_order.rb
${RM_PLUGINDIR}/redmine_work_time/app/models/wt_project_orders.rb
${RM_PLUGINDIR}/redmine_work_time/app/models/wt_ticket_relay.rb
${RM_PLUGINDIR}/redmine_work_time/app/views/settings/_work_time_project_settings.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/settings/_work_time_settings.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_select_project.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_select_user.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_user_day_table.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/_user_month_table.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_add_tickets_input.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_add_tickets_input_select.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_add_tickets_insert.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_done_ratio_input.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_done_ratio_update.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_memo_edit.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_relay.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_relay_input.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/ajax_relay_input_select.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/edit_relay.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/relay_total.api.rsb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/relay_total.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/show.html.erb
${RM_PLUGINDIR}/redmine_work_time/app/views/work_time/total.html.erb
${RM_PLUGINDIR}/redmine_work_time/assets/javascripts/work_time.js
${RM_PLUGINDIR}/redmine_work_time/assets/stylesheets/work_time.css
${RM_PLUGINDIR}/redmine_work_time/config/locales/ca.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/de.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/en.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/es.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/fr.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/it.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/ja.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/ko.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/no.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/po.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/pt-BR.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/ru.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/tr.yml
${RM_PLUGINDIR}/redmine_work_time/config/locales/zh.yml
${RM_PLUGINDIR}/redmine_work_time/config/routes.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/001_create_user_issue_months.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/002_create_wt_member_orders.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/003_create_wt_ticket_relays.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/004_add_prj_to_mem_odr.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/005_create_wt_daily_memos.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/006_create_wt_project_orders.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/007_create_wt_holidays.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/008_remove_month_from_user_issue_month.rb
${RM_PLUGINDIR}/redmine_work_time/db/migrate/009_remove_prj_from_wt_project_orders.rb
${RM_PLUGINDIR}/redmine_work_time/init.rb
${RM_PLUGINDIR}/redmine_work_time/lib/work_time_projects_helper_patch.rb
${RM_PLUGINDIR}/redmine_work_time/test/fixtures/user_issue_months.yml
${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_daily_memos.yml
${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_holidays.yml
${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_member_orders.yml
${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_project_orders.yml
${RM_PLUGINDIR}/redmine_work_time/test/fixtures/wt_ticket_relays.yml
${RM_PLUGINDIR}/redmine_work_time/test/functional/work_time_controller_test.rb
${RM_PLUGINDIR}/redmine_work_time/test/test_helper.rb
${RM_PLUGINDIR}/redmine_work_time/test/unit/user_issue_month_test.rb
${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_daily_memo_test.rb
${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_holidays_test.rb
${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_member_order_test.rb
${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_project_orders_test.rb
${RM_PLUGINDIR}/redmine_work_time/test/unit/wt_ticket_relay_test.rb