http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/share/roundup/templates/devel/schema.py Mercurial Repository: p/roundup/code: share/roundup/templates/devel/schema.py history 2024-12-21T16:35:11-05:00 fix: issue2550924. clean up schema for devel/responsive templates. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d0460348bf9ab95652d3cae9763a4300505f6b5a John Rouillard rouilj@ieee.org 2024-12-21T16:35:11-05:00 2024-12-21T16:35:11-05:00
changeset d0460348bf9a
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description fix: issue2550924. clean up schema for devel/responsive templates.

both templates have the same schema.

Changes patches class to patch in devel schema. Change bug.issue.html
to account for patches -> patch rename. Sort property list for a
permission.

Add patch class for responsive template.

From both remove incorrect comment.
files
chore: format schema.pys in templates so ruff is ok. http://hg.code.sf.net:8000/p/roundup/code/#changeset-984bc9f94ec65be4ec22a729442c0204b4d9988f John Rouillard rouilj@ieee.org 2024-12-21T15:23:12-05:00 2024-12-21T15:23:12-05:00
changeset 984bc9f94ec6
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description chore: format schema.pys in templates so ruff is ok.

Also makes comparing them easier.
files
Finish adding anyonymous Register role in devel/responsive templates http://hg.code.sf.net:8000/p/roundup/code/#changeset-670ab365e76f9317786014089eb736821a53d3bf John Rouillard rouilj@ieee.org 2023-03-04T14:52:46-05:00 2023-03-04T14:52:46-05:00
changeset 670ab365e76f
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Finish adding anyonymous Register role in devel/responsive templates

I missed adding the Register permission definition from the 1.4.11
upgrade directions.
files
update Anonymous Create user to Register user permissions http://hg.code.sf.net:8000/p/roundup/code/#changeset-c087ad45bf4d52ebbeab6a7eb105104e1962a2d3 John Rouillard rouilj@ieee.org 2023-02-02T12:55:27-05:00 2023-02-02T12:55:27-05:00
changeset c087ad45bf4d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description update Anonymous Create user to Register user permissions

the devel and responsive tracker templates still had the old Create
user permissions for the anonymous user. Replace with the Regiter
permission that has been the standard since 1.4.11 maybe.

Also update references to Create permission in comment for the Email
Access permission for anon user.
files
add permissions to control user of rest and xmlrpc API interfaces. http://hg.code.sf.net:8000/p/roundup/code/#changeset-94a7669677ae229ff639da90a98eee7f0392b171 John Rouillard rouilj@ieee.org 2019-09-27T23:29:59-04:00 2019-09-27T23:29:59-04:00
changeset 94a7669677ae
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description add permissions to control user of rest and xmlrpc API interfaces.

issue2551058: Add new permissions: 'Rest Access' and 'Xmlrpc Access'
to allow per-user access control to rest and xmlrpc interfaces using
roles.

Updated all schemas to add these new perms to all authenticated roles.

Error conditions in handle_xmlrpc were not working right in manual
testing. I tried to make it a little better, but I don't actually
understand how the fault xmlrpc object is supposed to be used. So I
may have messed something up. I'll try to ping the people who wrote
the xmlrpc code to have them review.
files
fixing some mismatched patches/patch references that I borked in a prior checkin. Patch support was not and still is not working. But at least this tracker runs without errors with demo.py -t devel, just missing features. http://hg.code.sf.net:8000/p/roundup/code/#changeset-602d544e3a93a959e47214a83c5c8cad9dc96e0a John Rouillard rouilj@ieee.org 2016-07-09T13:34:02-04:00 2016-07-09T13:34:02-04:00
changeset 602d544e3a93
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description fixing some mismatched patches/patch references that I borked in a prior checkin. Patch support was not and still is not working. But at least this tracker runs without errors with demo.py -t devel, just missing features.
files
merge from upstream http://hg.code.sf.net:8000/p/roundup/code/#changeset-ce551200262911921321b08f3bcc0cd0d0020e45 John Rouillard rouilj@ieee.org 2016-07-09T13:07:06-04:00 2016-07-09T13:07:06-04:00
changeset ce5512002629
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description merge from upstream
files
I had an incorrect fix for issue2550601. Changed schema to define http://hg.code.sf.net:8000/p/roundup/code/#changeset-85eee1f236b2defc1c87c8d02c97414c702512fe John Rouillard rouilj@ieee.org 2016-07-04T18:19:51-04:00 2016-07-04T18:19:51-04:00
changeset 85eee1f236b2
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description I had an incorrect fix for issue2550601. Changed schema to define
class patches not patch.

Changed commented out patches section in bug.item.html to
use patches-1 an not patch-1 as a result of schema changes.

The show open Milestones link had a leak of the @group
value. If you clicked on show open tasks or show open bugs
they group by priority.

The url being formed for show open milestones was inheriting the @group
if you were on an index page for bugs or milestones. Explicit set the
@group to status (which a milestone does have) prevents the

@group=priority from being applied to a milestone index page which
results in a red error banner stating priority is an invalid param for
milestones.

./demo.py -t devel now runs without obvious breakage.
files
issue2550855: added search perms for anonymous to the user class. http://hg.code.sf.net:8000/p/roundup/code/#changeset-cf112b90fa8ddf5f715ed556955de718c36f34a1 John Rouillard rouilj@ieee.org 2016-06-30T21:08:15-04:00 2016-06-30T21:08:15-04:00
changeset cf112b90fa8d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550855: added search perms for anonymous to the user class.

This lets the "show unassigned" search work for anonymous.
Patch by Stuart McGraw.

