Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 20:30 UTC
Updated:
20 Feb 2009 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Robrecht Jacques commentedOK, this is a bug. In the database schema, the content of a meta tag can be at most 255 chars.
So even if you set the text cut-off to a large value, the value stored in the database is limited to 255 chars.
I'll try to make a patch asap.
Comment #2
elgreg commented+1 patch forthcoming?
Comment #3
gengel commentedIgnore this- I need to patch against something else
Comment #4
gengel commentedComment #5
gengel commentedPatched (correctly this time) so that the database column size is updated every time a larger max size is requested.
Comment #6
Robrecht Jacques commentedNice! Comitted to CVS. Thanks.