Closed (works as designed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2012 at 14:26 UTC
Updated:
27 Aug 2012 at 12:18 UTC
can i suggest a character limit validator for the machine name in the features create/recreate form?
following the logic found here:
http://drupal.org/node/1062422
http://drupal.org/node/1316154
what about for the other form fields? would a character limit help?
i haven't found an article specfying limits for machine names, descriptions, project, etc in .info files. the official docs about .info files are here: http://drupal.org/node/542202
Comments
Comment #1
mpotter commentedWith the new tar file format, there no longer needs to be a limit on machine name or other fields, so closing this issue.
Comment #2
lpalgarvio commentedyep, see #1529066: Features implementation of tar truncates file-paths at 100 characters
but mpotter, could we apply the correct (255) character limit to the form fields anyway?
name, module_name, description
size="60" maxlength="128"
->
size="60" maxlength="255"
7.x
6.x