From: Emmanuel S. <se...@us...> - 2005-07-18 00:02:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23573/fr/default/bug/create Modified Files: create-guided.html.tmpl created.html.tmpl Log Message: Passage de 2.18.1 a 2.18.2 Index: create-guided.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create/create-guided.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** create-guided.html.tmpl 17 Jul 2005 18:11:22 -0000 1.4 --- create-guided.html.tmpl 18 Jul 2005 00:02:16 -0000 1.5 *************** *** 180,184 **** <p> Parcourez les résultats de la recherche. Si vous avez le message ! <tt><b>Zarro Boogs</b></tt>, [% terms.Bugzilla %] n'a trouvé aucun [% terms.bug %] qui correspond. Vérifiez l'absence de fautes de frappes, changez de mots-clés ou mettez-en moins. --- 180,184 ---- <p> Parcourez les résultats de la recherche. Si vous avez le message ! <tt><b>[% terms.zeroSearchResults %]</b></tt>, [% terms.Bugzilla %] n'a trouvé aucun [% terms.bug %] qui correspond. Vérifiez l'absence de fautes de frappes, changez de mots-clés ou mettez-en moins. Index: created.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/create/created.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** created.html.tmpl 1 Nov 2004 10:26:59 -0000 1.2 --- created.html.tmpl 18 Jul 2005 00:02:16 -0000 1.3 *************** *** 20,23 **** --- 20,38 ---- #%] + [%# INTERFACE: + # id: number; the ID of the bug that was created. + # sentmail: array of hash; bugs for which BugMail should be sent, contains: + # type: string; type of change for this bug, either 'created' if this bug + # was created or 'dep' if it was added as a dependent/blocker + # id: integer; the ID of the bug + # mailrecipients: hash; contains the BugMail recipients, for details on + # this contents, see template bug/process/bugmail.html.tmpl + # + # bug: object; Bugzilla::Bug object of the bug that was created (used in + # template bug/edit.html.tmpl + # bug_list: array of integers; storted bug list (used in template + # bug/navigate.html.tmpl) + #%] + [% PROCESS global/variables.none.tmpl %] *************** *** 33,36 **** --- 48,52 ---- id = item.id mail = item.mail + mailrecipients = item.mailrecipients %] [% END %] |