From b59e57a00c28beff556049e6e2067d109dc2d1b2 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 23 Sep 2015 18:49:55 -0400 Subject: [PATCH 01/41] bookmarked sticker --- less/topic.less | 17 +++++++++++++++++ templates/partials/topic/post.tpl | 1 + 2 files changed, 18 insertions(+) diff --git a/less/topic.less b/less/topic.less index e0a7581..41bb14c 100644 --- a/less/topic.less +++ b/less/topic.less @@ -62,6 +62,19 @@ right: 25px; } + .bookmarked { + position: absolute; + top: 1px; + padding-top: 3px; + border-radius: 4px; + right: 72px; + font-size: 10px; + padding-bottom: 4px; + background: darken(@brand-info, 20%); + opacity: 0; + .transition(0.75s ease-in-out opacity); + } + [component="post/upvote"], [component="post/downvote"] { color: @gray-light; } @@ -237,6 +250,10 @@ border-color: darken(@brand-info, 20%); box-shadow: 0px 0px 1px @brand-info; } + + &.highlight .bookmarked { + opacity: 1; + } } .content { diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index b049d7c..669d0b2 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -33,6 +33,7 @@ + new
From 4bf2e40538d53da57c8a8e9d06bfcc77275906cc Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 23 Sep 2015 18:56:10 -0400 Subject: [PATCH 02/41] star instead --- templates/partials/topic/post.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 669d0b2..011c98b 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -33,7 +33,7 @@
- new +
From c1aa40fbc5d0fd8bdaa23a713a1f72ff95d31d70 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 23 Sep 2015 18:56:21 -0400 Subject: [PATCH 03/41] 3.0.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f0a6f7..00fe0cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.17", + "version": "3.0.18", "nbbpm": { "compatibility": "^0.8.2" }, From 00ac125b9103283377d97ef5bf4445506aa9da10 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 28 Sep 2015 15:45:35 -0400 Subject: [PATCH 04/41] index on post anchor --- templates/topic.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/topic.tpl b/templates/topic.tpl index baa2911..8ca92a2 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -28,7 +28,7 @@

+
+ + + {posts.content}
From 28fcda08a0c86885ed6ed8f7d2b5ec19135c60c7 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 14:36:36 -0400 Subject: [PATCH 12/41] 3.0.26 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d59aff8..24bbcd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.25", + "version": "3.0.26", "nbbpm": { "compatibility": "^0.8.2" }, From 3bbd15b13a0b20b0874bcaaaffd0e1fee60526b5 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 14:43:12 -0400 Subject: [PATCH 13/41] added btn-default --- templates/partials/topic/post.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index b8486ef..0213970 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -24,7 +24,7 @@ [[topic:reply]] [[topic:quote]] - + From 4cbbfd310c815740ad5f24c1ed5cb9854c13806a Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 14:43:37 -0400 Subject: [PATCH 14/41] 3.0.27 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24bbcd9..713d4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.26", + "version": "3.0.27", "nbbpm": { "compatibility": "^0.8.2" }, From a2aafa65d4bc55876e592ef7a57a52107ba1960d Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 15:46:23 -0400 Subject: [PATCH 15/41] removed toPid content --- templates/partials/topic/post.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index 0213970..b3c07c7 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -58,9 +58,6 @@
- - - {posts.content}
From 75617e150795d022f14f03eb9e98c0e62625c1e2 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 15:46:53 -0400 Subject: [PATCH 16/41] 3.0.28 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 713d4c4..5eda986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.27", + "version": "3.0.28", "nbbpm": { "compatibility": "^0.8.2" }, From 1ece3acb484fd9b7d773de52bab6c47690971220 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 17:33:47 -0400 Subject: [PATCH 17/41] closes https://github.com/NodeBB/NodeBB/issues/3675 --- templates/account/edit.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index b84d234..a84502a 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -137,6 +137,7 @@
+
@@ -147,6 +148,7 @@
+ From a6b2ba89970d3b55e99fd7da571cb2fe80ebb469 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 18:38:30 -0400 Subject: [PATCH 18/41] https://github.com/NodeBB/NodeBB/issues/3569 --- templates/footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/footer.tpl b/templates/footer.tpl index e93b664..ff8493d 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -1,7 +1,7 @@ -
+
From 7ac7e4ddfd86a142b43efcbaf5e027fd49c07206 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 29 Sep 2015 18:40:01 -0400 Subject: [PATCH 19/41] 3.0.29 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5eda986..c0443d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.28", + "version": "3.0.29", "nbbpm": { "compatibility": "^0.8.2" }, From 1178251f86f228564f3c8350898da1cb89a916c7 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 1 Oct 2015 13:55:07 -0400 Subject: [PATCH 20/41] added last post link and post count on mobile --- less/categories.less | 1 - less/category.less | 1 + templates/partials/topics_list.tpl | 7 +++++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/less/categories.less b/less/categories.less index 797c967..0134b87 100644 --- a/less/categories.less +++ b/less/categories.less @@ -32,7 +32,6 @@ line-height: 22px; margin: 0; margin-left: 62px; - width: 85%; strong { color: @gray-dark; diff --git a/less/category.less b/less/category.less index acd51c3..1661ecd 100644 --- a/less/category.less +++ b/less/category.less @@ -70,6 +70,7 @@ font-size: 10px; background: lighten(@gray-lighter, 2.5%); padding: 5px; + white-space: nowrap; } } } diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 5eb3b97..adf72c5 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -4,7 +4,7 @@
  • > -
    +
    @@ -41,6 +41,9 @@ [[global:posted_ago, ]] + + {topics.postcount} • +
    @@ -52,7 +55,7 @@ {topics.viewcount}
    [[global:views]]
    - diff --git a/templates/partials/modals/change_picture_modal.tpl b/templates/partials/modals/change_picture_modal.tpl index 20435bf..e83a121 100644 --- a/templates/partials/modals/change_picture_modal.tpl +++ b/templates/partials/modals/change_picture_modal.tpl @@ -1,4 +1,4 @@ - +
    +
    \ No newline at end of file diff --git a/templates/partials/modals/upload_picture_from_url_modal.tpl b/templates/partials/modals/upload_picture_from_url_modal.tpl index b8d1222..f2a5545 100644 --- a/templates/partials/modals/upload_picture_from_url_modal.tpl +++ b/templates/partials/modals/upload_picture_from_url_modal.tpl @@ -1,4 +1,4 @@ -
  • - target="_blank"> + id="{navigation.id}" target="_blank"> From 3b4362e132d26660434fd69a9608dc2e41007a97 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sat, 3 Oct 2015 18:56:25 -0400 Subject: [PATCH 39/41] 3.0.37 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9f7ed8..ca7e659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.36", + "version": "3.0.37", "nbbpm": { "compatibility": "^0.8.2" }, From 3d0d07977db6bc85158e66601697dd5098dac9ff Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 4 Oct 2015 01:13:06 -0400 Subject: [PATCH 40/41] https://github.com/NodeBB/NodeBB/issues/3705 --- templates/partials/topic/post.tpl | 3 --- templates/topic.tpl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index b3c07c7..c8efe5a 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -65,7 +65,4 @@ - - -
    diff --git a/templates/topic.tpl b/templates/topic.tpl index 67746df..0c95544 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -19,7 +19,7 @@
      -
    • > +
    • > From 9dd5ca3ab5c60ca7528bc0a03b364cb44f0a55af Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 4 Oct 2015 01:14:28 -0400 Subject: [PATCH 41/41] 3.0.38 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca7e659..99c1140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "3.0.37", + "version": "3.0.38", "nbbpm": { "compatibility": "^0.8.2" },