Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2016:2112962f5bb1
Update documentation for the client.py split and add an upgrade notice.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sat, 14 Feb 2004 11:28:07 +0000 |
| parents | a291bf753037 |
| children | 31d920b31642 |
comparison
equal
deleted
inserted
replaced
| 2015:95f2c726f664 | 2016:2112962f5bb1 |
|---|---|
| 1 ====================================== | 1 ====================================== |
| 2 Upgrading to newer versions of Roundup | 2 Upgrading to newer versions of Roundup |
| 3 ====================================== | 3 ====================================== |
| 4 | 4 |
| 5 Please read each section carefully and edit your tracker home files | 5 Please read each section carefully and edit your tracker home files |
| 6 accordingly. Note that there is informaiton about upgrade procedures in the | 6 accordingly. Note that there is information about upgrade procedures in the |
| 7 `administration guide`_. | 7 `administration guide`_. |
| 8 | 8 |
| 9 .. contents:: | 9 .. contents:: |
| 10 | 10 |
| 11 Migrating from 0.6 to 0.7 | 11 Migrating from 0.6 to 0.7 |
| 12 ========================= | 12 ========================= |
| 13 | |
| 14 0.7.0 Extending the cgi interface | |
| 15 --------------------------------- | |
| 16 | |
| 17 Before 0.7.0 adding or extending web actions was done by overriding or adding | |
| 18 methods on the Client class. Though this approach still works to provide | |
| 19 backwards compatibility, it is recommended you upgrade to the new approach, as | |
| 20 described in the `Defining new web actions`__ section of the customization | |
| 21 documentation. | |
| 22 | |
| 23 __ customizing.html#defining-new-web-actions | |
| 13 | 24 |
| 14 0.7.0 Getting the current user id | 25 0.7.0 Getting the current user id |
| 15 --------------------------------- | 26 --------------------------------- |
| 16 | 27 |
| 17 Removed Database.curuserid attribute. Any code referencing this attribute | 28 Removed Database.curuserid attribute. Any code referencing this attribute |
