Vote #64914
完了Settings name field too short for some plugins (30 characters)
100%
説明
The @settings.name@ field is current set to only allow 30 characters. This can cause problems with plugins since "plugin_" is appended to the plugin name by Settings and the plugin generator prefixs plugins with "redmine". That only leaves 16 characters for the plugin name. Since Redmine doesn't check that a plugin name is under 16 characters, I propose extending the field to 255.
journals
Fixed in r2599. Should be released in 0.9 due to the database schema change.
--------------------------------------------------------------------------------
I'm attaching the migration here for anyone on 0.8.x that is affected. Nothing special will need to be done when upgrading to 0.9.0, Redmine will skip this migration if it's already been applied.
Steps:
# Backup your database, just in case
# Download the file to your @redmine_directory/db/migrate/@ directory
# Run @RAILS_ENV=production rake db:migrate@
--------------------------------------------------------------------------------