radiant-archive_tabs-extension 1.0.6 → 1.0.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -55,7 +55,7 @@ module ArchiveTabs
|
|
55
55
|
|
56
56
|
# TODO: Probably a better way to do this but it works
|
57
57
|
def acts_as_tree_options
|
58
|
-
Page.acts_as_tree :order => 'virtual ASC, published_at DESC'
|
58
|
+
Page.acts_as_tree :order => 'virtual ASC, status_id ASC, published_at DESC'
|
59
59
|
end
|
60
60
|
end
|
61
61
|
end
|
metadata
CHANGED
@@ -1,33 +1,23 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-archive_tabs-extension
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.7
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
- 6
|
10
|
-
version: 1.0.6
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Jason Taylor
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2011-11-16 00:00:00 Z
|
12
|
+
date: 2012-02-09 00:00:00.000000000Z
|
19
13
|
dependencies: []
|
20
|
-
|
21
14
|
description: Display Archive pages in their own paginated tab.
|
22
|
-
email:
|
15
|
+
email:
|
23
16
|
- jsntv200@gmail.com
|
24
17
|
executables: []
|
25
|
-
|
26
18
|
extensions: []
|
27
|
-
|
28
19
|
extra_rdoc_files: []
|
29
|
-
|
30
|
-
files:
|
20
|
+
files:
|
31
21
|
- app/views/admin/pages/_redirect_cancel.html.haml
|
32
22
|
- app/views/admin/pages/archive_index.html.haml
|
33
23
|
- archive_tabs_extension.rb
|
@@ -48,38 +38,29 @@ files:
|
|
48
38
|
- spec/spec_helper.rb
|
49
39
|
homepage: https://github.com/jsntv200/radiant-archive_tabs-extension
|
50
40
|
licenses: []
|
51
|
-
|
52
41
|
post_install_message:
|
53
42
|
rdoc_options: []
|
54
|
-
|
55
|
-
require_paths:
|
43
|
+
require_paths:
|
56
44
|
- lib
|
57
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
45
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
58
46
|
none: false
|
59
|
-
requirements:
|
60
|
-
- -
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
|
63
|
-
|
64
|
-
- 0
|
65
|
-
version: "0"
|
66
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
|
+
requirements:
|
48
|
+
- - ! '>='
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '0'
|
51
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
52
|
none: false
|
68
|
-
requirements:
|
69
|
-
- -
|
70
|
-
- !ruby/object:Gem::Version
|
71
|
-
|
72
|
-
segments:
|
73
|
-
- 0
|
74
|
-
version: "0"
|
53
|
+
requirements:
|
54
|
+
- - ! '>='
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
75
57
|
requirements: []
|
76
|
-
|
77
58
|
rubyforge_project:
|
78
59
|
rubygems_version: 1.8.10
|
79
60
|
signing_key:
|
80
61
|
specification_version: 3
|
81
62
|
summary: Archive tabs extension for Radiant CMS
|
82
|
-
test_files:
|
63
|
+
test_files:
|
83
64
|
- spec/controllers/admin/pages_controller_spec.rb
|
84
65
|
- spec/datasets/archive_pages.rb
|
85
66
|
- spec/helpers/admin/node_helper_spec.rb
|