Skip to content

Commit

Permalink
Update hyrax-webapp
Browse files Browse the repository at this point in the history
pulls in the following issues from hyku:

- #239
- notch8/palni-palci#1019
- #194
- #240
  • Loading branch information
ShanaLMoore committed Feb 19, 2025
1 parent f86aeb3 commit 12cc515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrax-webapp
Submodule hyrax-webapp updated 59 files
+1 −1 .env
+2 −0 .github/workflows/deploy.yaml
+5 −5 Gemfile.lock
+13 −0 app/assets/javascripts/hyku/admin/appearance/colors.js
+5 −4 app/assets/stylesheets/hyku.scss
+18 −0 app/assets/stylesheets/hyrax.scss
+1 −1 app/assets/stylesheets/themes/institutional_repository.scss
+5 −6 app/controllers/catalog_controller.rb
+23 −9 app/forms/hyku/forms/admin/appearance.rb
+1 −2 app/helpers/application_helper.rb
+9 −4 app/jobs/batch_email_notification_job.rb
+0 −2 app/jobs/user_stat_collection_job.rb
+84 −23 app/models/concerns/account_settings.rb
+23 −0 app/models/hyrax/statistic_decorator.rb
+9 −12 app/services/hyrax/user_stat_importer_decorator.rb
+2 −2 app/services/iiif_print/tenant_config.rb
+7 −0 app/views/hyrax/admin/appearances/_default_colors_form.html.erb
+14 −14 app/views/hyrax/homepage/_featured_collection_section.html.erb
+1 −1 app/views/shared/_appearance_styles.html.erb
+2 −2 app/views/shared/_ga4.html.erb
+14 −10 app/views/themes/cultural_show/hyrax/base/_work_title.html.erb
+10 −0 app/views/themes/image_show/hyrax/base/_work_title.html.erb
+1 −1 app/views/themes/institutional_repository/hyrax/homepage/_resource_type_stats.html.erb
+1 −1 app/views/themes/neutral_repository/hyrax/homepage/_explore_collections.html.erb
+1 −1 app/views/themes/neutral_repository/hyrax/homepage/_featured_works.html.erb
+19 −15 app/views/themes/scholarly_show/hyrax/base/_work_title.html.erb
+8 −0 config/home_themes.yml
+25 −0 config/locales/blacklight.de.yml
+25 −0 config/locales/blacklight.en.yml
+25 −0 config/locales/blacklight.es.yml
+25 −0 config/locales/blacklight.fr.yml
+25 −0 config/locales/blacklight.it.yml
+25 −0 config/locales/blacklight.pt-BR.yml
+25 −0 config/locales/blacklight.zh.yml
+18 −0 config/locales/de.yml
+2 −15 config/locales/en.yml
+18 −0 config/locales/es.yml
+18 −0 config/locales/fr.yml
+11 −0 config/locales/hyrax.de.yml
+5 −3 config/locales/hyrax.en.yml
+11 −0 config/locales/hyrax.es.yml
+11 −0 config/locales/hyrax.fr.yml
+11 −0 config/locales/hyrax.it.yml
+11 −0 config/locales/hyrax.pt-BR.yml
+11 −0 config/locales/hyrax.zh.yml
+18 −0 config/locales/it.yml
+18 −0 config/locales/pt-BR.yml
+2 −0 config/locales/simple_form.en.yml
+18 −0 config/locales/zh.yml
+18 −8 ops/demo-deploy.tmpl.yaml
+1 −1 ops/iiif-deploy.tmpl.yaml
+1 −1 ops/iiif.tmpl.yaml
+1 −1 ops/review-deploy.tmpl.yaml
+1 −1 ops/staging-deploy.tmpl.yaml
+5 −1 spec/factories/mailboxer_messages.rb
+84 −1 spec/jobs/batch_email_notification_job_spec.rb
+0 −7 spec/jobs/user_stat_collection_job_spec.rb
+7 −17 spec/models/concerns/account_settings_spec.rb
+10 −3 spec/rails_helper.rb

0 comments on commit 12cc515

Please sign in to comment.