aboutsummaryrefslogtreecommitdiffstats
path: root/.be/settings
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly set encoding to UTF-8.W. Trevor King2009-09-131-0/+3
| | | | | Because otherwise we run into problems when running be from inside cron jobs.
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-1/+1
|
* Subscribing myself to all changes.W. Trevor King2009-07-271-0/+4
|
* Fixed missing directory error when merging comments onto a bare bug.W. Trevor King2008-12-041-3/+4
| | | | | | | | | If bug_A had no comments (and so, no comment directory), changing comment settings before saving raised missing directory errors. save_settings had previously assumed the .be/bugs/XYZ/comments/ directory existed, which wasn't true for comment-less bugs. Now it checks, and creates the directory if necessary.
* Per-tree status levels working.W. Trevor King2008-12-041-12/+9
|
* Closed 4a4609c8-1882-47de-9d30-fee410b8a802W. Trevor King2008-12-041-2/+0
| | | | Per-tree severity levels working.
* 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