refinerycms 0.9.7.10 → 0.9.7.11
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.
- data/Gemfile +9 -9
- data/bin/refinery-upgrade-096-to-097 +1 -1
- data/changelog.md +180 -158
- data/features/refinery/create_inquiries.feature +5 -7
- data/features/refinery/dashboard.feature +28 -16
- data/features/refinery/manage_files.feature +14 -19
- data/features/refinery/manage_images.feature +13 -26
- data/features/refinery/manage_inquiries.feature +6 -8
- data/features/refinery/manage_pages.feature +6 -0
- data/features/refinery/manage_users.feature +26 -0
- data/features/refinery/search.feature +37 -0
- data/features/refinery/site_bar.feature +1 -1
- data/features/step_definitions/refinery/file_steps.rb +4 -0
- data/features/step_definitions/refinery/image_steps.rb +4 -0
- data/features/step_definitions/refinery/inquiry_steps.rb +12 -0
- data/features/step_definitions/refinery/page_steps.rb +6 -2
- data/features/support/paths.rb +9 -0
- data/public/images/refinery/carousel-left.png +0 -0
- data/public/images/refinery/carousel-right.png +0 -0
- data/public/javascripts/jquery/jquery.jcarousel.js +896 -0
- data/public/javascripts/refinery/admin.js +50 -17
- data/public/javascripts/wymeditor/lang/da.js +47 -0
- data/public/stylesheets/refinery/refinery.css +20 -1
- data/vendor/plugins/images/app/controllers/admin/images_controller.rb +8 -8
- data/vendor/plugins/images/app/views/admin/images/_existing_image.html.erb +1 -1
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +2 -1
- data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +2 -1
- data/vendor/plugins/images/app/views/admin/images/insert.html.erb +1 -1
- data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +2 -6
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +2 -1
- data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +2 -1
- data/vendor/plugins/inquiries/config/locales/pt-BR.yml +2 -0
- data/vendor/plugins/pages/app/views/admin/pages/_form_new_page_parts.html.erb +2 -2
- data/vendor/plugins/pages/app/views/admin/pages/_form_page_parts.html.erb +3 -3
- data/vendor/plugins/pages/app/views/admin/pages/_page.html.erb +1 -0
- data/vendor/plugins/pages/app/views/admin/pages/_sortable_list.html.erb +3 -1
- data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +2 -6
- data/vendor/plugins/pages/config/locales/en.yml +2 -0
- data/vendor/plugins/pages/config/locales/pt-BR.yml +2 -0
- data/vendor/plugins/refinery/app/views/admin/_head.html.erb +6 -4
- data/vendor/plugins/refinery/app/views/shared/_head.html.erb +4 -3
- data/vendor/plugins/refinery/app/views/shared/_html5_for_ie.js.erb +5 -0
- data/vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb +4 -1
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +4 -4
- data/vendor/plugins/refinery/lib/crud.rb +62 -29
- data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/rails/init.rb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/views/admin/_sortable_list.html.erb +3 -1
- data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/views/admin/index.html.erb +1 -3
- data/vendor/plugins/refinery/lib/refinery.rb +1 -1
- data/vendor/plugins/refinery/lib/tasks/refinery.rake +5 -0
- data/vendor/plugins/refinery/plugins.md +1 -1
- data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +1 -0
- data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +2 -5
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +2 -1
- metadata +15 -5
- data/app/controllers/application.rb +0 -3
@@ -0,0 +1,5 @@
|
|
1
|
+
// html5shiv MIT @rem remysharp.com/html5-enabling-script
|
2
|
+
// iepp v1.5.1 MIT @jon_neal iecss.com/print-protector
|
3
|
+
/*@cc_on(function(p,e){var q=e.createElement("div");q.innerHTML="<z>i</z>";q.childNodes.length!==1&&function(){function r(a,b){if(g[a])g[a].styleSheet.cssText+=b;else{var c=s[l],d=e[j]("style");d.media=a;c.insertBefore(d,c[l]);g[a]=d;r(a,b)}}function t(a,b){for(var c=new RegExp("\\b("+m+")\\b(?!.*[;}])","gi"),d=function(k){return".iepp_"+k},h=-1;++h<a.length;){b=a[h].media||b;t(a[h].imports,b);r(b,a[h].cssText.replace(c,d))}}for(var s=e.documentElement,i=e.createDocumentFragment(),g={},m="abbr article aside audio canvas details figcaption figure footer header hgroup mark meter nav output progress section summary time video".replace(/ /g, '|'),
|
4
|
+
n=m.split("|"),f=[],o=-1,l="firstChild",j="createElement";++o<n.length;){e[j](n[o]);i[j](n[o])}i=i.appendChild(e[j]("div"));p.attachEvent("onbeforeprint",function(){for(var a,b=e.getElementsByTagName("*"),c,d,h=new RegExp("^"+m+"$","i"),k=-1;++k<b.length;)if((a=b[k])&&(d=a.nodeName.match(h))){c=new RegExp("^\\s*<"+d+"(.*)\\/"+d+">\\s*$","i");i.innerHTML=a.outerHTML.replace(/\r|\n/g," ").replace(c,a.currentStyle.display=="block"?"<div$1/div>":"<span$1/span>");c=i.childNodes[0];c.className+=" iepp_"+
|
5
|
+
d;c=f[f.length]=[a,c];a.parentNode.replaceChild(c[1],c[0])}t(e.styleSheets,"all")});p.attachEvent("onafterprint",function(){for(var a=-1,b;++a<f.length;)f[a][1].parentNode.replaceChild(f[a][0],f[a][1]);for(b in g)s[l].removeChild(g[b]);g={};f=[]})}()})(this,document);@*/
|
@@ -11,7 +11,10 @@
|
|
11
11
|
|
12
12
|
unless hide_cancel
|
13
13
|
cancel_button_text ||= t('.cancel')
|
14
|
-
|
14
|
+
unless defined?(cancel_title)
|
15
|
+
cancel_title = t('.cancel_lose_changes',
|
16
|
+
:object_name => f.object.class.name.underscore.gsub("_", " "))
|
17
|
+
end
|
15
18
|
cancel_button_id ||= "cancel_button"
|
16
19
|
|
17
20
|
cancel_url ||= (((back = url_for(:back)).include?('javascript') or action_name =~ /^(create|update)$/) ? send("admin_#{f.object.class.name.pluralize.underscore}_url") : back)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<form method="GET" action="<%= url %>" class="search_form">
|
2
2
|
<input id="search" name="search" size="22" type="search" value="<%= params[:search] %>" />
|
3
3
|
<input id="dialog" name="dialog" type="hidden" value="<%= from_dialog? %>" />
|
4
|
-
<%= submit_tag t('admin.search'), :name =>
|
4
|
+
<%= submit_tag t('admin.search'), :name => nil %>
|
5
5
|
</form>
|
@@ -1,9 +1,9 @@
|
|
1
1
|
<input type='hidden' id='reorder_authenticity_token' name='reorder_authenticity_token' value='<%= form_authenticity_token %>'/>
|
2
|
-
<%
|
2
|
+
<% if params[(list_id ||= "sortable_list").to_sym].present? and
|
3
|
+
(defined?(continue_reordering) ? continue_reordering == "true" : true) -%>
|
3
4
|
<script type='text/javascript'>
|
4
5
|
$(document).ready(function(){
|
5
|
-
|
6
|
-
init_tooltips();
|
6
|
+
list_reorder.enable_reordering();
|
7
7
|
});
|
8
8
|
</script>
|
9
|
-
<% end
|
9
|
+
<% end -%>
|
@@ -35,7 +35,8 @@ module Crud
|
|
35
35
|
}.merge!(new_options)
|
36
36
|
|
37
37
|
module_eval %(
|
38
|
-
before_filter :find_#{singular_name},
|
38
|
+
before_filter :find_#{singular_name},
|
39
|
+
:only => [:update, :destroy, :edit, :show]
|
39
40
|
|
40
41
|
def new
|
41
42
|
@#{singular_name} = #{class_name}.new
|
@@ -44,14 +45,18 @@ module Crud
|
|
44
45
|
def create
|
45
46
|
# if the position field exists, set this object as last object, given the conditions of this class.
|
46
47
|
if #{class_name}.column_names.include?("position")
|
47
|
-
params[:#{singular_name}].merge!({
|
48
|
+
params[:#{singular_name}].merge!({
|
49
|
+
:position => ((#{class_name}.maximum(:position, :conditions => "#{options[:conditions]}")||-1) + 1)
|
50
|
+
})
|
48
51
|
end
|
49
52
|
|
50
53
|
if (@#{singular_name} = #{class_name}.create(params[:#{singular_name}])).valid?
|
51
54
|
unless request.xhr?
|
52
|
-
flash[:notice] = t('refinery.crudify.created',
|
55
|
+
flash[:notice] = t('refinery.crudify.created',
|
56
|
+
:what => "'\#{@#{singular_name}.#{options[:title_attribute]}}'")
|
53
57
|
else
|
54
|
-
flash.now[:notice] = t('refinery.crudify.created',
|
58
|
+
flash.now[:notice] = t('refinery.crudify.created',
|
59
|
+
:what => "'\#{@#{singular_name}.#{options[:title_attribute]}}'")
|
55
60
|
end
|
56
61
|
unless from_dialog?
|
57
62
|
unless params[:continue_editing] =~ /true|on|1/
|
@@ -70,7 +75,11 @@ module Crud
|
|
70
75
|
unless request.xhr?
|
71
76
|
render :action => 'new'
|
72
77
|
else
|
73
|
-
render :partial => "/shared/admin/error_messages_for",
|
78
|
+
render :partial => "/shared/admin/error_messages_for",
|
79
|
+
:locals => {
|
80
|
+
:symbol => :#{singular_name},
|
81
|
+
:object => @#{singular_name}
|
82
|
+
}
|
74
83
|
end
|
75
84
|
end
|
76
85
|
end
|
@@ -82,9 +91,11 @@ module Crud
|
|
82
91
|
def update
|
83
92
|
if @#{singular_name}.update_attributes(params[:#{singular_name}])
|
84
93
|
unless request.xhr?
|
85
|
-
flash[:notice] = t('refinery.crudify.updated',
|
94
|
+
flash[:notice] = t('refinery.crudify.updated',
|
95
|
+
:what => "'\#{@#{singular_name}.#{options[:title_attribute]}}'")
|
86
96
|
else
|
87
|
-
flash.now[:notice] = t('refinery.crudify.updated',
|
97
|
+
flash.now[:notice] = t('refinery.crudify.updated',
|
98
|
+
:what => "'\#{@#{singular_name}.#{options[:title_attribute]}}'")
|
88
99
|
end
|
89
100
|
unless from_dialog?
|
90
101
|
unless params[:continue_editing] =~ /true|on|1/
|
@@ -103,7 +114,11 @@ module Crud
|
|
103
114
|
unless request.xhr?
|
104
115
|
render :action => 'edit'
|
105
116
|
else
|
106
|
-
render :partial => "/shared/admin/error_messages_for",
|
117
|
+
render :partial => "/shared/admin/error_messages_for",
|
118
|
+
:locals => {
|
119
|
+
:symbol => :#{singular_name},
|
120
|
+
:object => @#{singular_name}
|
121
|
+
}
|
107
122
|
end
|
108
123
|
end
|
109
124
|
end
|
@@ -117,39 +132,51 @@ module Crud
|
|
117
132
|
end
|
118
133
|
|
119
134
|
def find_#{singular_name}
|
120
|
-
@#{singular_name} = #{class_name}.find(params[:id],
|
135
|
+
@#{singular_name} = #{class_name}.find(params[:id],
|
136
|
+
:include => %w(#{options[:include].join(' ')}))
|
121
137
|
end
|
122
138
|
|
123
139
|
def find_all_#{plural_name}
|
124
|
-
@#{plural_name} = #{class_name}.find
|
125
|
-
|
126
|
-
|
127
|
-
|
140
|
+
@#{plural_name} = #{class_name}.find(
|
141
|
+
:all,
|
142
|
+
:order => "#{options[:order]}",
|
143
|
+
:conditions => "#{options[:conditions]}",
|
144
|
+
:include => %w(#{options[:include].join(' ')})
|
145
|
+
)
|
128
146
|
end
|
129
147
|
|
130
148
|
def paginate_all_#{plural_name}
|
131
|
-
@#{plural_name} = #{class_name}.paginate
|
132
|
-
|
133
|
-
|
134
|
-
|
149
|
+
@#{plural_name} = #{class_name}.paginate(
|
150
|
+
:page => params[:page],
|
151
|
+
:order => "#{options[:order]}",
|
152
|
+
:conditions => "#{options[:conditions]}",
|
153
|
+
:include => %w(#{options[:include].join(' ')})
|
154
|
+
)
|
135
155
|
end
|
136
156
|
|
137
157
|
def search_all_#{plural_name}
|
138
|
-
@#{plural_name} = #{class_name}.
|
139
|
-
|
140
|
-
|
141
|
-
|
158
|
+
@#{plural_name} = #{class_name}.with_query(params[:search]).find(
|
159
|
+
:all,
|
160
|
+
:order => "#{options[:order]}",
|
161
|
+
:conditions => "#{options[:search_conditions]}",
|
162
|
+
:include => %w(#{options[:include].join(' ')})
|
163
|
+
)
|
142
164
|
end
|
143
165
|
|
144
166
|
def search_and_paginate_all_#{plural_name}
|
145
|
-
@#{plural_name} = #{class_name}.
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
167
|
+
@#{plural_name} = #{class_name}.with_query(params[:search]).paginate(
|
168
|
+
:page => params[:page],
|
169
|
+
:order => "#{options[:order]}",
|
170
|
+
:conditions => "#{options[:search_conditions]}",
|
171
|
+
:include => %w(#{options[:include].join(' ')})
|
172
|
+
)
|
150
173
|
end
|
151
174
|
|
152
|
-
protected :find_#{singular_name},
|
175
|
+
protected :find_#{singular_name},
|
176
|
+
:find_all_#{plural_name},
|
177
|
+
:paginate_all_#{plural_name},
|
178
|
+
:search_all_#{plural_name},
|
179
|
+
:search_and_paginate_all_#{plural_name}
|
153
180
|
|
154
181
|
)
|
155
182
|
|
@@ -211,7 +238,11 @@ module Crud
|
|
211
238
|
end
|
212
239
|
|
213
240
|
find_all_#{plural_name}
|
214
|
-
render :partial => 'sortable_list',
|
241
|
+
render :partial => 'sortable_list',
|
242
|
+
:layout => false,
|
243
|
+
:locals => {
|
244
|
+
:continue_reordering => params[:continue_reordering]
|
245
|
+
}
|
215
246
|
end
|
216
247
|
|
217
248
|
# takes in a single branch and saves the nodes inside it
|
@@ -220,7 +251,9 @@ module Crud
|
|
220
251
|
parse_branch(pos, id, id_hash["id"]) unless pos == "id"
|
221
252
|
end if id_hash.include?('0')
|
222
253
|
|
223
|
-
#{class_name}.update(id_hash["id"],
|
254
|
+
#{class_name}.update(id_hash["id"],
|
255
|
+
:parent_id => parent_id,
|
256
|
+
:position => position)
|
224
257
|
end
|
225
258
|
|
226
259
|
protected :parse_branch
|
@@ -2,7 +2,7 @@ Refinery::Plugin.register do |plugin|
|
|
2
2
|
plugin.name = "<%= class_name.pluralize.underscore.downcase %>"
|
3
3
|
plugin.activity = {
|
4
4
|
:class => <%= class_name %><% if attributes.first.name != "title" %>,
|
5
|
-
:title => '<%= attributes.first.name %>'
|
5
|
+
:title => '<%= attributes.select { |a| a.type.to_s == "string" }.first.name %>'
|
6
6
|
<% end %>}
|
7
7
|
|
8
8
|
plugin.directory = directory # tell refinery where this plugin is located
|
@@ -1,2 +1,4 @@
|
|
1
|
-
|
1
|
+
<ul id='sortable_list'>
|
2
|
+
<%%= render :partial => '<%= singular_name %>', :collection => @<%= plural_name %> %>
|
3
|
+
</ul>
|
2
4
|
<%%= render :partial => "/shared/admin/sortable_list", :locals => {:continue_reordering => (defined?(continue_reordering) ? continue_reordering : true)} %>
|
data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/views/admin/index.html.erb
CHANGED
@@ -25,9 +25,7 @@
|
|
25
25
|
<%% else %>
|
26
26
|
<%% if @<%= plural_name %>.any? %>
|
27
27
|
<%%= will_paginate @<%= plural_name %>, :previous_label => '«', :next_label => '»' %>
|
28
|
-
|
29
|
-
<%%= render :partial => "sortable_list" %>
|
30
|
-
</ul>
|
28
|
+
<%%= render :partial => "sortable_list" %>
|
31
29
|
<%%= will_paginate @<%= plural_name %>, :previous_label => '«', :next_label => '»' %>
|
32
30
|
<%% else %>
|
33
31
|
<p>
|
@@ -162,6 +162,7 @@ namespace :refinery do
|
|
162
162
|
Rails.root.join('features', 'refinery').mkpath
|
163
163
|
Rails.root.join('features', 'step_definitions', 'refinery').mkpath
|
164
164
|
Rails.root.join('features', 'support').mkpath
|
165
|
+
Rails.root.join('features', 'uploads').mkpath
|
165
166
|
|
166
167
|
# copy in cucumber features
|
167
168
|
FileUtils::cp Dir[Refinery.root.join('features', 'refinery', '*.feature').to_s],
|
@@ -176,6 +177,10 @@ namespace :refinery do
|
|
176
177
|
Rails.root.join('features', 'step_definitions').to_s,
|
177
178
|
:verbose => verbose
|
178
179
|
|
180
|
+
FileUtils::cp Dir[Refinery.root.join('features', 'uploads', '*').to_s],
|
181
|
+
Rails.root.join('features', 'uploads').to_s,
|
182
|
+
:verbose => verbose
|
183
|
+
|
179
184
|
FileUtils::cp Dir[Refinery.root.join('features', 'support', '*.rb').to_s],
|
180
185
|
Rails.root.join('features', 'support').to_s,
|
181
186
|
:verbose => verbose
|
@@ -149,7 +149,7 @@ Here's what the different activity options mean:
|
|
149
149
|
# the name of the class we're watching.
|
150
150
|
|
151
151
|
:url_prefix
|
152
|
-
# Just use "
|
152
|
+
# Just use "edit_" if you're not sure how this works.
|
153
153
|
#
|
154
154
|
# When it says "'About' page was updated about 4 hours ago", the page title "About"
|
155
155
|
# is linked to that page in a way we specify. So by setting "_edit" as a :url_prefix what
|
@@ -35,12 +35,9 @@ class Admin::ResourcesController < Admin::BaseController
|
|
35
35
|
|
36
36
|
def index
|
37
37
|
if searching?
|
38
|
-
|
39
|
-
:page => params[:page],
|
40
|
-
:order => "created_at DESC"
|
38
|
+
search_and_paginate_all_resources
|
41
39
|
else
|
42
|
-
|
43
|
-
:order => "created_at DESC"
|
40
|
+
paginate_all_resources
|
44
41
|
end
|
45
42
|
|
46
43
|
if RefinerySetting.find_or_set(:group_resources_by_date_uploaded, true)
|
@@ -11,6 +11,7 @@
|
|
11
11
|
<%= link_to refinery_icon_tag('delete.png'), admin_resource_path(resource),
|
12
12
|
:class => "cancel confirm-delete",
|
13
13
|
:title => t('.delete.title'),
|
14
|
-
:'data-confirm' => t('.delete.message', :title => resource.filename)
|
14
|
+
:'data-confirm' => t('.delete.message', :title => resource.filename),
|
15
|
+
:'data-method' => "delete" %>
|
15
16
|
</span>
|
16
17
|
</li>
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: refinerycms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 13
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 9
|
8
9
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.9.7.
|
10
|
+
- 11
|
11
|
+
version: 0.9.7.11
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Resolve Digital
|
@@ -17,7 +18,7 @@ autorequire:
|
|
17
18
|
bindir: bin
|
18
19
|
cert_chain: []
|
19
20
|
|
20
|
-
date: 2010-08-
|
21
|
+
date: 2010-08-07 00:00:00 +12:00
|
21
22
|
default_executable:
|
22
23
|
dependencies: []
|
23
24
|
|
@@ -43,7 +44,6 @@ files:
|
|
43
44
|
- public/.htaccess
|
44
45
|
- config.ru
|
45
46
|
- app/controllers/admin/base_controller.rb
|
46
|
-
- app/controllers/application.rb
|
47
47
|
- app/controllers/application_controller.rb
|
48
48
|
- app/helpers/application_helper.rb
|
49
49
|
- bin/refinery
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- features/refinery/manage_refinery_settings.feature
|
113
113
|
- features/refinery/manage_users.feature
|
114
114
|
- features/refinery/plugin_generator.feature
|
115
|
+
- features/refinery/search.feature
|
115
116
|
- features/refinery/site_bar.feature
|
116
117
|
- features/refinery/theme_generator.feature
|
117
118
|
- features/step_definitions/refinery/core_steps.rb
|
@@ -146,6 +147,8 @@ files:
|
|
146
147
|
- public/images/refinery/branch-end.gif
|
147
148
|
- public/images/refinery/branch-start.gif
|
148
149
|
- public/images/refinery/branch.gif
|
150
|
+
- public/images/refinery/carousel-left.png
|
151
|
+
- public/images/refinery/carousel-right.png
|
149
152
|
- public/images/refinery/cross.png
|
150
153
|
- public/images/refinery/dialogLoadingAnimation.gif
|
151
154
|
- public/images/refinery/header_background.png
|
@@ -504,6 +507,7 @@ files:
|
|
504
507
|
- public/javascripts/jquery/GPL-LICENSE.txt
|
505
508
|
- public/javascripts/jquery/jquery.corner.js
|
506
509
|
- public/javascripts/jquery/jquery.html5-placeholder-shim.js
|
510
|
+
- public/javascripts/jquery/jquery.jcarousel.js
|
507
511
|
- public/javascripts/jquery/jquery.nestedsortables.js
|
508
512
|
- public/javascripts/jquery/jquery.textTruncate.js
|
509
513
|
- public/javascripts/jquery/jquery.timers.js
|
@@ -517,6 +521,7 @@ files:
|
|
517
521
|
- public/javascripts/wymeditor/jquery.refinery.wymeditor.js
|
518
522
|
- public/javascripts/wymeditor/lang/ca.js
|
519
523
|
- public/javascripts/wymeditor/lang/cs.js
|
524
|
+
- public/javascripts/wymeditor/lang/da.js
|
520
525
|
- public/javascripts/wymeditor/lang/de.js
|
521
526
|
- public/javascripts/wymeditor/lang/en.js
|
522
527
|
- public/javascripts/wymeditor/lang/es.js
|
@@ -940,6 +945,7 @@ files:
|
|
940
945
|
- vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb
|
941
946
|
- vendor/plugins/refinery/app/views/shared/_head.html.erb
|
942
947
|
- vendor/plugins/refinery/app/views/shared/_header.html.erb
|
948
|
+
- vendor/plugins/refinery/app/views/shared/_html5_for_ie.js.erb
|
943
949
|
- vendor/plugins/refinery/app/views/shared/_ie6check.html.erb
|
944
950
|
- vendor/plugins/refinery/app/views/shared/_language_switcher.html.erb
|
945
951
|
- vendor/plugins/refinery/app/views/shared/_menu.html.erb
|
@@ -1099,23 +1105,27 @@ rdoc_options: []
|
|
1099
1105
|
require_paths:
|
1100
1106
|
- lib
|
1101
1107
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1108
|
+
none: false
|
1102
1109
|
requirements:
|
1103
1110
|
- - ">="
|
1104
1111
|
- !ruby/object:Gem::Version
|
1112
|
+
hash: 3
|
1105
1113
|
segments:
|
1106
1114
|
- 0
|
1107
1115
|
version: "0"
|
1108
1116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1117
|
+
none: false
|
1109
1118
|
requirements:
|
1110
1119
|
- - ">="
|
1111
1120
|
- !ruby/object:Gem::Version
|
1121
|
+
hash: 3
|
1112
1122
|
segments:
|
1113
1123
|
- 0
|
1114
1124
|
version: "0"
|
1115
1125
|
requirements: []
|
1116
1126
|
|
1117
1127
|
rubyforge_project:
|
1118
|
-
rubygems_version: 1.3.
|
1128
|
+
rubygems_version: 1.3.7
|
1119
1129
|
signing_key:
|
1120
1130
|
specification_version: 3
|
1121
1131
|
summary: A beautiful open source Ruby on Rails content manager for small business.
|