1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 11:20:15 +02:00

Version 1.0.2: Fixed Settings Bug

This commit is contained in:
Sebastian
2017-07-02 19:39:47 +02:00
parent 7400aee20e
commit 1cf4b3501d
11 changed files with 7 additions and 216 deletions

1
cache/lastCache.txt vendored
View File

@@ -1 +0,0 @@
1499015957

99
cache/sitemap.xml vendored
View File

@@ -1,99 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost/typemill</loc>
</url>
<url>
<loc>http://localhost/typemill/typemill</loc>
</url>
<url>
<loc>http://localhost/typemill/typemill/use-cases</loc>
</url>
<url>
<loc>http://localhost/typemill/typemill/features</loc>
</url>
<url>
<loc>http://localhost/typemill/typemill/roadmap</loc>
</url>
<url>
<loc>http://localhost/typemill/getting-started</loc>
</url>
<url>
<loc>http://localhost/typemill/getting-started/system-requirements</loc>
</url>
<url>
<loc>http://localhost/typemill/getting-started/installation</loc>
</url>
<url>
<loc>http://localhost/typemill/getting-started/settings</loc>
</url>
<url>
<loc>http://localhost/typemill/getting-started/update</loc>
</url>
<url>
<loc>http://localhost/typemill/writers</loc>
</url>
<url>
<loc>http://localhost/typemill/writers/quick-start</loc>
</url>
<url>
<loc>http://localhost/typemill/writers/mardown</loc>
</url>
<url>
<loc>http://localhost/typemill/writers/naming-files-and-folders</loc>
</url>
<url>
<loc>http://localhost/typemill/writers/folder-structure</loc>
</url>
<url>
<loc>http://localhost/typemill/writers/google-sitemap</loc>
</url>
<url>
<loc>http://localhost/typemill/developers</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/quick-start</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/twig</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-structure</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables/content</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables/description</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables/item</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables/breadcrumb</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables/navigation</loc>
</url>
<url>
<loc>http://localhost/typemill/developers/theme-variables/settings</loc>
</url>
<url>
<loc>http://localhost/typemill/info</loc>
</url>
<url>
<loc>http://localhost/typemill/info/release-notes</loc>
</url>
<url>
<loc>http://localhost/typemill/info/usage-and-licence</loc>
</url>
<url>
<loc>http://localhost/typemill/info/imprint-and-privacy</loc>
</url>
<url>
<loc>http://localhost/typemill/info/markdown-test</loc>
</url>
</urlset>

View File

@@ -16,8 +16,7 @@
"symfony/yaml": "~2.8",
"erusev/parsedown": "~1.4",
"erusev/parsedown-extra": "dev-master",
"jbroadway/urlify": "dev-master",
"vlucas/valitron": "dev-master"
"jbroadway/urlify": "dev-master"
},
"autoload": {
"psr-4": {

51
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "d051059d0d2e16c98ddd6562a4ae9c17",
"content-hash": "d87e8a91b5cd2804da3d65681e9d5945",
"packages": [
{
"name": "container-interop/container-interop",
@@ -647,52 +647,6 @@
"templating"
],
"time": "2017-06-07T18:45:17+00:00"
},
{
"name": "vlucas/valitron",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
"reference": "107d1eebc1d5420b6e88032a4bec0420adfa7495"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/107d1eebc1d5420b6e88032a4bec0420adfa7495",
"reference": "107d1eebc1d5420b6e88032a4bec0420adfa7495",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Valitron": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Simple, elegant, stand-alone validation library with NO dependencies",
"homepage": "http://github.com/vlucas/valitron",
"keywords": [
"valid",
"validation",
"validator"
],
"time": "2017-06-26 21:34:20"
}
],
"packages-dev": [],
@@ -702,8 +656,7 @@
"slim/twig-view": 20,
"slim/flash": 20,
"erusev/parsedown-extra": 20,
"jbroadway/urlify": 20,
"vlucas/valitron": 20
"jbroadway/urlify": 20
},
"prefer-stable": false,
"prefer-lowest": false,

View File

@@ -4,8 +4,8 @@ DEFINE('DS', DIRECTORY_SEPARATOR);
return [
'title' => 'TYPEMILL',
'author' => 'unknown',
'copyright' => 'copyright',
'author' => 'Unknown',
'copyright' => 'Copyright',
'startpage' => true,
'rootPath' => __DIR__ . DS . '..' . DS,
'theme' => ($theme = 'typemill'),

View File

@@ -47,7 +47,7 @@ $container['view'] = function ($container) use ($settings){
$path = array($settings['settings']['themePath'], $settings['settings']['authorPath']);
$view = new \Slim\Views\Twig( $path, [
'cache' => false,
'cache' => false,
'autoescape' => false
]);

View File

@@ -6,7 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname(dirname($vendorDir));
return array(
'Valitron' => array($vendorDir . '/vlucas/valitron/src'),
'URLify' => array($vendorDir . '/jbroadway/urlify'),
'Twig_' => array($vendorDir . '/twig/twig/lib'),
'Pimple' => array($vendorDir . '/pimple/pimple/src'),

View File

@@ -82,13 +82,6 @@ class ComposerStaticInit836351be733ecbf4741aea17e1973480
);
public static $prefixesPsr0 = array (
'V' =>
array (
'Valitron' =>
array (
0 => __DIR__ . '/..' . '/vlucas/valitron/src',
),
),
'U' =>
array (
'URLify' =>

View File

@@ -666,53 +666,5 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com"
},
{
"name": "vlucas/valitron",
"version": "dev-master",
"version_normalized": "9999999-dev",
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
"reference": "107d1eebc1d5420b6e88032a4bec0420adfa7495"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/107d1eebc1d5420b6e88032a4bec0420adfa7495",
"reference": "107d1eebc1d5420b6e88032a4bec0420adfa7495",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"time": "2017-06-26T21:34:20+00:00",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Valitron": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Simple, elegant, stand-alone validation library with NO dependencies",
"homepage": "http://github.com/vlucas/valitron",
"keywords": [
"valid",
"validation",
"validator"
]
}
]

Submodule system/vendor/vlucas/valitron deleted from 107d1eebc1

View File

@@ -75,7 +75,6 @@ h4{ font-size: 1.1em; margin: 1.2em 0 0.6em; }
h5{ font-size: 1em; margin: 1.2em 0 0.6em; }
h6{ font-size: 1em; font-style: italic; font-weight:300; margin: 1em 0 0.6em; }
/********************
* STRUCTURE *
********************/
@@ -140,10 +139,10 @@ header p{
padding-top: 0;
margin-top: 0;
}
/************************
* NAVIGATION *
************************/
.close{
max-height: 0;
transition: max-height 0.25s ease-out;
@@ -216,7 +215,6 @@ nav > ul > li
/************************
* CHAPTER *
************************/
.chapter{
text-align: center;
}
@@ -234,7 +232,6 @@ nav > ul > li
/************************
* ARTICLE *
************************/
article{
padding: 30px 30px;
font-size: 1em;
@@ -247,7 +244,6 @@ article img{
/************************
* PAGING / BREADCRUMB *
************************/
article .paging, article .breadcrumb{
position: relative;
width: 100%;