radiant-forum-extension 2.1.2 → 2.1.3
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/forum_extension.rb +1 -1
- data/lib/sanitize/config/forum.rb +2 -2
- data/radiant-forum-extension.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.3
|
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 "2.1.
|
4
|
+
version "2.1.3"
|
5
5
|
description "Nice clean forums and page comments for inclusion in your radiant site. Requires the reader extension and share_layouts."
|
6
6
|
url "http://spanner.org/radiant/forum"
|
7
7
|
|
@@ -24,7 +24,7 @@ class Sanitize
|
|
24
24
|
module Config
|
25
25
|
FORUM = {
|
26
26
|
:elements => %w[
|
27
|
-
a b blockquote br caption cite code dd del dl dt em h1 h2 h3 h4 h5 h6 i img li ol p pre small span strike strong sub sup table tbody td thead tr u ul
|
27
|
+
a b blockquote br caption cite code dd del dl dt em h1 h2 h3 h4 h5 h6 i img li ol p pre small span strike strong sub sup table tbody td th thead tr u ul
|
28
28
|
],
|
29
29
|
|
30
30
|
:attributes => {
|
@@ -34,7 +34,7 @@ class Sanitize
|
|
34
34
|
'img' => ['align', 'alt', 'height', 'src', 'width'],
|
35
35
|
'ol' => ['start', 'reversed', 'type'],
|
36
36
|
'ul' => ['type'],
|
37
|
-
'
|
37
|
+
'th' => ['colspan', 'rowspan'],
|
38
38
|
'td' => ['colspan', 'rowspan']
|
39
39
|
},
|
40
40
|
|
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: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 3
|
10
|
+
version: 2.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- spanner
|