aboutsummaryrefslogtreecommitdiffstats
path: root/.be/settings
Commit message (Collapse)AuthorAgeFilesLines
* bug severity verification now works with per-tree severities.W. Trevor King2008-12-041-12/+14
| | | | | | | | | | I adjusted the YAML format following http://pyyaml.org/ticket/11 Unicode support To remove '!!python/unicode' escapes and allow unicode in the output. We can always have unicode in the output because the output is encoded (as per the BugFile.encoding setting) before being sent to the outside world.
* Per-tree settings now passed into bug module.W. Trevor King2008-12-041-0/+2
| | | | | | | | becommands/severity gets the configured settings appropriately. Todo: adjust setting-validation to compare against the current values. setup becommands/severity to --complete severities.
* Added per-tree configurable severities.W. Trevor King2008-12-041-7/+13
| | | | | | | They currently have no effect, but you can see them with $ be set There's a lot of information in this one 'settings' variable. I think set will have to be specialized to handle arrays smoothly...
* Closed bug that comments aren't displayed in web UIAaron Bentley2005-12-051-1/+1
|
* Added RCS configuration.Aaron Bentley2005-03-191-0/+7