Added warning to upgrading.txt and a comment block before the schema
change in every template tracker except minimal (doesn't have the
search).
files
issue2550601: add multilink to patches to the bug issue. The doc string above the definition already included the code. http://hg.code.sf.net:8000/p/roundup/code/#changeset-29bd12331b86c8954b7072d8a909d32025099d9d John Rouillard rouilj@ieee.org 2016-04-09T00:25:59-04:00 2016-04-09T00:25:59-04:00
changeset 29bd12331b86
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550601: add multilink to patches to the bug issue. The doc string above the definition already included the code.
files
Security fix default user permissions http://hg.code.sf.net:8000/p/roundup/code/#changeset-a403c29ffaf90efc510e09aad06afeba9780d844 Ralf Schlatterbeck rsc@runtux.com 2014-07-04T15:32:28+02:00 2014-07-04T15:32:28+02:00
changeset a403c29ffaf9
branch
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Security fix default user permissions

Default user permissions should not include all user attributes. We now
limit this to the username, realname and some further attributes
depending on the schema. Note that we no longer include the email
addresses, depending on your installation you may want to further
restrict this or add some attributes like ``address`` and
``alternate_addresses``.
files
Issue2550783 - change spelling of organization to organisation so that http://hg.code.sf.net:8000/p/roundup/code/#changeset-d3f8d0be588cdc4625f6fd2ccbfb4ad89d91f483 rouilj rouilj 2012-11-25T18:00:25-05:00 2012-11-25T18:00:25-05:00
changeset d3f8d0be588c
branch
bookmark
tag
user rouilj
description Issue2550783 - change spelling of organization to organisation so that
the user's organisation can be edited by the user.
files
Don't allow users to create tasks and milestones. http://hg.code.sf.net:8000/p/roundup/code/#changeset-89dd446af2a86ad308e215e05bcc828e805bab17 Stefan Seefeld stefan@seefeld.name 2010-11-04T21:27:25+00:00 2010-11-04T21:27:25+00:00
changeset 89dd446af2a8
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Don't allow users to create tasks and milestones.
files
Anonymous can only see bugs, but neither tasks nor milestones. http://hg.code.sf.net:8000/p/roundup/code/#changeset-cc402f5ad93e461720993b8b8a472c573e5f7b14 Stefan Seefeld stefan@seefeld.name 2010-11-04T17:50:39+00:00 2010-11-04T17:50:39+00:00
changeset cc402f5ad93e
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Anonymous can only see bugs, but neither tasks nor milestones.
files
- Add explicit "Search" permissions, see Security Fix below. http://hg.code.sf.net:8000/p/roundup/code/#changeset-261c9f913ff78c2f2c0b2beacef42f761b6c2488 Ralf Schlatterbeck schlatterbeck@users.sourceforge.net 2010-10-19T15:29:05+00:00 2010-10-19T15:29:05+00:00
changeset 261c9f913ff7
branch
bookmark
tag
user Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
description - Add explicit "Search" permissions, see Security Fix below.

- Security Fix: Add a check for search-permissions: now we allow
searching for properties only if the property is readable without a
check method or if an explicit search permission (see above unter
"Features) is given for the property. This fixes cases where a user
doesn't have access to a property but can deduce the content by
crafting a clever search, group or sort query.
see doc/upgrading.txt for how to fix your trackers!
files
Add new tracker template. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b419f29b1e2fdeb2aaf2c45644049517e404a444 Stefan Seefeld stefan@seefeld.name 2010-10-12T01:14:07+00:00 2010-10-12T01:14:07+00:00
changeset b419f29b1e2f
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Add new tracker template.
files
[gsoc-2009] Added some hg patch apply things http://hg.code.sf.net:8000/p/roundup/code/#changeset-e8fb186265b79071b457c8533c88446b9073b40f Pygi pygi@users.sourceforge.net 2009-08-15T07:43:45+00:00 2009-08-15T07:43:45+00:00
changeset e8fb186265b7
branch gsoc-2009
bookmark
tag
user Pygi <pygi@users.sourceforge.net>
description Added some hg patch apply things
files
[gsoc-2009] Revision should be a string http://hg.code.sf.net:8000/p/roundup/code/#changeset-8838ff0165fa9e510a993218c5d824ab1222bd1f Pygi pygi@users.sourceforge.net 2009-07-13T20:18:37+00:00 2009-07-13T20:18:37+00:00
changeset 8838ff0165fa
branch gsoc-2009
bookmark
tag
user Pygi <pygi@users.sourceforge.net>
description Revision should be a string
files
[gsoc-2009] Changed schema to be vcs agnostic http://hg.code.sf.net:8000/p/roundup/code/#changeset-2b554b262d2926038944a185ab1059e2ebf0c51f Pygi pygi@users.sourceforge.net 2009-07-02T18:07:52+00:00 2009-07-02T18:07:52+00:00
changeset 2b554b262d29
branch gsoc-2009
bookmark
tag
user Pygi <pygi@users.sourceforge.net>
description Changed schema to be vcs agnostic
files
[gsoc-2009] Implemented schema changes for svn-roundup support http://hg.code.sf.net:8000/p/roundup/code/#changeset-c2e920eaee0a64e7a7796fec1555296e794c0f29 Pygi pygi@users.sourceforge.net 2009-06-29T18:59:48+00:00 2009-06-29T18:59:48+00:00
changeset c2e920eaee0a
branch gsoc-2009
bookmark
tag
user Pygi <pygi@users.sourceforge.net>
description Implemented schema changes for svn-roundup support
files
[gsoc-2009] Add new tracker template sandbox. http://hg.code.sf.net:8000/p/roundup/code/#changeset-115e9883311e2659e6a8029909628daefa297cce Stefan Seefeld stefan@seefeld.name 2009-06-02T00:41:57+00:00 2009-06-02T00:41:57+00:00
changeset 115e9883311e
branch gsoc-2009
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Add new tracker template sandbox.
files