radiant-reorder_children-extension 1.0.7 → 1.0.8
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.
@@ -1,4 +1,3 @@
|
|
1
1
|
%td.reorder.actions
|
2
2
|
- unless simple || page.respond_to?(:stop_recurring) || page.respond_to?(:tree_children) || page.children.empty?
|
3
|
-
= link_to image('reorder', :alt => 'Reorder') + ' ' + t('reorder'), page_reorder_children_url(:id => page), :class => "action"
|
4
|
-
|
3
|
+
= link_to image('reorder', :alt => 'Reorder') + ' '.html_safe + t('reorder'), page_reorder_children_url(:id => page), :class => "action"
|
Binary file
|
metadata
CHANGED
@@ -1,33 +1,23 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-reorder_children-extension
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
- 1
|
7
|
-
- 0
|
8
|
-
- 7
|
9
|
-
version: 1.0.7
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.8
|
5
|
+
prerelease:
|
10
6
|
platform: ruby
|
11
|
-
authors:
|
7
|
+
authors:
|
12
8
|
- Benny Degezelle
|
13
9
|
autorequire:
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
|
-
|
17
|
-
date: 2013-01-03 00:00:00 +01:00
|
18
|
-
default_executable:
|
12
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
19
13
|
dependencies: []
|
20
|
-
|
21
14
|
description: Makes Radiant better by adding reorder_children!
|
22
|
-
email:
|
15
|
+
email:
|
23
16
|
- benny@gorilla-webdesign.be
|
24
17
|
executables: []
|
25
|
-
|
26
18
|
extensions: []
|
27
|
-
|
28
19
|
extra_rdoc_files: []
|
29
|
-
|
30
|
-
files:
|
20
|
+
files:
|
31
21
|
- app/views/admin/pages/_reorder_extra_td.html.haml
|
32
22
|
- app/views/admin/pages/_reorder_extra_th.html.haml
|
33
23
|
- app/views/admin/pages/reorder.html.haml
|
@@ -48,43 +38,38 @@ files:
|
|
48
38
|
- lib/tasks/reorder_children_extension_tasks.rake
|
49
39
|
- public/images/admin/reorder.png
|
50
40
|
- public/stylesheets/admin/reorder.css
|
41
|
+
- radiant-reorder_children-extension-1.0.6.gem
|
51
42
|
- radiant-reorder_children-extension.gemspec
|
52
43
|
- Rakefile
|
53
44
|
- README.md
|
54
45
|
- reorder_children_extension.rb
|
55
46
|
- spec/spec.opts
|
56
47
|
- spec/spec_helper.rb
|
57
|
-
has_rdoc: true
|
58
48
|
homepage: http://github.com/jomz/radiant-reorder_children-extension
|
59
49
|
licenses: []
|
60
|
-
|
61
50
|
post_install_message:
|
62
51
|
rdoc_options: []
|
63
|
-
|
64
|
-
require_paths:
|
52
|
+
require_paths:
|
65
53
|
- lib
|
66
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
requirements:
|
75
|
-
- -
|
76
|
-
- !ruby/object:Gem::Version
|
77
|
-
|
78
|
-
- 0
|
79
|
-
version: "0"
|
54
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
56
|
+
requirements:
|
57
|
+
- - ! '>='
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
version: '0'
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
80
66
|
requirements: []
|
81
|
-
|
82
67
|
rubyforge_project:
|
83
|
-
rubygems_version: 1.
|
68
|
+
rubygems_version: 1.8.25
|
84
69
|
signing_key:
|
85
70
|
specification_version: 3
|
86
71
|
summary: Reorder Children for Radiant CMS
|
87
|
-
test_files:
|
72
|
+
test_files:
|
88
73
|
- spec/spec.opts
|
89
74
|
- spec/spec_helper.rb
|
90
75
|
- features/support/env.rb
|