http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/templates/classic/schema.py Mercurial Repository: p/roundup/code: templates/classic/schema.py history 2007-09-16T02:45:11+00:00 retire "topic" usage http://hg.code.sf.net:8000/p/roundup/code/#changeset-91008ec8f9a0d2c18ceb5489e2f78c665a29ee67 Justus Pendleton jpend@users.sourceforge.net 2007-09-16T02:45:11+00:00 2007-09-16T02:45:11+00:00
changeset 91008ec8f9a0
branch
bookmark
tag
user Justus Pendleton <jpend@users.sourceforge.net>
description retire "topic" usage

"Topic" still appears in the locale files. I'm sure we need to support
that for existing trackers. I *think* they don't care about any of the other
changes that have been made.

I also left Ka-Ping Yee's original design document unchanged.

This takes care of sf feature request [SF#953161]
files
indexing may be turned off for FileClass "content" now http://hg.code.sf.net:8000/p/roundup/code/#changeset-7b25567f0f544f19d39fa51b6bc880282d8c2c31 Richard Jones richard@users.sourceforge.net 2006-04-27T01:39:47+00:00 2006-04-27T01:39:47+00:00
changeset 7b25567f0f54
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description indexing may be turned off for FileClass "content" now
files
enable editing of public queries [SF#966144] http://hg.code.sf.net:8000/p/roundup/code/#changeset-7fb8cfe3c737d7415d45d3b619fdfb2b1bc44be9 Richard Jones richard@users.sourceforge.net 2006-01-27T03:30:39+00:00 2006-01-27T03:30:39+00:00
changeset 7fb8cfe3c737
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description enable editing of public queries [SF#966144]
files
Email fixes: http://hg.code.sf.net:8000/p/roundup/code/#changeset-3124e578db02c220bc1f4d0eaac97a3b82aa5f96 Richard Jones richard@users.sourceforge.net 2005-04-13T03:38:23+00:00 2005-04-13T03:38:23+00:00
changeset 3124e578db02
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Email fixes:

- fix checking of "Email Access" for Anonymous email registration [SF#177057]
- disable "Email Access" for Anonymous by default to stop spam regsitering
users on public trackers
- doc fixes / additions too
files
fix permissions checks in cgi templating [SF#1082755] http://hg.code.sf.net:8000/p/roundup/code/#changeset-14322134dcefd31462e15404cf2576bf75665310 Richard Jones richard@users.sourceforge.net 2005-01-04T00:51:54+00:00 2005-01-04T00:51:54+00:00
changeset 14322134dcef
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fix permissions checks in cgi templating [SF#1082755]
files
more doc fixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-b9a55628a78d5889a50e9a16c91c1ed775ec75cd Richard Jones richard@users.sourceforge.net 2004-12-07T23:32:50+00:00 2004-12-07T23:32:50+00:00
changeset b9a55628a78d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more doc fixes

simplified the security API, and bumped those changes around
a couple more TODO items so I don't forget
files
typo http://hg.code.sf.net:8000/p/roundup/code/#changeset-09e0d37abadafd34a5c8237c2a11d7501d71cf03 Alexander Smishlajev a1s@users.sourceforge.net 2004-07-28T06:42:42+00:00 2004-07-28T06:42:42+00:00
changeset 09e0d37abada
branch
bookmark
tag
user Alexander Smishlajev <a1s@users.sourceforge.net>
description typo
files
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
Load up extensions in the tracker "extensions" directory. http://hg.code.sf.net:8000/p/roundup/code/#changeset-18e86941c950e9066a0399905ed253ff8b66c241 Richard Jones richard@users.sourceforge.net 2004-07-27T02:30:32+00:00 2004-07-27T02:30:32+00:00
changeset 18e86941c950
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Load up extensions in the tracker "extensions" directory.

Wrote a proof-of-concept action, is in the wiki.

Cleaned up the schema.py file of spaces-at-eol.
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