From 50af77f42dec9a820381e1110bc3e8b4c51e2cfd Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 13:27:35 -0400 Subject: [PATCH 01/25] dropping tjs until inf loop in lav is fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 526d901336..3ad5a7faf4 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "socket.io-redis": "^0.1.3", "socketio-wildcard": "~0.1.1", "string": "^3.0.0", - "templates.js": "0.3.0", + "templates.js": "0.2.16", "uglify-js": "^2.4.24", "underscore": "~1.8.3", "underscore.deep": "^0.5.1", From 04c2b3269d10539822a165b3434998a820c1f548 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 13:27:47 -0400 Subject: [PATCH 02/25] seo fixes for lavv --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ad5a7faf4..651e3be6a1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "nodebb-plugin-soundpack-default": "0.1.4", "nodebb-plugin-spam-be-gone": "0.4.2", "nodebb-rewards-essentials": "0.0.5", - "nodebb-theme-lavender": "2.0.10", + "nodebb-theme-lavender": "2.0.11", "nodebb-theme-persona": "3.0.62", "nodebb-theme-vanilla": "4.0.29", "nodebb-widget-essentials": "2.0.3", From 296249ed9c66b75f8d66625161385c7d739d1d3e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 13:34:58 -0400 Subject: [PATCH 03/25] allow new nav items to be added at the end of the list --- public/less/admin/general/navigation.less | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/public/less/admin/general/navigation.less b/public/less/admin/general/navigation.less index bb3efac15b..235631e8bd 100644 --- a/public/less/admin/general/navigation.less +++ b/public/less/admin/general/navigation.less @@ -1,9 +1,7 @@ - - #navigation { - - #active-navigation { + width: 100%; + .active { background-color: #eee; } @@ -33,5 +31,4 @@ list-style-type: none; padding: 0; } -} - +} \ No newline at end of file From 4baeda7c099242ce6af76a100937b20f4762fc80 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 13:47:13 -0400 Subject: [PATCH 04/25] navigation acp styling / checkboxes --- public/less/admin/general/navigation.less | 7 + src/views/admin/general/navigation.tpl | 190 +++++++++++----------- 2 files changed, 99 insertions(+), 98 deletions(-) diff --git a/public/less/admin/general/navigation.less b/public/less/admin/general/navigation.less index 235631e8bd..65828a2be3 100644 --- a/public/less/admin/general/navigation.less +++ b/public/less/admin/general/navigation.less @@ -15,6 +15,13 @@ .drag-item { cursor: move; margin-right: 10px; + padding: 8px 10px; + margin-bottom: 5px; + } + + p { + line-height: 20px; + min-height: 40px; } } diff --git a/src/views/admin/general/navigation.tpl b/src/views/admin/general/navigation.tpl index ba7f5942e5..826960e569 100644 --- a/src/views/admin/general/navigation.tpl +++ b/src/views/admin/general/navigation.tpl @@ -1,107 +1,99 @@
@@ -110,14 +102,16 @@