Mercurial > p > roundup > code
comparison CHANGES.txt @ 8540:e8d1da6e3571
bug: fix traceback in roundup-admin init with bad config values
initialize accepts setting values for config.ini file settings. If
they are not valid, you got a python traceback.
ConfigurationError exceptions are now trapped. The admin.py's
usageError_feedback method is used to inform the user. Also the
feedback message now starts with a newline making it easier to read by
separating it from command that caused the issue.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 23 Mar 2026 13:18:41 -0400 |
| parents | 4184173d364f |
| children | 7a7f6ee0a09e |
comparison
equal
deleted
inserted
replaced
| 8539:4d09c8046cde | 8540:e8d1da6e3571 |
|---|---|
| 55 using POST or PUT verbs. Also guard against password being set to | 55 using POST or PUT verbs. Also guard against password being set to |
| 56 None. (John Rouillard) | 56 None. (John Rouillard) |
| 57 - change the html templates so that the password is not required if | 57 - change the html templates so that the password is not required if |
| 58 the ``login_empty_passwords`` setting is enabled in ``config.ini``. | 58 the ``login_empty_passwords`` setting is enabled in ``config.ini``. |
| 59 Directions for your tracker are in upgrading.txt. (John Rouillard) | 59 Directions for your tracker are in upgrading.txt. (John Rouillard) |
| 60 | 60 - fix traceback displayed when roundup-admin install was used with |
| 61 invalid settings for config.ini. It now reports the error and | |
| 62 provides the usage output. Also usage output starts with a newline | |
| 63 to provide a blank line between the command and the output to | |
| 64 improve readability. (John Rouillard) | |
| 65 | |
| 61 Features: | 66 Features: |
| 62 | 67 |
| 63 - add support for authorized changes. User can be prompted to enter | 68 - add support for authorized changes. User can be prompted to enter |
| 64 their password to authorize a change. If the user's password is | 69 their password to authorize a change. If the user's password is |
| 65 properly entered, the change is committed. (John Rouillard) | 70 properly entered, the change is committed. (John Rouillard) |
