Browse Source

Version 1.2.14: Magical Table of Contents

Trendschau 6 years ago
parent
commit
3bcc03e5fb

+ 1 - 1
cache/lastCache.txt

@@ -1 +1 @@
-1558123679
+1558126279

+ 6 - 6
composer.lock

@@ -823,16 +823,16 @@
         },
         {
             "name": "twig/twig",
-            "version": "v1.40.1",
+            "version": "v1.41.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/twigphp/Twig.git",
-                "reference": "35889516bbd6bbe46a600c2c33b03515df4a076e"
+                "reference": "575cd5028362da591facde1ef5d7b94553c375c9"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/twigphp/Twig/zipball/35889516bbd6bbe46a600c2c33b03515df4a076e",
-                "reference": "35889516bbd6bbe46a600c2c33b03515df4a076e",
+                "url": "https://api.github.com/repos/twigphp/Twig/zipball/575cd5028362da591facde1ef5d7b94553c375c9",
+                "reference": "575cd5028362da591facde1ef5d7b94553c375c9",
                 "shasum": ""
             },
             "require": {
@@ -847,7 +847,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-master": "1.40-dev"
+                    "dev-master": "1.41-dev"
                 }
             },
             "autoload": {
@@ -885,7 +885,7 @@
             "keywords": [
                 "templating"
             ],
-            "time": "2019-04-29T14:12:28+00:00"
+            "time": "2019-05-14T11:59:08+00:00"
         },
         {
             "name": "vlucas/valitron",

+ 0 - 0
content/00-Welcome/03-Get-Help.md → content/00-Welcome/02-Get-Help.md


+ 0 - 0
content/00-Welcome/02-Markdown-Test.md → content/00-Welcome/03-Markdown-Test.md


+ 1 - 1
system/Settings.php

@@ -48,7 +48,7 @@ class Settings
 			'contentFolder'							=> 'content',
 			'cache'									=> true,
 			'cachePath'								=> $rootPath . 'cache',
-			'version'								=> '1.2.13',
+			'version'								=> '1.2.14',
 			'setup'									=> true,
 			'welcome'								=> true,
 			'images'								=> ['live' => ['width' => 820], 'mlibrary' => ['width' => 50, 'height' => 50]],

+ 6 - 6
system/author/layouts/layout.twig

@@ -10,15 +10,15 @@
 		<base href="{{ base_url }}/">
 		
 		<meta name="msapplication-TileColor" content="#F9F8F6" />
-		<meta name="msapplication-TileImage" content="{{ base_url }}/system/author/img/mstile-144x144.png" />		
+		<meta name="msapplication-TileImage" content="{{ base_url }}/system/author/img/mstile-144x144.png" />
 		<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-32x32.png" sizes="32x32" />
 		<link rel="icon" type="image/png" href="{{ base_url }}/system/author/img/favicon-16x16.png" sizes="16x16" />
 		<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
-		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />		
+		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
 		
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
 	</head>
 	<body>	
@@ -35,7 +35,7 @@
 			</article>
 			<footer></footer>
 		</div>
-		<script src="{{ base_url }}/system/author/js/color-picker.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/author.js?20190504"></script>
+		<script src="{{ base_url }}/system/author/js/color-picker.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/author.js?20190517"></script>
 	</body>
 </html>

+ 3 - 3
system/author/layouts/layoutAuth.twig

@@ -17,9 +17,9 @@
 		<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
 		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
 		
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />		
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />		
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
 	</head>
 	<body>	
@@ -29,6 +29,6 @@
 			{% block content %}{% endblock %}
 
 		</div>
-		<script src="{{ base_url }}/system/author/js/auth.js?20190504"></script>		
+		<script src="{{ base_url }}/system/author/js/auth.js?20190517"></script>
 	</body>
 </html>

+ 2 - 2
system/author/layouts/layoutBlank.twig

@@ -16,9 +16,9 @@
 		<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ base_url }}/system/author/img/apple-touch-icon-144x144.png" />
 		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />		
 		
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
 	</head>
 	<body>	
 		<header class="main-header">

+ 11 - 11
system/author/layouts/layoutBlox.twig

@@ -17,9 +17,9 @@
 		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
 
 		
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
 	</head>
 	<body>	
@@ -36,14 +36,14 @@
 			</article>
 			<footer></footer>		
 		</div>
-		<script src="{{ base_url }}/system/author/js/vue.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/autosize.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/sortable.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/author.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vue-blox.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vue-navi.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/lazy-video.js?20190504"></script>
+		<script src="{{ base_url }}/system/author/js/vue.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/autosize.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/sortable.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/author.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vue-blox.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vue-navi.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/lazy-video.js?20190517"></script>
 	</body>
 </html>

+ 10 - 10
system/author/layouts/layoutEditor.twig

@@ -17,9 +17,9 @@
 		<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ base_url }}/system/author/img/apple-touch-icon-152x152.png" />
 
 		
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/fontello/css/fontello.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/normalize.css" />
-		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190504" />
+		<link rel="stylesheet" href="{{ base_url }}/system/author/css/style.css?20190517" />
 		<link rel="stylesheet" href="{{ base_url }}/system/author/css/color-picker.min.css" />
 	</head>
 	<body>	
@@ -36,13 +36,13 @@
 			</article>
 			<footer></footer>
 		</div>
-		<script src="{{ base_url }}/system/author/js/vue.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/autosize.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/sortable.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/author.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190504"></script>		
-		<script src="{{ base_url }}/system/author/js/vue-editor.js?20190504"></script>
-		<script src="{{ base_url }}/system/author/js/vue-navi.js?20190504"></script>
+		<script src="{{ base_url }}/system/author/js/vue.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/autosize.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/sortable.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vuedraggable.umd.min.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/author.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vue-publishcontroller.js?20190517"></script>		
+		<script src="{{ base_url }}/system/author/js/vue-editor.js?20190517"></script>
+		<script src="{{ base_url }}/system/author/js/vue-navi.js?20190517"></script>
 	</body>
 </html>