spina-conferences-primer_theme-fork 0.9.2 → 1.0.0.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +16 -4
- data/Rakefile +6 -0
- data/app/assets/builds/spina/conferences/primer_theme/application.css +25964 -0
- data/app/assets/config/spina_conferences_primer_theme_manifest.js +7 -4
- data/app/assets/javascripts/spina/conferences/primer_theme/application.js +6 -7
- data/app/assets/javascripts/spina/conferences/primer_theme/controllers/application.js +10 -0
- data/app/assets/javascripts/spina/conferences/primer_theme/controllers/index.js +5 -0
- data/app/assets/javascripts/spina/conferences/primer_theme/controllers/{slideshow_controller.es6 → slideshow_controller.js} +14 -4
- data/app/assets/stylesheets/spina/conferences/primer_theme/application.sass +1 -1
- data/app/controllers/spina/conferences/primer_theme/blog/application_controller.rb +12 -0
- data/app/controllers/spina/conferences/primer_theme/blog/categories_controller.rb +0 -10
- data/app/controllers/spina/conferences/primer_theme/blog/posts_controller.rb +5 -20
- data/app/controllers/spina/conferences/primer_theme/conferences/application_controller.rb +12 -0
- data/app/controllers/spina/conferences/primer_theme/conferences/conferences_controller.rb +14 -13
- data/app/controllers/spina/conferences/primer_theme/conferences/presentations_controller.rb +2 -1
- data/app/controllers/spina/conferences/primer_theme/journal/application_controller.rb +11 -0
- data/app/controllers/spina/conferences/primer_theme/journal/articles_controller.rb +15 -7
- data/app/controllers/spina/conferences/primer_theme/journal/authors_controller.rb +48 -0
- data/app/controllers/spina/conferences/primer_theme/journal/issues_controller.rb +12 -5
- data/app/helpers/spina/conferences/primer_theme/application_helper.rb +33 -14
- data/app/helpers/spina/conferences/primer_theme/asset_helper.rb +10 -2
- data/app/helpers/spina/conferences/primer_theme/navigations_helper.rb +11 -1
- data/app/models/spina/parts/conferences/primer_theme/checkbox.rb +6 -2
- data/app/models/spina/parts/conferences/primer_theme.rb +9 -3
- data/app/views/conferences_primer_theme/pages/about.html.haml +14 -14
- data/app/views/conferences_primer_theme/pages/committee.html.haml +13 -12
- data/app/views/conferences_primer_theme/pages/embedded_form.html.haml +2 -2
- data/app/views/conferences_primer_theme/pages/events.html.haml +3 -3
- data/app/views/conferences_primer_theme/pages/homepage.html.haml +1 -1
- data/app/views/conferences_primer_theme/pages/information.html.haml +2 -2
- data/app/views/conferences_primer_theme/pages/journal_information.html.haml +10 -0
- data/app/views/conferences_primer_theme/pages/periodical.html.haml +10 -10
- data/app/views/conferences_primer_theme/pages/show.html.haml +1 -1
- data/app/views/conferences_primer_theme/partials/_event.html.haml +2 -2
- data/app/views/conferences_primer_theme/partials/_homepage_item.html.haml +2 -2
- data/app/views/layouts/conferences_primer_theme/application.html.haml +1 -1
- data/app/views/layouts/spina/conferences/primer_theme/application.html.haml +7 -14
- data/app/views/layouts/spina/conferences/primer_theme/journal/articles.html.haml +3 -0
- data/app/views/layouts/spina/conferences/primer_theme/journal/authors.html.haml +5 -0
- data/app/views/layouts/spina/conferences/primer_theme/journal/issues.html.haml +3 -0
- data/app/views/spina/application/_admin_bar.html.haml +7 -0
- data/app/views/spina/application/_alert.html.haml +4 -0
- data/app/views/spina/application/_analytics.html.erb +10 -0
- data/app/views/spina/application/{_footer_content.html.haml → _cookies_footer.html.haml} +1 -1
- data/app/views/spina/application/_footer.html.haml +20 -12
- data/app/views/spina/application/_google_site_verification.html.haml +1 -0
- data/app/views/spina/application/_journal_navigation.html.haml +17 -0
- data/app/views/spina/application/_mobile_navigation_items.html.haml +0 -3
- data/app/views/spina/application/_navigation.html.haml +0 -3
- data/app/views/spina/application/_text.html.haml +1 -1
- data/app/views/spina/conferences/primer_theme/blog/categories/show.html.haml +3 -3
- data/app/views/spina/conferences/primer_theme/blog/posts/_post.html.haml +4 -3
- data/app/views/spina/conferences/primer_theme/blog/posts/index.html.haml +3 -3
- data/app/views/spina/conferences/primer_theme/blog/posts/show.html.haml +8 -8
- data/app/views/spina/conferences/primer_theme/blog/shared/_sidebar.html.haml +1 -1
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_conference.html.haml +2 -2
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_event.html.haml +6 -6
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_events.html.haml +1 -1
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_header.html.haml +4 -4
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_presentation.html.haml +4 -4
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_presentations.html.haml +4 -4
- data/app/views/spina/conferences/primer_theme/conferences/conferences/_submission_flash.html.haml +3 -3
- data/app/views/spina/conferences/primer_theme/conferences/conferences/index.html.haml +3 -3
- data/app/views/spina/conferences/primer_theme/conferences/conferences/show.html.haml +5 -5
- data/app/views/spina/conferences/primer_theme/conferences/presentations/_abstract.html.haml +1 -1
- data/app/views/spina/conferences/primer_theme/conferences/presentations/_attachments.html.haml +1 -1
- data/app/views/spina/conferences/primer_theme/conferences/presentations/show.html.haml +3 -3
- data/app/views/spina/conferences/primer_theme/journal/articles/_authorship.html.haml +8 -6
- data/app/views/spina/conferences/primer_theme/journal/articles/_metadata.html.haml +7 -7
- data/app/views/spina/conferences/primer_theme/journal/articles/show.html.haml +24 -26
- data/app/views/spina/conferences/primer_theme/journal/authors/_author.html.haml +9 -0
- data/app/views/spina/conferences/primer_theme/journal/authors/index.html.haml +10 -0
- data/app/views/spina/conferences/primer_theme/journal/authors/show.html.haml +20 -0
- data/app/views/spina/conferences/primer_theme/journal/issues/_article.html.haml +6 -6
- data/app/views/spina/conferences/primer_theme/journal/issues/_issue.html.haml +10 -9
- data/app/views/spina/conferences/primer_theme/journal/issues/index.html.haml +27 -23
- data/app/views/spina/conferences/primer_theme/journal/issues/show.html.haml +31 -21
- data/config/initializers/importmap.rb +21 -0
- data/config/initializers/mime_types.rb +3 -1
- data/config/initializers/primer.rb +1 -1
- data/config/initializers/themes/conferences_primer_theme.rb +14 -2
- data/config/locales/en.yml +23 -33
- data/config/routes.rb +7 -3
- data/db/migrate/20210206170704_change_current_conference_alert_to_text.rb +1 -1
- data/lib/spina/conferences/primer_theme/breadcrumbs/builder.rb +4 -17
- data/lib/spina/conferences/primer_theme/engine.rb +7 -3
- data/lib/spina/conferences/primer_theme/version.rb +1 -1
- data/lib/spina/conferences/primer_theme.rb +10 -3
- metadata +62 -33
- data/app/views/spina/application/_current_conference_alert.html.haml +0 -4
@@ -4,7 +4,7 @@
|
|
4
4
|
theme.name = 'conferences_primer_theme'
|
5
5
|
theme.title = 'Conferences Primer theme'
|
6
6
|
|
7
|
-
theme.layout_parts = %w[
|
7
|
+
theme.layout_parts = %w[alert github_url]
|
8
8
|
|
9
9
|
theme.parts = [{
|
10
10
|
name: 'text',
|
@@ -87,7 +87,7 @@
|
|
87
87
|
part_type: 'Spina::Parts::Repeater',
|
88
88
|
parts: %w[name start_date finish_date start_time application_deadline location is_archived description url]
|
89
89
|
}, {
|
90
|
-
name: '
|
90
|
+
name: 'alert',
|
91
91
|
title: 'Alert',
|
92
92
|
part_type: 'Spina::Parts::Text'
|
93
93
|
}, {
|
@@ -235,6 +235,11 @@
|
|
235
235
|
title: 'Information',
|
236
236
|
description: 'Contains general information',
|
237
237
|
parts: %w[text]
|
238
|
+
}, {
|
239
|
+
name: 'journal_information',
|
240
|
+
title: 'Information (Journal)',
|
241
|
+
description: 'An information page specifically for the journal section',
|
242
|
+
parts: %w[text]
|
238
243
|
}, {
|
239
244
|
name: 'committee',
|
240
245
|
title: 'Committee',
|
@@ -288,5 +293,12 @@
|
|
288
293
|
label: 'Footer'
|
289
294
|
}]
|
290
295
|
|
296
|
+
theme.resources = [{
|
297
|
+
name: 'journal',
|
298
|
+
label: 'Journal',
|
299
|
+
slug: 'journal',
|
300
|
+
view_template: 'journal_information'
|
301
|
+
}]
|
302
|
+
|
291
303
|
theme.plugins = %w[conferences journal conferences-blog]
|
292
304
|
end
|
data/config/locales/en.yml
CHANGED
@@ -1,34 +1,3 @@
|
|
1
|
-
# Files in the config/locales directory are used for internationalization
|
2
|
-
# and are automatically loaded by Rails. If you want to use locales other
|
3
|
-
# than English, add the necessary files in this directory.
|
4
|
-
#
|
5
|
-
# To use the locales, use `I18n.t`:
|
6
|
-
#
|
7
|
-
# I18n.t 'hello'
|
8
|
-
#
|
9
|
-
# In views, this is aliased to just `t`:
|
10
|
-
#
|
11
|
-
# <%= t(:'hello') %>
|
12
|
-
#
|
13
|
-
# To use a different locale, set it with `I18n.locale`:
|
14
|
-
#
|
15
|
-
# I18n.locale = :es
|
16
|
-
#
|
17
|
-
# This would use the information in config/locales/es.yml.
|
18
|
-
#
|
19
|
-
# The following keys must be escaped otherwise they will not be retrieved by
|
20
|
-
# the default I18n backend:
|
21
|
-
#
|
22
|
-
# true, false, on, off, yes, no
|
23
|
-
#
|
24
|
-
# Instead, surround them with single quotes.
|
25
|
-
#
|
26
|
-
# en:
|
27
|
-
# 'true': 'foo'
|
28
|
-
#
|
29
|
-
# To learn more, please read the Rails Internationalization guide
|
30
|
-
# available at http://guides.rubyonrails.org/i18n.html.
|
31
|
-
|
32
1
|
en:
|
33
2
|
layouts:
|
34
3
|
spina:
|
@@ -98,9 +67,12 @@ en:
|
|
98
67
|
footer:
|
99
68
|
copyright: © %{name} %{year}
|
100
69
|
find_on_github: Find us on GitHub
|
101
|
-
|
70
|
+
cookies_footer:
|
102
71
|
cookies: About cookies
|
103
72
|
loading: Loading…
|
73
|
+
journal_navigation:
|
74
|
+
issues: View issues
|
75
|
+
authors: View authors
|
104
76
|
|
105
77
|
conferences:
|
106
78
|
primer_theme:
|
@@ -175,6 +147,12 @@ en:
|
|
175
147
|
logo: Journal logo
|
176
148
|
all_issues: All Issues
|
177
149
|
latest_issue: "Latest Issue (Vol. %{volume_number} Issue %{issue_number})"
|
150
|
+
issn: "ISSN: %{issn}"
|
151
|
+
documents:
|
152
|
+
title: Useful documents
|
153
|
+
download: Download
|
154
|
+
no_file: No file uploaded.
|
155
|
+
no_name: No name.
|
178
156
|
show:
|
179
157
|
no_articles: This issue has no articles.
|
180
158
|
download: Full Issue PDF
|
@@ -185,22 +163,34 @@ en:
|
|
185
163
|
download: PDF
|
186
164
|
doi: DOI
|
187
165
|
url: URL
|
166
|
+
permalink: Permalink
|
188
167
|
abstract: Abstract
|
189
168
|
published: Published
|
190
169
|
issue: Issue
|
191
170
|
draft: THIS ARTICLE IS A DRAFT
|
192
171
|
licence_logo: Licence logo
|
172
|
+
authors:
|
173
|
+
index:
|
174
|
+
authors: Authors
|
175
|
+
no_authors: This journal has no authors.
|
176
|
+
show:
|
177
|
+
authors: Authors
|
178
|
+
articles: Articles
|
179
|
+
aka: "Also known as:"
|
180
|
+
name_institution: "%{name} (%{institution})"
|
181
|
+
|
193
182
|
blog:
|
194
183
|
posts:
|
195
184
|
index:
|
196
185
|
blog: Blog
|
186
|
+
no_posts: There are no posts.
|
197
187
|
post:
|
198
188
|
category_html: "Category: %{name}"
|
199
189
|
categories:
|
200
190
|
show:
|
201
191
|
category: "Category: %{name}"
|
202
192
|
shared:
|
203
|
-
|
193
|
+
sidebar:
|
204
194
|
categories: Categories
|
205
195
|
|
206
196
|
|
data/config/routes.rb
CHANGED
@@ -10,9 +10,13 @@ Spina::Engine.routes.draw do
|
|
10
10
|
end
|
11
11
|
|
12
12
|
namespace :frontend, path: 'journal', module: 'conferences/primer_theme/journal' do
|
13
|
-
resources :issues, only:
|
14
|
-
|
13
|
+
resources :issues, only: :index
|
14
|
+
resources :volumes, only: [], param: :number do
|
15
|
+
resources :issues, only: :show, param: :number do
|
16
|
+
resources :articles, only: %i[show], param: :number
|
17
|
+
end
|
15
18
|
end
|
19
|
+
resources :authors, only: %i[index show]
|
16
20
|
end
|
17
21
|
|
18
22
|
namespace :frontend, as: 'frontend_blog', path: 'blog', module: 'conferences/primer_theme/blog' do
|
@@ -22,7 +26,7 @@ Spina::Engine.routes.draw do
|
|
22
26
|
|
23
27
|
# Redirects for old sites that used the old blog path
|
24
28
|
get 'posts/', to: redirect('/blog'), as: :old_index
|
25
|
-
get 'posts/:id', to: redirect('/blog/%{id}'), as: :old_post
|
29
|
+
get 'posts/:id', to: redirect('/blog/%{id}'), as: :old_post # rubocop:disable Style/FormatStringToken
|
26
30
|
|
27
31
|
get 'feed.atom', to: 'posts#index', as: :rss_feed, defaults: { format: :atom }
|
28
32
|
get 'categories/:id', to: 'categories#show', as: :category
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
class ChangeCurrentConferenceAlertToText < ActiveRecord::Migration[6.0]
|
3
|
+
class ChangeCurrentConferenceAlertToText < ActiveRecord::Migration[6.0] # :nodoc:
|
4
4
|
def up
|
5
5
|
Spina::LayoutPart.where(name: 'current_conference_alert', layout_partable_type: 'Spina::Line').each do |layout_part|
|
6
6
|
if layout_part.partable.present?
|
@@ -8,23 +8,10 @@ module Spina
|
|
8
8
|
# Custom builder using Primer breadcrumbs.
|
9
9
|
class Builder < BreadcrumbsOnRails::Breadcrumbs::Builder
|
10
10
|
def render
|
11
|
-
@context.render ::Primer::
|
12
|
-
@
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
private
|
17
|
-
|
18
|
-
def render_elements(component, elements)
|
19
|
-
elements.collect { |element| render_element(component, element) }
|
20
|
-
end
|
21
|
-
|
22
|
-
def render_element(component, element)
|
23
|
-
url = compute_path(element)
|
24
|
-
if @context.current_page? url
|
25
|
-
component.item(selected: true, **element.options) { compute_name(element) }
|
26
|
-
else
|
27
|
-
component.item(href: compute_path(element), **element.options) { compute_name(element) }
|
11
|
+
@context.render ::Primer::Beta::Breadcrumbs.new(mb: 4) do |component|
|
12
|
+
@elements.each do |element|
|
13
|
+
component.item(href: compute_path(element), **element.options) { compute_name(element) }
|
14
|
+
end
|
28
15
|
end
|
29
16
|
end
|
30
17
|
end
|
@@ -3,15 +3,19 @@
|
|
3
3
|
module Spina
|
4
4
|
module Conferences
|
5
5
|
module PrimerTheme
|
6
|
+
# Registers the frontend controller and page parts with Spina.
|
6
7
|
class Engine < ::Rails::Engine
|
7
|
-
|
8
|
-
|
9
|
-
Spina::Part.register(Spina::Parts::Conferences::PrimerTheme::Checkbox)
|
8
|
+
initializer 'spina.conferences.primer_theme.importmap', before: 'importmap' do |app|
|
9
|
+
app.config.importmap.cache_sweepers << Engine.root.join('app/assets/javascripts')
|
10
10
|
end
|
11
11
|
|
12
12
|
config.to_prepare do
|
13
13
|
::Spina::PagesController.helper 'spina/conferences/primer_theme/application'
|
14
14
|
end
|
15
|
+
|
16
|
+
config.after_initialize do
|
17
|
+
Spina::Part.register(Spina::Parts::Conferences::PrimerTheme::Checkbox)
|
18
|
+
end
|
15
19
|
end
|
16
20
|
end
|
17
21
|
end
|
@@ -6,13 +6,20 @@ require 'spina/conferences/primer_theme/breadcrumbs/builder'
|
|
6
6
|
require 'spina/admin/conferences'
|
7
7
|
require 'spina/admin/journal'
|
8
8
|
require 'spina/admin/conferences/blog'
|
9
|
-
require 'octicons_helper'
|
10
9
|
require 'view_component'
|
11
10
|
require 'primer/view_components'
|
12
11
|
require 'icalendar'
|
12
|
+
require 'cssbundling-rails'
|
13
13
|
|
14
14
|
module Spina
|
15
|
-
module
|
16
|
-
#
|
15
|
+
module Conferences
|
16
|
+
# A Primer-based frontend theme for Spina.
|
17
|
+
module PrimerTheme
|
18
|
+
include ActiveSupport::Configurable
|
19
|
+
|
20
|
+
config_accessor :importmap
|
21
|
+
|
22
|
+
self.importmap = Importmap::Map.new
|
23
|
+
end
|
17
24
|
end
|
18
25
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spina-conferences-primer_theme-fork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Malčić
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: babel-transpiler
|
@@ -25,6 +25,20 @@ dependencies:
|
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '0.7'
|
28
|
+
- !ruby/object:Gem::Dependency
|
29
|
+
name: cssbundling-rails
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - "~>"
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '1.0'
|
35
|
+
type: :runtime
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - "~>"
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '1.0'
|
28
42
|
- !ruby/object:Gem::Dependency
|
29
43
|
name: icalendar
|
30
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,84 +73,84 @@ dependencies:
|
|
59
73
|
requirements:
|
60
74
|
- - '='
|
61
75
|
- !ruby/object:Gem::Version
|
62
|
-
version: 0.0.
|
76
|
+
version: 0.0.67
|
63
77
|
type: :runtime
|
64
78
|
prerelease: false
|
65
79
|
version_requirements: !ruby/object:Gem::Requirement
|
66
80
|
requirements:
|
67
81
|
- - '='
|
68
82
|
- !ruby/object:Gem::Version
|
69
|
-
version: 0.0.
|
83
|
+
version: 0.0.67
|
70
84
|
- !ruby/object:Gem::Dependency
|
71
85
|
name: rails
|
72
86
|
requirement: !ruby/object:Gem::Requirement
|
73
87
|
requirements:
|
74
88
|
- - "~>"
|
75
89
|
- !ruby/object:Gem::Version
|
76
|
-
version: '
|
90
|
+
version: '7.0'
|
77
91
|
type: :runtime
|
78
92
|
prerelease: false
|
79
93
|
version_requirements: !ruby/object:Gem::Requirement
|
80
94
|
requirements:
|
81
95
|
- - "~>"
|
82
96
|
- !ruby/object:Gem::Version
|
83
|
-
version: '
|
97
|
+
version: '7.0'
|
84
98
|
- !ruby/object:Gem::Dependency
|
85
99
|
name: spina
|
86
100
|
requirement: !ruby/object:Gem::Requirement
|
87
101
|
requirements:
|
88
102
|
- - "~>"
|
89
103
|
- !ruby/object:Gem::Version
|
90
|
-
version: 2.
|
104
|
+
version: '2.8'
|
91
105
|
type: :runtime
|
92
106
|
prerelease: false
|
93
107
|
version_requirements: !ruby/object:Gem::Requirement
|
94
108
|
requirements:
|
95
109
|
- - "~>"
|
96
110
|
- !ruby/object:Gem::Version
|
97
|
-
version: 2.
|
111
|
+
version: '2.8'
|
98
112
|
- !ruby/object:Gem::Dependency
|
99
|
-
name: spina-admin-conferences-
|
113
|
+
name: spina-admin-conferences-blog
|
100
114
|
requirement: !ruby/object:Gem::Requirement
|
101
115
|
requirements:
|
102
|
-
- -
|
116
|
+
- - '='
|
103
117
|
- !ruby/object:Gem::Version
|
104
|
-
version:
|
118
|
+
version: 0.3.1
|
105
119
|
type: :runtime
|
106
120
|
prerelease: false
|
107
121
|
version_requirements: !ruby/object:Gem::Requirement
|
108
122
|
requirements:
|
109
|
-
- -
|
123
|
+
- - '='
|
110
124
|
- !ruby/object:Gem::Version
|
111
|
-
version:
|
125
|
+
version: 0.3.1
|
112
126
|
- !ruby/object:Gem::Dependency
|
113
|
-
name: spina-admin-
|
127
|
+
name: spina-admin-conferences-fork
|
114
128
|
requirement: !ruby/object:Gem::Requirement
|
115
129
|
requirements:
|
116
|
-
- -
|
130
|
+
- - '='
|
117
131
|
- !ruby/object:Gem::Version
|
118
|
-
version: 0.
|
132
|
+
version: 3.0.0.rc2
|
119
133
|
type: :runtime
|
120
134
|
prerelease: false
|
121
135
|
version_requirements: !ruby/object:Gem::Requirement
|
122
136
|
requirements:
|
123
|
-
- -
|
137
|
+
- - '='
|
124
138
|
- !ruby/object:Gem::Version
|
125
|
-
version: 0.
|
139
|
+
version: 3.0.0.rc2
|
126
140
|
- !ruby/object:Gem::Dependency
|
127
|
-
name: spina-admin-
|
141
|
+
name: spina-admin-journal
|
128
142
|
requirement: !ruby/object:Gem::Requirement
|
129
143
|
requirements:
|
130
|
-
- -
|
144
|
+
- - '='
|
131
145
|
- !ruby/object:Gem::Version
|
132
|
-
version: 0.
|
146
|
+
version: 1.0.0.rc2
|
133
147
|
type: :runtime
|
134
148
|
prerelease: false
|
135
149
|
version_requirements: !ruby/object:Gem::Requirement
|
136
150
|
requirements:
|
137
|
-
- -
|
151
|
+
- - '='
|
138
152
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.
|
153
|
+
version: 1.0.0.rc2
|
140
154
|
- !ruby/object:Gem::Dependency
|
141
155
|
name: capybara
|
142
156
|
requirement: !ruby/object:Gem::Requirement
|
@@ -227,14 +241,14 @@ dependencies:
|
|
227
241
|
requirements:
|
228
242
|
- - "~>"
|
229
243
|
- !ruby/object:Gem::Version
|
230
|
-
version: '
|
244
|
+
version: '4.1'
|
231
245
|
type: :development
|
232
246
|
prerelease: false
|
233
247
|
version_requirements: !ruby/object:Gem::Requirement
|
234
248
|
requirements:
|
235
249
|
- - "~>"
|
236
250
|
- !ruby/object:Gem::Version
|
237
|
-
version: '
|
251
|
+
version: '4.1'
|
238
252
|
- !ruby/object:Gem::Dependency
|
239
253
|
name: simplecov
|
240
254
|
requirement: !ruby/object:Gem::Requirement
|
@@ -283,14 +297,14 @@ dependencies:
|
|
283
297
|
requirements:
|
284
298
|
- - "~>"
|
285
299
|
- !ruby/object:Gem::Version
|
286
|
-
version: '
|
300
|
+
version: '5.0'
|
287
301
|
type: :development
|
288
302
|
prerelease: false
|
289
303
|
version_requirements: !ruby/object:Gem::Requirement
|
290
304
|
requirements:
|
291
305
|
- - "~>"
|
292
306
|
- !ruby/object:Gem::Version
|
293
|
-
version: '
|
307
|
+
version: '5.0'
|
294
308
|
description: Frontend for Spina::Admin::Conferences plugin, based on Primer.
|
295
309
|
email:
|
296
310
|
- j.malcic@me.com
|
@@ -302,9 +316,12 @@ files:
|
|
302
316
|
- MIT-LICENSE
|
303
317
|
- README.md
|
304
318
|
- Rakefile
|
319
|
+
- app/assets/builds/spina/conferences/primer_theme/application.css
|
305
320
|
- app/assets/config/spina_conferences_primer_theme_manifest.js
|
306
321
|
- app/assets/javascripts/spina/conferences/primer_theme/application.js
|
307
|
-
- app/assets/javascripts/spina/conferences/primer_theme/controllers/
|
322
|
+
- app/assets/javascripts/spina/conferences/primer_theme/controllers/application.js
|
323
|
+
- app/assets/javascripts/spina/conferences/primer_theme/controllers/index.js
|
324
|
+
- app/assets/javascripts/spina/conferences/primer_theme/controllers/slideshow_controller.js
|
308
325
|
- app/assets/stylesheets/spina/conferences/primer_theme/_custom.sass
|
309
326
|
- app/assets/stylesheets/spina/conferences/primer_theme/_custom_variables.sass
|
310
327
|
- app/assets/stylesheets/spina/conferences/primer_theme/application.sass
|
@@ -316,6 +333,7 @@ files:
|
|
316
333
|
- app/controllers/spina/conferences/primer_theme/conferences/presentations_controller.rb
|
317
334
|
- app/controllers/spina/conferences/primer_theme/journal/application_controller.rb
|
318
335
|
- app/controllers/spina/conferences/primer_theme/journal/articles_controller.rb
|
336
|
+
- app/controllers/spina/conferences/primer_theme/journal/authors_controller.rb
|
319
337
|
- app/controllers/spina/conferences/primer_theme/journal/issues_controller.rb
|
320
338
|
- app/helpers/spina/conferences/primer_theme/application_helper.rb
|
321
339
|
- app/helpers/spina/conferences/primer_theme/asset_helper.rb
|
@@ -328,6 +346,7 @@ files:
|
|
328
346
|
- app/views/conferences_primer_theme/pages/events.html.haml
|
329
347
|
- app/views/conferences_primer_theme/pages/homepage.html.haml
|
330
348
|
- app/views/conferences_primer_theme/pages/information.html.haml
|
349
|
+
- app/views/conferences_primer_theme/pages/journal_information.html.haml
|
331
350
|
- app/views/conferences_primer_theme/pages/periodical.html.haml
|
332
351
|
- app/views/conferences_primer_theme/pages/show.html.haml
|
333
352
|
- app/views/conferences_primer_theme/partials/_event.html.haml
|
@@ -338,13 +357,18 @@ files:
|
|
338
357
|
- app/views/layouts/spina/conferences/primer_theme/conferences/conferences.html.haml
|
339
358
|
- app/views/layouts/spina/conferences/primer_theme/conferences/presentations.html.haml
|
340
359
|
- app/views/layouts/spina/conferences/primer_theme/journal/articles.html.haml
|
360
|
+
- app/views/layouts/spina/conferences/primer_theme/journal/authors.html.haml
|
341
361
|
- app/views/layouts/spina/conferences/primer_theme/journal/issues.html.haml
|
342
362
|
- app/views/spina/admin/layout_partables/texts/_form.html.haml
|
343
363
|
- app/views/spina/admin/parts/conferences/primer_theme/checkboxes/_form.html.haml
|
364
|
+
- app/views/spina/application/_admin_bar.html.haml
|
365
|
+
- app/views/spina/application/_alert.html.haml
|
366
|
+
- app/views/spina/application/_analytics.html.erb
|
344
367
|
- app/views/spina/application/_cookies.html.haml
|
345
|
-
- app/views/spina/application/
|
368
|
+
- app/views/spina/application/_cookies_footer.html.haml
|
346
369
|
- app/views/spina/application/_footer.html.haml
|
347
|
-
- app/views/spina/application/
|
370
|
+
- app/views/spina/application/_google_site_verification.html.haml
|
371
|
+
- app/views/spina/application/_journal_navigation.html.haml
|
348
372
|
- app/views/spina/application/_list_item.html.haml
|
349
373
|
- app/views/spina/application/_logo.html.haml
|
350
374
|
- app/views/spina/application/_mobile_navigation_item.html.haml
|
@@ -383,12 +407,16 @@ files:
|
|
383
407
|
- app/views/spina/conferences/primer_theme/journal/articles/_authorship.html.haml
|
384
408
|
- app/views/spina/conferences/primer_theme/journal/articles/_metadata.html.haml
|
385
409
|
- app/views/spina/conferences/primer_theme/journal/articles/show.html.haml
|
410
|
+
- app/views/spina/conferences/primer_theme/journal/authors/_author.html.haml
|
411
|
+
- app/views/spina/conferences/primer_theme/journal/authors/index.html.haml
|
412
|
+
- app/views/spina/conferences/primer_theme/journal/authors/show.html.haml
|
386
413
|
- app/views/spina/conferences/primer_theme/journal/issues/_article.html.haml
|
387
414
|
- app/views/spina/conferences/primer_theme/journal/issues/_issue.html.haml
|
388
415
|
- app/views/spina/conferences/primer_theme/journal/issues/_issue_cover.html.haml
|
389
416
|
- app/views/spina/conferences/primer_theme/journal/issues/index.html.haml
|
390
417
|
- app/views/spina/conferences/primer_theme/journal/issues/show.html.haml
|
391
418
|
- config/initializers/assets.rb
|
419
|
+
- config/initializers/importmap.rb
|
392
420
|
- config/initializers/mime_types.rb
|
393
421
|
- config/initializers/primer.rb
|
394
422
|
- config/initializers/themes/conferences_primer_theme.rb
|
@@ -405,7 +433,8 @@ files:
|
|
405
433
|
homepage:
|
406
434
|
licenses:
|
407
435
|
- MIT
|
408
|
-
metadata:
|
436
|
+
metadata:
|
437
|
+
rubygems_mfa_required: 'true'
|
409
438
|
post_install_message:
|
410
439
|
rdoc_options: []
|
411
440
|
require_paths:
|
@@ -417,9 +446,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
417
446
|
version: '2.7'
|
418
447
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
419
448
|
requirements:
|
420
|
-
- - "
|
449
|
+
- - ">"
|
421
450
|
- !ruby/object:Gem::Version
|
422
|
-
version:
|
451
|
+
version: 1.3.1
|
423
452
|
requirements: []
|
424
453
|
rubygems_version: 3.1.6
|
425
454
|
signing_key:
|