Kévin Tessier %!s(int64=6) %!d(string=hai) anos
pai
achega
8f1bbd2135

+ 52 - 0
cache/compiled/files/36cd78ae294ba6bface958cc4d4ef1b5.yaml.php

@@ -0,0 +1,52 @@
+<?php
+return [
+    '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
+    'filename' => '/mnt/data/Sites/r2c.net/user/plugins/admin/blueprints/config/media.yaml',
+    'modified' => 1529476888,
+    'data' => [
+        'title' => 'PLUGIN_ADMIN.MEDIA',
+        'form' => [
+            'validation' => 'loose',
+            'fields' => [
+                'types' => [
+                    'name' => 'medias',
+                    'type' => 'list',
+                    'label' => 'PLUGIN_ADMIN.MEDIA_TYPES',
+                    'style' => 'vertical',
+                    'key' => 'extension',
+                    'controls' => 'both',
+                    'collapsed' => true,
+                    'fields' => [
+                        '.extension' => [
+                            'type' => 'key',
+                            'label' => 'PLUGIN_ADMIN.FILE_EXTENSION'
+                        ],
+                        '.type' => [
+                            'type' => 'text',
+                            'label' => 'PLUGIN_ADMIN.TYPE'
+                        ],
+                        '.thumb' => [
+                            'type' => 'text',
+                            'label' => 'PLUGIN_ADMIN.THUMB'
+                        ],
+                        '.mime' => [
+                            'type' => 'text',
+                            'label' => 'PLUGIN_ADMIN.MIME_TYPE',
+                            'validate' => [
+                                'type' => 'lower'
+                            ]
+                        ],
+                        '.image' => [
+                            'type' => 'textarea',
+                            'yaml' => true,
+                            'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS',
+                            'validate' => [
+                                'type' => 'yaml'
+                            ]
+                        ]
+                    ]
+                ]
+            ]
+        ]
+    ]
+];

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"02-07-2018":124}
+{"02-07-2018":140}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"07-2018":124}
+{"07-2018":140}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":124}
+{"\/":140}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530537146}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530538441}

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
user/themes/r2c/css-compiled/template.css


+ 1 - 1
user/themes/r2c/css-compiled/template.min.css

@@ -1 +1 @@
-#page-wrapper #start{position:relative;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}#page-wrapper #start>div{width:calc(100% /3);text-align:center;outline:1px solid #ccc}#page-wrapper #start>div>div{width:10px;height:10px;background:red}
+#page-wrapper #start{position:relative;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}#page-wrapper #start>div{width:500px;height:50%;text-align:center;outline:1px solid #ccc}#page-wrapper #start>div>div{width:10px;height:10px;background:red}

+ 5 - 1
user/themes/r2c/js/site.js

@@ -5,6 +5,10 @@
 
 $(document).ready(function() {
   $( function() {
-    $( "#start > div " ).resizable();
+    $( "#start > div " ).resizable({
+      resetAxes: true,
+      maxWidth: 1000,
+      minWidth: 300
+    });
   } );
 });

+ 2 - 3
user/themes/r2c/scss/template/_section.scss

@@ -6,11 +6,10 @@
       height: 100%;
       position: relative;
       & > div{
-        width: calc(100% /3);
-        // height:10px;
+        width: 500px;
+        height: 50%;
         text-align: center;
         outline: 1px solid #ccc;
-        // width: 10px;
         & > div {
           background: red;
           width: 10px;

+ 1 - 27
user/themes/r2c/templates/partials/base.html.twig

@@ -16,7 +16,7 @@
     <link rel="canonical" href="{{ page.url(true, true) }}" />
 
     {% block stylesheets %}
-        
+
         {% do assets.addCss('theme://css-compiled/template.css') %}
 
     {% endblock %}
@@ -24,8 +24,6 @@
 
     {% block javascripts %}
         {% do assets.addJs('jquery', 101) %}
-        {% do assets.addJs('theme://js/jquery.treemenu.js', {group:'bottom'}) %}
-        {% do assets.addJs('theme://js/jquery-1.12.4.js', {group:'bottom'}) %}
         {% do assets.addJs('theme://js/jquery-ui.js', {group:'bottom'}) %}
         {% do assets.addJs('theme://js/site.js', {group:'bottom'}) %}
     {% endblock %}
@@ -58,13 +56,6 @@
                 </nav>
             </section>
         </section>
-        <div class="mobile-menu">
-            <div class="button_container" id="toggle">
-                <span class="top"></span>
-                <span class="middle"></span>
-                <span class="bottom"></span>
-            </div>
-        </div>
     {% endblock %}
 
     {% block hero %}{% endblock %}
@@ -85,25 +76,8 @@
     </div>
 
 {% block footer %}
-    <section id="footer" class="section bg-gray">
-        <section class="container {{ grid_size }}">
-            <p><a href="http://getgrav.org">Grav</a> was <i class="fa fa-code"></i> with <i class="fa fa-heart-o pulse "></i> by <a href="https://trilby.media">Trilby Media</a>.</p>
-        </section>
-    </section>
 {% endblock %}
 
-
-    <div class="mobile-container">
-        <div class="overlay" id="overlay">
-            <div class="mobile-logo">
-                {% include('@images/grav-logo.svg') %}
-            </div>
-            <nav class="overlay-menu">
-                {% include 'partials/navigation.html.twig' with {tree: true} %}
-            </nav>
-        </div>
-    </div>
-
 {% block bottom %}
     {{ assets.js('bottom') }}
 {% endblock %}

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio