Veritula – Meta
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 almost 2 years 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, about 2 years 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 about 2 years 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, about 2 years 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, about 2 years 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, about 2 years 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 about 2 years agoShould probably show the explanation in a revision, when given. In the activity feed, that is.
Done as of 7e7c6cd.
Should probably show the explanation in a revision, when given.
Should probably show the explanation in a revision, when given. In the activity feed, that is.
The activity feed just shows top-level criticisms as regular ideas. They should be shown as criticisms such like when they are child ideas.
Should probably show the explanation in a revision, when given.
Discuss Veritula itself. For feedback and suggestions.
When all I change during a revision is the criticism flag, the activity log just says ‘no changes’.