comparison CHANGES.txt @ 6430:ff4ab763f47c

issue2551141 - roundup-admin returns no such class when restoring item with duplicate key Fix the error by splitting the class name lookup and the restore opertation. Both can return KeyErrors. Set up two different try blocks for each case. Also test restore/retire.
author John Rouillard <rouilj@ieee.org>
date Sat, 05 Jun 2021 23:43:42 -0400
parents 32a04dc87b30
children ada1edcc9132
comparison
equal deleted inserted replaced
6429:d30c3191b6e6 6430:ff4ab763f47c
125 - Fix find() with anydbm. Using protected properties raised KeyError. 125 - Fix find() with anydbm. Using protected properties raised KeyError.
126 Add shortcut fast return. Both changes come from rdbms_common.py's 126 Add shortcut fast return. Both changes come from rdbms_common.py's
127 find(). (John Rouillard) 127 find(). (John Rouillard)
128 - Fix traceback caused by calling history() with arguments in a 128 - Fix traceback caused by calling history() with arguments in a
129 non-item context. 129 non-item context.
130 - issue2551141 - roudup-admin returns no such class when restoring
131 item with duplicate key. Fix incorrect error message when using
132 roundup-admin to restore a user when the username is aleady in use.
133 (John Rouillard)
130 134
131 Features: 135 Features:
132 - issue2550522 - Add 'filter' command to command-line 136 - issue2550522 - Add 'filter' command to command-line
133 interface. Filter command was actually added in 2.0.0, but this 137 interface. Filter command was actually added in 2.0.0, but this
134 issue requested transitive searching. So that: 138 issue requested transitive searching. So that:

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