comparison doc/customizing.txt @ 2003:a291bf753037

maintenance -> admin guide
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 00:41:33 +0000
parents a62786cb094f
children 55046bb7f789
comparison
equal deleted inserted replaced
2002:b046b65e51db 2003:a291bf753037
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.110 $ 5 :Version: $Revision: 1.111 $
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::
20 20
21 1. `tracker configuration`_ file changes 21 1. `tracker configuration`_ file changes
22 2. database, or `tracker schema`_ changes 22 2. database, or `tracker schema`_ changes
23 3. "definition" class `database content`_ changes 23 3. "definition" class `database content`_ changes
24 4. behavioural changes, through detectors_ 24 4. behavioural changes, through detectors_
25 5. `access controls`_ 25 5. `security / access controls`_
26 6. change the `web interface`_ 26 6. change the `web interface`_
27 27
28 The third case is special because it takes two distinctly different forms 28 The third case is special because it takes two distinctly different forms
29 depending upon whether the tracker has been initialised or not. The other two 29 depending upon whether the tracker has been initialised or not. The other two
30 may be done at any time, before or after tracker initialisation. Yes, this 30 may be done at any time, before or after tracker initialisation. Yes, this
590 590
591 See "`adding a new field to the classic schema`_" for an example that 591 See "`adding a new field to the classic schema`_" for an example that
592 requires database content changes. 592 requires database content changes.
593 593
594 594
595 Access Controls 595 Security / Access Controls
596 =============== 596 ==========================
597 597
598 A set of Permissions is built into the security module by default: 598 A set of Permissions is built into the security module by default:
599 599
600 - Edit (everything) 600 - Edit (everything)
601 - View (everything) 601 - View (everything)

Roundup Issue Tracker: http://roundup-tracker.org/