http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/templates/classic/config.ini Mercurial Repository: p/roundup/code: templates/classic/config.ini history 2004-07-28T02:29:46+00:00 Buncha stuff (sorry about the large checkin): http://hg.code.sf.net:8000/p/roundup/code/#changeset-1df7d4a41da4d9f8a4d97d217363980c06312062 Richard Jones richard@users.sourceforge.net 2004-07-28T02:29:46+00:00 2004-07-28T02:29:46+00:00
changeset 1df7d4a41da4
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description 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.
files
sorry, forgot to remove these http://hg.code.sf.net:8000/p/roundup/code/#changeset-a2dfc62a8cf5c7a6f261fdf7b9ebdb65fcf3c6cc Richard Jones richard@users.sourceforge.net 2004-07-27T06:19:24+00:00 2004-07-27T06:19:24+00:00
changeset a2dfc62a8cf5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description sorry, forgot to remove these
files
option aliases are not recognized in config files http://hg.code.sf.net:8000/p/roundup/code/#changeset-744f16fde4b201749e5f5115128251ddeb6d2553 Alexander Smishlajev a1s@users.sourceforge.net 2004-07-27T06:05:00+00:00 2004-07-27T06:05:00+00:00
changeset 744f16fde4b2
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description option aliases are not recognized in config files
files
I thought I committed this last night. Ho hum. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a9e1fff1e79338e22ae70e19e3a4a867f4122c9f Richard Jones richard@users.sourceforge.net 2004-07-27T00:57:19+00:00 2004-07-27T00:57:19+00:00
changeset a9e1fff1e793
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description I thought I committed this last night. Ho hum.

- This implements most of the rest of the new tracker config layout:
- dbinit.py split between schema.py and initial_data.py
- interfaces.py gone
- tracker and detectors __init__.py gone
- Added some missing functionality to backends: db_exists test and db_nuke.
- Implemented configuration file options in postgresql backend.
- Cleaned up tracker initialisation a lot.
files