Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 1455:436eb851045a
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 20 Feb 2003 07:11:39 +0000 |
| parents | 0634f815b90c |
| children | 3f2e516b8de3 |
comparison
equal
deleted
inserted
replaced
| 1454:b814c20d91fb | 1455:436eb851045a |
|---|---|
| 20 "Foo Bar" <issue_tracker@tracker.example> | 20 "Foo Bar" <issue_tracker@tracker.example> |
| 21 | 21 |
| 22 the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: | 22 the EMAIL_FROM_TAG goes inside the "Foo Bar" quotes like so:: |
| 23 | 23 |
| 24 "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example> | 24 "Foo Bar EMAIL_FROM_TAG" <issue_tracker@tracker.example> |
| 25 | |
| 26 I've altered the mechanism in the detectors __init__.py module so that it | |
| 27 doesn't cross-import detectors from other trackers (if you run more than one | |
| 28 in a single roundup-server). This change means that you'll need to copy the | |
| 29 __init__.py from roundup/templates/classic/detectors/__init__.py to your | |
| 30 <tracker home>/detectors/__init__.py. Don't worry, the "classic" __init__ is a | |
| 31 one-size-fits-all, so it'll work even if you've added/removed detectors. | |
| 32 | |
| 25 | 33 |
| 26 0.6.0 Form handling changes | 34 0.6.0 Form handling changes |
| 27 --------------------------- | 35 --------------------------- |
| 28 | 36 |
| 29 XXX Form handling changed significantly! Document it! | 37 XXX Form handling changed significantly! Document it! |
