refinerycms 0.9.6.24 → 0.9.6.25
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/VERSION +1 -1
- data/config/application.rb +1 -1
- data/public/favicon.ico +0 -0
- data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +2 -2
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/initializer.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.6.
|
|
1
|
+
0.9.6.25
|
data/config/application.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
|
|
3
3
|
|
|
4
4
|
# Specified gem version of Refinery to use when vendor/plugins/refinery/lib/refinery.rb is not present.
|
|
5
|
-
REFINERY_GEM_VERSION = '0.9.6.
|
|
5
|
+
REFINERY_GEM_VERSION = '0.9.6.25' unless defined? REFINERY_GEM_VERSION
|
|
6
6
|
|
|
7
7
|
# Boot Rails
|
|
8
8
|
require File.join(File.dirname(__FILE__), 'boot')
|
data/public/favicon.ico
CHANGED
|
Binary file
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
</div>
|
|
11
11
|
<div class='field'>
|
|
12
12
|
<%= f.label :password %>
|
|
13
|
-
<%= f.password_field :password
|
|
14
|
-
<span class=
|
|
13
|
+
<%= f.password_field :password %>
|
|
14
|
+
<%= "<br /><span class='preview'>Leaving password blank keeps the current password</span>" unless @user.new_record? %>
|
|
15
15
|
</div>
|
|
16
16
|
<div class='field'>
|
|
17
17
|
<%= f.label :password_confirmation %>
|
|
@@ -22,7 +22,7 @@ module Refinery
|
|
|
22
22
|
super
|
|
23
23
|
|
|
24
24
|
# add plugin lib paths to the $LOAD_PATH so that rake tasks etc. can be run when using a gem for refinery or gems for plugins.
|
|
25
|
-
search_for = Regexp.new(Refinery.root.join("vendor", "plugins", ".+?", "lib"))
|
|
25
|
+
search_for = Regexp.new(Refinery.root.join("vendor", "plugins", ".+?", "lib").to_s)
|
|
26
26
|
|
|
27
27
|
# find all the plugin paths
|
|
28
28
|
paths = plugins.collect{ |plugin| plugin.load_paths }.flatten
|
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 0
|
|
7
7
|
- 9
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.6.
|
|
9
|
+
- 25
|
|
10
|
+
version: 0.9.6.25
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Resolve Digital
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2010-
|
|
20
|
+
date: 2010-04-02 00:00:00 +13:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies: []
|
|
23
23
|
|