comparison doc/upgrading.txt @ 3549:f6719836e521

allow dispname to be passed to renderWith [SF#1424587] rename dispname to @dispname to avoid name clashes in the future force demo.py to have web debugging on (since it can't mail errors)
author Richard Jones <richard@users.sourceforge.net>
date Wed, 08 Feb 2006 04:03:54 +0000
parents 61d48244e7a8
children 55bcd5673097
comparison
equal deleted inserted replaced
3548:61d48244e7a8 3549:f6719836e521
25 <input type="checkbox" name="remember" id="remember"> 25 <input type="checkbox" name="remember" id="remember">
26 <label for="remember" i18n:translate="">Remember me?</label><br> 26 <label for="remember" i18n:translate="">Remember me?</label><br>
27 27
28 See the classic tracker ``page.html`` if you're unsure where this should 28 See the classic tracker ``page.html`` if you're unsure where this should
29 go. 29 go.
30
31
32 1.1 Query Display Name
33 ----------------------
34
35 The ``dispname`` web variable has been renamed ``@dispname`` to avoid
36 clashing with other variables of the same name. If you are using the
37 display name feature, you will need to edit your tracker's ``page.html``
38 and ``issue.index.html`` pages to change ``dispname`` to ``@dispname``.
39
40 A side-effect of this change is that the renderWith method used in the
41 ``home.html`` page may now take a dispname argument.
30 42
31 43
32 Migrating from 0.8.x to 1.0 44 Migrating from 0.8.x to 1.0
33 =========================== 45 ===========================
34 46

Roundup Issue Tracker: http://roundup-tracker.org/