radiant-copy_move-extension 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -3,9 +3,9 @@ begin
3
3
  Jeweler::Tasks.new do |gem|
4
4
  gem.name = "radiant-copy_move-extension"
5
5
  gem.summary = %Q{Copy/Move extension for Radiant CMS}
6
- gem.description = %Q{Allows you to to copy pages or move them under a new parent. }
6
+ gem.description = %Q{With this extension you can copy or move a page with or without its children.}
7
7
  gem.email = "benny@gorilla-webdesign.be"
8
- gem.homepage = "http://github.com/jomz/radiant-comments-extension"
8
+ gem.homepage = "http://github.com/jomz/radiant-copy-move"
9
9
  gem.authors = ["Benny Degezelle"]
10
10
  gem.add_dependency 'radiant', ">=0.9.1"
11
11
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0
1
+ 2.3.1
@@ -1,23 +1,23 @@
1
1
  nl:
2
2
  copy_move:
3
- button: "Copy/Move"
4
- copy_page: "Copy Page"
5
- copy_or_move_page: "Copy or Move Page"
6
- copy_page_only: "Copy Page Only"
7
- copy_page_description: "This will create a copy of this single page under a new parent"
8
- copy_whole_subtree: "Copy Whole Subtree"
9
- copy_tree_description: "This will create a copy of this page and all its descendants under a new parent"
10
- move_entire_subtree: "Move Entire Subtree"
11
- move_tree_description: "This will move this page and all its descendants under a new parent"
12
- move_page: "Move Page"
13
- move_page_description: "This will move this page under a new parent"
14
- copy_with_first_level_children: "Copy With First-level Children"
15
- copy_children_description: "This will create a copy of this page and its immediate first-level children under a new parent"
3
+ button: "Kopieren"
4
+ copy_page: "Pagina kopieren"
5
+ copy_or_move_page: "Pagina kopieren of verplaatsen"
6
+ copy_page_only: "Enkel deze pagina kopieren"
7
+ copy_page_description: "Dit zal een kopie van deze pagina maken onder een te bepalen pagina"
8
+ copy_whole_subtree: "Pagina en alle onderliggende kopieren"
9
+ copy_tree_description: "Dit zal een kopie van deze en onderliggende pagina's maken onder een te bepalen pagina"
10
+ move_entire_subtree: "Pagina verplaatsen"
11
+ move_tree_description: "Dit zal deze pagina en eventueel onderliggende pagina's verplaatsen onder een te bepalen pagina"
12
+ move_page: "Pagina verplaatsen"
13
+ move_page_description: "Dit zal deze pagina verplaatsen onder een te bepalen pagina"
14
+ copy_with_first_level_children: "Pagina en direct-onderliggende pagina's kopieren"
15
+ copy_children_description: "Dit zal een kopie van deze pagina en alle direct-onderliggende pagina's maken onder een te bepalen pagina"
16
16
 
17
17
  copied:
18
18
  'Er werd een kopie van <strong>{{page}}</strong> gemaakt onder <strong>{{parent}}</strong>.'
19
19
  moved:
20
- 'Page <strong>{{page}}</strong> was moved under <strong>{{parent}}</strong>.'
20
+ 'De pagina <strong>{{page}}</strong> werd verplaatst onder <strong>{{parent}}</strong>.'
21
21
  immediate_children_copied:
22
22
  "Kopieën van <strong>{{page}}</strong> en de eerst onderliggende pagina's zijn gemaakt onder <strong>{{parent}}</strong>"
23
23
  descendants_copied:
@@ -9,14 +9,9 @@ Gem::Specification.new do |s|
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Benny Degezelle"]
12
- s.date = %q{2010-10-14}
13
- s.description = %q{Adds the ability to copy or move a page with or without its children}
12
+ s.date = %q{2011-03-15}
13
+ s.description = %q{With this extension you can copy or move a page with or without its children.}
14
14
  s.email = %q{benny@gorilla-webdesign.be}
15
- s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README",
18
- "TODO"
19
- ]
20
15
  s.files = [
21
16
  "HELP.rdoc",
22
17
  "LICENSE",
@@ -51,16 +46,15 @@ Gem::Specification.new do |s|
51
46
  "spec/spec.opts",
52
47
  "spec/spec_helper.rb"
53
48
  ]
54
- s.homepage = %q{http://github.com/jomz/radiant-comments-extension}
49
+ s.extra_rdoc_files = [
50
+ "LICENSE",
51
+ "TODO"
52
+ ]
53
+ s.homepage = %q{https://github.com/jomz/radiant-copy-move}
55
54
  s.rdoc_options = ["--charset=UTF-8"]
56
55
  s.require_paths = ["lib"]
57
56
  s.rubygems_version = %q{1.3.7}
58
57
  s.summary = %q{Copy/Move extension for Radiant CMS}
59
- s.test_files = [
60
- "spec/controllers/copy_move_controller_spec.rb",
61
- "spec/models/copy_move_spec.rb",
62
- "spec/spec_helper.rb"
63
- ]
64
58
 
65
59
  if s.respond_to? :specification_version then
66
60
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-copy_move-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 0
10
- version: 2.3.0
9
+ - 1
10
+ version: 2.3.1
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-03-15 00:00:00 +01:00
18
+ date: 2011-03-16 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 0.9.1
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
- description: "Allows you to to copy pages or move them under a new parent. "
37
+ description: With this extension you can copy or move a page with or without its children.
38
38
  email: benny@gorilla-webdesign.be
39
39
  executables: []
40
40
 
@@ -69,6 +69,7 @@ files:
69
69
  - lib/copy_move/model.rb
70
70
  - lib/tasks/copy_move_extension_tasks.rake
71
71
  - pkg/radiant-copy_move-extension-2.1.0.gem
72
+ - pkg/radiant-copy_move-extension-2.3.0.gem
72
73
  - public/images/admin/copy-move.png
73
74
  - public/images/admin/page_white.png
74
75
  - public/images/admin/page_white_copy.png
@@ -80,7 +81,7 @@ files:
80
81
  - spec/spec.opts
81
82
  - spec/spec_helper.rb
82
83
  has_rdoc: true
83
- homepage: http://github.com/jomz/radiant-comments-extension
84
+ homepage: http://github.com/jomz/radiant-copy-move
84
85
  licenses: []
85
86
 
86
87
  post_install_message: