I've just noticed that I can't put any number of terms into "free-tagging category" input while editing a node. Category input seems to be stricted by 128 characters... how this?:)
Can we drop this defaults cos it makes hard to mantain content?

CommentFileSizeAuthor
#2 taxonomy.module_31.patch452 bytesArto

Comments

arsart’s picture

Project: Tagadelic » Drupal core
Version: 4.7.x-1.x-dev » 4.7.3
Component: User interface » taxonomy.module

Thought that it was Tagadalic issue, then found in Taxonomy module (v 1.275.2.11 2006/07/18) string 647, maxlength of an input set to 100 characters. That's make a poor ability of node editing, cos we can't chose any number of terms inside free-tagging Category input.

Arto’s picture

Priority: Critical » Normal
Status: Active » Reviewed & tested by the community
StatusFileSize
new452 bytes

100 characters certainly is a bit short for a tags field.

Here's a patch against DRUPAL-4-7 CVS that increases the maximum length of the tags field to 1024 characters, which presumably (one would hope!) should suffice for most needs. (Since the contents of this text field aren't directly stored in the database, the maximum length can presumably be set arbitrary high. 1024 works fine for me.)

arsart’s picture

Thanks! Works fine to me:)

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to DRUPAL-4-7.

Anonymous’s picture

Status: Fixed » Closed (fixed)