Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2910:5c0e5abcb5e3
doc updates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 14 Nov 2004 23:30:43 +0000 |
| parents | bcb4668d4196 |
| children | 398a93f386b8 |
comparison
equal
deleted
inserted
replaced
| 2909:2fc6c508b537 | 2910:5c0e5abcb5e3 |
|---|---|
| 121 | 121 |
| 122 | 122 |
| 123 0.8.0 Use of TemplatingUtils | 123 0.8.0 Use of TemplatingUtils |
| 124 ---------------------------- | 124 ---------------------------- |
| 125 | 125 |
| 126 If you used custom python functions in TemplatingUtils, they need to | 126 If you used custom python functions in TemplatingUtils, they must |
| 127 be moved from interfaces.py to a new file in the ``extensions`` directory. | 127 be moved from interfaces.py to a new file in the ``extensions`` directory. |
| 128 | |
| 128 Each Function that should be available through TAL needs to be defined | 129 Each Function that should be available through TAL needs to be defined |
| 129 as a toplevel function in the newly created file. Furthermore you | 130 as a toplevel function in the newly created file. Furthermore you |
| 130 add an inititialization function, that registers the functions with the | 131 add an inititialization function, that registers the functions with the |
| 131 tracker. | 132 tracker. |
| 132 | 133 |
