comparison doc/admin_guide.txt @ 7797:8bdf0484215c

Summary: feat: roundup-admin history command has human interpretable output Reformat journal entries and make try to make readable sentences out of them. Set up translation markers and added hints for the tanslators by marking translator comments with; # .Hint text for translator on the line before _() markers. Doc'ed changes in roundup-admin docs and added info to upgrading.txt. If the user wants old format, they can call history designator raw
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Mar 2024 21:59:20 -0400
parents d7d68da9878f
children 03c1b7ae3a68
comparison
equal deleted inserted replaced
7796:5f3b49bb7742 7797:8bdf0484215c
1243 * install and initialize a new tracker 1243 * install and initialize a new tracker
1244 * export/import tracker data for migrating between backends 1244 * export/import tracker data for migrating between backends
1245 * creating a new user from the command line 1245 * creating a new user from the command line
1246 * list/find users in the tracker 1246 * list/find users in the tracker
1247 1247
1248 The basic usage is:: 1248 The basic usage is:
1249
1250 .. code-block:: text
1249 1251
1250 Usage: roundup-admin [options] [<command> <arguments>] 1252 Usage: roundup-admin [options] [<command> <arguments>]
1251 1253
1252 Options: 1254 Options:
1253 -i instance home -- specify the issue tracker "home directory" to administer 1255 -i instance home -- specify the issue tracker "home directory" to administer
1280 filter classname propname=value ... 1282 filter classname propname=value ...
1281 find classname propname=value ... 1283 find classname propname=value ...
1282 genconfig <filename> 1284 genconfig <filename>
1283 get property designator[,designator]* 1285 get property designator[,designator]*
1284 help topic 1286 help topic
1285 history designator [skipquiet] 1287 history designator [skipquiet] [raw]
1286 import import_dir 1288 import import_dir
1287 importtables export_dir 1289 importtables export_dir
1288 initialise [adminpw] 1290 initialise [adminpw]
1289 install [template [backend [key=val[,key=val]]]] 1291 install [template [backend [key=val[,key=val]]]]
1290 list classname [property] 1292 list classname [property]

Roundup Issue Tracker: http://roundup-tracker.org/