SELECT id, name, patch_status_id, patch_status, author, reviewers,
        commitfest_topic_id, commitfest_topic, commitfest_id, date_closed
 FROM patch_view WHERE commitfest_id = ?
-       ORDER BY date_closed, commitfest_topic, name
+       ORDER BY date_closed, commitfest_topic, id
 EOM
        for my $p (@$patch_list) {
                if (grep { $_ eq $p->{'patch_status_id'} } qw(4 5 6)) {
 
                        $self->{'name'},
                        $self->{'istype'}{'password'} ? 'password' : 'text',
                        defined $self->{'size'} ? $self->{'size'}
-                               : ($self->{'istype'}{'date'} ? 10 : 40),
+                               : ($self->{'istype'}{'date'} ? 10 : 60),
                        defined $self->{'maxlength'} ? $self->{'maxlength'}
-                               : ($self->{'istype'}{'date'} ? 10 : 40),
+                               : ($self->{'istype'}{'date'} ? 10 : 120),
                        $self->{'istype'}{'password'} ? '' : escape($self->{'value'});
        }
        elsif ($self->{'istype'}{'textarea'}) {