Mercurial > p > roundup > code
comparison doc/customizing.txt @ 2739:deb298529c2b
doc clarification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Oct 2004 05:54:50 +0000 |
| parents | aa95c79cff8b |
| children | 874bf6abad42 |
comparison
equal
deleted
inserted
replaced
| 2738:3a7039bc2f97 | 2739:deb298529c2b |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.146 $ | 5 :Version: $Revision: 1.147 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 412 ------------------------------- | 412 ------------------------------- |
| 413 | 413 |
| 414 You must never: | 414 You must never: |
| 415 | 415 |
| 416 **Remove the users class** | 416 **Remove the users class** |
| 417 This class is the only *required* class in Roundup. Similarly, its | 417 This class is the only *required* class in Roundup. |
| 418 username, password and address properties must never be removed. | 418 |
| 419 **Remove the "username", "address", "password" or "realname" user properties** | |
| 420 Various parts of Roundup require these properties. Don't remove them. | |
| 419 | 421 |
| 420 **Change the type of a property** | 422 **Change the type of a property** |
| 421 Property types must *never* be changed - the database simply doesn't take | 423 Property types must *never* be changed - the database simply doesn't take |
| 422 this kind of action into account. Note that you can't just remove a | 424 this kind of action into account. Note that you can't just remove a |
| 423 property and re-add it as a new type either. If you wanted to make the | 425 property and re-add it as a new type either. If you wanted to make the |
