comfortable_mexican_sofa 1.0.49 → 1.0.50

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.49
1
+ 1.0.50
@@ -16,10 +16,11 @@ class CmsPage < ActiveRecord::Base
16
16
 
17
17
  # -- Callbacks ------------------------------------------------------------
18
18
  before_validation :assign_parent,
19
- :assign_full_path,
20
- :assign_position
21
- before_save :set_cached_content
22
- after_save :sync_child_pages
19
+ :assign_full_path
20
+ before_validation :assign_position,
21
+ :on => :create
22
+ before_save :set_cached_content
23
+ after_save :sync_child_pages
23
24
 
24
25
  # -- Validations ----------------------------------------------------------
25
26
  validates :cms_site_id,
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{comfortable_mexican_sofa}
8
- s.version = "1.0.49"
8
+ s.version = "1.0.50"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Oleg Khabarov", "The Working Group Inc"]
12
- s.date = %q{2011-03-22}
12
+ s.date = %q{2011-03-24}
13
13
  s.description = %q{}
14
14
  s.email = %q{oleg@theworkinggroup.ca}
15
15
  s.extra_rdoc_files = [
@@ -90,6 +90,7 @@ ul.list li .item .icon .dragger {
90
90
  width: 28px;
91
91
  height: 28px;
92
92
  background: url(/images/comfortable_mexican_sofa/icon_move.gif);
93
+ cursor: move;
93
94
  display: none;
94
95
  }
95
96
  ul.list li .item .icon:hover .dragger {
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 49
9
- version: 1.0.49
8
+ - 50
9
+ version: 1.0.50
10
10
  platform: ruby
11
11
  authors:
12
12
  - Oleg Khabarov
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-22 00:00:00 -04:00
18
+ date: 2011-03-24 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -384,7 +384,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
384
384
  requirements:
385
385
  - - ">="
386
386
  - !ruby/object:Gem::Version
387
- hash: -3061887318835465352
387
+ hash: -259250750978152118
388
388
  segments:
389
389
  - 0
390
390
  version: "0"