Opened 14 years ago
Closed 14 years ago
#419 closed task (fixed)
validate author color strings in Configuration
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.8 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
colors should be checked and if invalid throw Config_error.
This can be done already at assignment
author_color_[lhs] = rhs;
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from Jari Häkkinen to Peter Johansson |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [941]) refs #419. Lifted some functions/code from Colors' privacy to be reachable also from Configuration class.