optimacms 0.1.28 → 0.1.31
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/admin_base_controller.rb +3 -1
- data/app/controllers/optimacms/admin/mediafiles_controller.rb +42 -0
- data/app/controllers/optimacms/admin/templates_controller.rb +10 -5
- data/app/controllers/optimacms/elfinder_controller.rb +1 -1
- data/app/views/optimacms/admin/layouts/application.html.haml +17 -0
- data/app/views/optimacms/admin/layouts/basic.html.haml +20 -0
- data/app/views/optimacms/admin/layouts/blank.html.haml +1 -0
- data/app/views/optimacms/admin/layouts/main.html.haml +5 -32
- data/app/views/optimacms/admin/layouts/modal.html.haml +4 -0
- data/app/views/optimacms/admin/mediafiles/index.html.erb +55 -0
- data/app/views/optimacms/admin/shared/_leftmenu.html.haml +8 -12
- data/config/routes.rb +6 -0
- data/lib/optimacms/page_services/page_data.rb +1 -1
- data/lib/optimacms/version.rb +1 -1
- data/lib/optimacms.rb +4 -0
- data/test/dummy/app/views/home/index.html.haml +1 -0
- data/test/dummy/app/views/pages/text1.html +2 -0
- data/test/dummy/config/environments/development.rb +2 -0
- data/test/dummy/config/environments/production.rb +5 -1
- data/test/dummy/log/development.log +7339 -0
- data/test/dummy/public/img/cat_red.jpg +0 -0
- data/test/dummy/public/img/funny-cats-and-kittens-wallpapers-12.jpg +0 -0
- metadata +14 -4
- data/test/dummy/tmp/pids/server.pid +0 -1
Binary file
|
Binary file
|
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.1.
|
4
|
+
version: 0.1.31
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Ivak
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -260,6 +260,7 @@ files:
|
|
260
260
|
- app/controllers/optimacms/admin/admin_base_controller.rb
|
261
261
|
- app/controllers/optimacms/admin/dashboard_controller.rb
|
262
262
|
- app/controllers/optimacms/admin/layouts_controller.rb
|
263
|
+
- app/controllers/optimacms/admin/mediafiles_controller.rb
|
263
264
|
- app/controllers/optimacms/admin/pages_controller.rb
|
264
265
|
- app/controllers/optimacms/admin/templates_controller.rb
|
265
266
|
- app/controllers/optimacms/application_controller.rb
|
@@ -299,10 +300,15 @@ files:
|
|
299
300
|
- app/views/optimacms/admin/common/_modal_div.html.haml
|
300
301
|
- app/views/optimacms/admin/dashboard/index.html.haml
|
301
302
|
- app/views/optimacms/admin/layouts/_form.html.haml
|
303
|
+
- app/views/optimacms/admin/layouts/application.html.haml
|
304
|
+
- app/views/optimacms/admin/layouts/basic.html.haml
|
305
|
+
- app/views/optimacms/admin/layouts/blank.html.haml
|
302
306
|
- app/views/optimacms/admin/layouts/edit.html.haml
|
303
307
|
- app/views/optimacms/admin/layouts/index.html.haml
|
304
308
|
- app/views/optimacms/admin/layouts/main.html.haml
|
309
|
+
- app/views/optimacms/admin/layouts/modal.html.haml
|
305
310
|
- app/views/optimacms/admin/layouts/new.html.haml
|
311
|
+
- app/views/optimacms/admin/mediafiles/index.html.erb
|
306
312
|
- app/views/optimacms/admin/pages/_form.html.haml
|
307
313
|
- app/views/optimacms/admin/pages/_form_folder.html.haml
|
308
314
|
- app/views/optimacms/admin/pages/_form_old.html.haml
|
@@ -394,6 +400,7 @@ files:
|
|
394
400
|
- test/dummy/app/views/pages/contacts.html
|
395
401
|
- test/dummy/app/views/pages/news.html
|
396
402
|
- test/dummy/app/views/pages/news2.html.erb
|
403
|
+
- test/dummy/app/views/pages/text1.html
|
397
404
|
- test/dummy/app/views/pages/v4.html.erb
|
398
405
|
- test/dummy/app/views/services/index.html.haml
|
399
406
|
- test/dummy/app/views/services/index_bottom.html
|
@@ -513,6 +520,8 @@ files:
|
|
513
520
|
- test/dummy/public/elfinder/tinymce.html
|
514
521
|
- test/dummy/public/favicon.ico
|
515
522
|
- test/dummy/public/img/cat2.jpg
|
523
|
+
- test/dummy/public/img/cat_red.jpg
|
524
|
+
- test/dummy/public/img/funny-cats-and-kittens-wallpapers-12.jpg
|
516
525
|
- test/dummy/public/js/ace/src-min-noconflict/ace.js
|
517
526
|
- test/dummy/public/js/ace/src-min-noconflict/ext-beautify.js
|
518
527
|
- test/dummy/public/js/ace/src-min-noconflict/ext-chromevox.js
|
@@ -2486,7 +2495,6 @@ files:
|
|
2486
2495
|
- test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
|
2487
2496
|
- test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
|
2488
2497
|
- test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
|
2489
|
-
- test/dummy/tmp/pids/server.pid
|
2490
2498
|
- test/fixtures/optimacms/articles.yml
|
2491
2499
|
- test/fixtures/optimacms/cms_users.yml
|
2492
2500
|
- test/integration/navigation_test.rb
|
@@ -2549,6 +2557,7 @@ test_files:
|
|
2549
2557
|
- test/dummy/app/views/pages/contacts.html
|
2550
2558
|
- test/dummy/app/views/pages/news.html
|
2551
2559
|
- test/dummy/app/views/pages/news2.html.erb
|
2560
|
+
- test/dummy/app/views/pages/text1.html
|
2552
2561
|
- test/dummy/app/views/pages/v4.html.erb
|
2553
2562
|
- test/dummy/app/views/pages/_sub.html.erb
|
2554
2563
|
- test/dummy/app/views/services/index.html.haml
|
@@ -2669,6 +2678,8 @@ test_files:
|
|
2669
2678
|
- test/dummy/public/elfinder/tinymce.html
|
2670
2679
|
- test/dummy/public/favicon.ico
|
2671
2680
|
- test/dummy/public/img/cat2.jpg
|
2681
|
+
- test/dummy/public/img/cat_red.jpg
|
2682
|
+
- test/dummy/public/img/funny-cats-and-kittens-wallpapers-12.jpg
|
2672
2683
|
- test/dummy/public/js/ace/src/ace.js
|
2673
2684
|
- test/dummy/public/js/ace/src/ext-beautify.js
|
2674
2685
|
- test/dummy/public/js/ace/src/ext-chromevox.js
|
@@ -4644,7 +4655,6 @@ test_files:
|
|
4644
4655
|
- test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
|
4645
4656
|
- test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
|
4646
4657
|
- test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
|
4647
|
-
- test/dummy/tmp/pids/server.pid
|
4648
4658
|
- test/fixtures/optimacms/articles.yml
|
4649
4659
|
- test/fixtures/optimacms/cms_users.yml
|
4650
4660
|
- test/integration/navigation_test.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
24120
|