Actions
Task #83986
closedStreamline size of all email fields at the database schema
Start date:
2018-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We have different sizes of the email field at the database schema
- be_users.email => varchar(80)
- pages.author_email => varchar(80)
- tx_extensionmanager_domain_model_extension.author_email => varchar(255)
- fe_users.email => varchar(255)
- pages_language_overlay.author_email => varchar(80)
I think we should streamline all email fields to varchar(255)
Source: https://en.wikipedia.org/wiki/Email_address#RFC_specification
Updated by Guido S. over 6 years ago
- Related to Bug #79094: Extension Manager API potentially makes destructive database schema changes added
Updated by Guido S. over 6 years ago
- Related to Bug #55484: fe_user:username is limited to 50 chars added
Updated by Guido S. over 6 years ago
- Related to Bug #67704: value too long for type character varying(150) added
Updated by Georg Ringer over 6 years ago
can you do a patch for that? remember that 9 does not need any change in pages_language_overlay anymore.
Updated by Guido S. over 6 years ago
I would try this. It is a good start to learn how to contribute ;-)
Updated by Guido S. over 6 years ago
- Tracker changed from Feature to Task
- TYPO3 Version set to 9
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55868
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f677ca2e75b005655d928915ddd1871317b9c86b.
Actions