Search

Ideas that are…

Search Ideas


813 ideas match your query.:

The following commits should address this:

  • 3af3966 Clarify in title that someone revised an idea (rathen than originated idea)

    The HTML title now says ‘Idea x revised by…’

  • 6c70cea Underneath idea, indicate that someone revised an idea (rather than submitted it)

    It says ‘Dennis Hackethal, 1 day ago’ for new ideas, ‘Dennis Hackethal revised 1 day ago’ for revisions

  • d20d386 Explain that users can revise each others’ ideas

    As part of the alert on the revision page, when the user is about to revise someone else’s idea.

  • c5748e3 Turn ‘revise’ link into ‘revise their idea’ when it’s someone else’s idea

    Underneath each idea.

  • e0fbd41 List user under each revision in version history

    So that each version is clearly attributed to the corresponding user.

  • 06d3241 List contributors at top of version history

    Comma-separated list to see all contributors at a glance. Eg see here

#444​·​Dennis HackethalOP revised over 1 year ago​·​Original #439​·​CriticismCriticized1Archived

The following commits should address this:

  • 3af3966 Clarify in title that someone revised an idea (rathen than originated idea)

    The HTML title now says ‘Idea x revised by…’

  • 6c70cea Underneath idea, indicate that someone revised an idea (rather than submitted it)

    It says ‘Dennis Hackethal, 1 day ago’ for new ideas, ‘Dennis Hackethal revised 1 day ago’ for revisions

  • d20d386 Explain that users can revise each others’ ideas

    As part of the alert on the revision page, when the user is about to revise someone else’s idea.

  • c5748e3 Turn ‘revise’ link into ‘revise their idea’ when it’s someone else’s idea

    Underneath each idea.

  • e0fbd41 List user under each revision in version history

    So that each version is clearly attributed to the corresponding user.

  • 06d3241 List contributors at top of version history

    Comma-separated list to see all contributors at a glance

#442​·​Dennis HackethalOP revised over 1 year ago​·​Original #439​·​CriticismCriticized1Archived

The following commits should address this:

  • 3af3966 Clarify in title that someone revised an idea (rathen than originated idea)

    The HTML title now says ‘Idea x revised by…’

  • 6c70cea Underneath idea, indicate that someone revised an idea (rather than submitted it)

    It says ‘Dennis Hackethal, 1 day ago’ for new ideas, ‘Dennis Hackethal revised 1 day ago’ for revisions

  • d20d386 Explain that users can revise each others’ ideas

    As part of the alert on the revision page, when the user is about to revise someone else’s idea.

  • c5748e3 Turn ‘revise’ link into ‘revise their idea’ when it’s someone else’s idea

    Underneath each idea.

  • e0fbd41 List user under each revision in version history

    So that each version is clearly attributed to the corresponding user.

#440​·​Dennis HackethalOP revised over 1 year ago​·​Original #439​·​CriticismCriticized1Archived

The following commits should address this:

  • 3af3966 Clarify in title that someone revised an idea (rathen than originated idea)
  • 6c70cea Underneath idea, indicate that someone revised an idea (rather than submitted it)
  • d20d386 Explain that users can revise each others’ ideas
  • c5748e3 Turn ‘revise’ link into ‘revise their idea’ when it’s someone else’s idea
  • e0fbd41 List user under each revision in version history
#439​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Dirk Meulenbelt says the concept of revising someone else’s idea is not intuitive.

#437​·​Dennis HackethalOP revised over 1 year ago​·​Original #436​·​CriticismCriticized1Archived

Dirk Meulenbelt the concept of revising someone else’s idea is not intuitive.

#436​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Fixed as of b5d435e.

#435​·​Dennis HackethalOP, over 1 year ago​·​CriticismArchived

There’s a bug where right-clicking in a form to paste text doesn’t result in the preview updating.

#434​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Done as of cc8e3e9. It now says ‘x unchanged lines collapsed’. See eg this activity.

#426​·​Dennis HackethalOP revised over 1 year ago​·​Original #423​·​CriticismCriticized1

Done as of a02e6c4, see eg this activity.

#425​·​Dennis HackethalOP, over 1 year ago​·​CriticismArchived

Would be neat linking to a specific activity.

#424​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Done as of cc8e3e9. It now says ‘x unchanged lines collapsed’.

#423​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1

Diffs should omit unchanged lines. Maybe just leave up to three lines around changed content for context – that’s how git does it.

#422​·​Dennis HackethalOP, over 1 year ago​·​Criticism

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.

#420​·​Dennis HackethalOP revised over 1 year ago​·​Original #419​·​CriticismCriticized2Archived

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.

#419​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

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.

#417​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Done as of 8d3eed0, see eg the version history of #414.

#416​·​Dennis HackethalOP, over 1 year ago​·​CriticismArchived

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.

#414​·​Dennis HackethalOP revised over 1 year ago​·​Original #413​·​CriticismCriticized1Archived

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.

#413​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Done as of b3c06c4, see eg my profile.

#410​·​Dennis HackethalOP, over 1 year ago​·​CriticismArchived

There should be user profiles.

#408​·​Dennis HackethalOP, over 1 year ago​·​CriticismCriticized1Archived

Done as of e3f2c5b.

#356​·​Dennis HackethalOP, almost 2 years ago​·​CriticismArchived

In activity feed, behind timestamp (‘… hours ago’), link to corresponding discussion.

#355​·​Dennis HackethalOP, almost 2 years ago​·​CriticismCriticized1Archived

Done as of c11a13c.

#354​·​Dennis HackethalOP, almost 2 years ago​·​CriticismArchived

As of 9702c05, a revision activity now says that the idea was either marked or unmarked as a criticism.

#353​·​Dennis HackethalOP, almost 2 years ago​·​CriticismArchived