summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c5ad79)
raw | patch | inline | side by side (parent: 1c5ad79)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 7 Dec 2009 00:33:39 +0000 (00:33 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 7 Dec 2009 00:33:39 +0000 (00:33 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4403 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/upgrading.txt | patch | blob | history | |
roundup/admin.py | patch | blob | history |
diff --git a/doc/upgrading.txt b/doc/upgrading.txt
index 70529d71ac39bd73a9b25e06a13256545944b689..a5fe4e86c8a08da813ff4865e201b18a886ee4f4 100644 (file)
--- a/doc/upgrading.txt
+++ b/doc/upgrading.txt
.. contents::
-Migrating from 1.4.x to 1.4.10
+Migrating from 1.4.x to 1.4.11
==============================
Grant the "Register" permission to the Anonymous role
diff --git a/roundup/admin.py b/roundup/admin.py
index 077a2f5f653b3cc5fe2131bbf89bc776895145ee..a8d75d1f7734fa84b368b5db0c6137ec302d55a9 100644 (file)
--- a/roundup/admin.py
+++ b/roundup/admin.py
''"""Usage: get property designator[,designator]*
Get the given property of one or more designator(s).
+ A designator is a classname and a nodeid concatenated,
+ eg. bug1, user10, ...
+
Retrieves the property value of the nodes specified
by the designators.
"""
The items are specified as a class or as a comma-separated
list of item designators (ie "designator[,designator,...]").
+ A designator is a classname and a nodeid concatenated,
+ eg. bug1, user10, ...
+
This command sets the properties to the values for all designators
given. If the value is missing (ie. "property=") then the property
is un-set. If the property is a multilink, you specify the linked
''"""Usage: display designator[,designator]*
Show the property values for the given node(s).
+ A designator is a classname and a nodeid concatenated,
+ eg. bug1, user10, ...
+
This lists the properties and their associated values for the given
node.
"""
''"""Usage: history designator
Show the history entries of a designator.
+ A designator is a classname and a nodeid concatenated,
+ eg. bug1, user10, ...
+
Lists the journal entries for the node identified by the designator.
"""
if len(args) < 1:
''"""Usage: retire designator[,designator]*
Retire the node specified by designator.
+ A designator is a classname and a nodeid concatenated,
+ eg. bug1, user10, ...
+
This action indicates that a particular node is not to be retrieved
by the list or find commands, and its key value may be re-used.
"""
''"""Usage: restore designator[,designator]*
Restore the retired node specified by designator.
+ A designator is a classname and a nodeid concatenated,
+ eg. bug1, user10, ...
+
The given nodes will become available for users again.
"""
if len(args) < 1: