[devel-65 ganesh**Sun Jul 20 22:11:37 GMT 2003] { hunk ./MERGING 99 +devel-65: bug fixes (I think...) hunk ./PhotoPub/Config.pm 148 - foreach my $dir (@{$value->{'dir'}}) { - $dir=&dobasedir($basedir,$dir); + for my $i (0..$#{$value->{'dir'}}) { + $value->{'dir'}->[$i]=&dobasedir($basedir,$value->{'dir'}->[$i]); hunk ./PhotoPub/Config.pm 457 + if($debug >= 2) { + print "imagefile: $path ".join(',',@$dirs)."\n"; + } + hunk ./PhotoPub/Config.pm 595 + my $photo=$2; + $photo="$path/$photo" unless substr($2,0,1) eq '/'; hunk ./PhotoPub/Config.pm 605 - $aliases{$subpath}->{$1}={'photo' => $2, + $aliases{$subpath}->{$1}={'photo' => $photo, hunk ./PhotoPub/Config.pm 631 + $root="$path/$root" unless substr($2,0,1) eq '/'; + hunk ./PhotoPub/Utils.pm 187 + my $lastpage=1; hunk ./PhotoPub/Utils.pm 202 + # nice easy way of doing integer division... + my $tempendnum=$$endnumref; + while ($tempendnum>0) { $tempendnum-=$max; $lastpage++; } hunk ./PhotoPub/Utils.pm 213 - hunk ./PhotoPub/Utils.pm 232 + &excludetag('elsenext',$templateref); hunk ./PhotoPub/Utils.pm 234 + &includetag('elsenext',$templateref); hunk ./PhotoPub/Utils.pm 244 + &excludetag('elseprev',$templateref); hunk ./PhotoPub/Utils.pm 246 + &includetag('elseprev',$templateref); hunk ./PhotoPub/Utils.pm 249 + my $url=&$geturl(1); + $$templateref=~s{}{}sig; + $$templateref=~s{\$firsturl}{$url}sig; + + my $url=&$geturl($lastpage); + $$templateref=~s{}{}sig; + $$templateref=~s{\$lasturl}{$url}sig; + + hunk ./TODO 6 - +* Overriding parameters in A ... links }