View Issue Details

IDProjectCategoryView StatusLast Update
0002134HTML & PERLBug Report - Interfacepublic2014-11-12 14:07
ReporterCDB-Man Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Summary0002134: Class tag collision on show=character page: .type
DescriptionOn show=character, right now .type is used in the anime table for 2 things:
1) relation type (ie main character in)
2) anime type (ie movie)

Proposal, to kill the collision, rename 1) to something like .relation_type or even just .relation
TagsNo tags attached.

Activities

CDB-Man

2014-10-06 18:07

manager   ~0003473

Last edited: 2014-10-07 05:49

Updated proposal to be in line with the rest of my tickets:
add .relation and .anime to the .name elements.

CDB-Man

2014-10-16 20:21

manager   ~0003482

Last edited: 2014-10-27 06:28

Made a mistake in my original message... 
No changes need to be reverted.
However, in addition to what's already done on this ticket:

http://anidb.net/perl-bin/animedb.pl?show=character&charid=1116
< td class="type">main character in< /td>  <-- add .relation since this td is for char-anime-rel
< td class="type">TV Series< /td>  <-- add .anime since this td is for the anime's type

Issue History

Date Modified Username Field Change
2014-10-06 07:31 CDB-Man New Issue
2014-10-06 18:07 CDB-Man Note Added: 0003473
2014-10-07 05:49 CDB-Man Note Edited: 0003473
2014-10-07 16:12 DerIdiot Status new => resolved
2014-10-07 16:12 DerIdiot Resolution open => fixed
2014-10-07 16:12 DerIdiot Assigned To => DerIdiot
2014-10-16 20:21 CDB-Man Note Added: 0003482
2014-10-16 20:21 CDB-Man Status resolved => feedback
2014-10-16 20:21 CDB-Man Resolution fixed => reopened
2014-10-27 06:28 CDB-Man Note Edited: 0003482
2014-11-12 14:07 DerIdiot Status feedback => resolved
2014-11-12 14:07 DerIdiot Resolution reopened => fixed