increased description size to 1000 characters
authorBenjamin Mako Hill <mako@atdot.cc>
Tue, 8 Nov 2011 00:13:52 +0000 (19:13 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 8 Nov 2011 01:01:59 +0000 (20:01 -0500)
commit8f002227d3beee3921b316db1f6acc5966451f46
treedd571947f7f49ff51fefb07a9608c086ee5ca019
parenta4d4c86c4488d333371f121f3aefc989ba1270ee
increased description size to 1000 characters

The default maximum description in Delicious was raised to 1000
characters instead of 255 several years ago. The current setting in
Scuttle makes it impossible for users to import data from their
Delicious account into Scuttle.

When the limit is increased, the old text-box was a bit too small. This
increases it (in line with what Delicious did when they made the
change).

In this patch, tables.sql is updated, but existing installations will
need to alter their database table my hand. In the absense of a system
for migrations, this seems to be able the best we can do.
tables.sql
templates/editbookmark.tpl.php

Benjamin Mako Hill || Want to submit a patch?