Veritula – Meta
#434·Dennis HackethalOP, over 1 year agoThere’s a bug where right-clicking in a form to paste text doesn’t result in the preview updating.
Fixed as of b5d435e.
There’s a bug where right-clicking in a form to paste text doesn’t result in the preview updating.
Link to revision activity with collapsed lines
Done as of cc8e3e9. It now says ‘x unchanged lines collapsed’.
Done as of cc8e3e9. It now says ‘x unchanged lines collapsed’. See eg this activity.
#422·Dennis HackethalOP, over 1 year agoDiffs should omit unchanged lines. Maybe just leave up to three lines around changed content for context – that’s how git does it.
Done as of cc8e3e9. It now says ‘x unchanged lines collapsed’.
Diffs should omit unchanged lines. Maybe just leave up to three lines around changed content for context – that’s how git does it.
Now that there are user profiles (#408), each profile can have a tab for unproblematic ideas. Among all the ideas a user has submitted, those are the ones he can rationally hold. And another tab for problematic ideas, ie ideas he cannot rationally hold.
Now that there are user profiles (#408), each profile can have a tab for unproblematic ideas. Among all the ideas a user has submitted, those are the ones he can rationally hold. And another tab for problematic ideas, ie ideas he has submitted that he cannot rationally hold.
Now that there are user profiles (#408), each profile can have a tab for unproblematic ideas. Among all the ideas a user has submitted, those are the ones he can rationally hold. And another tab for problematic ideas, ie ideas he cannot rationally hold.
There’s a bug where hovering over a link in the markdown preview removes the form and all typed text. Hovering over a link should have no effect on the form.
#414·Dennis HackethalOP revised over 1 year agoSince the diff processes the text as a single line, the hunk header is always going to say either
@@ -0,0 +1 @@(for the first version) or@@ -1 +1 @@(for every subsequent version). Meaning the header provides no real information. So I might as well remove it.
Done as of 8d3eed0, see eg the version history of #414.
Since the diff processes the text as a single line, the diff information is always going to say either @@ -0,0 +1 @@ (for the first version) or @@ -1 +1 @@ (for every subsequent version). Meaning it provides no real information. So I might as well remove that part.
Since the diff processes the text as a single line, the hunk header is always going to say either @@ -0,0 +1 @@ (for the first version) or @@ -1 +1 @@ (for every subsequent version). Meaning the header provides no real information. So I might as well remove it.
Since the diff processes the text as a single line, the diff information is always going to say either @@ -0,0 +1 @@ (for the first version) or @@ -1 +1 @@ (for every subsequent version). Meaning it provides no real information. So I might as well remove that part.
#355·Dennis HackethalOP, over 1 year agoIn activity feed, behind timestamp (‘… hours ago’), link to corresponding discussion.
Done as of e3f2c5b.
In activity feed, behind timestamp (‘… hours ago’), link to corresponding discussion.
#349·Dennis HackethalOP revised over 1 year agoThe activity feed just shows top-level criticisms as regular ideas. They should be shown as criticisms just like when they are child ideas.
Done as of c11a13c.
#337·Dennis HackethalOP, over 1 year agoWhen all I change during a revision is the criticism flag, the activity log just says ‘no changes’.
As of 9702c05, a revision activity now says that the idea was either marked or unmarked as a criticism.
#351·Dennis HackethalOP, over 1 year agoWhen a comment is a criticism on another criticism, the activity should say ‘So and so addressed criticism #…’
Done as of 735c3cc.
When a comment is a criticism on another criticism, the activity should say ‘So and so addressed criticism #…’
Fix typo
The activity feed just shows top-level criticisms as regular ideas. They should be shown as criticisms such like when they are child ideas.
The activity feed just shows top-level criticisms as regular ideas. They should be shown as criticisms just like when they are child ideas.
#340·Dennis HackethalOP, over 1 year agoThe activity feed just shows top-level criticisms as regular ideas. They should be shown as criticisms such like when they are child ideas.
such like
‘just like’
#344·Dennis HackethalOP revised over 1 year agoShould probably show the explanation in a revision, when given. In the activity feed, that is.
Done as of 7e7c6cd.