http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/actions.py Mercurial Repository: p/roundup/code: roundup/actions.py history 2024-03-02T02:11:55-05:00 chore: sort imports. http://hg.code.sf.net:8000/p/roundup/code/#changeset-1287b0c3d2618d91047bf0866db035f507c95e34 John Rouillard rouilj@ieee.org 2024-03-02T02:11:55-05:00 2024-03-02T02:11:55-05:00
changeset 1287b0c3d261
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description chore: sort imports.
files
chore: flake8 whitespace fixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-4c9acc580769fbcfbbfd55266486b6ddaa5652d3 John Rouillard rouilj@ieee.org 2023-02-26T10:42:15-05:00 2023-02-26T10:42:15-05:00
changeset 4c9acc580769
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description chore: flake8 whitespace fixes
files
Flake8 cleanups. http://hg.code.sf.net:8000/p/roundup/code/#changeset-48a1f919f894d758ed5631fba4a5112577db3dbc John Rouillard rouilj@ieee.org 2019-12-28T12:50:11-05:00 2019-12-28T12:50:11-05:00
changeset 48a1f919f894
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Flake8 cleanups.
files
[REST-rebased] Fix actions http://hg.code.sf.net:8000/p/roundup/code/#changeset-ed02a1e0aa5d70f635f3f0438f84e98fc0864a79 Ralf Schlatterbeck rsc@runtux.com 2019-01-30T14:12:27+01:00 2019-01-30T14:12:27+01:00
changeset ed02a1e0aa5d
branch REST-rebased
bookmark
tag
user Ralf Schlatterbeck <rsc@runtux.com>
description Fix actions

Permission for retire in roundup/actions.py was with 'Edit' permission,
not 'Retire' permission. Add a 'restore' action to roundup/actions.py.
Both are now correctly used in rest.py and xmlrpc.py (the latter had
some errors when printint error messages).

Also reworked the rest implementation: Despite the warnings in the
roundup API in hyperdb.py the DELETE http method would *destroy* and not
*retire* an item. This has been fixed. We also do not allow retire of a
complete class (although this was implemented) because this seems to
dangerous and we see no use-case.
files
Remove 'import *' statement from actions.py http://hg.code.sf.net:8000/p/roundup/code/#changeset-a7541077cf12ea2a594e256aced54944aae18abb John Kristensen john@jerrykan.com 2016-06-10T17:01:29+10:00 2016-06-10T17:01:29+10:00
changeset a7541077cf12
branch
bookmark
tag
user John Kristensen <john@jerrykan.com>
description Remove 'import *' statement from actions.py

There are various 'import *' statements scattered through the code which
are generally not a good thing. These should be fairly safe changes, but
I'll commit them one file at a time to make it easier to track down
issues with a bisect if they crop up later.
files
Beginnings of a big code cleanup / modernisation to make 2to3 happy http://hg.code.sf.net:8000/p/roundup/code/#changeset-13b3155869e050964ca244b2fc0e586e7918a3f3 Richard Jones richard@users.sourceforge.net 2010-02-22T05:26:57+00:00 2010-02-22T05:26:57+00:00
changeset 13b3155869e0
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Beginnings of a big code cleanup / modernisation to make 2to3 happy
files
Fix typo. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d499c3499d1849a3f8d61066542c5ea8203c7a74 Stefan Seefeld stefan@seefeld.name 2009-06-17T01:26:34+00:00 2009-06-17T01:26:34+00:00
changeset d499c3499d18
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Fix typo.
files
XMLRPC improvements: http://hg.code.sf.net:8000/p/roundup/code/#changeset-bbab97f8ffb2f6e94262615a068f7878d9e572c0 Stefan Seefeld stefan@seefeld.name 2009-02-27T17:46:47+00:00 2009-02-27T17:46:47+00:00
changeset bbab97f8ffb2
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description XMLRPC improvements:

* Add support for actions to XMLRPC interface.
* Provide bridge so user actions may be executed
either via CGI or XMLRPC.
* Adjust XMLRPC tests to recent work.
* Cleanup.
files