Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 1835:461d8aa81376
merge from maint branch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Oct 2003 06:18:45 +0000 |
| parents | 6c2cff78d6a0 |
| children | 7dfd7469dc72 |
comparison
equal
deleted
inserted
replaced
| 1832:f7b0ca3de3dc | 1835:461d8aa81376 |
|---|---|
| 13 0.7.0 Getting the current user id | 13 0.7.0 Getting the current user id |
| 14 --------------------------------- | 14 --------------------------------- |
| 15 | 15 |
| 16 Removed Database.curuserid attribute. Any code referencing this attribute should | 16 Removed Database.curuserid attribute. Any code referencing this attribute should |
| 17 be replaced with a call to Database.getuid(). | 17 be replaced with a call to Database.getuid(). |
| 18 | |
| 19 | |
| 20 | |
| 21 Migrating from 0.6.x to 0.6.3 | |
| 22 ============================= | |
| 23 | |
| 24 0.6.3 Configuration | |
| 25 ------------------- | |
| 26 | |
| 27 You will need to copy the file:: | |
| 28 | |
| 29 templates/classic/detectors/__init__.py | |
| 30 | |
| 31 to your tracker's ``detectors`` directory, replacing the one already there. | |
| 32 This fixes a couple of bugs in that file. | |
| 18 | 33 |
| 19 | 34 |
| 20 | 35 |
| 21 Migrating from 0.5 to 0.6 | 36 Migrating from 0.5 to 0.6 |
| 22 ========================= | 37 ========================= |
