refinerycms-resources 3.0.1 → 3.0.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20564ff6cf2f978cbaa6eb693c01f1af05e6ade7
|
|
4
|
+
data.tar.gz: 2cced96f4891b2b14b163cb4e11840df0be3a29b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9708c4f013d97646a8f71458ac8c179447a744bd781379633c2a97d5ba396c8280a629fc8dadf16af028a866f3e92e9a4865f44c99a4f2ba0e586fe390390d65
|
|
7
|
+
data.tar.gz: debc8f44381567f5682b7f95a45bef72dce5024ea7dc84595f77de8a16345127e8a275aeb29339d7e4fffc9dbe5d2d8f22b54382c564a7a8d74b1ad76a6a93e5
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
<%= will_paginate @resources, :params => params.dup.merge(:action => "insert") %>
|
|
21
21
|
|
|
22
22
|
<%= render '/refinery/admin/form_actions', :f => nil,
|
|
23
|
+
:action_name => "insert",
|
|
23
24
|
:submit_button_text => t('.button_text'),
|
|
24
25
|
:hide_cancel => false,
|
|
25
26
|
:hide_delete => true if @app_dialog or @resources.any? %>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<%
|
|
2
2
|
edit_url = refinery.edit_admin_resource_path(resource)
|
|
3
3
|
delete_url = refinery.admin_resource_path(resource)
|
|
4
|
-
delete_options = {data: {confirm: t('
|
|
4
|
+
delete_options = {data: {confirm: t('message', scope: 'refinery.admin.delete', title: resource.title)}}
|
|
5
5
|
%>
|
|
6
6
|
<li class="clearfix record <%= cycle('on', 'on-hover') %>">
|
|
7
7
|
|
|
8
8
|
<span class="title <%= resource.ext.try(:downcase) %>">
|
|
9
|
-
<%= resource
|
|
9
|
+
<%= translated_field(resource, :title) %>
|
|
10
10
|
</span>
|
|
11
11
|
|
|
12
12
|
<% if Refinery::I18n.frontend_locales.many? %>
|
data/config/locales/nl.yml
CHANGED
|
@@ -13,6 +13,9 @@ nl:
|
|
|
13
13
|
or: of
|
|
14
14
|
replace: " vervangen door dit bestand..."
|
|
15
15
|
maximum_file_size: De maximale bestandsgrootte is %{bytes}.
|
|
16
|
+
resource_file: Bestand
|
|
17
|
+
resource_title: Titel
|
|
18
|
+
resource_title_help: De titel die aan gebruikers getoond wordt.
|
|
16
19
|
resource:
|
|
17
20
|
download: Dit bestand downloaden (%{size})
|
|
18
21
|
actions:
|
data/config/locales/zh-CN.yml
CHANGED
|
File without changes
|
data/license.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2005 [Resolve Digital](
|
|
3
|
+
Copyright (c) 2005 [Resolve Digital](https://resolve.digital)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Philip Arndt
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-03-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: acts_as_indexed
|
|
@@ -66,14 +66,14 @@ dependencies:
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - '='
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 3.0.
|
|
69
|
+
version: 3.0.2
|
|
70
70
|
type: :runtime
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - '='
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: 3.0.
|
|
76
|
+
version: 3.0.2
|
|
77
77
|
description: Handles all file upload and processing functionality in Refinery CMS.
|
|
78
78
|
email: refinerycms@p.arndt.io
|
|
79
79
|
executables: []
|