# HG changeset patch # User John Rouillard # Date 1736354394 18000 # Node ID 09e8d1a4c796f8d2f363a02cec012b3a06d16d83 # Parent 78b13272d41bb3602602e155e8a5e6f6254f14f7 docs: clarify wording, fix index, add superseder link Make superseder, messages etc. properties index entries point to the right place. Link to description of using Superseder in the original overview. fix bad wording on boolean properties. diff -r 78b13272d41b -r 09e8d1a4c796 doc/reference.txt --- a/doc/reference.txt Tue Jan 07 23:00:35 2025 -0500 +++ b/doc/reference.txt Wed Jan 08 11:39:54 2025 -0500 @@ -744,6 +744,11 @@ Create an item in the database. This is used to create items in the :term:`definitional class` like "priority" and "status". +.. index:: triple: schema; class property; messages + triple: schema; class property; files + triple: schema; class property; nosy + triple: schema; class property; superseder + IssueClass ~~~~~~~~~~ @@ -756,6 +761,8 @@ e-mails when messages are sent to or generated by the issue. The nosy reactor (in the ``'detectors'`` directory) handles this action. The superseder link indicates an issue which has superseded this one. +It is better described in the +`original document `_. They also have the default "creation", "activity" and "creator" properties. @@ -855,11 +862,6 @@ done on the filesystem outside of the Roundup mechanism. * keeping multiple revisions of the file. -.. index:: triple: schema; class property; messages - triple: schema; class property; files - triple: schema; class property; nosy - triple: schema; class property; superseder - .. index:: schema; item ordering A note about ordering @@ -3084,7 +3086,7 @@ Set the labels for the true/false/undefined states. If u_label is defined, it produces a tri-state radio button selector. Otherwise, it - allows selection of true,yes/false,no only. + allows selection of true/yes or false/no only. labelfirst (Boolean properties only) place the labels before the radio buttons