radiant-reader-extension 3.0.15 → 3.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/radiant-reader-extension.rb +1 -1
- data/lib/reader_tags.rb +1 -1
- data/radiant-reader-extension-3.0.15.gem +0 -0
- metadata +5 -4
@@ -1,5 +1,5 @@
|
|
1
1
|
module RadiantReaderExtension
|
2
|
-
VERSION = '3.0.
|
2
|
+
VERSION = '3.0.16'
|
3
3
|
SUMMARY = %q{Reader/viewer/visitor registration, login and access-control for Radiant CMS}
|
4
4
|
DESCRIPTION = %q{Provides reader/member/user registration and management functions including password-reminder, group-based page access control and administrative email.}
|
5
5
|
URL = "http://radiant.spanner.org/reader"
|
data/lib/reader_tags.rb
CHANGED
@@ -111,7 +111,7 @@ module ReaderTags
|
|
111
111
|
%{<div class="remote_controls"></div>}
|
112
112
|
else
|
113
113
|
if tag.locals.reader = Reader.current
|
114
|
-
welcome = %{<span class="greeting">#{I18n.t('reader_extension.navigation.greeting', :name => reader.name)}</span> }
|
114
|
+
welcome = %{<span class="greeting">#{I18n.t('reader_extension.navigation.greeting', :name => tag.locals.reader.name)}</span> }
|
115
115
|
links = []
|
116
116
|
if tag.locals.reader.activated?
|
117
117
|
links << %{<a href="#{edit_reader_path(tag.locals.reader)}">#{I18n.t('reader_extension.navigation.preferences')}</a>}
|
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-reader-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 39
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 16
|
10
|
+
version: 3.0.16
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- William Ross
|
@@ -329,6 +329,7 @@ files:
|
|
329
329
|
- public/stylesheets/sass/admin/reader_group.sass
|
330
330
|
- public/stylesheets/sass/reader.sass
|
331
331
|
- radiant-reader-extension-3.0.14.gem
|
332
|
+
- radiant-reader-extension-3.0.15.gem
|
332
333
|
- radiant-reader-extension.gemspec
|
333
334
|
- Rakefile
|
334
335
|
- reader_extension.rb
|
@@ -357,7 +358,7 @@ files:
|
|
357
358
|
homepage: http://radiant.spanner.org/reader
|
358
359
|
licenses: []
|
359
360
|
|
360
|
-
post_install_message: "\n Add this to your radiant project with a line in your Gemfile:\n\n gem 'radiant-reader-extension', '~> 3.0.
|
361
|
+
post_install_message: "\n Add this to your radiant project with a line in your Gemfile:\n\n gem 'radiant-reader-extension', '~> 3.0.16'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
|
361
362
|
rdoc_options: []
|
362
363
|
|
363
364
|
require_paths:
|