Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 2017:31d920b31642
Update customization examples too, expand upgrade notice a bit.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sat, 14 Feb 2004 17:18:01 +0000 |
| parents | 2112962f5bb1 |
| children | 48600089c73d |
comparison
equal
deleted
inserted
replaced
| 2016:2112962f5bb1 | 2017:31d920b31642 |
|---|---|
| 16 | 16 |
| 17 Before 0.7.0 adding or extending web actions was done by overriding or adding | 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 | 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 | 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 | 20 described in the `Defining new web actions`__ section of the customization |
| 21 documentation. | 21 documentation. You might also want to take a look at the `Using an external |
| 22 | 22 password validation source`__ example. |
| 23 __ customizing.html#defining-new-web-actions | 23 |
| 24 __ customizing.html#defining-new-web-actions | |
| 25 __ customizing.html#using-an-external-password-validation-source | |
| 24 | 26 |
| 25 0.7.0 Getting the current user id | 27 0.7.0 Getting the current user id |
| 26 --------------------------------- | 28 --------------------------------- |
| 27 | 29 |
| 28 Removed Database.curuserid attribute. Any code referencing this attribute | 30 Removed Database.curuserid attribute. Any code referencing this attribute |
