Show
Ignore:
Timestamp:
05/27/08 01:20:00 (22 months ago)
Author:
eevee
Message:

Mostly finished up breeding chains app, at least for one move. (#302)
- Added a link for it to the link list.
- Fixed some DBIC-related has-many ambiguity.
- Deleted a lot of old TODO comments.
- Added a setting for level of detail that defaults to only showing optimal chains, rather than trying to pull them out and show them separately.
- Fixed a cross-join bug where some move methods would appear twice.
- Fixed a bug in Vee::Form that made single-radio-button printing not work at all.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Schema/Pokemon.pm

    r428 r433  
    143143sub move_method_string { 
    144144    my ($self, $move, $version) = @_; 
     145    die "Can't call move_method_string without a move object" 
     146        unless $move and ref $move; 
     147    $version ||= 'dp'; 
    145148 
    146149    my @pokemon_moves = grep {