Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Grammar tweak |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
161309b1fc7eb21a26c5f7358186423b |
User & Date: | andygoth 2020-07-01 01:34:55.034 |
Context
2020-07-01
| ||
20:16 | Improved logging of backoffice operations. ... (check-in: 71b9f354 user: drh tags: trunk) | |
01:34 | Grammar tweak ... (check-in: 161309b1 user: andygoth tags: trunk) | |
2020-06-28
| ||
15:08 | Further CSS updates to the 'eagle' skin. ... (check-in: cff5d126 user: mistachkin tags: trunk) | |
Changes
Changes to src/db.c.
︙ | ︙ | |||
2378 2379 2380 2381 2382 2383 2384 | ** default users "anonymous", "nobody", "reader", "developer", and their ** associated permissions will be copied. ** ** Options: ** --template FILE Copy settings from repository file ** --admin-user|-A USERNAME Select given USERNAME as admin user ** --date-override DATETIME Use DATETIME as time of the initial check-in | | | 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 | ** default users "anonymous", "nobody", "reader", "developer", and their ** associated permissions will be copied. ** ** Options: ** --template FILE Copy settings from repository file ** --admin-user|-A USERNAME Select given USERNAME as admin user ** --date-override DATETIME Use DATETIME as time of the initial check-in ** --sha1 Use an initial hash policy of "sha1" ** ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in ** year-month-day form, it may be truncated, the "T" may be replaced by ** a space, and it may also name a timezone offset from UTC as "-HH:MM" ** (westward) or "+HH:MM" (eastward). Either no timezone suffix or "Z" ** means UTC. ** |
︙ | ︙ |