From: Emmanuel S. <se...@us...> - 2004-12-15 13:06:41
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18697/default Modified Files: filterexceptions.pl Log Message: deuxieme partie de la migration 2.18rc2 -> 2.18rc3 Index: filterexceptions.pl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/filterexceptions.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** filterexceptions.pl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- filterexceptions.pl 15 Dec 2004 13:06:22 -0000 1.2 *************** *** 175,179 **** 'sel.name', 'sel.accesskey', ! '"onchange=\'$sel.onchange\'" IF sel.onchange', ], --- 175,179 ---- 'sel.name', 'sel.accesskey', ! '"onchange=\"$sel.onchange\"" IF sel.onchange', ], *************** *** 461,467 **** 'attachment/diff-header.html.tmpl' => [ 'attachid', 'bugid', - 'old_url', - 'new_url', 'oldid', 'newid', --- 461,466 ---- 'attachment/diff-header.html.tmpl' => [ 'attachid', + 'id', 'bugid', 'oldid', 'newid', |