First time here? Check out the FAQ!

Revision history  [back]

How do you prefer the character case of tags handled?

What do you think, should tags be lowercased? Is there a compelling case to allow upper-case characters in the tags? Anyone strongly prefers sentence-cased tags?

Looks like there is a glitch currently when someone tries to enter tag, which is already in the database, but has a different character case.

The two solutions I can think of are:

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Which option do you like better?

edit

now askbot allows both styles, switchable in "settings->data entry and display->force lowercase tags" (default is False), also there is a management command "fix_question_tags" that fixes inconsistencies in the tags.

How do you prefer the character case of tags handled?

What do you think, should tags be lowercased? Is there a compelling case to allow upper-case characters in the tags? Anyone strongly prefers sentence-cased tags?

Looks like there is a glitch currently when someone tries to enter tag, which is already in the database, but has a different character case.

The two solutions I can think of are:

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Which option do you like better?

edit

now askbot allows both styles, switchable in "settings->data entry and display->force lowercase tags" (default is False), also there is a management command "fix_question_tags" that fixes inconsistencies in the tags.

How do you prefer the character case of tags handled?

What do you think, should tags be lowercased? Is there a compelling case to allow upper-case characters in the tags? Anyone strongly prefers sentence-cased tags?

Looks like there is a glitch currently when someone tries to enter tag, which is already in the database, but has a different character case.

The two solutions I can think of are:

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Which option do you like better?

edit

now askbot allows both styles, switchable in "settings->data entry and display->force lowercase tags" (default is False), also there is a management command "fix_question_tags" that fixes inconsistencies in the tags.

How do you prefer the character case of tags handled?

What do you think, should tags be lowercased? Is there a compelling case to allow upper-case characters in the tags? Anyone strongly prefers sentence-cased tags?

Looks like there is a glitch currently when someone tries to enter tag, which is already in the database, but has a different character case.

The two solutions I can think of are:

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Which option do you like better?

How do you prefer case of tags handled?

What do you think, should tags be lowercased? It is rather difficult - but possible - to maintain case of the tag, clean out random variations in the user input, and make case-aware tag names "database-proof".

Is there a compelling case to allow upper-case characters in the tags?

Anyone strongly prefers sentence-cased tags?

Looks like there tags? It is a glitch currently when someone tries possible to enter tag, which is already in have an option to sentence-case tags for the database, html output, but has a different character case.then they will all look sentence - cased.

The two solutions I can think of are:

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Which option do you like better?

How do you prefer case of tags handled?to main

It is rather difficult - but possible - to maintain case of the tag, clean out random variations in the user input, and make case-aware tag names "database-proof".

Is there a compelling case to allow upper-case characters in the tags?

Anyone strongly prefers sentence-cased tags? It is possible to have an option to sentence-case tags for the html output, but then they will all look sentence - cased.

The two solutions I can think of are:

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Which option do you like better?

How to mainTags will be all lowercased

It The reason is that it is rather difficult (not impossible but I think it is unnecessary - but possible because it is easier to just force lowercase all tag input) - to maintain case of the tag, clean out random variations in the user input, and make case-aware tag names "database-proof".

Is Secondly - a more uniform tag format will make the site look a little better.

Since there are several sites already, there will be a data migration and a separate management command "lowercase_tags" and a call .lower() added to the tag name cleaning function.

Do you have a compelling case to allow upper-case characters in the tags?

Anyone strongly prefers sentence-cased tags? It is possible to have an option to sentence-case tags for the html output, but then they will all look sentence - cased.output.

The two solutions I can think of are:Thanks.

  • force lower-case all tag input -- there will be code to migrate tag names on your sites in that case)
  • allow "freehand" case on tags -- in this case tag input will be cleaned against the case of the tags already present in the database and the very first tag entry will be unrestricted

Tags will be all lowercased

The reason is that it is rather difficult (not impossible but I think it is unnecessary - because it is easier to just force lowercase all tag input) - to maintain case of the tag, clean out random variations in the user input, and make case-aware tag names "database-proof".

Secondly - a more uniform tag format will make the site look a little better.

Since there are several sites already, there will be a data migration and a separate management command "lowercase_tags" and a call .lower() added to the tag name cleaning function.

Do you have a compelling case to allow upper-case characters in the tags?

strong objections? Anyone strongly prefers sentence-cased tags? It is possible to have an option to sentence-case tags for the html output.

Thanks.

Tags will be all lowercased

The reason is that it is rather difficult (not impossible but I think it is unnecessary - because it is easier to just force lowercase all tag input) - to maintain case of the tag, clean out random variations in the user input, and make case-aware tag names "database-proof".

Secondly - a more uniform tag format will make the site look a little better.

Since there are several sites already, there will be a data migration and a separate management command "lowercase_tags" and a call .lower() added to the tag name cleaning function.

Do you have strong objections? Anyone strongly prefers sentence-cased tags? It is possible to have an option to sentence-case tags for the html output.

Thanks.tags?

Tags will be all lowercased

Well this is not really a question, but if you have thoughts about this - please respond.

The reason is that it is rather difficult (not impossible but I think it is unnecessary - because it is easier to just force lowercase all tag input) - to maintain case of the tag, clean out random variations in the user input, and make case-aware tag names "database-proof".

Secondly - a more uniform tag format will make the site look a little better.

Since there are several sites already, there will be a data migration and a separate management command "lowercase_tags" and a call .lower() added to the tag name cleaning function.

Do you have strong objections? Anyone strongly prefers sentence-cased tags?