optimacms 0.2.12 → 0.2.13
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 +4 -4
- data/app/controllers/optimacms/admin/templates_controller.rb +12 -0
- data/app/models/optimacms/template.rb +2 -0
- data/app/views/optimacms/admin/templates/_form_content_translation.html.haml +88 -42
- data/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml +48 -0
- data/app/views/optimacms/admin/templates/panel_blocks.html.haml +19 -0
- data/config/routes.rb +3 -0
- data/lib/optimacms/version.rb +1 -1
- data/spec/dummy/app/views/temp/b1.en.html.haml +0 -0
- data/spec/dummy/app/views/temp/b1.html.haml +0 -0
- data/spec/dummy/app/views/temp/b1.ru.html.haml +0 -0
- data/spec/dummy/log/development.log +7296 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- metadata +12 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
20408
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: optimacms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Ivak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -392,6 +392,7 @@ files:
|
|
|
392
392
|
- app/views/optimacms/admin/shared/_version.html.haml
|
|
393
393
|
- app/views/optimacms/admin/templates/_form.html.haml
|
|
394
394
|
- app/views/optimacms/admin/templates/_form_content_translation.html.haml
|
|
395
|
+
- app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml
|
|
395
396
|
- app/views/optimacms/admin/templates/_js_form_modal.html.haml
|
|
396
397
|
- app/views/optimacms/admin/templates/create.js.haml
|
|
397
398
|
- app/views/optimacms/admin/templates/edit.html.haml
|
|
@@ -402,6 +403,7 @@ files:
|
|
|
402
403
|
- app/views/optimacms/admin/templates/newblock.html.haml
|
|
403
404
|
- app/views/optimacms/admin/templates/newfolder.html.haml
|
|
404
405
|
- app/views/optimacms/admin/templates/newlayout.html.haml
|
|
406
|
+
- app/views/optimacms/admin/templates/panel_blocks.html.haml
|
|
405
407
|
- app/views/optimacms/articles/_form.html.erb
|
|
406
408
|
- app/views/optimacms/articles/edit.html.erb
|
|
407
409
|
- app/views/optimacms/articles/index.html.erb
|
|
@@ -490,6 +492,9 @@ files:
|
|
|
490
492
|
- spec/dummy/app/views/temp/_h1.html
|
|
491
493
|
- spec/dummy/app/views/temp/_part1.html.haml
|
|
492
494
|
- spec/dummy/app/views/temp/_part2.html.haml
|
|
495
|
+
- spec/dummy/app/views/temp/b1.en.html.haml
|
|
496
|
+
- spec/dummy/app/views/temp/b1.html.haml
|
|
497
|
+
- spec/dummy/app/views/temp/b1.ru.html.haml
|
|
493
498
|
- spec/dummy/app/views/temp/html1.html
|
|
494
499
|
- spec/dummy/app/views/temp/multi1.html.haml
|
|
495
500
|
- spec/dummy/app/views/temp/p1.html.haml
|
|
@@ -3168,6 +3173,7 @@ files:
|
|
|
3168
3173
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/zO/zOYiSe2afDhX-1LYIwuCWapltkxGWAUk0FHL8Cwjqa8.cache
|
|
3169
3174
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/zOYiSe2afDhX-1LYIwuCWapltkxGWAUk0FHL8Cwjqa8.cache
|
|
3170
3175
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/zZ/zZIEsvImSmJgM6U7J7ax-T8hb5Pgwjpg8z_uigXo0Ew.cache
|
|
3176
|
+
- spec/dummy/tmp/pids/server.pid
|
|
3171
3177
|
- spec/factories/page.rb
|
|
3172
3178
|
- spec/models/page_route_service_spec.rb
|
|
3173
3179
|
- spec/models/page_spec.rb
|
|
@@ -3245,6 +3251,9 @@ test_files:
|
|
|
3245
3251
|
- spec/dummy/app/views/services/index_bottom.html
|
|
3246
3252
|
- spec/dummy/app/views/services/index_top.html
|
|
3247
3253
|
- spec/dummy/app/views/services/service.html.haml
|
|
3254
|
+
- spec/dummy/app/views/temp/b1.en.html.haml
|
|
3255
|
+
- spec/dummy/app/views/temp/b1.html.haml
|
|
3256
|
+
- spec/dummy/app/views/temp/b1.ru.html.haml
|
|
3248
3257
|
- spec/dummy/app/views/temp/html1.html
|
|
3249
3258
|
- spec/dummy/app/views/temp/multi1.html.haml
|
|
3250
3259
|
- spec/dummy/app/views/temp/p1.html.haml
|
|
@@ -5928,6 +5937,7 @@ test_files:
|
|
|
5928
5937
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/_7/_7FQINbPSTR-v7mkQqmlJGbmQnvnwF0RrmhXMPrOXEE.cache
|
|
5929
5938
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/_7FQINbPSTR-v7mkQqmlJGbmQnvnwF0RrmhXMPrOXEE.cache
|
|
5930
5939
|
- spec/dummy/tmp/cache/assets/sprockets/v3.0/_plqrhIq8C51ojWLP-nhWJFozobLliuC84o1T4S4gTo.cache
|
|
5940
|
+
- spec/dummy/tmp/pids/server.pid
|
|
5931
5941
|
- spec/factories/page.rb
|
|
5932
5942
|
- spec/models/page_route_service_spec.rb
|
|
5933
5943
|
- spec/models/page_spec.rb
|