Skip to content

Commit 867771b

Browse files
Merge pull request #13 from dappur/dev
Merge v2.0.3 into master
2 parents ab8a165 + 0592e7d commit 867771b

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/views/dashboard/inc/sidebar.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<a href="javascript:;" data-toggle="collapse" data-target="#developer-tools-menu"><i class="fa fa-fw fa-wrench"></i> Developer Tools <i class="fa fa-fw fa-caret-down"></i></a>
5555
<ul id="developer-tools-menu" class="collapse {% if currentRoute starts with '/dashboard/developer/settings' %}in{% endif %} nav">
5656
{% if auth.hasAccess('settings.developer.view') %}
57-
<li class="active">
57+
<li class="{% if currentRoute starts with '/dashboard/developer/settings' %}active{% endif %}">
5858
<a href="{{ path_for('settings-developer')}}"><i class="fa fa-life-ring fa-fw"></i> Edit settings.json</a>
5959
</li>
6060
{% endif %}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "dappur/framework",
3-
"description": "PHP App Framework built on the Slim PHP Micro Framework, Twig templating engine, Eloquent ORM database interactions, Phinx database migrations, Sentinel user management, Monolog w/ Logentries Support, form validation with CSRF protection, cookie management, database controlled config and Cloudinary CMS integration.",
4-
"keywords": ["slim", "eloquent", "twig", "sentinel", "monolog", "logentries", "validation", "config", "framework", "phinx", "cloudinary"],
5-
"version": "2.0.2",
3+
"description": "PHP App Framework built on the Slim PHP Micro Framework, Twig templating engine, Eloquent ORM database interactions, Phinx database migrations, Sentinel user management, Monolog w/ Logentries Support, form validation with CSRF protection, PSR7 cookie management, dashboard controlled site configm, custom email templating systemm, Cloudinary CMS integration and GitHub auto deployment",
4+
"keywords": ["slim", "eloquent", "twig", "sentinel", "monolog", "logentries", "validation", "config", "framework", "phinx", "cloudinary", "phpmailer", "email", "deployment", "github"],
5+
"version": "2.0.3",
66
"homepage": "https://github.com/dappur/framework",
77
"license": "MIT",
88
"authors": [

database/migrations/20170118012924_init_database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function up()
243243
array(1, 'logo', 'Site Logo', 5, 'https://res.cloudinary.com/dappur/image/upload/c_scale,w_600/v1479072913/site-images/logo-horizontal.png'),
244244
array(1, 'header-logo', 'Header Logo', 5, 'https://res.cloudinary.com/dappur/image/upload/c_scale,h_75/v1479072913/site-images/logo-horizontal.png'),
245245
array(2, 'dashboard-theme', 'Dashboard Theme', 3, 'dashboard'),
246-
array(2, 'dashboard-bootswatch', 'Dashboard Bootswatch', 4, 'yeti'),
246+
array(2, 'dashboard-bootswatch', 'Dashboard Bootswatch', 4, 'slate'),
247247
array(2, 'dashboard-logo', 'Dashboard Logo', 5, 'https://res.cloudinary.com/dappur/image/upload/c_scale,h_75/v1479072913/site-images/logo-horizontal.png'),
248248
array(1, 'ga', 'Google Analytics UA', 2, ''),
249249
array(1, 'activation', 'Activation Required', 6, 1),

database/sql/init-database-20170914.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ INSERT INTO config VALUES
432432
(8, 1, 5, 'logo', 'Site Logo', 'https://res.cloudinary.com/dappur/image/upload/c_scale,w_600/v1479072913/site-images/logo-horizontal.png', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
433433
(9, 1, 5, 'header-logo', 'Header Logo', 'https://res.cloudinary.com/dappur/image/upload/c_scale,h_75/v1479072913/site-images/logo-horizontal.png', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
434434
(10, 2, 3, 'dashboard-theme', 'Dashboard Theme', 'dashboard', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
435-
(11, 2, 4, 'dashboard-bootswatch', 'Dashboard Bootswatch', 'yeti', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
435+
(11, 2, 4, 'dashboard-bootswatch', 'Dashboard Bootswatch', 'slate', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
436436
(12, 2, 5, 'dashboard-logo', 'Dashboard Logo', 'https://res.cloudinary.com/dappur/image/upload/c_scale,h_75/v1479072913/site-images/logo-horizontal.png', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
437437
(13, 1, 2, 'ga', 'Google Analytics UA', '', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),
438438
(14, 1, 6, 'activation', 'Activation Required', '1', '2017-09-15 00:57:56', '2017-09-15 00:57:56'),

public/assets/dashboard/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#page-content-wrapper {
7373
width: 100%;
7474
position: relative;
75-
padding: 15px;
75+
padding: 0px;
7676
}
7777

7878
#wrapper.toggled #page-content-wrapper {
@@ -142,7 +142,7 @@
142142
}
143143

144144
#page-content-wrapper {
145-
padding: 10px;
145+
padding: 0px;
146146
position: relative;
147147
}
148148

@@ -161,7 +161,7 @@
161161
background-color: #777;
162162
}
163163

164-
.nav>li {
164+
.nav>li>.nav>li {
165165
padding-left: 20px;
166166
}
167167

public/assets/dashboard/css/custom.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)