radiant-forum-extension 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/controllers/posts_controller.rb +1 -1
- data/app/helpers/forum_helper.rb +1 -1
- data/forum_extension.rb +1 -1
- data/radiant-forum-extension.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -6,7 +6,7 @@ class PostsController < ReaderActionController
|
|
6
6
|
before_filter :require_activated_reader, :except => [:index, :show, :search]
|
7
7
|
before_filter :find_topic_or_page, :except => [:index, :search]
|
8
8
|
before_filter :require_unlocked_topic_and_page, :only => [:new, :create]
|
9
|
-
before_filter :find_post, :
|
9
|
+
before_filter :find_post, :except => [:index, :search]
|
10
10
|
before_filter :build_post, :only => [:new]
|
11
11
|
before_filter :require_authority, :only => [:edit, :update, :destroy]
|
12
12
|
|
data/app/helpers/forum_helper.rb
CHANGED
@@ -11,7 +11,7 @@ module ForumHelper
|
|
11
11
|
end
|
12
12
|
|
13
13
|
def feed_link(url)
|
14
|
-
link_to image_tag('/images/
|
14
|
+
link_to image_tag('/images/furniture/feed_14.png', :class => 'feedicon', :alt => t('rss_feed'), :size => '14x20'), url
|
15
15
|
end
|
16
16
|
|
17
17
|
def clean_textilize(text) # adding smilies to the default reader method
|
data/forum_extension.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require_dependency 'application_controller'
|
2
2
|
|
3
3
|
class ForumExtension < Radiant::Extension
|
4
|
-
version "1.1.
|
4
|
+
version "1.1.1"
|
5
5
|
description "Nice clean forums and page comments for inclusion in your radiant site. Derived long ago from beast. Requires the reader extension and share_layouts."
|
6
6
|
url "http://spanner.org/radiant/forum"
|
7
7
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-forum-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- spanner
|