diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2da62db..55046ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/Dockerfile b/Dockerfile index b1d1f09..77e8c1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/Gemfile b/Gemfile index 9745bdc..858f47c 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/after_init.rb b/after_init.rb index 397868c..cdaa883 100644 --- a/after_init.rb +++ b/after_init.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/custom_workflows_controller.rb b/app/controllers/custom_workflows_controller.rb index 182dfea..5a8ca9e 100644 --- a/app/controllers/custom_workflows_controller.rb +++ b/app/controllers/custom_workflows_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/custom_workflow.rb b/app/models/custom_workflow.rb index 8ea56e3..600e43f 100644 --- a/app/models/custom_workflow.rb +++ b/app/models/custom_workflow.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/custom_workflow_mailer.rb b/app/models/custom_workflow_mailer.rb index d1a884e..ac5f4cb 100644 --- a/app/models/custom_workflow_mailer.rb +++ b/app/models/custom_workflow_mailer.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/custom_workflow_mailer/custom_email.html.erb b/app/views/custom_workflow_mailer/custom_email.html.erb index 459a188..d3aee00 100644 --- a/app/views/custom_workflow_mailer/custom_email.html.erb +++ b/app/views/custom_workflow_mailer/custom_email.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/custom_workflow_mailer/custom_email.text.erb b/app/views/custom_workflow_mailer/custom_email.text.erb index 309abba..555df8a 100644 --- a/app/views/custom_workflow_mailer/custom_email.text.erb +++ b/app/views/custom_workflow_mailer/custom_email.text.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/custom_workflows/_form.html.erb b/app/views/custom_workflows/_form.html.erb index 2e1e2a7..ed3460f 100644 --- a/app/views/custom_workflows/_form.html.erb +++ b/app/views/custom_workflows/_form.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/custom_workflows/edit.html.erb b/app/views/custom_workflows/edit.html.erb index 9253c2e..cca77a7 100644 --- a/app/views/custom_workflows/edit.html.erb +++ b/app/views/custom_workflows/edit.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/custom_workflows/index.html.erb b/app/views/custom_workflows/index.html.erb index 4dfc8e3..8566877 100644 --- a/app/views/custom_workflows/index.html.erb +++ b/app/views/custom_workflows/index.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/custom_workflows/new.html.erb b/app/views/custom_workflows/new.html.erb index 540e31f..cbc19ba 100644 --- a/app/views/custom_workflows/new.html.erb +++ b/app/views/custom_workflows/new.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/projects/settings/_custom_workflow.html.erb b/app/views/projects/settings/_custom_workflow.html.erb index 605bc60..93ea711 100644 --- a/app/views/projects/settings/_custom_workflow.html.erb +++ b/app/views/projects/settings/_custom_workflow.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov - # Copyright © 2019-21 Karel Pičman + # Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/assets/stylesheets/custom_workflows.css b/assets/stylesheets/custom_workflows.css index fedf3fa..3f30507 100644 --- a/assets/stylesheets/custom_workflows.css +++ b/assets/stylesheets/custom_workflows.css @@ -2,7 +2,7 @@ * Redmine plugin for Document Management System "Features" * * Copyright © 2015-19 Anton Argirov -* Copyright © 2019-21 Karel Pičman +* Copyright © 2019-22 Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f49371a..1453811 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/en.yml b/config/locales/en.yml index 77143ad..fa31db1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/es.yml b/config/locales/es.yml index b58566c..5f2e122 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index fbae585..055eba4 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/ru.yml b/config/locales/ru.yml index b1e88c0..5807965 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/routes.rb b/config/routes.rb index 76f4e0f..51180f8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20110915084858_create_custom_workflows.rb b/db/migrate/20110915084858_create_custom_workflows.rb index 5b7cd1c..1dadaa5 100644 --- a/db/migrate/20110915084858_create_custom_workflows.rb +++ b/db/migrate/20110915084858_create_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120601054047_alter_custom_workflows.rb b/db/migrate/20120601054047_alter_custom_workflows.rb index 7a9b5bc..75e289c 100644 --- a/db/migrate/20120601054047_alter_custom_workflows.rb +++ b/db/migrate/20120601054047_alter_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120601054557_create_custom_workflows_projects.rb b/db/migrate/20120601054557_create_custom_workflows_projects.rb index c80cab5..2b65d5a 100644 --- a/db/migrate/20120601054557_create_custom_workflows_projects.rb +++ b/db/migrate/20120601054557_create_custom_workflows_projects.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120628060102_change_custom_workflows_description_type.rb b/db/migrate/20120628060102_change_custom_workflows_description_type.rb index 230d5f2..09355c7 100644 --- a/db/migrate/20120628060102_change_custom_workflows_description_type.rb +++ b/db/migrate/20120628060102_change_custom_workflows_description_type.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb b/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb index dc62921..075c10e 100644 --- a/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb +++ b/db/migrate/20120908085222_add_after_save_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb b/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb index de213dc..80f4cb8 100644 --- a/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb +++ b/db/migrate/20121005085252_add_is_for_all_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb b/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb index 99980f7..9c80789 100644 --- a/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb +++ b/db/migrate/20150522134436_make_after_save_and_before_save_nullable.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150522134437_set_position_field_nullable.rb b/db/migrate/20150522134437_set_position_field_nullable.rb index aa94fb8..f4c11bc 100644 --- a/db/migrate/20150522134437_set_position_field_nullable.rb +++ b/db/migrate/20150522134437_set_position_field_nullable.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb b/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb index e594f7f..77f6f66 100644 --- a/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb +++ b/db/migrate/20150525083345_add_author_and_timestamps_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150526132244_create_example_workflow.rb b/db/migrate/20150526132244_create_example_workflow.rb index 034a641..817facb 100644 --- a/db/migrate/20150526132244_create_example_workflow.rb +++ b/db/migrate/20150526132244_create_example_workflow.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb b/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb index a12336c..ff16852 100644 --- a/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb +++ b/db/migrate/20150526134840_add_active_field_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb b/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb index ab89570..b58ddda 100644 --- a/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb +++ b/db/migrate/20150619135811_add_observable_field_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb b/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb index d3743fa..247190a 100644 --- a/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb +++ b/db/migrate/20150619162054_add_additional_script_fields_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb b/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb index 1da138a..9964296 100644 --- a/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb +++ b/db/migrate/20151122120000_add_before_and_after_destroy_to_custom_workflows.rb @@ -3,7 +3,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/init.rb b/init.rb index b2a8f39..36b5a3e 100644 --- a/init.rb +++ b/init.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -32,7 +32,7 @@ Redmine::Plugin.register :redmine_custom_workflows do end author 'Anton Argirov/Karel Pičman' description 'It allows to create custom workflows for objects, defined in a plain Ruby language' - version '1.0.7' + version '1.0.8 devel' requires_redmine version_or_higher: '4.1.0' diff --git a/lib/redmine_custom_workflows.rb b/lib/redmine_custom_workflows.rb index 055527a..d450f5a 100644 --- a/lib/redmine_custom_workflows.rb +++ b/lib/redmine_custom_workflows.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/errors/workflow_error.rb b/lib/redmine_custom_workflows/errors/workflow_error.rb index 7613889..89f547e 100644 --- a/lib/redmine_custom_workflows/errors/workflow_error.rb +++ b/lib/redmine_custom_workflows/errors/workflow_error.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/hooks/hooks.rb b/lib/redmine_custom_workflows/hooks/hooks.rb index f9f42ae..11c17c5 100644 --- a/lib/redmine_custom_workflows/hooks/hooks.rb +++ b/lib/redmine_custom_workflows/hooks/hooks.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/attachment_patch.rb b/lib/redmine_custom_workflows/patches/attachment_patch.rb index 60ffdf3..a5f9a24 100644 --- a/lib/redmine_custom_workflows/patches/attachment_patch.rb +++ b/lib/redmine_custom_workflows/patches/attachment_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/group_patch.rb b/lib/redmine_custom_workflows/patches/group_patch.rb index 2874dfe..0f26834 100644 --- a/lib/redmine_custom_workflows/patches/group_patch.rb +++ b/lib/redmine_custom_workflows/patches/group_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/issue_patch.rb b/lib/redmine_custom_workflows/patches/issue_patch.rb index 522b4d0..03dfc12 100644 --- a/lib/redmine_custom_workflows/patches/issue_patch.rb +++ b/lib/redmine_custom_workflows/patches/issue_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/issue_relation_patch.rb b/lib/redmine_custom_workflows/patches/issue_relation_patch.rb index ae90399..4597e4d 100644 --- a/lib/redmine_custom_workflows/patches/issue_relation_patch.rb +++ b/lib/redmine_custom_workflows/patches/issue_relation_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/mailer_patch.rb b/lib/redmine_custom_workflows/patches/mailer_patch.rb index 7bdee9d..ae8a4b8 100644 --- a/lib/redmine_custom_workflows/patches/mailer_patch.rb +++ b/lib/redmine_custom_workflows/patches/mailer_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/project_patch.rb b/lib/redmine_custom_workflows/patches/project_patch.rb index 2083ef6..72d0110 100644 --- a/lib/redmine_custom_workflows/patches/project_patch.rb +++ b/lib/redmine_custom_workflows/patches/project_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/projects_helper_patch.rb b/lib/redmine_custom_workflows/patches/projects_helper_patch.rb index 4385c2d..0d9efed 100644 --- a/lib/redmine_custom_workflows/patches/projects_helper_patch.rb +++ b/lib/redmine_custom_workflows/patches/projects_helper_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/time_entry_patch.rb b/lib/redmine_custom_workflows/patches/time_entry_patch.rb index e688157..8646fa8 100644 --- a/lib/redmine_custom_workflows/patches/time_entry_patch.rb +++ b/lib/redmine_custom_workflows/patches/time_entry_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/user_patch.rb b/lib/redmine_custom_workflows/patches/user_patch.rb index 4132c96..46f6e53 100644 --- a/lib/redmine_custom_workflows/patches/user_patch.rb +++ b/lib/redmine_custom_workflows/patches/user_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/version_patch.rb b/lib/redmine_custom_workflows/patches/version_patch.rb index 3a0b88c..4159a20 100644 --- a/lib/redmine_custom_workflows/patches/version_patch.rb +++ b/lib/redmine_custom_workflows/patches/version_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/wiki_content_patch.rb b/lib/redmine_custom_workflows/patches/wiki_content_patch.rb index f21f329..436727b 100644 --- a/lib/redmine_custom_workflows/patches/wiki_content_patch.rb +++ b/lib/redmine_custom_workflows/patches/wiki_content_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/patches/wiki_page_patch.rb b/lib/redmine_custom_workflows/patches/wiki_page_patch.rb index 863c330..d43065d 100644 --- a/lib/redmine_custom_workflows/patches/wiki_page_patch.rb +++ b/lib/redmine_custom_workflows/patches/wiki_page_patch.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/test/test_case.rb b/lib/redmine_custom_workflows/test/test_case.rb index 37a70c7..f3f1b4a 100644 --- a/lib/redmine_custom_workflows/test/test_case.rb +++ b/lib/redmine_custom_workflows/test/test_case.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_custom_workflows/test/unit_test.rb b/lib/redmine_custom_workflows/test/unit_test.rb index 729602f..af87d8f 100644 --- a/lib/redmine_custom_workflows/test/unit_test.rb +++ b/lib/redmine_custom_workflows/test/unit_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/ci/ci.sh b/test/ci/ci.sh index 68b5047..00f9abf 100644 --- a/test/ci/ci.sh +++ b/test/ci/ci.sh @@ -2,7 +2,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/ci/mariadb.yml b/test/ci/mariadb.yml index ed92efd..ae02506 100644 --- a/test/ci/mariadb.yml +++ b/test/ci/mariadb.yml @@ -1,7 +1,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/ci/postgres.yml b/test/ci/postgres.yml index d4739f9..e07ba3c 100644 --- a/test/ci/postgres.yml +++ b/test/ci/postgres.yml @@ -1,7 +1,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/ci/sqlite3.yml b/test/ci/sqlite3.yml index 8dce453..02592a2 100644 --- a/test/ci/sqlite3.yml +++ b/test/ci/sqlite3.yml @@ -1,7 +1,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/custom_workflows_controller_test.rb b/test/functional/custom_workflows_controller_test.rb index 0163d48..428ffa9 100644 --- a/test/functional/custom_workflows_controller_test.rb +++ b/test/functional/custom_workflows_controller_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/test_helper.rb b/test/test_helper.rb index e9c4967..3ccd763 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/custom_workflow_mailer_test.rb b/test/unit/custom_workflow_mailer_test.rb index 9b4415a..9fe3a31 100644 --- a/test/unit/custom_workflow_mailer_test.rb +++ b/test/unit/custom_workflow_mailer_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/custom_workflow_test.rb b/test/unit/custom_workflow_test.rb index 99a0b47..c5e3466 100644 --- a/test/unit/custom_workflow_test.rb +++ b/test/unit/custom_workflow_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit_test.rb b/test/unit_test.rb index 7f38d3e..dd93824 100644 --- a/test/unit_test.rb +++ b/test/unit_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Custom Workflows # # Copyright © 2015-19 Anton Argirov -# Copyright © 2019-21 Karel Pičman +# Copyright © 2019-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License