optimacms 0.1.24 → 0.1.25

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0aae979790e15bb7278ff73808cb30a0a94880e7
4
- data.tar.gz: 9bfe03fd5d5a144d7822fca02e26e3b66f3482d0
3
+ metadata.gz: ba05a3d915964cd21dba8a342b94e6a1287db0c7
4
+ data.tar.gz: 20b6cdb469ef481cf25d490f7f701748b82f21ef
5
5
  SHA512:
6
- metadata.gz: 76f23cd3c4a836e628a9af8910491bc6bc2799eb95fb5a277aba1d62f8123cabea5bf1ef84241d18408f5325ee339832d965fbed60dbd8f0f979c9108c2b9c72
7
- data.tar.gz: b30a51100503111dc3f71ee7ad3a777d47a9e72eab82944eb345712bc4332273472a0a1c4a4cf650989ec8e6333e049aa9c591787ae4c574b53447747e4dd2dc
6
+ metadata.gz: 7970fa5b5a69484e9fc7c3b17ea4370461c2970b538c6028c6a627344cd31a596280a860dcb7e0d7e90d528cb253b6b442e5bcb753040114f3e409b3cb8cb7d8
7
+ data.tar.gz: 2949ae578c22d43649007be016d194b339b8960c381aa9619b6a51f29b4ecc0bd7bfb0b3279ca3fdec19ba714803c675743d830e43704dc9f0de1a83057874ce
@@ -71,7 +71,8 @@
71
71
  }
72
72
 
73
73
 
74
- :coffeescript
75
- $ ->
76
- $('.form-group.page_template div.control').append($("#div_template_info"))
77
- $("#div_template_info").show
74
+ :javascript
75
+ $(document).ready(function() {
76
+ $('.form-group.page_template div.control').append($("#div_template_info"));
77
+ $("#div_template_info").show();
78
+ });
@@ -49,7 +49,7 @@
49
49
  editor.getSession().setNewLineMode("windows");
50
50
  editor.getSession().setTabSize(2);
51
51
 
52
- $( document ).ready(function() {
52
+ $(document).ready(function() {
53
53
  var textarea = $('#template_content');
54
54
  textarea.hide();
55
55
 
@@ -1,3 +1,3 @@
1
1
  module Optimacms
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
3
3
  end
@@ -3714,3 +3714,74 @@ Processing by Optimacms::Admin::PagesController#new as HTML
3714
3714
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
3715
3715
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
3716
3716
  Completed 200 OK in 2554ms (Views: 2434.1ms | ActiveRecord: 19.0ms)
3717
+
3718
+
3719
+ Started GET "/cmsadmin/pages/new?parent_id=0" for 127.0.0.1 at 2015-05-16 07:06:53 +0300
3720
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
3721
+ Processing by Optimacms::Admin::PagesController#new as HTML
3722
+ Parameters: {"parent_id"=>"0"}
3723
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
3724
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
3725
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
3726
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
3727
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (15.0ms)
3728
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
3729
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (493.0ms)
3730
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (20.0ms)
3731
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (40.0ms)
3732
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (65.0ms)
3733
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (6088.3ms)
3734
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (6108.3ms)
3735
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (41.0ms)
3736
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.0ms)
3737
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (10.0ms)
3738
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (15.0ms)
3739
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (5.0ms)
3740
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (17.0ms)
3741
+ Completed 200 OK in 7515ms (Views: 7110.4ms | ActiveRecord: 46.0ms)
3742
+
3743
+
3744
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-16 07:07:01 +0300
3745
+ Processing by Optimacms::Admin::PagesController#index as HTML
3746
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
3747
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
3748
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (46.0ms)
3749
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
3750
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (67.0ms)
3751
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
3752
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (13.0ms)
3753
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (100.0ms)
3754
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (112.0ms)
3755
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
3756
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 )
3757
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (307.0ms)
3758
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
3759
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
3760
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
3761
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
3762
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
3763
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
3764
+ Completed 200 OK in 934ms (Views: 901.1ms | ActiveRecord: 3.0ms)
3765
+
3766
+
3767
+ Started GET "/cmsadmin/pages/new?parent_id=0" for 127.0.0.1 at 2015-05-16 07:07:18 +0300
3768
+ Processing by Optimacms::Admin::PagesController#new as HTML
3769
+ Parameters: {"parent_id"=>"0"}
3770
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
3771
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
3772
+ CACHE (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
3773
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
3774
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
3775
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (450.0ms)
3776
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
3777
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (10.0ms)
3778
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
3779
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (629.0ms)
3780
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (637.0ms)
3781
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
3782
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
3783
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
3784
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
3785
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
3786
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
3787
+ Completed 200 OK in 1265ms (Views: 1219.1ms | ActiveRecord: 2.0ms)
@@ -0,0 +1 @@
1
+ 5032
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimacms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak
@@ -2474,6 +2474,7 @@ files:
2474
2474
  - test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
2475
2475
  - test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
2476
2476
  - test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
2477
+ - test/dummy/tmp/pids/server.pid
2477
2478
  - test/fixtures/optimacms/articles.yml
2478
2479
  - test/fixtures/optimacms/cms_users.yml
2479
2480
  - test/integration/navigation_test.rb
@@ -4619,6 +4620,7 @@ test_files:
4619
4620
  - test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
4620
4621
  - test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
4621
4622
  - test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
4623
+ - test/dummy/tmp/pids/server.pid
4622
4624
  - test/fixtures/optimacms/articles.yml
4623
4625
  - test/fixtures/optimacms/cms_users.yml
4624
4626
  - test/integration/navigation_test.rb