View Issue Details

IDProjectCategoryView StatusLast Update
0000338HTML & PERLBug Report - Databasepublic2007-04-07 15:14
ReporterAmour Assigned Toexp  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000338: Episode title is too long for editing
DescriptionIf an episode title is longer than 100 chars, it cannot be edited.

Example:
http://anidb.info/perl-bin/animedb.pl?show=ep&aid=317&eid=5770&nonav=1

Suggested fix:
Allowing longer titles (127 or 255 chars).
Additional InformationRomaji and Kanji titles have 200 chars and 1000 chars limitations, why does English is limited to 100?

MySQL database uses the VARCHAR type which ranges from 1 to 255, so there is no need to restrict to 100.
TagsNo tags attached.

Relationships

has duplicate 0000480 closed Increase the Episode Title (English) character field to 512 characters 

Activities

exp

2006-06-26 09:30

administrator   ~0000809

limit changed to 150, the only issue here is the layout. at some point titles just become cumbersome. same goes for filenames which contain the epnames.

Amour

2006-07-14 16:35

reporter   ~0000858

Limit is still 100, not 150.
I tried to edit the following episode, and I couldn't:
http://anidb.info/perl-bin/animedb.pl?show=ep&eid=28331&nonav=1

DerIdiot

2006-07-14 21:07

administrator   ~0000859

the limit will get increased significantly once the new animepage is in place.

epoximator

2007-03-31 12:59

reporter   ~0001216

was fixed on last title change

Issue History

Date Modified Username Field Change
2006-04-03 09:12 Amour New Issue
2006-06-26 09:30 exp Note Added: 0000809
2006-06-27 13:59 DerIdiot Status new => resolved
2006-07-14 16:35 Amour Status resolved => feedback
2006-07-14 16:35 Amour Resolution open => reopened
2006-07-14 16:35 Amour Note Added: 0000858
2006-07-14 21:07 DerIdiot Note Added: 0000859
2006-07-23 06:44 DerIdiot Relationship added has duplicate 0000480
2007-03-31 12:59 epoximator Note Added: 0001216
2007-03-31 12:59 epoximator Status feedback => resolved
2007-03-31 12:59 epoximator Resolution reopened => fixed
2007-04-07 15:14 epoximator Assigned To => exp