Mercurial > p > roundup > code
diff CHANGES.txt @ 6957:f924af12ef50
issue2551233 - create new roundup-admin command "templates"
add a command to list all templates, the directory where they are
defined, and a description.
If called as templates trace_dir also list all directores that are
search for templates even if none are found.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 12 Sep 2022 18:29:50 -0400 |
| parents | bd2c3b2010c3 |
| children | ca90f7270cd4 b5fffd2a64af |
line wrap: on
line diff
--- a/CHANGES.txt Sat Sep 10 23:00:52 2022 -0400 +++ b/CHANGES.txt Mon Sep 12 18:29:50 2022 -0400 @@ -66,6 +66,10 @@ - sqlite databases use WAL mode when *created* to improve read concurrency. Existing sqlite database still use rollback journal mode. See upgrading.txt for details. (John Rouillard) +- issue2551233 - create new roundup-admin command "templates" + list all template names, location and descriptions. Should help + find where /usr/share/roundup/templates is buried during some + install mechanisms. (John Rouillard) 2022-07-13 2.2.0
