Skip to content

Commit

Permalink
Update integration to 2.0.4-27
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Mar 11, 2024
1 parent e0e39f3 commit 0ad5ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 57 files
+1 −1 .ruby-version
+1 −1 .tool-versions
+1 −0 CHANGELOG.md
+5 −3 Dockerfile
+11 −10 Gemfile
+205 −180 Gemfile.lock
+1 −0 app/controllers/person/history_controller.rb
+7 −2 app/decorators/paper_trail/version_decorator.rb
+37 −0 app/domain/qualifications/list.rb
+3 −3 app/helpers/dropdown/people_login.rb
+13 −10 app/helpers/format_helper.rb
+1 −1 app/helpers/layout_helper.rb
+1 −1 app/helpers/standard_form_builder.rb
+8 −0 app/javascript/javascripts/modules/tooltips.js
+0 −10 app/javascript/javascripts/modules/tooltips.js.coffee
+3 −3 app/javascript/javascripts/wagons.js.erb
+2 −1 app/javascript/stylesheets/hitobito/_typography.scss
+14 −2 app/models/qualification.rb
+12 −25 app/utils/documentation_reader.rb
+2 −2 app/views/changelog/index.html.haml
+1 −1 app/views/contactable/_additional_email_fields.html.haml
+1 −1 app/views/contactable/_public_check_box.html.haml
+1 −1 app/views/event/tags/_tag.html.haml
+1 −1 app/views/groups/self_registration/_adult_consent_field.html.haml
+1 −1 app/views/people/_picture_fields.html.haml
+16 −0 app/views/person/history/_qualifications.html.haml
+1 −1 app/views/person/history/_roles_table.html.haml
+6 −4 app/views/person/history/index.html.haml
+1 −1 app/views/person/tags/_tag.html.haml
+1 −1 app/views/roles/_modal.html.haml
+1 −1 bin/active_wagon.rb
+44 −2 bin/wagon
+2 −21 config/brakeman.ignore
+2 −0 config/locales/models.de.yml
+1 −0 config/locales/models.en.yml
+6 −0 config/locales/models.fr.yml
+6 −0 config/locales/models.it.yml
+70 −0 config/locales/views.en.yml
+7 −0 config/locales/views.fr.yml
+7 −0 config/locales/views.it.yml
+1 −6 lib/tasks/spec.rake
+2 −2 spec/controllers/people_filters_controller_spec.rb
+25 −0 spec/controllers/person/history_controller_spec.rb
+29 −0 spec/domain/documentation_reader_spec.rb
+3 −3 spec/domain/messages/bulk_mail_dispatch_spec.rb
+4 −4 spec/domain/person/filter/qualification_spec.rb
+60 −0 spec/domain/qualifications/list_spec.rb
+16 −9 spec/domain/synchronize/mailchimp/invalid_subscriber_tagger_spec.rb
+21 −0 spec/fabricators/message_recipient_fabricator.rb
+3 −3 spec/helpers/format_helper_spec.rb
+3 −3 spec/models/event/attachment_spec.rb
+37 −0 spec/models/qualification_spec.rb
+18 −4 spec/models/table_display_spec.rb
+0 −45 spec/performance/ability_performance_spec.rb
+1 −1 spec/regressions/people_controller_spec.rb
+3 −3 spec/regressions/person/history_controller_spec.rb
+9 −19 spec/spec_helper.rb

0 comments on commit 0ad5ffa

Please sign in to comment.