blacklight 6.23.0 → 6.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87e4d1ededc8c09e0bc58aca99ca4c37b7fa0ff85877b4ca7c69fda2cbb02f3d
4
- data.tar.gz: a62ce68954acf22deda2dab59c461f194c77f10035d6287b3ebfcb9884b21bc1
3
+ metadata.gz: 57d198c6aed6d4e2cca7c1945904e4b13139ba1788acd6363d427aa30d436c14
4
+ data.tar.gz: 92364314b9bbb7fcb9afc3f229a641afcd05ba43e1df4b19c8512e0e256523f9
5
5
  SHA512:
6
- metadata.gz: 4b4972dcc598dfddc3d48a06d9b0be8d3da169f2255d962b1ef148e14b9a100e67332250c4cfec3ca4c2d0f76c0bb30a2c6d99850ddb74a107a485691eb68331
7
- data.tar.gz: 373a787a4da0e1a3f4a96331d88fc8411524f2f8935fd3a16571cc25392a92ac6b3fd6dd0b78f8743cd7239644b5e0234b6b9b0e20869a22be6368813d6f5a80
6
+ metadata.gz: 11048e0150ec7619375f56771faf38d1bdd0797f0f19cf67c8d8926f9f1e26adab9caf1a0f4fae084be28807aa0ab4e7320c149f688181f49eea8dedfd73d7c7
7
+ data.tar.gz: ece97e66b4d5a6c1f91b5ea9491811d06983435e592936e973de5e253fcf8405351b601999480340384ef229affa3e703b261a628a41286975b20a83e789ea2e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.23.0
1
+ 6.24.0
@@ -1,5 +1,7 @@
1
1
  <div class="modal-header">
2
- <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-hidden="true">×</button>
2
+ <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
3
+ <span aria-hidden="true">&times;</span>
4
+ </button>
3
5
  <h1 class="modal-title"><%= t('blacklight.email.form.title') %></h1>
4
6
  </div>
5
7
  <%= render :partial => 'email_form' %>
@@ -1,9 +1,11 @@
1
1
  <div class="modal-header">
2
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
2
+ <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
3
+ <span aria-hidden="true">&times;</span>
4
+ </button>
3
5
  <h1><%= t('blacklight.email.form.title') %></h1>
4
6
  </div>
5
7
 
6
8
  <div class="modal-body">
7
9
  <%= render :partial=>'/flash_msg' %>
8
10
  <span class="ajax-close-modal"></span>
9
- </div>
11
+ </div>
@@ -3,7 +3,9 @@
3
3
  </div>
4
4
 
5
5
  <div class="modal-header">
6
- <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-hidden="true">×</button>
6
+ <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
7
+ <span aria-hidden="true">&times;</span>
8
+ </button>
7
9
 
8
10
  <h3 class="modal-title"><%= facet_field_label(@facet.key) %></h3>
9
11
  <%= render partial: 'facet_index_navigation' if @facet.index_range && @display_facet.index? %>
@@ -1,5 +1,8 @@
1
1
  <div class="modal-header">
2
- <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-hidden="true">×</button>
2
+ <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
3
+ <span aria-hidden="true">&times;</span>
4
+ </button>
5
+
3
6
  <h1 class="modal-title"><%= t('blacklight.sms.form.title') %></h1>
4
7
  </div>
5
8
  <%= render :partial => 'sms_form' %>
@@ -1,9 +1,12 @@
1
1
  <div class="modal-header">
2
- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
2
+ <button type="button" class="ajax-modal-close close" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
3
+ <span aria-hidden="true">&times;</span>
4
+ </button>
5
+
3
6
  <h1 class="modal-title"><%= t('blacklight.sms.form.title') %></h1>
4
7
  </div>
5
8
 
6
9
  <div class="modal-body">
7
10
  <%= render :partial=>'/flash_msg' %>
8
11
  <span class="ajax-close-modal"></span>
9
- </div>
12
+ </div>
@@ -1,5 +1,5 @@
1
- <div id="ajax-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="modal menu" aria-hidden="true">
2
- <div class="modal-dialog">
1
+ <div id="ajax-modal" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
2
+ <div class="modal-dialog" role="document">
3
3
  <div class="modal-content">
4
4
  </div>
5
5
  </div>
@@ -25,6 +25,9 @@ de:
25
25
  and: 'und'
26
26
  or: 'oder'
27
27
 
28
+ modal:
29
+ close: Schließen
30
+
28
31
  bookmarks:
29
32
  title: 'Lesezeichen'
30
33
  page_title: 'Lesezeichen - %{application_name}'
@@ -25,6 +25,9 @@ en:
25
25
  and: 'and'
26
26
  or: 'or'
27
27
 
28
+ modal:
29
+ close: "Close"
30
+
28
31
  bookmarks:
29
32
  title: 'Bookmarks'
30
33
  page_title: 'Bookmarks - %{application_name}'
@@ -25,6 +25,9 @@ es:
25
25
  and: 'y'
26
26
  or: 'o'
27
27
 
28
+ modal:
29
+ close: cerca
30
+
28
31
  bookmarks:
29
32
  title: 'Favoritos'
30
33
  page_title: 'Favoritos - %{application_name}'
@@ -25,6 +25,9 @@ fr:
25
25
  and: 'et'
26
26
  or: 'ou'
27
27
 
28
+ modal:
29
+ close: Fermer
30
+
28
31
  bookmarks:
29
32
  title: 'Favoris'
30
33
  page_title: 'Favoris - %{application_name}'
@@ -25,6 +25,9 @@ it:
25
25
  and: 'e'
26
26
  or: 'o'
27
27
 
28
+ modal:
29
+ close: Vicino
30
+
28
31
  bookmarks:
29
32
  title: 'Preferiti'
30
33
  page_title: 'Preferiti - %{application_name}'
@@ -25,6 +25,9 @@ pt-BR:
25
25
  and: 'e'
26
26
  or: 'ou'
27
27
 
28
+ modal:
29
+ close: Fechar
30
+
28
31
  bookmarks:
29
32
  title: 'Favoritos'
30
33
  page_title: 'Favoritos - %{application_name}'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.23.0
4
+ version: 6.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Rochkind
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: exe
19
19
  cert_chain: []
20
- date: 2020-03-13 00:00:00.000000000 Z
20
+ date: 2021-01-23 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: rails
@@ -771,7 +771,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
771
771
  - !ruby/object:Gem::Version
772
772
  version: '0'
773
773
  requirements: []
774
- rubygems_version: 3.0.3
774
+ rubygems_version: 3.1.4
775
775
  signing_key:
776
776
  specification_version: 4
777
777
  summary: Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr)