comparison templates/classic/config.ini @ 2649:1df7d4a41da4

Buncha stuff (sorry about the large checkin): - Permissions may now be defined on a per-property basis - added "Create" Permission. Replaces the "Web"- and "Email Registration" Permissions. - added option to turn off registration confirmation via email ("instant_registration" in config) Migrated the user edit/view permission to use check code. Fixed a buncha stuff in the default templates. Needs a thorough review though.
author Richard Jones <richard@users.sourceforge.net>
date Wed, 28 Jul 2004 02:29:46 +0000
parents a2dfc62a8cf5
children
comparison
equal deleted inserted replaced
2648:fe71e108d998 2649:1df7d4a41da4
10 default_timezone = 0 10 default_timezone = 0
11 11
12 [tracker] 12 [tracker]
13 name = Roundup issue tracker 13 name = Roundup issue tracker
14 web = http://tracker.example/cgi-bin/roundup.cgi/bugs/ 14 web = http://tracker.example/cgi-bin/roundup.cgi/bugs/
15 emaiL = issue_tracker 15 email = issue_tracker
16 16
17 [logging] 17 [logging]
18 level = ERROR 18 level = ERROR
19 19
20 [mail] 20 [mail]

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