radiant-reorder_children-extension 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
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') + '&nbsp' + t('reorder'), page_reorder_children_url(:id => page), :class => "action"
3
+ = link_to image('reorder', :alt => 'Reorder') + ' ' + t('reorder'), page_reorder_children_url(:id => page), :class => "action"
4
4
 
@@ -1,3 +1,3 @@
1
1
  module RadiantReorderChildrenExtension
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
@@ -9,7 +9,8 @@ class ReorderChildrenExtension < Radiant::Extension
9
9
  version RadiantReorderChildrenExtension::VERSION
10
10
  description "Adds the ability to reorder the children of a page."
11
11
  url "http://github.com/jomz/radiant-reorder_children-extension"
12
-
12
+
13
+ migrate_from "Reorder", 1
13
14
  # extension_config do |config|
14
15
  # config.gem 'some-awesome-gem'
15
16
  # config.after_initialize do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-reorder_children-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benny Degezelle
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-15 00:00:00 +02:00
18
+ date: 2011-06-20 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -59,7 +59,7 @@ has_rdoc: true
59
59
  homepage: http://github.com/jomz/radiant-reorder_children-extension
60
60
  licenses: []
61
61
 
62
- post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-reorder_children-extension', :version => '~>1.0.2'\n "
62
+ post_install_message: "\n Add this to your radiant project with:\n config.gem 'radiant-reorder_children-extension', :version => '~>1.0.3'\n "
63
63
  rdoc_options: []
64
64
 
65
65
  require_paths: